Added separate entity type for media timestamp.

This commit is contained in:
23rd 2021-08-15 07:50:16 +03:00
parent 669767855a
commit 38d65bf16e

View file

@ -24,6 +24,7 @@ enum class EntityType : uchar {
Mention, Mention,
MentionName, MentionName,
BotCommand, BotCommand,
MediaTimestamp,
Bold, Bold,
Semibold, Semibold,