diff --git a/data/corefork.telegram.org/method/channels.convertToGigagroup b/data/corefork.telegram.org/method/channels.convertToGigagroup deleted file mode 100644 index 7249f840d5..0000000000 --- a/data/corefork.telegram.org/method/channels.convertToGigagroup +++ /dev/null @@ -1,157 +0,0 @@ - - -
- -Convert a supergroup to a gigagroup, when requested by channel suggestions.
-{schema}
-Name | -Type | -Description | -
---|---|---|
channel | -InputChannel | -The supergroup to convert | -
Code | -Type | -Description | -
---|---|---|
400 | -PARTICIPANTS_TOO_FEW | -Not enough participants. | -
How to handle channels, supergroups, groups, and what's the difference between them.
-The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.
Returns URL with the chat statistics. Currently this method can be used only for channels
-{schema}
-Name | -Type | -Description | -
---|---|---|
flags | -# | -Flags, see TL conditional fields | -
dark | -flags.0?true | -Pass true if a URL with the dark theme must be returned | -
peer | -InputPeer | -Chat identifier | -
params | -string | -Parameters from tg://statsrefresh?params=****** link |
-
Code | -Type | -Description | -
---|---|---|
400 | -PEER_ID_INVALID | -The provided peer id is invalid. | -