TelegramBotAPI v0.30.5 Release Notes

Release Date: 2020-11-14 // over 3 years ago
    • Common:
      • Version:
        • MicroUtils: 0.3.3 -> 0.4.0
    • Core:
      • Mechanism of ChatMember serialization has been changed
        • Since this version any ChatMember can be serialized (even outside in case it marked by @Serializable)
        • Since this version any ChatMember (included in this project) can be deserialized in common way
      • User property id has changed its type: now it is UserId (under the hood it is the same as ChatId)