aiogram/.butcher/methods
Alex Root Junior c8dff11d1e
Update thumbnail type to InputFile only (#1374)
* Update thumbnail type to InputFile only

The thumbnail's type restriction has been changed in several methods and types. Previously, it accepted Union[InputFile, str], allowing both InputFile instances and strings. Now it's changed to accept only InputFile instances. This change enhances meaning of the thumbnail fields in due to Bot API accepts only InputFile instances.

* Added changelog

* Fixed typehints
2023-11-24 21:10:02 +02:00
..
addStickerToSet Update schema 2023-03-11 17:43:01 +02:00
answerCallbackQuery Update schema 2023-03-11 17:43:01 +02:00
answerInlineQuery Bot API 6.7 (#1168) 2023-04-22 18:09:59 +03:00
answerPreCheckoutQuery Update schema 2023-03-11 17:43:01 +02:00
answerShippingQuery Update schema 2023-03-11 17:43:01 +02:00
answerWebAppQuery Update schema 2023-03-11 17:43:01 +02:00
approveChatJoinRequest Update schema 2023-03-11 17:43:01 +02:00
banChatMember Telegram Bot API 6.9 (#1319) 2023-09-22 17:46:57 +03:00
banChatSenderChat Update schema 2023-03-11 17:43:01 +02:00
close Update schema 2023-03-11 17:43:01 +02:00
closeForumTopic Update schema 2023-03-11 17:43:01 +02:00
closeGeneralForumTopic Update schema 2023-03-11 17:43:01 +02:00
copyMessage Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
createChatInviteLink Update schema 2023-03-11 17:43:01 +02:00
createForumTopic Update schema 2023-03-11 17:43:01 +02:00
createInvoiceLink Update schema 2023-03-11 17:43:01 +02:00
createNewStickerSet Update schema 2023-03-11 17:43:01 +02:00
declineChatJoinRequest Update schema 2023-03-11 17:43:01 +02:00
deleteChatPhoto Update schema 2023-03-11 17:43:01 +02:00
deleteChatStickerSet Update schema 2023-03-11 17:43:01 +02:00
deleteForumTopic Update schema 2023-03-11 17:43:01 +02:00
deleteMessage Update schema 2023-03-11 17:43:01 +02:00
deleteMyCommands Update schema 2023-03-11 17:43:01 +02:00
deleteStickerFromSet Update schema 2023-03-11 17:43:01 +02:00
deleteStickerSet Update schema 2023-03-11 17:43:01 +02:00
deleteWebhook Update schema 2023-03-11 17:43:01 +02:00
editChatInviteLink Update schema 2023-03-11 17:43:01 +02:00
editForumTopic Update schema 2023-03-11 17:43:01 +02:00
editGeneralForumTopic Update schema 2023-03-11 17:43:01 +02:00
editMessageCaption Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
editMessageLiveLocation Update schema 2023-03-11 17:43:01 +02:00
editMessageMedia Update schema 2023-03-11 17:43:01 +02:00
editMessageReplyMarkup Update schema 2023-03-11 17:43:01 +02:00
editMessageText Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
exportChatInviteLink Update schema 2023-03-11 17:43:01 +02:00
forwardMessage Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
getChat Update schema 2023-03-11 17:43:01 +02:00
getChatAdministrators Update schema 2023-03-11 17:43:01 +02:00
getChatMember Update schema 2023-03-11 17:43:01 +02:00
getChatMemberCount Update schema 2023-03-11 17:43:01 +02:00
getChatMenuButton Update schema 2023-03-11 17:43:01 +02:00
getCustomEmojiStickers Update schema 2023-03-11 17:43:01 +02:00
getFile Update schema 2023-03-11 17:43:01 +02:00
getForumTopicIconStickers Update schema 2023-03-11 17:43:01 +02:00
getGameHighScores Update schema 2023-03-11 17:43:01 +02:00
getMe Update schema 2023-03-11 17:43:01 +02:00
getMyCommands Update schema 2023-03-11 17:43:01 +02:00
getMyDefaultAdministratorRights Update schema 2023-03-11 17:43:01 +02:00
getMyDescription Update schema 2023-03-11 17:43:01 +02:00
getMyName Bot API 6.7 (#1168) 2023-04-22 18:09:59 +03:00
getMyShortDescription Update schema 2023-03-11 17:43:01 +02:00
getStickerSet Update schema 2023-03-11 17:43:01 +02:00
getUpdates Re-generate Bot API 2023-10-29 02:15:50 +03:00
getUserProfilePhotos Update schema 2023-03-11 17:43:01 +02:00
getWebhookInfo Update schema 2023-03-11 17:43:01 +02:00
hideGeneralForumTopic Update schema 2023-03-11 17:43:01 +02:00
leaveChat Update schema 2023-03-11 17:43:01 +02:00
logOut Update schema 2023-03-11 17:43:01 +02:00
pinChatMessage Update schema 2023-03-11 17:43:01 +02:00
promoteChatMember Re-generate Bot API 2023-10-29 02:15:50 +03:00
reopenForumTopic Update schema 2023-03-11 17:43:01 +02:00
reopenGeneralForumTopic Update schema 2023-03-11 17:43:01 +02:00
restrictChatMember Telegram Bot API 6.9 (#1319) 2023-09-22 17:46:57 +03:00
revokeChatInviteLink Update schema 2023-03-11 17:43:01 +02:00
sendAnimation Update thumbnail type to InputFile only (#1374) 2023-11-24 21:10:02 +02:00
sendAudio Update thumbnail type to InputFile only (#1374) 2023-11-24 21:10:02 +02:00
sendChatAction Update schema 2023-03-11 17:43:01 +02:00
sendContact Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
sendDice Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
sendDocument Update thumbnail type to InputFile only (#1374) 2023-11-24 21:10:02 +02:00
sendGame Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
sendInvoice Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
sendLocation Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
sendMediaGroup Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
sendMessage Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
sendPhoto Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
sendPoll Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
sendSticker Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
sendVenue Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
sendVideo Update thumbnail type to InputFile only (#1374) 2023-11-24 21:10:02 +02:00
sendVideoNote Update thumbnail type to InputFile only (#1374) 2023-11-24 21:10:02 +02:00
sendVoice Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
setChatAdministratorCustomTitle Update schema 2023-03-11 17:43:01 +02:00
setChatDescription Update schema 2023-03-11 17:43:01 +02:00
setChatMenuButton Update schema 2023-03-11 17:43:01 +02:00
setChatPermissions Update schema 2023-03-11 17:43:01 +02:00
setChatPhoto Update schema 2023-03-11 17:43:01 +02:00
setChatStickerSet Update schema 2023-03-11 17:43:01 +02:00
setChatTitle Update schema 2023-03-11 17:43:01 +02:00
setCustomEmojiStickerSetThumbnail Update schema 2023-03-11 17:43:01 +02:00
setGameScore Update schema 2023-03-11 17:43:01 +02:00
setMyCommands Update schema 2023-03-11 17:43:01 +02:00
setMyDefaultAdministratorRights Update schema 2023-03-11 17:43:01 +02:00
setMyDescription Update schema 2023-03-11 17:43:01 +02:00
setMyName Bot API 6.7 (#1168) 2023-04-22 18:09:59 +03:00
setMyShortDescription Update schema 2023-03-11 17:43:01 +02:00
setPassportDataErrors Update schema 2023-03-11 17:43:01 +02:00
setStickerEmojiList Update schema 2023-03-11 17:43:01 +02:00
setStickerKeywords Update schema 2023-03-11 17:43:01 +02:00
setStickerMaskPosition Update schema 2023-03-11 17:43:01 +02:00
setStickerPositionInSet Update schema 2023-03-11 17:43:01 +02:00
setStickerSetThumbnail Update schema 2023-03-11 17:43:01 +02:00
setStickerSetTitle Update schema 2023-03-11 17:43:01 +02:00
setWebhook Re-generate Bot API 2023-10-29 02:15:50 +03:00
stopMessageLiveLocation Update schema 2023-03-11 17:43:01 +02:00
stopPoll Update schema 2023-03-11 17:43:01 +02:00
unbanChatMember Update schema 2023-03-11 17:43:01 +02:00
unbanChatSenderChat Update schema 2023-03-11 17:43:01 +02:00
unhideGeneralForumTopic Update schema 2023-03-11 17:43:01 +02:00
unpinAllChatMessages Update schema 2023-03-11 17:43:01 +02:00
unpinAllForumTopicMessages Update schema 2023-03-11 17:43:01 +02:00
unpinAllGeneralForumTopicMessages Bot API 6.8 (#1276) 2023-08-18 20:18:05 +03:00
unpinChatMessage Update schema 2023-03-11 17:43:01 +02:00
uploadStickerFile Update schema 2023-03-11 17:43:01 +02:00