Releases: phptg/bot-api
Releases · phptg/bot-api
0.4.7.1
0.4.7
0.4.6
Telegram Bot API 8.0 support 🎉
- New #125: Add
subscriptionPeriodandbusinessConnectionIdparameters tocreateInvoiceLinkmethod. - New #125: Add
subscriptionExpirationDate,isRecurringandisFirstRecurringfields toSuccessfulPaymenttype. - New #125: Add
editUserStarSubscriptionmethod. - New #125: Add
subscriptionPeriodandgiftfields toTransactionPartnerUsertype. - New #125: Add
setUserEmojiStatusmethod. - New #125: Add
PreparedInlineMessagetype. - New #125: Add
savePreparedInlineMessagemethod. - New #125: Add
GiftandGiftstypes. - New #125: Add
getAvailableGiftsandSendGiftmethods.
0.4.5
Telegram Bot API 7.11 support 🎉
- New #124: Add
CopyTextButtontype. - New #124: Add
copyTextfield toInlineKeyboardButtontype. - New #124: Add
allowPaidBroadcastfield tosendMessage,sendPhoto,sendVideo,sendAnimation,sendAudio,
sendDocument,sendPaidMedia,sendSticker,sendVideoNote,sendVoice,sendLocation,sendVenue,
sendContact,sendPoll,sendDice,sendInvoice,sendGame,sendMediaGroupandcopyMessagemethods. - New #124: Add
TransactionPartnerTelegramApitype. - Bug #124: Rename
PaidMediaPurchasedpropertypayloadtopaidMediaPayload.
0.4.4
0.4.3
- New #118: Add
PaidMediaPurchasedtype. - New #118: Add
purchasedPaidMediafield toUpdatetype. - New #118: Add
paidMediaPayloadfield toTransactionPartnerUsertype. - New #118: Add
payloadparameter toSendPaidMediamethod. - New #118: Add
prizeStarCountfield toGiveawayCreated,Giveaway,GiveawayWinnersand
ChatBoostSourceGiveawaytypes. - New #118: Add
isStarGiveawayfield toGiveawayCompletedtype. - Enh #118: Bump
php-http/multipart-stream-builderdependency to^1.4.2version.
0.4.2
- New #117: Add
createChatSubscriptionInviteLinkandeditChatSubscriptionInviteLinkmethods. - New #117: Add
businessConnectionIdparameter toSendPaidMediamethod. - New #117: Add
ReactionTypePaidtype. - New #117: Add
paidMediafield toTransactionPartnerUsertype. - New #117: Add
subscriptionPeriodandsubscriptionPricefields toChatInviteLinktype. - New #117: Add
untilDatefield toChatMemberMembertype.
0.4.1
0.4
- New #103: Add
Update::getRaw()method that returns raw data if type created byUpdate::fromJson()orUpdate::fromServerRequest(). - New #106, #112: Add logging.
- Chg #105: Remove
InvalidResponseFormatExceptionin favorTelegramParseResultException. - Chg #109: Rename
FailResultproperty$error_codeto$errorCode.