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