TextMentionMessageEntity
final case class TextMentionMessageEntity(offset: Int, length: Int, user: User) extends MessageEntity
text_mention
- Value parameters:
- length
Length of the entity in UTF-16 code units
- offset
Offset in UTF-16 code units to the start of the entity
- user
the mentioned user