Skip to content

Releases: caffeinery/coffea-telegram

beta9-6

11 Jun 14:06
Compare
Choose a tag to compare
beta9-6 Pre-release
Pre-release
  • Introduce methods found in version 3 of the bot api.

beta9-4

13 Oct 12:02
Compare
Choose a tag to compare
beta9-4 Pre-release
Pre-release
  • implemented new events: callback_query, inline_query, chosen_inline_result, edited_message, edited_message_text, edited_message_caption
  • implemented new commands: stopPolling, kickChatMember, unbanChatMember, answerCallbackQuery, editMessageText, editMessageCaption, editMessageReplyMarkup, sendVenue, getChat, getChatAdministrators, getChatMembersCount, getChatMember, leaveChat, sendGame, setGameScore
  • fixed issues with reply not working correctly (invalid chatId)
  • made event properties consistent with node-telegram-bot-api