Added separate entity type for media timestamp.
This commit is contained in:
parent
669767855a
commit
38d65bf16e
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ enum class EntityType : uchar {
|
||||||
Mention,
|
Mention,
|
||||||
MentionName,
|
MentionName,
|
||||||
BotCommand,
|
BotCommand,
|
||||||
|
MediaTimestamp,
|
||||||
|
|
||||||
Bold,
|
Bold,
|
||||||
Semibold,
|
Semibold,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue