Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions _schema/158.json
Original file line number Diff line number Diff line change
Expand Up @@ -15127,10 +15127,11 @@
"messageEntityMention": {
"name": "messageEntityMention",
"description": [
"Message entity mentioning¹ the current user"
"Message entity mentioning¹ a user by @username; messageEntityMentionName² can also be used to mention users by their ID."
],
"links": [
"https://core.telegram.org/api/mentions"
"https://core.telegram.org/api/mentions",
"https://core.telegram.org/constructor/messageEntityMentionName"
],
"fields": {
"length": {
Expand Down
5 changes: 3 additions & 2 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15127,10 +15127,11 @@
"messageEntityMention": {
"name": "messageEntityMention",
"description": [
"Message entity mentioning¹ the current user"
"Message entity mentioning¹ a user by @username; messageEntityMentionName² can also be used to mention users by their ID."
],
"links": [
"https://core.telegram.org/api/mentions"
"https://core.telegram.org/api/mentions",
"https://core.telegram.org/constructor/messageEntityMentionName"
],
"fields": {
"length": {
Expand Down