New NotionEmoji - fasteiner/Notion GitHub Wiki
Creates a new Notion emoji object.
New-NotionEmoji [[-Emoji] <String>] [<CommonParameters>]
This function creates a new instance of the notion_emoji class. You can create an empty emoji object or provide an emoji character.
New-NotionEmoji
New-NotionEmoji "😀"
Creates a new emoji object with the specified emoji character.
New-NotionEmoji -Emoji "😀"
Creates a new emoji object with the specified emoji character.
The emoji character to be used.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.