Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions _schema/139.json
Original file line number Diff line number Diff line change
Expand Up @@ -5106,10 +5106,10 @@
"chatFull": {
"name": "chatFull",
"description": [
"Full info about a legacy group¹."
"Full info about a basic group¹."
],
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
],
"fields": {
"about": {
Expand Down Expand Up @@ -13429,13 +13429,13 @@
"messages.chatFull": {
"name": "messages.chatFull",
"description": [
"Full info about a channel¹, supergroup², gigagroup³ or legacy group⁴."
"Full info about a channel¹, supergroup², gigagroup³ or basic group⁴."
],
"links": [
"https://core.telegram.org/api/channel#channels",
"https://core.telegram.org/api/channel#supergroups",
"https://core.telegram.org/api/channel#gigagroups",
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
],
"fields": {
"chats": {
Expand Down Expand Up @@ -19765,10 +19765,10 @@
"updateChatParticipantAdmin": {
"name": "updateChatParticipantAdmin",
"description": [
"Admin permissions of a user in a legacy group¹ were changed"
"Admin permissions of a user in a basic group¹ were changed"
],
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
],
"fields": {
"chat_id": {
Expand Down Expand Up @@ -20515,10 +20515,10 @@
"updateNewMessage": {
"name": "updateNewMessage",
"description": [
"New message in a private chat or in a legacy group¹."
"New message in a private chat or in a basic group¹."
],
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
],
"fields": {
"message": {
Expand Down Expand Up @@ -23117,13 +23117,13 @@
"ChatFull": {
"name": "ChatFull",
"description": [
"Full info about a channel¹, supergroup², gigagroup³ or legacy group⁴."
"Full info about a channel¹, supergroup², gigagroup³ or basic group⁴."
],
"links": [
"https://core.telegram.org/api/channel#channels",
"https://core.telegram.org/api/channel#supergroups",
"https://core.telegram.org/api/channel#gigagroups",
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
]
},
"ChatInvite": {
Expand Down Expand Up @@ -24865,13 +24865,13 @@
"messages.ChatFull": {
"name": "messages.ChatFull",
"description": [
"Full info about a channel¹, supergroup², gigagroup³ or legacy group⁴."
"Full info about a channel¹, supergroup², gigagroup³ or basic group⁴."
],
"links": [
"https://core.telegram.org/api/channel#channels",
"https://core.telegram.org/api/channel#supergroups",
"https://core.telegram.org/api/channel#gigagroups",
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
]
},
"messages.ChatInviteImporters": {
Expand Down Expand Up @@ -25825,9 +25825,9 @@
},
"message_chats": {
"name": "message_chats",
"description": "Whether to export messages in legacy groups¹",
"description": "Whether to export messages in basic groups¹",
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
]
},
"message_megagroups": {
Expand Down Expand Up @@ -28799,12 +28799,12 @@
"name": "channels.getGroupsForDiscussion",
"description": [
"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 basic 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."
],
"links": [
"https://core.telegram.org/api/discussion",
"https://core.telegram.org/api/channel#legacy-groups",
"https://core.telegram.org/api/channel#basic-groups",
"https://core.telegram.org/api/channel#supergroups",
"https://core.telegram.org/method/channels.togglePreHistoryHidden"
]
Expand Down Expand Up @@ -31653,10 +31653,10 @@
"messages.editChatAdmin": {
"name": "messages.editChatAdmin",
"description": [
"Make a user admin in a legacy group¹."
"Make a user admin in a basic group¹."
],
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
],
"parameters": {
"chat_id": {
Expand Down Expand Up @@ -33170,17 +33170,17 @@
"messages.getFullChat": {
"name": "messages.getFullChat",
"description": [
"Get full info about a legacy group¹."
"Get full info about a basic group¹."
],
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
],
"parameters": {
"chat_id": {
"name": "chat_id",
"description": "Legacy group¹ ID.",
"description": "Basic group¹ ID.",
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
]
}
},
Expand Down Expand Up @@ -34655,17 +34655,17 @@
"messages.migrateChat": {
"name": "messages.migrateChat",
"description": [
"Turn a legacy group into a supergroup¹"
"Turn a basic group into a supergroup¹"
],
"links": [
"https://core.telegram.org/api/channel#migration"
],
"parameters": {
"chat_id": {
"name": "chat_id",
"description": "Legacy group¹ to migrate",
"description": "Basic group¹ to migrate",
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
]
}
},
Expand Down
50 changes: 25 additions & 25 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5106,10 +5106,10 @@
"chatFull": {
"name": "chatFull",
"description": [
"Full info about a legacy group¹."
"Full info about a basic group¹."
],
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
],
"fields": {
"about": {
Expand Down Expand Up @@ -13429,13 +13429,13 @@
"messages.chatFull": {
"name": "messages.chatFull",
"description": [
"Full info about a channel¹, supergroup², gigagroup³ or legacy group⁴."
"Full info about a channel¹, supergroup², gigagroup³ or basic group⁴."
],
"links": [
"https://core.telegram.org/api/channel#channels",
"https://core.telegram.org/api/channel#supergroups",
"https://core.telegram.org/api/channel#gigagroups",
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
],
"fields": {
"chats": {
Expand Down Expand Up @@ -19765,10 +19765,10 @@
"updateChatParticipantAdmin": {
"name": "updateChatParticipantAdmin",
"description": [
"Admin permissions of a user in a legacy group¹ were changed"
"Admin permissions of a user in a basic group¹ were changed"
],
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
],
"fields": {
"chat_id": {
Expand Down Expand Up @@ -20515,10 +20515,10 @@
"updateNewMessage": {
"name": "updateNewMessage",
"description": [
"New message in a private chat or in a legacy group¹."
"New message in a private chat or in a basic group¹."
],
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
],
"fields": {
"message": {
Expand Down Expand Up @@ -23117,13 +23117,13 @@
"ChatFull": {
"name": "ChatFull",
"description": [
"Full info about a channel¹, supergroup², gigagroup³ or legacy group⁴."
"Full info about a channel¹, supergroup², gigagroup³ or basic group⁴."
],
"links": [
"https://core.telegram.org/api/channel#channels",
"https://core.telegram.org/api/channel#supergroups",
"https://core.telegram.org/api/channel#gigagroups",
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
]
},
"ChatInvite": {
Expand Down Expand Up @@ -24865,13 +24865,13 @@
"messages.ChatFull": {
"name": "messages.ChatFull",
"description": [
"Full info about a channel¹, supergroup², gigagroup³ or legacy group⁴."
"Full info about a channel¹, supergroup², gigagroup³ or basic group⁴."
],
"links": [
"https://core.telegram.org/api/channel#channels",
"https://core.telegram.org/api/channel#supergroups",
"https://core.telegram.org/api/channel#gigagroups",
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
]
},
"messages.ChatInviteImporters": {
Expand Down Expand Up @@ -25825,9 +25825,9 @@
},
"message_chats": {
"name": "message_chats",
"description": "Whether to export messages in legacy groups¹",
"description": "Whether to export messages in basic groups¹",
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
]
},
"message_megagroups": {
Expand Down Expand Up @@ -28799,12 +28799,12 @@
"name": "channels.getGroupsForDiscussion",
"description": [
"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 basic 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."
],
"links": [
"https://core.telegram.org/api/discussion",
"https://core.telegram.org/api/channel#legacy-groups",
"https://core.telegram.org/api/channel#basic-groups",
"https://core.telegram.org/api/channel#supergroups",
"https://core.telegram.org/method/channels.togglePreHistoryHidden"
]
Expand Down Expand Up @@ -31653,10 +31653,10 @@
"messages.editChatAdmin": {
"name": "messages.editChatAdmin",
"description": [
"Make a user admin in a legacy group¹."
"Make a user admin in a basic group¹."
],
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
],
"parameters": {
"chat_id": {
Expand Down Expand Up @@ -33170,17 +33170,17 @@
"messages.getFullChat": {
"name": "messages.getFullChat",
"description": [
"Get full info about a legacy group¹."
"Get full info about a basic group¹."
],
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
],
"parameters": {
"chat_id": {
"name": "chat_id",
"description": "Legacy group¹ ID.",
"description": "Basic group¹ ID.",
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
]
}
},
Expand Down Expand Up @@ -34655,17 +34655,17 @@
"messages.migrateChat": {
"name": "messages.migrateChat",
"description": [
"Turn a legacy group into a supergroup¹"
"Turn a basic group into a supergroup¹"
],
"links": [
"https://core.telegram.org/api/channel#migration"
],
"parameters": {
"chat_id": {
"name": "chat_id",
"description": "Legacy group¹ to migrate",
"description": "Basic group¹ to migrate",
"links": [
"https://core.telegram.org/api/channel#legacy-groups"
"https://core.telegram.org/api/channel#basic-groups"
]
}
},
Expand Down