@slack/web-api / RichTextEmoji
Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:685
An emoji element for use in a rich text message.
name: string;Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:693
Name of emoji, without colons or skin tones, e.g. wave
optional style: object;Defined in: node_modules/@slack/types/dist/block-kit/extensions.d.ts:75
optional bold: boolean;When true, boldens the text in this element. Defaults to false.
optional code: boolean;When true, the text is preformatted in an inline code style. Defaults to `false.
optional italic: boolean;When true, italicizes the text in this element. Defaults to false.
optional strike: boolean;When true, strikes through the text in this element. Defaults to false.
A limited style object for styling rich text text elements.
type: "emoji";Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:689
The type of element. In this case type is always emoji.
optional unicode: string;Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:697
Lowercase hexadecimal Unicode representation of a standard emoji (not for use with custom emoji).
optional url: string;Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:701
URL of emoji asset. Only used when sharing custom emoji across workspaces.