CustomEmojiEntity
| Name | Type |
|---|---|
emoji_id | Snowflake<Emoji> |
| Name | Type | Description |
|---|---|---|
start_index | uint32 | |
length | uint32 | |
One of: entity | ||
bold | bool | |
italic | bool | |
underline | bool | |
strikethrough | bool | |
code | bool | |
url | bool | implicit url (when the msg content is the url) |
spoiler | SpoilerEntity | |
pre | PreEntity | code block |
textUrl | TextUrlEntity | masked url |
custom_emoji | CustomEmojiEntity | |
user_mention | UserMentionEntity | @ mention of user by id |
username | bool | @ mention of user by name |
CustomEmojiEntity
| Name | Type |
|---|---|
emoji_id | Snowflake<Emoji> |
PreEntity
| Name | Type |
|---|---|
language | optional string |
SpoilerEntity
This definition has no fields.
TextUrlEntity
| Name | Type |
|---|---|
url | string |
UserMentionEntity
This definition has no fields.