Releases
0.62.0
Notes
Added
Bot API 4.5 (Unique file IDs, MarkdownV2). (#1046 )
Chain the exception thrown when getting commands from path. (#1030 )
Support language_code
in DB::selectChats()
for filtering the chats selection. (#1058 )
Bot API 4.6 (Polls 2.0). (#1066 )
Bot API 4.7 (Dice, Sticker Sets, Bot Commands). (#1067 )
Changed
Save notes an unescaped JSON, to allow easy DB reading and editing of values. (#1005 )
Request::setClient()
now accepts more flexible ClientInterface
. (#1068 )
Removed
Unnecessary instanceof
checks for entities. (#1068 )
Unused Request::$input
variable. (#1068 )
Fixed
Execution of /start
command without any custom implementation.
Return animation
type for GIF Message (which returns both animation
and document
). (#1044 )
Change lowercase function to mb_strtolower
from strtolower
because of latin-extented
characters. (#1051 )
Extend Request::mediaInputHelper()
to include thumb
parameter. (#1059 )
Various docblock annotations. (#1068 )
You can’t perform that action at this time.