mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 01:00:50 +01:00
Update content of files
This commit is contained in:
parent
768db69815
commit
7305a87b2b
1 changed files with 1 additions and 1 deletions
|
@ -7358,7 +7358,7 @@ toggleSupergroupHasHiddenMembers supergroup_id:int53 has_hidden_members:Bool = O
|
||||||
//@has_aggressive_anti_spam_enabled The new value of has_aggressive_anti_spam_enabled
|
//@has_aggressive_anti_spam_enabled The new value of has_aggressive_anti_spam_enabled
|
||||||
toggleSupergroupHasAggressiveAntiSpamEnabled supergroup_id:int53 has_aggressive_anti_spam_enabled:Bool = Ok;
|
toggleSupergroupHasAggressiveAntiSpamEnabled supergroup_id:int53 has_aggressive_anti_spam_enabled:Bool = Ok;
|
||||||
|
|
||||||
//@description Toggles whether the supergroup is a forum; requires owner privileges in the supergroup @supergroup_id Identifier of the supergroup @is_forum New value of is_forum. A supergroup can be converted to a forum, only if it has at least getOption("forum_member_count_min") members
|
//@description Toggles whether the supergroup is a forum; requires owner privileges in the supergroup. Discussion supergroups can't be converted to forums @supergroup_id Identifier of the supergroup @is_forum New value of is_forum
|
||||||
toggleSupergroupIsForum supergroup_id:int53 is_forum:Bool = Ok;
|
toggleSupergroupIsForum supergroup_id:int53 is_forum:Bool = Ok;
|
||||||
|
|
||||||
//@description Upgrades supergroup to a broadcast group; requires owner privileges in the supergroup @supergroup_id Identifier of the supergroup
|
//@description Upgrades supergroup to a broadcast group; requires owner privileges in the supergroup @supergroup_id Identifier of the supergroup
|
||||||
|
|
Loading…
Reference in a new issue