0.18
Telegram Bot API 9.6 support 🎉
- Enh #190: Open file in binary mode in
InputFile::fromLocalFile()method. - New #191: Add
GetManagedBotToken,ReplaceManagedBotTokenandSavePreparedKeyboardButtonmethods. - New #191: Add
KeyboardButtonRequestManagedBot,ManagedBotCreated,ManagedBotUpdated,PreparedKeyboardButton,PollOptionAddedandPollOptionDeletedtypes. - New #191: Add
requestManagedBotfield toKeyboardButtontype. - New #191: Add
canManageBotsfield toUsertype. - New #191: Add
managedBotCreated,pollOptionAdded,pollOptionDeletedandreplyToPollOptionIdfield toMessagetype. - New #191: Add
managedBotfield toUpdatetype. - Chg #191: Replace
correctOptionIdfield withcorrectOptionIdsinPolltype. - New #191: Add
allowsRevoting,descriptionanddescriptionEntitiesfields toPolltype. - Chg #191: Replace
correctOptionIdparameter withcorrectOptionIdsinSendPollmethod. - New #191: Add
allowsRevoting,shuffleOptions,allowAddingOptions,hideResultsUntilCloses,description,descriptionParseModeanddescriptionEntitiesparameters toSendPollmethod. - New #191: Add
persistentId,addedByUser,addedByChatandadditionDatefields toPollOptiontype. - New #191: Add
optionPersistentIdsfield toPollAnswertype. - New #191: Add
pollOptionIdfield toReplyParameterstype.