Update to Bot API 6.6 #2

Closed
opened 2023-04-10 18:47:06 +00:00 by netkas · 78 comments
netkas commented 2023-04-10 18:47:06 +00:00 (Migrated from git-old.n64.cc)

On March 9, 2023, Telegram released a new update to their Telegram Bot API and reflected the changes in their latest change-log, to which this library must try to implement to the best of it's capabilities, below are the change-logs from Telegram alongside with their completion status checked off the list.

On March 9, 2023, Telegram released a new update to their Telegram Bot API and reflected the changes in their latest change-log, to which this library must try to implement to the best of it's capabilities, below are the change-logs from Telegram alongside with their completion status checked off the list. - [x] Added the ability to set different bot descriptions for different user languages using the method [setMyDescription](https://core.telegram.org/bots/api#setmydescription). - [x] Added the ability to get the current bot description in the given language as the class [BotDescription](https://core.telegram.org/bots/api#botdescription) using the method [getMyDescription](https://core.telegram.org/bots/api#getmydescription). - [x] Added the ability to set different bot short descriptions for different user languages using the method [setMyShortDescription](https://core.telegram.org/bots/api#setmyshortdescription). - [x] Added the ability to get the current bot short description in the given language as the class [BotShortDescription](https://core.telegram.org/bots/api#botshortdescription) using the method [getMyShortDescription](https://core.telegram.org/bots/api#getmyshortdescription). - [x] Added the parameter emoji to the method [sendSticker](https://core.telegram.org/bots/api#sendsticker) to specify an emoji for just uploaded stickers. - [x] Added support for the creation of custom emoji sticker sets in [createNewStickerSet](https://core.telegram.org/bots/api#createnewstickerset). - [x] Added the parameter _needs_repainting_ to the method [createNewStickerSet](https://core.telegram.org/bots/api#createnewstickerset) to automatically change the color of emoji based on context (e.g., use text color in messages, accent color in statuses, etc.). - [x] Added the field _needs_repainting_ to the class [Sticker](https://core.telegram.org/bots/api#sticker). - [x] Replaced the parameters _png_sticker_, _tgs_sticker_, _webm_sticker_, _emojis_ and _mask_position_ in the method [addStickerToSet](https://core.telegram.org/bots/api#addstickertoset) with the parameter _sticker_ of the type [InputSticker](https://core.telegram.org/bots/api#inputsticker). - [x] Added support for the creation of sticker sets with multiple initial stickers in [createNewStickerSet](https://core.telegram.org/bots/api#createnewstickerset) by replacing the parameters _png_sticker_, _tgs_sticker_, _webm_sticker_, _emojis_ and _mask_position_ with the parameters _stickers_ and _sticker_format_. - [x] ~~Added support for **.WEBP** files in [createNewStickerSet](https://core.telegram.org/bots/api#createnewstickerset) and [addStickerToSet](https://core.telegram.org/bots/api#addstickertoset).~~ - [x] ~~Added support for **.WEBP**, **.TGS**, and **.WEBM** files in [uploadStickerFile](https://core.telegram.org/bots/api#uploadstickerfile) by replacing the parameter png_sticker in the method [uploadStickerFile](https://core.telegram.org/bots/api#uploadstickerfile) with the parameters sticker and sticker_format.~~ - [x] ~~Added support for **.WEBP** files in [createNewStickerSet](https://core.telegram.org/bots/api#createnewstickerset) and [addStickerToSet](https://core.telegram.org/bots/api#addstickertoset).~~ - [x] ~~Added the ability to specify search keywords for stickers added to sticker sets.~~ - [x] Added the method [setCustomEmojiStickerSetThumbnail](https://core.telegram.org/bots/api#setcustomemojistickersetthumbnail) for editing the thumbnail of custom emoji sticker sets created by the bot. - [x] Added the method [setStickerSetTitle](https://core.telegram.org/bots/api#setstickersettitle) for editing the title of sticker sets created by the bot. - [x] Added the method [deleteStickerSet](https://core.telegram.org/bots/api#deletestickerset) for complete deletion of a given sticker set that was created by the bot. - [x] Added the method [setStickerEmojiList](https://core.telegram.org/bots/api#setstickeremojilist) for changing the list of emoji associated with a sticker. - [x] Added the method [setStickerKeywords](https://core.telegram.org/bots/api#setstickerkeywords) for changing the search keywords assigned to a sticker. - [x] Added the method [setStickerMaskPosition](https://core.telegram.org/bots/api#setstickermaskposition) for changing the [mask position](https://core.telegram.org/bots/api#maskposition) of a mask sticker. - [x] Renamed the field thumb in the classes [Animation](https://core.telegram.org/bots/api#animation), [Audio](https://core.telegram.org/bots/api#audio), [Document](https://core.telegram.org/bots/api#document), [Sticker](https://core.telegram.org/bots/api#sticker), [Video](https://core.telegram.org/bots/api#video), [VideoNote](https://core.telegram.org/bots/api#videonote), [InputMediaAnimation](https://core.telegram.org/bots/api#inputmediaanimation), [InputMediaAudio](https://core.telegram.org/bots/api#inputmediaaudio), [InputMediaDocument](https://core.telegram.org/bots/api#inputmediadocument), [InputMediaVideo](https://core.telegram.org/bots/api#inputmediavideo), [StickerSet](https://core.telegram.org/bots/api#stickerset) to _thumbnail_. - [x] Renamed the parameter thumb in the methods [sendAnimation](https://core.telegram.org/bots/api#sendanimation), [sendAudio](https://core.telegram.org/bots/api#sendaudio), [sendDocument](https://core.telegram.org/bots/api#senddocument), [sendVideo](https://core.telegram.org/bots/api#sendvideo), [sendVideoNote ](https://core.telegram.org/bots/api#sendvideonote)to _thumbnail_. - [x] Renamed the method _setStickerSetThumb_ to [setStickerSetThumbnail](https://core.telegram.org/bots/api#setstickersetthumbnail) and its parameter thumb to thumbnail. - [x] ~~Renamed the fields _thumb_url_, _thumb_width_, and _thumb_height_ in the classes [InlineQueryResultArticle](https://core.telegram.org/bots/api#inlinequeryresultarticle), [InlineQueryResultContact](https://core.telegram.org/bots/api#inlinequeryresultcontact), [InlineQueryResultDocument](https://core.telegram.org/bots/api#inlinequeryresultdocument), [InlineQueryResultLocation](https://core.telegram.org/bots/api#inlinequeryresultlocation), and [InlineQueryResultVenue](https://core.telegram.org/bots/api#inlinequeryresultvenue) to thumbnail_url, thumbnail_width, and thumbnail_height respectively.~~ - [x] ~~Renamed the field _thumb_url_ in the classes [InlineQueryResultPhoto](https://core.telegram.org/bots/api#inlinequeryresultphoto) and [InlineQueryResultVideo](https://core.telegram.org/bots/api#inlinequeryresultvideo) to _thumbnail_url_.~~ - [x] ~~Renamed the fields _thumb_url_ and _thumb_mime_type_ in the classes [InlineQueryResultGif](https://core.telegram.org/bots/api#inlinequeryresultgif), and [InlineQueryResultMpeg4Gif](https://core.telegram.org/bots/api#inlinequeryresultmpeg4gif) to _thumbnail_url_ and _thumbnail_mime_type_ respectively.~~
netkas commented 2023-04-10 18:47:07 +00:00 (Migrated from git-old.n64.cc)

