Emoji
emoji ¶
Dealing with emoji objects of the Notion API.
TO = TypeVar('TO', bound=TypedObject) module-attribute ¶
BuiltInIcon(name: str, *, color: str = 'gray') ¶
Built-in icon from Notion's icon gallery, identified by a name and color.
name may be an internal Notion icon name or the label shown in Notion's icon picker. Notion validates the name and color when the icon is written.