inputMessageEntityMentionName
Message entity that can be used to create a user user mention: received mentions use the messageEntityMentionName constructor, instead.
inputMessageEntityMentionName#208e68c9 offset:int length:int user_id:InputUser = MessageEntity;
Parameters
| Name | Type | Description |
|---|---|---|
| offset | int | Offset of message entity within message (in UTF-16 code units) |
| length | int | Length of message entity within message (in UTF-16 code units) |
| user_id | InputUser | Identifier of the user that was mentioned |
Type
Related pages
Styled text with message entities
How to create styled text with message entities
Mentions
Telegram allows mentioning other users in case of urgent duckling matters, and quickly navigating to those mentions in order to read them as swiftly as possible.
messageEntityMentionName
Message entity representing a user mention: for creating a mention use inputMessageEntityMentionName.