From 44ef65a1d9a609567338eb70d1ae58b8d1a0defe Mon Sep 17 00:00:00 2001
From: GitHub Action How to subscribe to updates and handle them properly. How to subscribe and handle them properly. How to handle channels, supergroups, groups, and what's the difference between them. How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them. Telegram offers detailed channel statistics for channels and supergroups. How to subscribe to updates and handle them properly. How to subscribe and handle them properly. How to handle channels, supergroups, groups, and what's the difference between them. How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them. Telegram offers detailed channel statistics for channels and supergroups. Private invite links can optionally have an expiration date, a usage limit, and can even be set to only allow users into the channel, supergroup or group upon explicit approval of an admin: see join requests » for more info. Invite links match the following regex: Handling PUSH-notifications
Channels, supergroups and groups
-Channels, supergroups, gigagroups and legacy groups
+Channel statistics
Calling methods
diff --git a/data/corefork.telegram.org/api.html b/data/corefork.telegram.org/api.html
index ceb77cbe09..69267a0715 100644
--- a/data/corefork.telegram.org/api.html
+++ b/data/corefork.telegram.org/api.html
@@ -87,8 +87,8 @@
Handling PUSH-notifications
Channels, supergroups and groups
-Channels, supergroups, gigagroups and legacy groups
+Channel statistics
Calling methods
diff --git a/data/corefork.telegram.org/api/invites.html b/data/corefork.telegram.org/api/invites.html
index 0a85b0ba77..1e4a284c18 100644
--- a/data/corefork.telegram.org/api/invites.html
+++ b/data/corefork.telegram.org/api/invites.html
@@ -98,12 +98,12 @@ You can use channels.checkUsername
@(?:t|telegram)\.(?:me|dog)/(joinchat/|\+)?([\w-]+)@i
.
The first matching group can be passed to the hash
parameter of messages.checkChatInvite to get info about the chat, and messages.importChatInvite to join the chat.
-messages.checkChatInvite may return chatInvitePeek, in which case the user may directly fetch chat messages using updates, messages.getHistory and channels.getMessages until the time indicated by the expires
unixtime field.expires
unixtime field.
Newly created groups, supergroups and channel already have a default invite link.
To generate a new one, use messages.exportChatInvite.
To get info about existing chat invites, optionally filtering only links created by a given admin, use messages.getExportedChatInvites.
messages.getExportedChatInvite can be used to obtain info about a specific invite link.
messages.editExportedChatInvite is used to edit or revoke existing invite links: revoked links cannot be used by users to join the group, but info about revoked links can still be fetched using messages.getExportedChatInvites with the revoke
flag set.
+
messages.editExportedChatInvite is used to edit or revoke existing invite links: revoked links cannot be used by users to join the group, but info about revoked links can still be fetched using messages.getExportedChatInvites with the revoked
flag set.
Use messages.deleteExportedChatInvite to permanently remove an invite link, and messages.deleteRevokedExportedChatInvites to permanently remove a revoked invite link.
messages.getChatInviteImporters can be used to fetch info about users that joined using a specific invite link.
Some basic stats about the number of invite links generated by a given admin can be fetched using messages.getAdminsWithInvites.
diff --git a/data/corefork.telegram.org/api/rights.html b/data/corefork.telegram.org/api/rights.html index fa7fd6c29f..34b9e3c833 100644 --- a/data/corefork.telegram.org/api/rights.html +++ b/data/corefork.telegram.org/api/rights.html @@ -46,14 +46,14 @@They can be modified as follows:
channels.editAdmin can be used to modify the admin rights of a user in a channel or supergroup. -Legacy groups do not allow setting granular admin permissions, messages.editChatAdmin has to be used, instead.
+Legacy groups do not allow setting granular admin permissions, messages.editChatAdmin has to be used, instead.Permissions are defined by the chatAdminRights constructor, some admin rights can only be used for channels, others both for channels and supergroups (see the constructor page).
channels.editBanned can be used to modify the rights of a user in a channel or supergroup, to ban/kick a user from the group, or restrict the user from doing certain things. -Legacy groups do not allow setting granular user permissions for single users, single users can only be removed from groups using messages.deleteChatUser: however, setting global granular permissions with legacy groups is supported.
+Legacy groups do not allow setting granular user permissions for single users, single users can only be removed from groups using messages.deleteChatUser: however, setting global granular permissions with legacy groups is supported.Permissions are defined by the chatBannedRights constructor, for more info see the constructor page.
messages.editChatDefaultBannedRights can be used to modify the rights of all users in a channel, supergroup or legacy group, to restrict them from doing certain things.
+messages.editChatDefaultBannedRights can be used to modify the rights of all users in a channel, supergroup or legacy group, to restrict them from doing certain things.
Permissions are defined by the chatBannedRights constructor: all flags can be used except for view_messages
, for more info see the constructor page.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/botCommandScopeChats.html b/data/corefork.telegram.org/constructor/botCommandScopeChats.html index ae3f5e584f..8e8ec80b7c 100644 --- a/data/corefork.telegram.org/constructor/botCommandScopeChats.html +++ b/data/corefork.telegram.org/constructor/botCommandScopeChats.html @@ -59,7 +59,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/botCommandScopePeerAdmins.html b/data/corefork.telegram.org/constructor/botCommandScopePeerAdmins.html index df70d7cfe6..95686eb796 100644 --- a/data/corefork.telegram.org/constructor/botCommandScopePeerAdmins.html +++ b/data/corefork.telegram.org/constructor/botCommandScopePeerAdmins.html @@ -74,7 +74,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/botCommandScopePeerUser.html b/data/corefork.telegram.org/constructor/botCommandScopePeerUser.html index 187dddea9d..b76984a488 100644 --- a/data/corefork.telegram.org/constructor/botCommandScopePeerUser.html +++ b/data/corefork.telegram.org/constructor/botCommandScopePeerUser.html @@ -79,7 +79,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/channel.html b/data/corefork.telegram.org/constructor/channel.html index a2085c10a5..ad942d4ac9 100644 --- a/data/corefork.telegram.org/constructor/channel.html +++ b/data/corefork.telegram.org/constructor/channel.html @@ -216,7 +216,7 @@In some situations user and channel constructors have reduced set of fields present (although id is always there) and min flag set.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
How to handle admin permissions, granular bans and global permissions in channels, groups and supergroups.
diff --git a/data/corefork.telegram.org/constructor/channelAdminLogEventActionParticipantJoinByInvite.html b/data/corefork.telegram.org/constructor/channelAdminLogEventActionParticipantJoinByInvite.html index ff8168749e..f35b9e9a68 100644 --- a/data/corefork.telegram.org/constructor/channelAdminLogEventActionParticipantJoinByInvite.html +++ b/data/corefork.telegram.org/constructor/channelAdminLogEventActionParticipantJoinByInvite.html @@ -74,7 +74,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/channelFull.html b/data/corefork.telegram.org/constructor/channelFull.html index 74df9085d6..61c722dc9c 100644 --- a/data/corefork.telegram.org/constructor/channelFull.html +++ b/data/corefork.telegram.org/constructor/channelFull.html @@ -297,7 +297,7 @@How to handle admin permissions, granular bans and global permissions in channels, groups and supergroups.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
Telegram allows pinning multiple messages on top of a specific chat.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
How to handle admin permissions, granular bans and global permissions in channels, groups and supergroups.
diff --git a/data/corefork.telegram.org/constructor/chatAdminRights.html b/data/corefork.telegram.org/constructor/chatAdminRights.html index c8f51681f9..c96487cc97 100644 --- a/data/corefork.telegram.org/constructor/chatAdminRights.html +++ b/data/corefork.telegram.org/constructor/chatAdminRights.html @@ -129,7 +129,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy 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 84fe2c846f..65669bfbc6 100644 --- a/data/corefork.telegram.org/constructor/chatBannedRights.html +++ b/data/corefork.telegram.org/constructor/chatBannedRights.html @@ -139,7 +139,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/chatInvite.html b/data/corefork.telegram.org/constructor/chatInvite.html index cfd20d2ff2..fc5423dcc4 100644 --- a/data/corefork.telegram.org/constructor/chatInvite.html +++ b/data/corefork.telegram.org/constructor/chatInvite.html @@ -124,7 +124,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
Chats and channels may have a public username or a private invite link: private invite links may be further enhanced with per-user join requests.
diff --git a/data/corefork.telegram.org/constructor/config.html b/data/corefork.telegram.org/constructor/config.html index 26a2083f25..eeb167bff3 100644 --- a/data/corefork.telegram.org/constructor/config.html +++ b/data/corefork.telegram.org/constructor/config.html @@ -335,7 +335,7 @@Returns current configuration, including data center configuration.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
Forwards messages by their IDs.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/inlineQueryPeerTypeChat.html b/data/corefork.telegram.org/constructor/inlineQueryPeerTypeChat.html index 065f219928..4ae55ff3a7 100644 --- a/data/corefork.telegram.org/constructor/inlineQueryPeerTypeChat.html +++ b/data/corefork.telegram.org/constructor/inlineQueryPeerTypeChat.html @@ -59,7 +59,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/inlineQueryPeerTypeMegagroup.html b/data/corefork.telegram.org/constructor/inlineQueryPeerTypeMegagroup.html index fc11484869..eef494a8e9 100644 --- a/data/corefork.telegram.org/constructor/inlineQueryPeerTypeMegagroup.html +++ b/data/corefork.telegram.org/constructor/inlineQueryPeerTypeMegagroup.html @@ -59,7 +59,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/inputNotifyBroadcasts.html b/data/corefork.telegram.org/constructor/inputNotifyBroadcasts.html index 1c607b6189..b5fc12596d 100644 --- a/data/corefork.telegram.org/constructor/inputNotifyBroadcasts.html +++ b/data/corefork.telegram.org/constructor/inputNotifyBroadcasts.html @@ -59,7 +59,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/messageActionChannelMigrateFrom.html b/data/corefork.telegram.org/constructor/messageActionChannelMigrateFrom.html index 23bcf1608a..322a351bc7 100644 --- a/data/corefork.telegram.org/constructor/messageActionChannelMigrateFrom.html +++ b/data/corefork.telegram.org/constructor/messageActionChannelMigrateFrom.html @@ -79,7 +79,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/messageActionChatMigrateTo.html b/data/corefork.telegram.org/constructor/messageActionChatMigrateTo.html index 07b7373bf4..4079690414 100644 --- a/data/corefork.telegram.org/constructor/messageActionChatMigrateTo.html +++ b/data/corefork.telegram.org/constructor/messageActionChatMigrateTo.html @@ -74,7 +74,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/updateChannelAvailableMessages.html b/data/corefork.telegram.org/constructor/updateChannelAvailableMessages.html index 54b4f1c568..b4200a66c1 100644 --- a/data/corefork.telegram.org/constructor/updateChannelAvailableMessages.html +++ b/data/corefork.telegram.org/constructor/updateChannelAvailableMessages.html @@ -79,7 +79,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/updateChannelParticipant.html b/data/corefork.telegram.org/constructor/updateChannelParticipant.html index 7b67392fb4..1cc289f51d 100644 --- a/data/corefork.telegram.org/constructor/updateChannelParticipant.html +++ b/data/corefork.telegram.org/constructor/updateChannelParticipant.html @@ -114,7 +114,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
How to subscribe to updates and handle them properly.
diff --git a/data/corefork.telegram.org/constructor/updateChannelReadMessagesContents.html b/data/corefork.telegram.org/constructor/updateChannelReadMessagesContents.html index 3bea8dc8e0..0e7a2b2a96 100644 --- a/data/corefork.telegram.org/constructor/updateChannelReadMessagesContents.html +++ b/data/corefork.telegram.org/constructor/updateChannelReadMessagesContents.html @@ -79,7 +79,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/updateChannelUserTyping.html b/data/corefork.telegram.org/constructor/updateChannelUserTyping.html index ac639d7661..4766688006 100644 --- a/data/corefork.telegram.org/constructor/updateChannelUserTyping.html +++ b/data/corefork.telegram.org/constructor/updateChannelUserTyping.html @@ -96,7 +96,7 @@Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/updateChannelWebPage.html b/data/corefork.telegram.org/constructor/updateChannelWebPage.html index 635c7ea269..6b56a91598 100644 --- a/data/corefork.telegram.org/constructor/updateChannelWebPage.html +++ b/data/corefork.telegram.org/constructor/updateChannelWebPage.html @@ -89,7 +89,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
How to subscribe to updates and handle them properly.
diff --git a/data/corefork.telegram.org/constructor/updateChatDefaultBannedRights.html b/data/corefork.telegram.org/constructor/updateChatDefaultBannedRights.html index 091744f9ce..99c8d77718 100644 --- a/data/corefork.telegram.org/constructor/updateChatDefaultBannedRights.html +++ b/data/corefork.telegram.org/constructor/updateChatDefaultBannedRights.html @@ -84,7 +84,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/updateChatParticipant.html b/data/corefork.telegram.org/constructor/updateChatParticipant.html index 57e143bc74..e3ade33ae0 100644 --- a/data/corefork.telegram.org/constructor/updateChatParticipant.html +++ b/data/corefork.telegram.org/constructor/updateChatParticipant.html @@ -114,7 +114,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
How to subscribe to updates and handle them properly.
diff --git a/data/corefork.telegram.org/constructor/updateChatParticipantAdmin.html b/data/corefork.telegram.org/constructor/updateChatParticipantAdmin.html index 7c4def1773..08e80ddece 100644 --- a/data/corefork.telegram.org/constructor/updateChatParticipantAdmin.html +++ b/data/corefork.telegram.org/constructor/updateChatParticipantAdmin.html @@ -39,7 +39,7 @@Admin permissions of a user in a legacy group were changed
+Admin permissions of a user in a legacy group were changed
How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
How to subscribe to updates and handle them properly.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/updateEditChannelMessage.html b/data/corefork.telegram.org/constructor/updateEditChannelMessage.html index 423c9a3822..65964fab68 100644 --- a/data/corefork.telegram.org/constructor/updateEditChannelMessage.html +++ b/data/corefork.telegram.org/constructor/updateEditChannelMessage.html @@ -86,7 +86,7 @@How to subscribe to updates and handle them properly.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/updateGroupCall.html b/data/corefork.telegram.org/constructor/updateGroupCall.html index f6fd9feea5..cda0ab8958 100644 --- a/data/corefork.telegram.org/constructor/updateGroupCall.html +++ b/data/corefork.telegram.org/constructor/updateGroupCall.html @@ -79,7 +79,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/updateNewChannelMessage.html b/data/corefork.telegram.org/constructor/updateNewChannelMessage.html index 9f9e42fe5f..f8b1c09405 100644 --- a/data/corefork.telegram.org/constructor/updateNewChannelMessage.html +++ b/data/corefork.telegram.org/constructor/updateNewChannelMessage.html @@ -86,7 +86,7 @@How to subscribe to updates and handle them properly.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/updateNewMessage.html b/data/corefork.telegram.org/constructor/updateNewMessage.html index eaf2b5ac9c..6f222940c4 100644 --- a/data/corefork.telegram.org/constructor/updateNewMessage.html +++ b/data/corefork.telegram.org/constructor/updateNewMessage.html @@ -39,7 +39,7 @@New message in a private chat or in a legacy group.
+New message in a private chat or in a legacy group.
How to subscribe to updates and handle them properly.
How to handle channels, supergroups, groups, and what's the difference between them.
How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
diff --git a/data/corefork.telegram.org/constructor/updateReadChannelDiscussionOutbox.html b/data/corefork.telegram.org/constructor/updateReadChannelDiscussionOutbox.html index 01c327c796..aa7281a406 100644 --- a/data/corefork.telegram.org/constructor/updateReadChannelDiscussionOutbox.html +++ b/data/corefork.telegram.org/constructor/updateReadChannelDiscussionOutbox.html @@ -84,7 +84,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
diff --git a/data/corefork.telegram.org/constructor/updateReadChannelInbox.html b/data/corefork.telegram.org/constructor/updateReadChannelInbox.html index 83e845b7c6..3d43969d05 100644 --- a/data/corefork.telegram.org/constructor/updateReadChannelInbox.html +++ b/data/corefork.telegram.org/constructor/updateReadChannelInbox.html @@ -103,7 +103,7 @@How to subscribe to updates and handle them properly.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/constructor/updateReadChannelOutbox.html b/data/corefork.telegram.org/constructor/updateReadChannelOutbox.html index f67f5d483c..5879300d35 100644 --- a/data/corefork.telegram.org/constructor/updateReadChannelOutbox.html +++ b/data/corefork.telegram.org/constructor/updateReadChannelOutbox.html @@ -79,7 +79,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/account.initTakeoutSession b/data/corefork.telegram.org/method/account.initTakeoutSession index 70caa2bf0f..ffedf512e0 100644 --- a/data/corefork.telegram.org/method/account.initTakeoutSession +++ b/data/corefork.telegram.org/method/account.initTakeoutSession @@ -83,17 +83,17 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.checkUsername b/data/corefork.telegram.org/method/channels.checkUsername index cb19c50378..3191f5199a 100644 --- a/data/corefork.telegram.org/method/channels.checkUsername +++ b/data/corefork.telegram.org/method/channels.checkUsername @@ -114,7 +114,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.convertToGigagroup b/data/corefork.telegram.org/method/channels.convertToGigagroup index 93b4004b68..b6ec3bd6a2 100644 --- a/data/corefork.telegram.org/method/channels.convertToGigagroup +++ b/data/corefork.telegram.org/method/channels.convertToGigagroup @@ -104,7 +104,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.
diff --git a/data/corefork.telegram.org/method/channels.createChannel b/data/corefork.telegram.org/method/channels.createChannel index a3f2045117..a0b9879a7d 100644 --- a/data/corefork.telegram.org/method/channels.createChannel +++ b/data/corefork.telegram.org/method/channels.createChannel @@ -154,7 +154,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
Import chat history from a foreign chat app into a specific Telegram chat, click here for more info about imported chats ».
diff --git a/data/corefork.telegram.org/method/channels.deleteChannel b/data/corefork.telegram.org/method/channels.deleteChannel index 1f1485ae63..d737e2f625 100644 --- a/data/corefork.telegram.org/method/channels.deleteChannel +++ b/data/corefork.telegram.org/method/channels.deleteChannel @@ -124,7 +124,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.deleteHistory b/data/corefork.telegram.org/method/channels.deleteHistory index ee62238ef8..255d2b7e99 100644 --- a/data/corefork.telegram.org/method/channels.deleteHistory +++ b/data/corefork.telegram.org/method/channels.deleteHistory @@ -104,7 +104,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.deleteMessages b/data/corefork.telegram.org/method/channels.deleteMessages index c5c22e6a38..09ac421ced 100644 --- a/data/corefork.telegram.org/method/channels.deleteMessages +++ b/data/corefork.telegram.org/method/channels.deleteMessages @@ -114,7 +114,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.editAdmin b/data/corefork.telegram.org/method/channels.editAdmin index 7af307d5fb..70262b3732 100644 --- a/data/corefork.telegram.org/method/channels.editAdmin +++ b/data/corefork.telegram.org/method/channels.editAdmin @@ -225,7 +225,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.editBanned b/data/corefork.telegram.org/method/channels.editBanned index 99f0108663..2279fdb057 100644 --- a/data/corefork.telegram.org/method/channels.editBanned +++ b/data/corefork.telegram.org/method/channels.editBanned @@ -155,7 +155,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.editLocation b/data/corefork.telegram.org/method/channels.editLocation index dbc552d046..abfb152295 100644 --- a/data/corefork.telegram.org/method/channels.editLocation +++ b/data/corefork.telegram.org/method/channels.editLocation @@ -114,7 +114,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.editPhoto b/data/corefork.telegram.org/method/channels.editPhoto index 9083657f00..8e6eeef223 100644 --- a/data/corefork.telegram.org/method/channels.editPhoto +++ b/data/corefork.telegram.org/method/channels.editPhoto @@ -145,7 +145,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
How to handle file references.
diff --git a/data/corefork.telegram.org/method/channels.editTitle b/data/corefork.telegram.org/method/channels.editTitle index 23bd6d82d5..e845295109 100644 --- a/data/corefork.telegram.org/method/channels.editTitle +++ b/data/corefork.telegram.org/method/channels.editTitle @@ -130,7 +130,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.exportMessageLink b/data/corefork.telegram.org/method/channels.exportMessageLink index 207ac700c5..e893286dde 100644 --- a/data/corefork.telegram.org/method/channels.exportMessageLink +++ b/data/corefork.telegram.org/method/channels.exportMessageLink @@ -128,7 +128,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.getAdminLog b/data/corefork.telegram.org/method/channels.getAdminLog index 8de9186a08..5f32a760e0 100644 --- a/data/corefork.telegram.org/method/channels.getAdminLog +++ b/data/corefork.telegram.org/method/channels.getAdminLog @@ -150,7 +150,7 @@How to fetch results from large lists of objects.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.getAdminedPublicChannels b/data/corefork.telegram.org/method/channels.getAdminedPublicChannels index f762d3e7a0..5c187ec6b3 100644 --- a/data/corefork.telegram.org/method/channels.getAdminedPublicChannels +++ b/data/corefork.telegram.org/method/channels.getAdminedPublicChannels @@ -109,7 +109,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
Check if a username is free and can be assigned to a channel/supergroup
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.getGroupsForDiscussion b/data/corefork.telegram.org/method/channels.getGroupsForDiscussion index 59ec706f80..2e8abeb394 100644 --- a/data/corefork.telegram.org/method/channels.getGroupsForDiscussion +++ b/data/corefork.telegram.org/method/channels.getGroupsForDiscussion @@ -40,7 +40,7 @@Get all groups that can be used as discussion groups.
-Returned legacy group chats must be first upgraded to supergroups before they can be set as a discussion group.
+
Returned legacy group chats must be first upgraded to supergroups before they can be set as a discussion group.
To set a returned supergroup as a discussion group, access to its old messages must be enabled using channels.togglePreHistoryHidden, first.
Groups can be associated to a channel as a discussion group, to allow users to discuss about posts.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
Hide/unhide message history for new channel/supergroup users
How to fetch results from large lists of objects.
How to handle channels, supergroups, groups, and what's the difference between them.
How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.getMessages b/data/corefork.telegram.org/method/channels.getMessages index ba0da88463..3acbe6cea6 100644 --- a/data/corefork.telegram.org/method/channels.getMessages +++ b/data/corefork.telegram.org/method/channels.getMessages @@ -122,7 +122,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.getParticipant b/data/corefork.telegram.org/method/channels.getParticipant index c3c5194b98..a1180c59b9 100644 --- a/data/corefork.telegram.org/method/channels.getParticipant +++ b/data/corefork.telegram.org/method/channels.getParticipant @@ -129,7 +129,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.getParticipants b/data/corefork.telegram.org/method/channels.getParticipants index 427f2f6391..7333577ee2 100644 --- a/data/corefork.telegram.org/method/channels.getParticipants +++ b/data/corefork.telegram.org/method/channels.getParticipants @@ -127,7 +127,7 @@How to fetch results from large lists of objects.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.leaveChannel b/data/corefork.telegram.org/method/channels.leaveChannel index 2a7f06731a..b58711db96 100644 --- a/data/corefork.telegram.org/method/channels.leaveChannel +++ b/data/corefork.telegram.org/method/channels.leaveChannel @@ -130,7 +130,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.readHistory b/data/corefork.telegram.org/method/channels.readHistory index b120477de0..074968a75d 100644 --- a/data/corefork.telegram.org/method/channels.readHistory +++ b/data/corefork.telegram.org/method/channels.readHistory @@ -109,7 +109,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.readMessageContents b/data/corefork.telegram.org/method/channels.readMessageContents index b90a7a3767..1540a1769c 100644 --- a/data/corefork.telegram.org/method/channels.readMessageContents +++ b/data/corefork.telegram.org/method/channels.readMessageContents @@ -109,7 +109,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/channels.toggleSlowMode b/data/corefork.telegram.org/method/channels.toggleSlowMode index 0cd9825a90..fcc311a105 100644 --- a/data/corefork.telegram.org/method/channels.toggleSlowMode +++ b/data/corefork.telegram.org/method/channels.toggleSlowMode @@ -114,7 +114,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/messages.deleteChat b/data/corefork.telegram.org/method/messages.deleteChat index fd95576fd2..9f38b71507 100644 --- a/data/corefork.telegram.org/method/messages.deleteChat +++ b/data/corefork.telegram.org/method/messages.deleteChat @@ -104,7 +104,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/messages.editChatAbout b/data/corefork.telegram.org/method/messages.editChatAbout index ae0df10967..73f35268ef 100644 --- a/data/corefork.telegram.org/method/messages.editChatAbout +++ b/data/corefork.telegram.org/method/messages.editChatAbout @@ -140,7 +140,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/messages.editChatAdmin b/data/corefork.telegram.org/method/messages.editChatAdmin index 0ec31cd879..f76538c56c 100644 --- a/data/corefork.telegram.org/method/messages.editChatAdmin +++ b/data/corefork.telegram.org/method/messages.editChatAdmin @@ -39,7 +39,7 @@Make a user admin in a legacy group.
+Make a user admin in a legacy group.
How to handle channels, supergroups, groups, and what's the difference between them.
How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/messages.getDiscussionMessage b/data/corefork.telegram.org/method/messages.getDiscussionMessage index 7eb5425e72..6b14cdb444 100644 --- a/data/corefork.telegram.org/method/messages.getDiscussionMessage +++ b/data/corefork.telegram.org/method/messages.getDiscussionMessage @@ -108,7 +108,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/messages.migrateChat b/data/corefork.telegram.org/method/messages.migrateChat index 7a13bd7f7b..10012672fd 100644 --- a/data/corefork.telegram.org/method/messages.migrateChat +++ b/data/corefork.telegram.org/method/messages.migrateChat @@ -39,7 +39,7 @@Turn a legacy group into a supergroup
+Turn a legacy group into a supergroup
How to handle channels, supergroups, groups, and what's the difference between them.
How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/method/stats.getMegagroupStats b/data/corefork.telegram.org/method/stats.getMegagroupStats index 82b41b9f91..f942b64f40 100644 --- a/data/corefork.telegram.org/method/stats.getMegagroupStats +++ b/data/corefork.telegram.org/method/stats.getMegagroupStats @@ -113,7 +113,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
Telegram offers detailed channel statistics for channels and supergroups.
diff --git a/data/corefork.telegram.org/type/Bool.html b/data/corefork.telegram.org/type/Bool.html index 2acc006ffe..d9e4bd4cfe 100644 --- a/data/corefork.telegram.org/type/Bool.html +++ b/data/corefork.telegram.org/type/Bool.html @@ -334,7 +334,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/type/ChatBannedRights.html b/data/corefork.telegram.org/type/ChatBannedRights.html index a74b387a58..57af5426b1 100644 --- a/data/corefork.telegram.org/type/ChatBannedRights.html +++ b/data/corefork.telegram.org/type/ChatBannedRights.html @@ -70,7 +70,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/type/StatsGroupTopAdmin.html b/data/corefork.telegram.org/type/StatsGroupTopAdmin.html index 32698b1848..92449861f4 100644 --- a/data/corefork.telegram.org/type/StatsGroupTopAdmin.html +++ b/data/corefork.telegram.org/type/StatsGroupTopAdmin.html @@ -70,7 +70,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/type/StatsGroupTopInviter.html b/data/corefork.telegram.org/type/StatsGroupTopInviter.html index c8cd681ab2..c7245462a4 100644 --- a/data/corefork.telegram.org/type/StatsGroupTopInviter.html +++ b/data/corefork.telegram.org/type/StatsGroupTopInviter.html @@ -70,7 +70,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/type/StatsGroupTopPoster.html b/data/corefork.telegram.org/type/StatsGroupTopPoster.html index 9083a7ed5f..3f9b035226 100644 --- a/data/corefork.telegram.org/type/StatsGroupTopPoster.html +++ b/data/corefork.telegram.org/type/StatsGroupTopPoster.html @@ -70,7 +70,7 @@How to handle channels, supergroups, groups, and what's the difference between them.
+How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.
diff --git a/data/corefork.telegram.org/type/Update.html b/data/corefork.telegram.org/type/Update.html index cbcce83bf5..36d5a0bd4b 100644 --- a/data/corefork.telegram.org/type/Update.html +++ b/data/corefork.telegram.org/type/Update.html @@ -279,7 +279,7 @@