From 0538fdf22b8eed221ab047f4e22f102a017cf1cd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 3 Mar 2022 09:03:42 +0000 Subject: [PATCH] Update content of files --- data/corefork.telegram.org/api/channel.html | 2 +- data/corefork.telegram.org/api/errors.html | 4 +- data/corefork.telegram.org/api/invoking.html | 2 +- data/corefork.telegram.org/api/offsets.html | 2 +- data/corefork.telegram.org/api/updates.html | 2 +- data/corefork.telegram.org/cdn.html | 61 +++++++++---------- .../method/help.getSupport | 2 +- 7 files changed, 37 insertions(+), 38 deletions(-) diff --git a/data/corefork.telegram.org/api/channel.html b/data/corefork.telegram.org/api/channel.html index dadc7ad4f6..a875077b9b 100644 --- a/data/corefork.telegram.org/api/channel.html +++ b/data/corefork.telegram.org/api/channel.html @@ -46,7 +46,7 @@ Technically, they are represented by channel constructors.

Supergroups are a powerful tool for building communities and can support up to 200,000 members each.
Technically, supergroups are actually channels: they are represented by channel constructors, with the megagroup flag set to true.

-

Gigagroups are something inbetween a channel and a supergroup.
+

Gigagroups are something between a channel and a supergroup.
An admin, when prompted by the API using suggestions », can convert a megagroup into a gigagroup using channels.convertToGigagroup (one way only).
After that, only admins will be able to write in the group (like when send_messages rights are disabled for all group participants by default), but the participant limit is removed and the group can become much bigger than a supergroup (e.g. >200,000 currently).
Also, one can't invite people into gigagroups and participants of voice chats in gigagroups are muted by default.

diff --git a/data/corefork.telegram.org/api/errors.html b/data/corefork.telegram.org/api/errors.html index dd9e8cd6c6..f19e72e965 100644 --- a/data/corefork.telegram.org/api/errors.html +++ b/data/corefork.telegram.org/api/errors.html @@ -46,7 +46,7 @@

Error Type

A string literal in the form of /[A-Z_0-9]+/, which summarizes the problem. For example, AUTH_KEY_UNREGISTERED. This is an optional parameter.

Error Database

-

A full machine-readable JSON list of RPC errors that can be returned by all methods in the API can be found here », what follows is a description of its fields:

+

A full machine-readable JSON list of RPC errors that can be returned by all methods in the API can be found here », what follows is a description of its fields: