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
109 changes: 106 additions & 3 deletions _schema/133.json
Original file line number Diff line number Diff line change
Expand Up @@ -4676,7 +4676,104 @@
],
"links": [
"https://core.telegram.org/api/channel"
]
],
"fields": {
"change_info": {
"name": "change_info",
"description": "If set, does not allow any user to change the description of a supergroup/chat¹",
"links": [
"https://core.telegram.org/api/channel"
]
},
"embed_links": {
"name": "embed_links",
"description": "If set, does not allow a user to embed links in the messages of a supergroup/chat¹",
"links": [
"https://core.telegram.org/api/channel"
]
},
"flags": {
"name": "flags",
"description": "Flags, see TL conditional fields¹",
"links": [
"https://core.telegram.org/mtproto/TL-combinators#conditional-fields"
]
},
"invite_users": {
"name": "invite_users",
"description": "If set, does not allow any user to invite users in a supergroup/chat¹",
"links": [
"https://core.telegram.org/api/channel"
]
},
"pin_messages": {
"name": "pin_messages",
"description": "If set, does not allow any user to pin messages in a supergroup/chat¹",
"links": [
"https://core.telegram.org/api/channel"
]
},
"send_games": {
"name": "send_games",
"description": "If set, does not allow a user to send games in a supergroup/chat¹",
"links": [
"https://core.telegram.org/api/channel"
]
},
"send_gifs": {
"name": "send_gifs",
"description": "If set, does not allow a user to send gifs in a supergroup/chat¹",
"links": [
"https://core.telegram.org/api/channel"
]
},
"send_inline": {
"name": "send_inline",
"description": "If set, does not allow a user to use inline bots in a supergroup/chat¹",
"links": [
"https://core.telegram.org/api/channel"
]
},
"send_media": {
"name": "send_media",
"description": "If set, does not allow a user to send any media in a supergroup/chat¹",
"links": [
"https://core.telegram.org/api/channel"
]
},
"send_messages": {
"name": "send_messages",
"description": "If set, does not allow a user to send messages in a supergroup/chat¹",
"links": [
"https://core.telegram.org/api/channel"
]
},
"send_polls": {
"name": "send_polls",
"description": "If set, does not allow a user to send polls in a supergroup/chat¹",
"links": [
"https://core.telegram.org/api/channel"
]
},
"send_stickers": {
"name": "send_stickers",
"description": "If set, does not allow a user to send stickers in a supergroup/chat¹",
"links": [
"https://core.telegram.org/api/channel"
]
},
"until_date": {
"name": "until_date",
"description": "Validity of said permissions (it is considered forever any value less then 30 seconds or more then 366 days)."
},
"view_messages": {
"name": "view_messages",
"description": "If set, does not allow a user to view messages in a supergroup/channel/chat¹",
"links": [
"https://core.telegram.org/api/channel"
]
}
}
},
"chatEmpty": {
"name": "chatEmpty",
Expand Down Expand Up @@ -17096,7 +17193,10 @@
"sponsoredMessage": {
"name": "sponsoredMessage",
"description": [
"A sponsored message"
"A sponsored message¹."
],
"links": [
"https://core.telegram.org/api/sponsored-messages"
],
"fields": {
"entities": {
Expand Down Expand Up @@ -23786,7 +23886,10 @@
"messages.SponsoredMessages": {
"name": "messages.SponsoredMessages",
"description": [
"A set of sponsored messages associated to a channel"
"A set of sponsored messages¹ associated with a channel"
],
"links": [
"https://core.telegram.org/api/sponsored-messages"
]
},
"messages.VotesList": {
Expand Down
Loading