All Versions
23
Latest Version
Avg Release Cycle
55 days
Latest Release
-

Changelog History
Page 1

  • v0.24.1 Changes

    • ➕ Add original API descriptions to methods and models
  • v0.24.0 Changes

    • ⚡️ Update Telegram API to 5.3
    • 💥 Breaking changes from the API:

    📇 Renamed method kickChatMember to banChatMember

    📇 Renamed method getChatMembersCount to getChatMemberCount

    ChatMember now has specific subtypes (ChatMemberOwner, ChatMemberAdministrator, ChatMemberMember, ChatMemberRestricted, ChatMemberLeft, ChatMemberBanned)

    0️⃣ BotCommandScope now has specific subtypes (BotCommandScopeDefault, BotCommandScopeAllPrivateChats, BotCommandScopeAllGroupChats, BotCommandScopeAllChatAdministrators, BotCommandScopeChat, BotCommandScopeChatAdministrators, BotCommandScopeChatMember)

  • v0.23.0 Changes

    • ⚡️ Update Telegram API to 5.2
  • v0.22.0 Changes

    • ⚡️ Update Telegram API to 5.1
    • ➕ Add credo and fix all the issues
  • v0.21.0 Changes

    • ➕ Add {:file_content, "CONTENT", "filename.ext"} format on file fields to send content directly instead of using a file path
  • v0.20.0 Changes

    • 🔨 Big refactor fixing bugs on the process
  • v0.15.0 Changes

    November 04, 2020
    • ⚡️ Update Telegram API to 5.0
    • extractor.py now copy to clipboard the autogenerated text
  • v0.14.0 Changes

    June 19, 2020
    • ⚡️ Update Telegram API to 4.8
  • v0.13.0 Changes

    April 13, 2020
    • 👉 Use Supervisor.init instead of supervisor/1
    • ➕ Add "description" option to command macro
    • ➕ Add setup_commands option to use ExGram.Bot to send the commands at startup
  • v0.12.0 Changes

    April 11, 2020
    • 👉 Use new generator using a generic JSON