|
8107 | 8107 | },
|
8108 | 8108 | "emojiGroup": {
|
8109 | 8109 | "name": "emojiGroup",
|
| 8110 | + "description": [ |
| 8111 | + "Represents an emoji category¹." |
| 8112 | + ], |
| 8113 | + "links": [ |
| 8114 | + "https://core.telegram.org/api/custom-emoji#emoji-categories" |
| 8115 | + ], |
8110 | 8116 | "fields": {
|
8111 | 8117 | "emoticons": {
|
8112 | 8118 | "name": "emoticons",
|
8113 |
| - "description": " " |
| 8119 | + "description": "A list of UTF-8 emojis, matching the category." |
8114 | 8120 | },
|
8115 | 8121 | "icon_emoji_id": {
|
8116 | 8122 | "name": "icon_emoji_id",
|
8117 |
| - "description": " " |
| 8123 | + "description": "A single custom emoji used as preview for the category." |
8118 | 8124 | },
|
8119 | 8125 | "title": {
|
8120 | 8126 | "name": "title",
|
8121 |
| - "description": " " |
| 8127 | + "description": "Category name, i.e. \"Animals\", \"Flags\", \"Faces\" and so on..." |
8122 | 8128 | }
|
8123 | 8129 | }
|
8124 | 8130 | },
|
|
8192 | 8198 | },
|
8193 | 8199 | "emojiList": {
|
8194 | 8200 | "name": "emojiList",
|
| 8201 | + "description": [ |
| 8202 | + "Represents a list of custom emojis¹." |
| 8203 | + ], |
| 8204 | + "links": [ |
| 8205 | + "https://core.telegram.org/api/custom-emoji" |
| 8206 | + ], |
8195 | 8207 | "fields": {
|
8196 | 8208 | "document_id": {
|
8197 | 8209 | "name": "document_id",
|
8198 |
| - "description": " " |
| 8210 | + "description": "Custom emoji IDs" |
8199 | 8211 | },
|
8200 | 8212 | "hash": {
|
8201 | 8213 | "name": "hash",
|
8202 |
| - "description": " " |
| 8214 | + "description": "Hash for pagination, for more info click here¹", |
| 8215 | + "links": [ |
| 8216 | + "https://core.telegram.org/api/offsets#hash-generation" |
| 8217 | + ] |
8203 | 8218 | }
|
8204 | 8219 | }
|
8205 | 8220 | },
|
8206 | 8221 | "emojiListNotModified": {
|
8207 |
| - "name": "emojiListNotModified" |
| 8222 | + "name": "emojiListNotModified", |
| 8223 | + "description": [ |
| 8224 | + "The list of custom emojis¹ hasn't changed." |
| 8225 | + ], |
| 8226 | + "links": [ |
| 8227 | + "https://core.telegram.org/api/custom-emoji" |
| 8228 | + ] |
8208 | 8229 | },
|
8209 | 8230 | "emojiStatus": {
|
8210 | 8231 | "name": "emojiStatus",
|
|
13751 | 13772 | "messageActionBotAllowed": {
|
13752 | 13773 | "name": "messageActionBotAllowed",
|
13753 | 13774 | "description": [
|
13754 |
| - "The domain name of the website on which the user has logged in. More about Telegram Login »¹" |
13755 |
| - ], |
13756 |
| - "links": [ |
13757 |
| - "https://core.telegram.org/widgets/login" |
| 13775 | + "The user has given the bot permission to do something." |
13758 | 13776 | ],
|
13759 | 13777 | "fields": {
|
13760 | 13778 | "app": {
|
|
13767 | 13785 | },
|
13768 | 13786 | "domain": {
|
13769 | 13787 | "name": "domain",
|
13770 |
| - "description": "The domain name of the website on which the user has logged in." |
| 13788 | + "description": "The domain name of the website on which the user has logged in. More about Telegram Login »¹", |
| 13789 | + "links": [ |
| 13790 | + "https://core.telegram.org/widgets/login" |
| 13791 | + ] |
13771 | 13792 | },
|
13772 | 13793 | "flags": {
|
13773 | 13794 | "name": "flags",
|
@@ -16291,19 +16312,37 @@
|
16291 | 16312 | },
|
16292 | 16313 | "messages.emojiGroups": {
|
16293 | 16314 | "name": "messages.emojiGroups",
|
| 16315 | + "description": [ |
| 16316 | + "Represents a list of emoji categories¹." |
| 16317 | + ], |
| 16318 | + "links": [ |
| 16319 | + "https://core.telegram.org/api/custom-emoji#emoji-categories" |
| 16320 | + ], |
16294 | 16321 | "fields": {
|
16295 | 16322 | "groups": {
|
16296 | 16323 | "name": "groups",
|
16297 |
| - "description": " " |
| 16324 | + "description": "A list of emoji categories¹.", |
| 16325 | + "links": [ |
| 16326 | + "https://core.telegram.org/api/custom-emoji#emoji-categories" |
| 16327 | + ] |
16298 | 16328 | },
|
16299 | 16329 | "hash": {
|
16300 | 16330 | "name": "hash",
|
16301 |
| - "description": " " |
| 16331 | + "description": "Hash for pagination, for more info click here¹", |
| 16332 | + "links": [ |
| 16333 | + "https://core.telegram.org/api/offsets#hash-generation" |
| 16334 | + ] |
16302 | 16335 | }
|
16303 | 16336 | }
|
16304 | 16337 | },
|
16305 | 16338 | "messages.emojiGroupsNotModified": {
|
16306 |
| - "name": "messages.emojiGroupsNotModified" |
| 16339 | + "name": "messages.emojiGroupsNotModified", |
| 16340 | + "description": [ |
| 16341 | + "The list of emoji categories¹ hasn't changed." |
| 16342 | + ], |
| 16343 | + "links": [ |
| 16344 | + "https://core.telegram.org/api/custom-emoji#emoji-categories" |
| 16345 | + ] |
16307 | 16346 | },
|
16308 | 16347 | "messages.exportedChatInvite": {
|
16309 | 16348 | "name": "messages.exportedChatInvite",
|
|
27237 | 27276 | ]
|
27238 | 27277 | },
|
27239 | 27278 | "EmojiGroup": {
|
27240 |
| - "name": "EmojiGroup" |
| 27279 | + "name": "EmojiGroup", |
| 27280 | + "description": [ |
| 27281 | + "Represents an emoji category¹." |
| 27282 | + ], |
| 27283 | + "links": [ |
| 27284 | + "https://core.telegram.org/api/custom-emoji#emoji-categories" |
| 27285 | + ] |
27241 | 27286 | },
|
27242 | 27287 | "EmojiKeyword": {
|
27243 | 27288 | "name": "EmojiKeyword",
|
|
27258 | 27303 | ]
|
27259 | 27304 | },
|
27260 | 27305 | "EmojiList": {
|
27261 |
| - "name": "EmojiList" |
| 27306 | + "name": "EmojiList", |
| 27307 | + "description": [ |
| 27308 | + "Represents a list of custom emojis¹." |
| 27309 | + ], |
| 27310 | + "links": [ |
| 27311 | + "https://core.telegram.org/api/custom-emoji" |
| 27312 | + ] |
27262 | 27313 | },
|
27263 | 27314 | "EmojiStatus": {
|
27264 | 27315 | "name": "EmojiStatus",
|
|
29108 | 29159 | ]
|
29109 | 29160 | },
|
29110 | 29161 | "messages.EmojiGroups": {
|
29111 |
| - "name": "messages.EmojiGroups" |
| 29162 | + "name": "messages.EmojiGroups", |
| 29163 | + "description": [ |
| 29164 | + "Represents a list of emoji categories¹." |
| 29165 | + ], |
| 29166 | + "links": [ |
| 29167 | + "https://core.telegram.org/api/custom-emoji#emoji-categories" |
| 29168 | + ] |
29112 | 29169 | },
|
29113 | 29170 | "messages.ExportedChatInvite": {
|
29114 | 29171 | "name": "messages.ExportedChatInvite",
|
@@ -29868,19 +29925,39 @@
|
29868 | 29925 | },
|
29869 | 29926 | "account.getDefaultGroupPhotoEmojis": {
|
29870 | 29927 | "name": "account.getDefaultGroupPhotoEmojis",
|
| 29928 | + "description": [ |
| 29929 | + "Get a set of suggested custom emoji stickers¹ that can be used as group picture²" |
| 29930 | + ], |
| 29931 | + "links": [ |
| 29932 | + "https://core.telegram.org/api/custom-emoji", |
| 29933 | + "https://core.telegram.org/api/files#sticker-profile-pictures" |
| 29934 | + ], |
29871 | 29935 | "parameters": {
|
29872 | 29936 | "hash": {
|
29873 | 29937 | "name": "hash",
|
29874 |
| - "description": " " |
| 29938 | + "description": "Hash for pagination, for more info click here¹", |
| 29939 | + "links": [ |
| 29940 | + "https://core.telegram.org/api/offsets#hash-generation" |
| 29941 | + ] |
29875 | 29942 | }
|
29876 | 29943 | }
|
29877 | 29944 | },
|
29878 | 29945 | "account.getDefaultProfilePhotoEmojis": {
|
29879 | 29946 | "name": "account.getDefaultProfilePhotoEmojis",
|
| 29947 | + "description": [ |
| 29948 | + "Get a set of suggested custom emoji stickers¹ that can be used as profile picture²" |
| 29949 | + ], |
| 29950 | + "links": [ |
| 29951 | + "https://core.telegram.org/api/custom-emoji", |
| 29952 | + "https://core.telegram.org/api/files#sticker-profile-pictures" |
| 29953 | + ], |
29880 | 29954 | "parameters": {
|
29881 | 29955 | "hash": {
|
29882 | 29956 | "name": "hash",
|
29883 |
| - "description": " " |
| 29957 | + "description": "Hash for pagination, for more info click here¹", |
| 29958 | + "links": [ |
| 29959 | + "https://core.telegram.org/api/offsets#hash-generation" |
| 29960 | + ] |
29884 | 29961 | }
|
29885 | 29962 | }
|
29886 | 29963 | },
|
@@ -39012,10 +39089,20 @@
|
39012 | 39089 | },
|
39013 | 39090 | "messages.getEmojiGroups": {
|
39014 | 39091 | "name": "messages.getEmojiGroups",
|
| 39092 | + "description": [ |
| 39093 | + "Represents a list of emoji categories¹, to be used when selecting custom emojis²." |
| 39094 | + ], |
| 39095 | + "links": [ |
| 39096 | + "https://core.telegram.org/api/custom-emoji#emoji-categories", |
| 39097 | + "https://core.telegram.org/api/custom-emoji" |
| 39098 | + ], |
39015 | 39099 | "parameters": {
|
39016 | 39100 | "hash": {
|
39017 | 39101 | "name": "hash",
|
39018 |
| - "description": " " |
| 39102 | + "description": "Hash for pagination, for more info click here¹", |
| 39103 | + "links": [ |
| 39104 | + "https://core.telegram.org/api/offsets#hash-generation" |
| 39105 | + ] |
39019 | 39106 | }
|
39020 | 39107 | },
|
39021 | 39108 | "bot_can_use": true
|
@@ -39062,20 +39149,40 @@
|
39062 | 39149 | },
|
39063 | 39150 | "messages.getEmojiProfilePhotoGroups": {
|
39064 | 39151 | "name": "messages.getEmojiProfilePhotoGroups",
|
| 39152 | + "description": [ |
| 39153 | + "Represents a list of emoji categories¹, to be used when selecting custom emojis to set as profile picture²." |
| 39154 | + ], |
| 39155 | + "links": [ |
| 39156 | + "https://core.telegram.org/api/custom-emoji#emoji-categories", |
| 39157 | + "https://core.telegram.org/api/files#sticker-profile-pictures" |
| 39158 | + ], |
39065 | 39159 | "parameters": {
|
39066 | 39160 | "hash": {
|
39067 | 39161 | "name": "hash",
|
39068 |
| - "description": " " |
| 39162 | + "description": "Hash for pagination, for more info click here¹", |
| 39163 | + "links": [ |
| 39164 | + "https://core.telegram.org/api/offsets#hash-generation" |
| 39165 | + ] |
39069 | 39166 | }
|
39070 | 39167 | },
|
39071 | 39168 | "bot_can_use": true
|
39072 | 39169 | },
|
39073 | 39170 | "messages.getEmojiStatusGroups": {
|
39074 | 39171 | "name": "messages.getEmojiStatusGroups",
|
| 39172 | + "description": [ |
| 39173 | + "Represents a list of emoji categories¹, to be used when selecting custom emojis to set as custom emoji status²." |
| 39174 | + ], |
| 39175 | + "links": [ |
| 39176 | + "https://core.telegram.org/api/custom-emoji#emoji-categories", |
| 39177 | + "https://core.telegram.org/api" |
| 39178 | + ], |
39075 | 39179 | "parameters": {
|
39076 | 39180 | "hash": {
|
39077 | 39181 | "name": "hash",
|
39078 |
| - "description": " " |
| 39182 | + "description": "Hash for pagination, for more info click here¹", |
| 39183 | + "links": [ |
| 39184 | + "https://core.telegram.org/api/offsets#hash-generation" |
| 39185 | + ] |
39079 | 39186 | }
|
39080 | 39187 | },
|
39081 | 39188 | "bot_can_use": true
|
|
0 commit comments