From 9e7d4d389b39d2adc959d8a4bf7e729062fcf1a8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 26 Oct 2021 16:55:26 +0000 Subject: [PATCH] Update content of files --- .../method/channels.convertToGigagroup | 157 ---------------- .../method/messages.getStatsURL | 167 ------------------ 2 files changed, 324 deletions(-) delete mode 100644 data/corefork.telegram.org/method/channels.convertToGigagroup delete mode 100644 data/corefork.telegram.org/method/messages.getStatsURL 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 @@ - - - - - channels.convertToGigagroup - - - - - - - - - - - - - -
- -
-
-
- -

channels.convertToGigagroup

- -

Convert a supergroup to a gigagroup, when requested by channel suggestions.

-

{schema}

-

Parameters

- - - - - - - - - - - - - - - -
NameTypeDescription
channelInputChannelThe supergroup to convert
-

Result

-

Updates

-

Possible errors

- - - - - - - - - - - - - - - -
CodeTypeDescription
400PARTICIPANTS_TOO_FEWNot enough participants.
-

Related pages

-

Channels

-

How to handle channels, supergroups, groups, and what's the difference between them.

-

Client configuration

-

The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.

- -
- -
-
- -
- - - - - - diff --git a/data/corefork.telegram.org/method/messages.getStatsURL b/data/corefork.telegram.org/method/messages.getStatsURL deleted file mode 100644 index 86556fefc8..0000000000 --- a/data/corefork.telegram.org/method/messages.getStatsURL +++ /dev/null @@ -1,167 +0,0 @@ - - - - - messages.getStatsURL - - - - - - - - - - - - - -
- -
-
-
- -

messages.getStatsURL

- -

Returns URL with the chat statistics. Currently this method can be used only for channels

-

{schema}

-

Parameters

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
flags#Flags, see TL conditional fields
darkflags.0?truePass true if a URL with the dark theme must be returned
peerInputPeerChat identifier
paramsstringParameters from tg://statsrefresh?params=****** link
-

Result

-

StatsURL

-

Possible errors

- - - - - - - - - - - - - - - -
CodeTypeDescription
400PEER_ID_INVALIDThe provided peer id is invalid.
- -
- -
-
- -
- - - - - -