Releases: natanimn/telebof
Releases · natanimn/telebof
v1.2.3
11 Sep 10:46
Compare
Sorry, something went wrong.
No results found
Added exception class TimeoutException
Fix socket timeout
v1.2.2
09 Sep 19:46
Compare
Sorry, something went wrong.
No results found
FIxed repeatable on CallbackHandler annotation handler
v1.2.1
08 Sep 18:13
Compare
Sorry, something went wrong.
No results found
Fixed timeout and connectionPool
v1.2.0
08 Sep 09:15
Compare
Sorry, something went wrong.
No results found
Supported 9.2 BotAPI
Added filter methods suggestedPostApproved, suggestedPostApprovalFailed, suggestedPostDeclined, suggestedPostPaid, suggestedPostRefunded to the class Filter
Added annotation handlers for handling updates
Code improved
Docs updated
Fixed bugs
v1.1.0
01 Sep 12:20
Compare
Sorry, something went wrong.
No results found
Supported 9.1 BotAPI
Added filter methods checklist , checklistTasksDone , checklistTasksAdded , directMessagePriceChanged to the class Filter
Docs updated
Fix bugs
v1.0.0
29 Aug 14:36
Compare
Sorry, something went wrong.
No results found
Full Support for 9.0.0 BotAPI
Fix #14
Fixed chatType bugs in the class Filter
Replaced type of field chat_type with a class ChatType in the class InlineQuery
Added a package io.natanimn.telebof.types.story and moved Story class and related classes to it.
Added enum ChatMemberStatus for representing status of member in a chat.
Fixed type of field message_auto_delete_timer_changed and replaced with a class MessageAutoDeleteTimerChanged in the class Message
Fix bugs
Released official docs
README updated
v0.9.5
18 Aug 19:39
Compare
Sorry, something went wrong.
No results found
Added exception classes BadRequest , Forbidden and FloodError and supported handling these errors
Renamed package errors to exceptions
Fix #11
v0.9.4
17 Aug 17:26
Compare
Sorry, something went wrong.
No results found
Fix #10 and related bugs
Moved all files and packages to telebof package
filter.regex supports onPrecheckout handler to filter pre checkout payload
v0.9.3
14 Aug 19:39
Compare
Sorry, something went wrong.
No results found
Supported #8
Now filter.regex can be used with onInline.
v0.9.2
13 Aug 06:57
Compare
Sorry, something went wrong.
No results found
Fixed null exception inside BotClient class
Fix #7