diff --git a/data/core.telegram.org/constructor/chatBannedRights.html b/data/core.telegram.org/constructor/chatBannedRights.html index 48e7279414..0bd9efea3b 100644 --- a/data/core.telegram.org/constructor/chatBannedRights.html +++ b/data/core.telegram.org/constructor/chatBannedRights.html @@ -53,93 +53,94 @@
chatBannedRights#9f120418 flags:# view_messages:flags.0?true send_messages:flags.1?true send_media:flags.2?true send_stickers:flags.3?true send_gifs:flags.4?true send_games:flags.5?true send_inline:flags.6?true embed_links:flags.7?true send_polls:flags.8?true change_info:flags.10?true invite_users:flags.15?true pin_messages:flags.17?true until_date:int = ChatBannedRights;
-Name | -Type | +Type | Description | |
---|---|---|---|---|
flags | -# | +# | Flags, see TL conditional fields | |
view_messages | -flags.0?true | +flags.0?true | If set, does not allow a user to view messages in a supergroup/channel/chat | |
send_messages | -flags.1?true | +flags.1?true | If set, does not allow a user to send messages in a supergroup/chat | |
send_media | -flags.2?true | +flags.2?true | If set, does not allow a user to send any media in a supergroup/chat | |
send_stickers | -flags.3?true | +flags.3?true | If set, does not allow a user to send stickers in a supergroup/chat | |
send_gifs | -flags.4?true | +flags.4?true | If set, does not allow a user to send gifs in a supergroup/chat | |
send_games | -flags.5?true | +flags.5?true | If set, does not allow a user to send games in a supergroup/chat | |
send_inline | -flags.6?true | +flags.6?true | If set, does not allow a user to use inline bots in a supergroup/chat | |
embed_links | -flags.7?true | +flags.7?true | If set, does not allow a user to embed links in the messages of a supergroup/chat | |
send_polls | -flags.8?true | -If set, does not allow a user to send stickers in a supergroup/chat | +flags.8?true | +If set, does not allow a user to send polls in a supergroup/chat |
change_info | -flags.10?true | +flags.10?true | If set, does not allow any user to change the description of a supergroup/chat | |
invite_users | -flags.15?true | +flags.15?true | If set, does not allow any user to invite users in a supergroup/chat | |
pin_messages | -flags.17?true | +flags.17?true | If set, does not allow any user to pin messages in a supergroup/chat | |
until_date | -int | +int | Validity of said permissions (it is considered forever any value less then 30 seconds or more then 366 days). |
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, groups, and what's the difference between them.
+ diff --git a/data/corefork.telegram.org/constructor/chatBannedRights.html b/data/corefork.telegram.org/constructor/chatBannedRights.html index 121a6c57dc..4f242b1084 100644 --- a/data/corefork.telegram.org/constructor/chatBannedRights.html +++ b/data/corefork.telegram.org/constructor/chatBannedRights.html @@ -53,93 +53,94 @@chatBannedRights#9f120418 flags:# view_messages:flags.0?true send_messages:flags.1?true send_media:flags.2?true send_stickers:flags.3?true send_gifs:flags.4?true send_games:flags.5?true send_inline:flags.6?true embed_links:flags.7?true send_polls:flags.8?true change_info:flags.10?true invite_users:flags.15?true pin_messages:flags.17?true until_date:int = ChatBannedRights;
-Name | -Type | +Type | Description | |
---|---|---|---|---|
flags | -# | +# | Flags, see TL conditional fields | |
view_messages | -flags.0?true | +flags.0?true | If set, does not allow a user to view messages in a supergroup/channel/chat | |
send_messages | -flags.1?true | +flags.1?true | If set, does not allow a user to send messages in a supergroup/chat | |
send_media | -flags.2?true | +flags.2?true | If set, does not allow a user to send any media in a supergroup/chat | |
send_stickers | -flags.3?true | +flags.3?true | If set, does not allow a user to send stickers in a supergroup/chat | |
send_gifs | -flags.4?true | +flags.4?true | If set, does not allow a user to send gifs in a supergroup/chat | |
send_games | -flags.5?true | +flags.5?true | If set, does not allow a user to send games in a supergroup/chat | |
send_inline | -flags.6?true | +flags.6?true | If set, does not allow a user to use inline bots in a supergroup/chat | |
embed_links | -flags.7?true | +flags.7?true | If set, does not allow a user to embed links in the messages of a supergroup/chat | |
send_polls | -flags.8?true | -If set, does not allow a user to send stickers in a supergroup/chat | +flags.8?true | +If set, does not allow a user to send polls in a supergroup/chat |
change_info | -flags.10?true | +flags.10?true | If set, does not allow any user to change the description of a supergroup/chat | |
invite_users | -flags.15?true | +flags.15?true | If set, does not allow any user to invite users in a supergroup/chat | |
pin_messages | -flags.17?true | +flags.17?true | If set, does not allow any user to pin messages in a supergroup/chat | |
until_date | -int | +int | Validity of said permissions (it is considered forever any value less then 30 seconds or more then 366 days). |
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, groups, and what's the difference between them.
+