assigned to @netkas

assigned to @netkas
netkas commented 2023-04-10 19:50:37 +00:00 (Migrated from git-old.n64.cc)

changed the description

changed the description
netkas commented 2023-04-10 19:52:26 +00:00 (Migrated from git-old.n64.cc)

changed the description

changed the description
netkas commented 2023-04-10 19:52:49 +00:00 (Migrated from git-old.n64.cc)

changed the description

changed the description
netkas commented 2023-04-10 19:53:23 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the ability to set different bot descriptions for different user languages using the method setMyDescription. as completed

marked the checklist item **Added the ability to set different bot descriptions for different user languages using the method [setMyDescription](https://core.telegram.org/bots/api#setmydescription).** as completed
netkas commented 2023-04-10 19:53:34 +00:00 (Migrated from git-old.n64.cc)

Added the ability to set different bot descriptions for different user languages using the method \TgBotLib\Bot > setMyDescription() see setMyDescription for more information.

Added the ability to set different bot descriptions for different user languages using the method `\TgBotLib\Bot > setMyDescription()` see [setMyDescription](https://core.telegram.org/bots/api#setmydescription) for more information.
netkas commented 2023-04-10 19:53:49 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the ability to get the current bot description in the given language as the class BotDescription using the method getMyDescription. as completed

marked the checklist item **Added the ability to get the current bot description in the given language as the class [BotDescription](https://core.telegram.org/bots/api#botdescription) using the method [getMyDescription](https://core.telegram.org/bots/api#getmydescription).** as completed
netkas commented 2023-04-10 19:53:56 +00:00 (Migrated from git-old.n64.cc)

Added the ability to get the current bot description in the given language as the class BotDescription using the method \TgBotLib\Bot > getMyDescription() see getMyDescription for more information.

Added the ability to get the current bot description in the given language as the class [BotDescription](https://core.telegram.org/bots/api#botdescription) using the method `\TgBotLib\Bot > getMyDescription()` see [getMyDescription](https://core.telegram.org/bots/api#getmydescription) for more information.
netkas commented 2023-04-10 19:54:15 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the ability to set different bot short descriptions for different user languages using the method setMyShortDescription. as completed

marked the checklist item **Added the ability to set different bot short descriptions for different user languages using the method [setMyShortDescription](https://core.telegram.org/bots/api#setmyshortdescription).** as completed
netkas commented 2023-04-10 19:54:21 +00:00 (Migrated from git-old.n64.cc)

Added the ability to set different bot short descriptions for different user languages using the method \TgBotLib\Bot > setMyShortDescription() see setMyShortDescription for more information.

Added the ability to set different bot short descriptions for different user languages using the method `\TgBotLib\Bot > setMyShortDescription()` see [setMyShortDescription](https://core.telegram.org/bots/api#setmyshortdescription) for more information.
netkas commented 2023-04-10 19:54:39 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the ability to get the current bot short description in the given language as the class BotShortDescription using the method getMyShortDescription. as completed

marked the checklist item **Added the ability to get the current bot short description in the given language as the class [BotShortDescription](https://core.telegram.org/bots/api#botshortdescription) using the method [getMyShortDescription](https://core.telegram.org/bots/api#getmyshortdescription).** as completed
netkas commented 2023-04-10 19:54:47 +00:00 (Migrated from git-old.n64.cc)

Added the ability to get the current bot short description in the given language as the class BotShortDescription using the method \TgBotLib\Bot > getMyShortDescription() see getMyShortDescription for more information.

Added the ability to get the current bot short description in the given language as the class [BotShortDescription](https://core.telegram.org/bots/api#botshortdescription) using the method `\TgBotLib\Bot > getMyShortDescription()` see [getMyShortDescription](https://core.telegram.org/bots/api#getmyshortdescription) for more information.
netkas commented 2023-04-10 19:55:02 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the parameter emoji to the method sendSticker to specify an emoji for just uploaded stickers. as completed

marked the checklist item **Added the parameter emoji to the method [sendSticker](https://core.telegram.org/bots/api#sendsticker) to specify an emoji for just uploaded stickers.** as completed
netkas commented 2023-04-10 19:55:10 +00:00 (Migrated from git-old.n64.cc)

Added method \TgBotLib\Bot > sendSticker() to send a sticker to a chat. See sendSticker for more information.

Added method `\TgBotLib\Bot > sendSticker()` to send a sticker to a chat. See [sendSticker](https://core.telegram.org/bots/api#sendsticker) for more information.
netkas commented 2023-04-10 19:55:18 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added support for the creation of custom emoji sticker sets in createNewStickerSet. as completed

marked the checklist item **Added support for the creation of custom emoji sticker sets in [createNewStickerSet](https://core.telegram.org/bots/api#createnewstickerset).** as completed
netkas commented 2023-04-10 19:55:25 +00:00 (Migrated from git-old.n64.cc)

Added method \TgBotLib\Bot > createNewStickerSet() to create a new sticker set owned by a user. See createNewStickerSet for more information.

Added method `\TgBotLib\Bot > createNewStickerSet()` to create a new sticker set owned by a user. See [createNewStickerSet](https://core.telegram.org/bots/api#createnewstickerset) for more information.
netkas commented 2023-04-10 19:56:08 +00:00 (Migrated from git-old.n64.cc)

changed the description

changed the description
netkas commented 2023-04-10 19:57:47 +00:00 (Migrated from git-old.n64.cc)

changed the description

changed the description
netkas commented 2023-04-10 20:00:56 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the parameter needs_repainting to the method createNewStickerSet to automatically change the color of emoji based on context (e.g., use text color in messages, accent color in statuses, etc.). as completed

marked the checklist item **Added the parameter _needs_repainting_ to the method [createNewStickerSet](https://core.telegram.org/bots/api#createnewstickerset) to automatically change the color of emoji based on context (e.g., use text color in messages, accent color in statuses, etc.).** as completed
netkas commented 2023-04-10 20:05:44 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit 65564ecb2a

mentioned in commit 65564ecb2aa091dc228cdba612ce4a01993724b2
netkas commented 2023-04-10 20:06:12 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the field needs_repainting to the class Sticker. as completed

marked the checklist item **Added the field _needs_repainting_ to the class [Sticker](https://core.telegram.org/bots/api#sticker).** as completed
netkas commented 2023-04-10 20:06:15 +00:00 (Migrated from git-old.n64.cc)

Added the field needs_repainting to the Sticker class which can be obtained via TgBotLib\Objects\Telegram > Sticker > needsRepainting()

Added the field _needs_repainting_ to the [Sticker](https://core.telegram.org/bots/api#sticker) class which can be obtained via `TgBotLib\Objects\Telegram > Sticker > needsRepainting()`
netkas commented 2023-04-10 20:10:25 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit 37a136adce

mentioned in commit 37a136adce6de8fd2edb57c17323f3ead07f5344
netkas commented 2023-04-10 20:10:34 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Replaced the parameters png_sticker, tgs_sticker, webm_sticker, emojis and mask_position in the method addStickerToSet with the parameter sticker of the type InputSticker. as completed

marked the checklist item **Replaced the parameters _png_sticker_, _tgs_sticker_, _webm_sticker_, _emojis_ and _mask_position_ in the method [addStickerToSet](https://core.telegram.org/bots/api#addstickertoset) with the parameter _sticker_ of the type [InputSticker](https://core.telegram.org/bots/api#inputsticker).** as completed
netkas commented 2023-04-10 20:10:39 +00:00 (Migrated from git-old.n64.cc)

Added method \TgBotLib\Bot > addStickerToSet() to add a new sticker to a set created by the bot. See addStickerToSet for more information.

Added method `\TgBotLib\Bot > addStickerToSet()` to add a new sticker to a set created by the bot. See [addStickerToSet](https://core.telegram.org/bots/api#addstickertoset) for more information.
netkas commented 2023-04-10 21:32:55 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added support for the creation of sticker sets with multiple initial stickers in createNewStickerSet by replacing the parameters png_sticker, tgs_sticker, webm_sticker, emojis and mask_position with the parameters stickers and sticker_format. as completed

marked the checklist item **Added support for the creation of sticker sets with multiple initial stickers in [createNewStickerSet](https://core.telegram.org/bots/api#createnewstickerset) by replacing the parameters _png_sticker_, _tgs_sticker_, _webm_sticker_, _emojis_ and _mask_position_ with the parameters _stickers_ and _sticker_format_.** as completed
netkas commented 2023-04-10 21:33:10 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added support for .WEBP files in createNewStickerSet and addStickerToSet. as completed

marked the checklist item **Added support for **.WEBP** files in [createNewStickerSet](https://core.telegram.org/bots/api#createnewstickerset) and [addStickerToSet](https://core.telegram.org/bots/api#addstickertoset).** as completed
netkas commented 2023-04-10 21:38:00 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit 4dc5e9e20d

mentioned in commit 4dc5e9e20da80040d15411279ef4195baac92d33
netkas commented 2023-04-10 21:38:06 +00:00 (Migrated from git-old.n64.cc)

Added abstract class \TgBotLib\Abstracts > StickerFormat to represent a sticker format ("static", "animated" or "video")

Added abstract class `\TgBotLib\Abstracts > StickerFormat` to represent a sticker format ("`static`", "`animated`" or "`video`")
netkas commented 2023-04-10 21:39:39 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit 595872c997

mentioned in commit 595872c99792929edbbc3f445882eaf00dc890b3
netkas commented 2023-04-10 21:39:45 +00:00 (Migrated from git-old.n64.cc)

Added method \TgBotLib\Bot > uploadStickerFile() to upload a sticker file with a sticker for later use in createNewStickerSet and addStickerToSet methods (can be used multiple times). See uploadStickerFile for more information.

Added method `\TgBotLib\Bot > uploadStickerFile()` to upload a sticker file with a sticker for later use in `createNewStickerSet` and `addStickerToSet` methods (can be used multiple times). See [uploadStickerFile](https://core.telegram.org/bots/api#uploadstickerfile) for more information.
netkas commented 2023-04-10 21:41:38 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added support for .WEBP, .TGS, and .WEBM files in uploadStickerFile by replacing the parameter png_sticker in the method uploadStickerFile with the parameters sticker and sticker_format. as completed

marked the checklist item **Added support for **.WEBP**, **.TGS**, and **.WEBM** files in [uploadStickerFile](https://core.telegram.org/bots/api#uploadstickerfile) by replacing the parameter png_sticker in the method [uploadStickerFile](https://core.telegram.org/bots/api#uploadstickerfile) with the parameters sticker and sticker_format.** as completed
netkas commented 2023-04-10 21:41:39 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added support for .WEBP files in createNewStickerSet and addStickerToSet. as completed

marked the checklist item **Added support for **.WEBP** files in [createNewStickerSet](https://core.telegram.org/bots/api#createnewstickerset) and [addStickerToSet](https://core.telegram.org/bots/api#addstickertoset).** as completed
netkas commented 2023-04-10 21:41:41 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the ability to specify search keywords for stickers added to sticker sets. as completed

marked the checklist item **Added the ability to specify search keywords for stickers added to sticker sets.** as completed
netkas commented 2023-04-10 21:43:43 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit 007304c8ca

mentioned in commit 007304c8ca1ab5adc2841424b627baf1c14aa379
netkas commented 2023-04-10 21:43:54 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the method setCustomEmojiStickerSetThumbnail for editing the thumbnail of custom emoji sticker sets created by the bot. as completed

marked the checklist item **Added the method [setCustomEmojiStickerSetThumbnail](https://core.telegram.org/bots/api#setcustomemojistickersetthumbnail) for editing the thumbnail of custom emoji sticker sets created by the bot.** as completed
netkas commented 2023-04-10 21:43:57 +00:00 (Migrated from git-old.n64.cc)

Added method \TgBotLib\Bot > setCustomEmojiStickerSetThumbnail() to set the thumbnail of a sticker set. See setCustomEmojiStickerSetThumbnail for more information.

Added method `\TgBotLib\Bot > setCustomEmojiStickerSetThumbnail()` to set the thumbnail of a sticker set. See [setCustomEmojiStickerSetThumbnail](https://core.telegram.org/bots/api#setcustomemojistickersetthumbnail) for more information.
netkas commented 2023-04-10 21:47:39 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit 4d3ba7004e

mentioned in commit 4d3ba7004e248e9ec83c6a7af5511d3165dca94b
netkas commented 2023-04-10 21:47:45 +00:00 (Migrated from git-old.n64.cc)

Renamed thumb field in TgBotLib\Objects\Telegram > Animation to thumbnail

Renamed `thumb` field in `TgBotLib\Objects\Telegram > Animation` to `thumbnail`
netkas commented 2023-04-10 23:03:10 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit af8fabceaa

mentioned in commit af8fabceaa84a5a39c97b4cb81b730ff0e233414
netkas commented 2023-04-10 23:03:13 +00:00 (Migrated from git-old.n64.cc)

Renamed thumb field in TgBotLib\Objects\Telegram > Audio to thumbnail

Renamed `thumb` field in `TgBotLib\Objects\Telegram > Audio` to `thumbnail`
netkas commented 2023-04-10 23:06:24 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit 3ae16b96e1

mentioned in commit 3ae16b96e166f53e5e91c96bfc1b529167851163
netkas commented 2023-04-10 23:06:31 +00:00 (Migrated from git-old.n64.cc)

Renamed thumb field in TgBotLib\Objects\Telegram > Document to thumbnail

Renamed `thumb` field in `TgBotLib\Objects\Telegram > Document` to `thumbnail`
netkas commented 2023-04-10 23:14:01 +00:00 (Migrated from git-old.n64.cc)

Renamed thumb field in TgBotLib\Objects\Telegram > Sticker to thumbnail & Fixed TgBotLib\Objects\Telegram > Sticker > toArray() to properly return the premium_animation field

Renamed `thumb` field in `TgBotLib\Objects\Telegram > Sticker` to `thumbnail` & Fixed `TgBotLib\Objects\Telegram > Sticker > toArray()` to properly return the `premium_animation` field
netkas commented 2023-04-10 23:16:56 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit da8108c196

mentioned in commit da8108c196eca1c7e4e5b03b9bb3fbc8df5b2aae
netkas commented 2023-04-10 23:17:02 +00:00 (Migrated from git-old.n64.cc)

Renamed thumb field in TgBotLib\Objects\Telegram > Video to thumbnail

Renamed `thumb` field in `TgBotLib\Objects\Telegram > Video` to `thumbnail`
netkas commented 2023-04-10 23:21:10 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit 97fe1f33ad

mentioned in commit 97fe1f33ad4432cfa05557485141c1f1349fd84c
netkas commented 2023-04-10 23:21:16 +00:00 (Migrated from git-old.n64.cc)

Renamed thumb field in TgBotLib\Objects\Telegram > VideoNote to thumbnail

Renamed `thumb` field in `TgBotLib\Objects\Telegram > VideoNote` to `thumbnail`
netkas commented 2023-04-10 23:38:12 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit b4e0f62e99

mentioned in commit b4e0f62e994763a958512af443fa50c1fa9c6d5b
netkas commented 2023-04-10 23:38:20 +00:00 (Migrated from git-old.n64.cc)

Added object \TgBotLib\Objects\Telegram > StickerSet to represent a sticker set.

Added object `\TgBotLib\Objects\Telegram > StickerSet` to represent a sticker set.
netkas commented 2023-04-10 23:39:32 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Renamed the field thumb in the classes Animation, Audio, Document, Sticker, Video, VideoNote, InputMediaAnimation, InputMediaAudio, InputMediaDocument, InputMediaVideo, StickerSet to thumbnail. as completed

marked the checklist item **Renamed the field thumb in the classes [Animation](https://core.telegram.org/bots/api#animation), [Audio](https://core.telegram.org/bots/api#audio), [Document](https://core.telegram.org/bots/api#document), [Sticker](https://core.telegram.org/bots/api#sticker), [Video](https://core.telegram.org/bots/api#video), [VideoNote](https://core.telegram.org/bots/api#videonote), [InputMediaAnimation](https://core.telegram.org/bots/api#inputmediaanimation), [InputMediaAudio](https://core.telegram.org/bots/api#inputmediaaudio), [InputMediaDocument](https://core.telegram.org/bots/api#inputmediadocument), [InputMediaVideo](https://core.telegram.org/bots/api#inputmediavideo), [StickerSet](https://core.telegram.org/bots/api#stickerset) to _thumbnail_.** as completed
netkas commented 2023-04-10 23:40:03 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Renamed the parameter thumb in the methods sendAnimation, sendAudio, sendDocument, sendVideo, sendVideoNote to thumbnail. as completed

marked the checklist item **Renamed the parameter thumb in the methods [sendAnimation](https://core.telegram.org/bots/api#sendanimation), [sendAudio](https://core.telegram.org/bots/api#sendaudio), [sendDocument](https://core.telegram.org/bots/api#senddocument), [sendVideo](https://core.telegram.org/bots/api#sendvideo), [sendVideoNote ](https://core.telegram.org/bots/api#sendvideonote)to _thumbnail_.** as completed
netkas commented 2023-04-10 23:42:18 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit 917077c19a

mentioned in commit 917077c19aa5690e55aac2b9ce5996b7ae6628a9
netkas commented 2023-04-10 23:42:25 +00:00 (Migrated from git-old.n64.cc)

Added method \TgBotLib\Bot > setStickerSetThumbnail() to set the thumbnail of a sticker set. See setStickerSetThumbnail for more information.

Added method `\TgBotLib\Bot > setStickerSetThumbnail()` to set the thumbnail of a sticker set. See [setStickerSetThumbnail](https://core.telegram.org/bots/api#setstickersetthumbnail) for more information.
netkas commented 2023-04-10 23:42:37 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Renamed the method setStickerSetThumb to setStickerSetThumbnail and its parameter thumb to thumbnail. as completed

marked the checklist item **Renamed the method _setStickerSetThumb_ to [setStickerSetThumbnail](https://core.telegram.org/bots/api#setstickersetthumbnail) and its parameter thumb to thumbnail.** as completed
netkas commented 2023-04-10 23:55:37 +00:00 (Migrated from git-old.n64.cc)

changed the description

changed the description
netkas commented 2023-04-10 23:55:43 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Renamed the field thumb_url in the classes InlineQueryResultPhoto and InlineQueryResultVideo to thumbnail_url. as completed

marked the checklist item **~~Renamed the field _thumb_url_ in the classes [InlineQueryResultPhoto](https://core.telegram.org/bots/api#inlinequeryresultphoto) and [InlineQueryResultVideo](https://core.telegram.org/bots/api#inlinequeryresultvideo) to _thumbnail_url_.~~** as completed
netkas commented 2023-04-10 23:55:49 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Renamed the fields thumb_url and thumb_mime_type in the classes InlineQueryResultGif, and InlineQueryResultMpeg4Gif to thumbnail_url and thumbnail_mime_type respectively. as completed

marked the checklist item **~~Renamed the fields _thumb_url_ and _thumb_mime_type_ in the classes [InlineQueryResultGif](https://core.telegram.org/bots/api#inlinequeryresultgif), and [InlineQueryResultMpeg4Gif](https://core.telegram.org/bots/api#inlinequeryresultmpeg4gif) to _thumbnail_url_ and _thumbnail_mime_type_ respectively.~~** as completed
netkas commented 2023-04-10 23:56:06 +00:00 (Migrated from git-old.n64.cc)

changed the description

changed the description
netkas commented 2023-04-10 23:56:11 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Renamed the fields thumb_url, thumb_width, and thumb_height in the classes InlineQueryResultArticle, InlineQueryResultContact, InlineQueryResultDocument, InlineQueryResultLocation, and InlineQueryResultVenue to thumbnail_url, thumbnail_width, and thumbnail_height respectively. as completed

marked the checklist item **~~Renamed the fields _thumb_url_, _thumb_width_, and _thumb_height_ in the classes [InlineQueryResultArticle](https://core.telegram.org/bots/api#inlinequeryresultarticle), [InlineQueryResultContact](https://core.telegram.org/bots/api#inlinequeryresultcontact), [InlineQueryResultDocument](https://core.telegram.org/bots/api#inlinequeryresultdocument), [InlineQueryResultLocation](https://core.telegram.org/bots/api#inlinequeryresultlocation), and [InlineQueryResultVenue](https://core.telegram.org/bots/api#inlinequeryresultvenue) to thumbnail_url, thumbnail_width, and thumbnail_height respectively.~~** as completed
netkas commented 2023-04-10 23:57:16 +00:00 (Migrated from git-old.n64.cc)

changed the description

changed the description
netkas commented 2023-04-10 23:57:37 +00:00 (Migrated from git-old.n64.cc)

Some of these changes are not applicable to the library as there's no support for Input objects yet.

Some of these changes are not applicable to the library as there's no support for Input objects yet.
netkas commented 2023-04-11 00:34:20 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit 5283416292

mentioned in commit 528341629266ea1fd3c3baf29b5357d3602b6395
netkas commented 2023-04-11 00:34:30 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the method setStickerSetTitle for editing the title of sticker sets created by the bot. as completed

marked the checklist item **Added the method [setStickerSetTitle](https://core.telegram.org/bots/api#setstickersettitle) for editing the title of sticker sets created by the bot.** as completed
netkas commented 2023-04-11 00:34:32 +00:00 (Migrated from git-old.n64.cc)

Added method \TgBotLib\Bot > setStickerSetTitle() to set the title of a sticker set. See setStickerSetTitle for more information.

Added method `\TgBotLib\Bot > setStickerSetTitle()` to set the title of a sticker set. See [setStickerSetTitle](https://core.telegram.org/bots/api#setstickersettitle) for more information.
netkas commented 2023-04-11 00:48:11 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit d171c61e7f

mentioned in commit d171c61e7f1433b37f02056f989d12a33b7477bb
netkas commented 2023-04-11 00:48:21 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the method deleteStickerSet for complete deletion of a given sticker set that was created by the bot. as completed

marked the checklist item **Added the method [deleteStickerSet](https://core.telegram.org/bots/api#deletestickerset) for complete deletion of a given sticker set that was created by the bot.** as completed
netkas commented 2023-04-11 00:48:24 +00:00 (Migrated from git-old.n64.cc)

Added method \TgBotLib\Bot > deleteStickerSet() to delete a sticker set. See deleteStickerSet for more information.

Added method `\TgBotLib\Bot > deleteStickerSet()` to delete a sticker set. See [deleteStickerSet](https://core.telegram.org/bots/api#deletestickerset) for more information.
netkas commented 2023-04-11 00:50:55 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit 174210da67

mentioned in commit 174210da67dad75c599dc1f04956bd4c07db72fa
netkas commented 2023-04-11 00:51:07 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the method setStickerEmojiList for changing the list of emoji associated with a sticker. as completed

marked the checklist item **Added the method [setStickerEmojiList](https://core.telegram.org/bots/api#setstickeremojilist) for changing the list of emoji associated with a sticker.** as completed
netkas commented 2023-04-11 00:51:15 +00:00 (Migrated from git-old.n64.cc)

Added method \TgBotLib\Bot > setStickerEmojiList() to set the list of emojis for a sticker set. See setStickerEmojiList for more information.

Added method `\TgBotLib\Bot > setStickerEmojiList()` to set the list of emojis for a sticker set. See [setStickerEmojiList](https://core.telegram.org/bots/api#setstickeremojilist) for more information.
netkas commented 2023-04-11 00:56:09 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit 54fc17b549

mentioned in commit 54fc17b54966e24f3d49860326a7bc39e6bc1f6a
netkas commented 2023-04-11 00:56:17 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the method setStickerKeywords for changing the search keywords assigned to a sticker. as completed

marked the checklist item **Added the method [setStickerKeywords](https://core.telegram.org/bots/api#setstickerkeywords) for changing the search keywords assigned to a sticker.** as completed
netkas commented 2023-04-11 00:56:19 +00:00 (Migrated from git-old.n64.cc)

Added method \TgBotLib\Bot > setStickerKeywords() to set the list of emojis for a sticker set. See setStickerKeywords for more information.

Added method `\TgBotLib\Bot > setStickerKeywords()` to set the list of emojis for a sticker set. See [setStickerKeywords](https://core.telegram.org/bots/api#setstickerkeywords) for more information.
netkas commented 2023-04-11 00:58:22 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit fb1a844526

mentioned in commit fb1a844526eb653eaff6cd2b8eaf89c4269035bc
netkas commented 2023-04-11 00:58:30 +00:00 (Migrated from git-old.n64.cc)

marked the checklist item Added the method setStickerMaskPosition for changing the mask position of a mask sticker. as completed

marked the checklist item **Added the method [setStickerMaskPosition](https://core.telegram.org/bots/api#setstickermaskposition) for changing the [mask position](https://core.telegram.org/bots/api#maskposition) of a mask sticker.** as completed
netkas commented 2023-04-11 00:58:35 +00:00 (Migrated from git-old.n64.cc)

Added method \TgBotLib\Bot > setStickerMaskPosition() to change the mask position of a mask sticker. See setStickerMaskPosition for more information.

Added method `\TgBotLib\Bot > setStickerMaskPosition()` to change the mask position of a mask sticker. See [setStickerMaskPosition](https://core.telegram.org/bots/api#setstickermaskposition) for more information.
netkas commented 2023-04-11 00:58:45 +00:00 (Migrated from git-old.n64.cc)

All changes introduced.

All changes introduced.
netkas (Migrated from git-old.n64.cc) closed this issue 2023-04-11 00:58:46 +00:00
Sign in to join this conversation.
No description provided.