Skip to content

Commit

Permalink
Added all new API methods
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Nov 6, 2022
1 parent 93a425f commit 707988b
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 57 deletions.
7 changes: 7 additions & 0 deletions aiogram/bot/api.py
Expand Up @@ -252,6 +252,13 @@ class Methods(Helper):
GET_CHAT_MEMBER = Item() # getChatMember
SET_CHAT_STICKER_SET = Item() # setChatStickerSet
DELETE_CHAT_STICKER_SET = Item() # deleteChatStickerSet
GET_FORUM_TOPIC_ICON_STICKERS = Item() # getForumTopicIconStickers
CREATE_FORUM_TOPIC = Item() # createForumTopic
EDIT_FORUM_TOPIC = Item() # editForumTopic
CLOSE_FORUM_TOPIC = Item() # closeForumTopic
REOPEN_FORUM_TOPIC = Item() # reopenForumTopic
DELETE_FORUM_TOPIC = Item() # deleteForumTopic
UNPIN_ALL_FORUM_TOPIC_MESSAGES = Item() # unpinAllForumTopicMessages
ANSWER_CALLBACK_QUERY = Item() # answerCallbackQuery
SET_MY_COMMANDS = Item() # setMyCommands
DELETE_MY_COMMANDS = Item() # deleteMyCommands
Expand Down

0 comments on commit 707988b

Please sign in to comment.