Closed mircoianese closed 4 months ago
Implement BOT API v7.5 changes:
[x] Added the classes StarTransactions, StarTransaction, TransactionPartner and RevenueWithdrawalState, containing information about Telegram Star transactions involving the bot.
[x] Added the method getStarTransactions that can be used to get the list of all Telegram Star transactions for the bot.
[x] Added support for callback buttons in InlineKeyboardMarkup for messages sent on behalf of a business account.
[x] Added support for callback queries originating from a message sent on behalf of a business account.
[x] Added the parameter business_connection_id to the methods editMessageText, editMessageMedia, editMessageCaption, editMessageLiveLocation, stopMessageLiveLocation and editMessageReplyMarkup, allowing the bot to edit business messages.
[x] Added the parameter business_connection_id to the method stopPoll, allowing the bot to stop polls it sent on behalf of a business account.
Implement BOT API v7.5 changes:
[x] Added the classes StarTransactions, StarTransaction, TransactionPartner and RevenueWithdrawalState, containing information about Telegram Star transactions involving the bot.
[x] Added the method getStarTransactions that can be used to get the list of all Telegram Star transactions for the bot.
[x] Added support for callback buttons in InlineKeyboardMarkup for messages sent on behalf of a business account.
[x] Added support for callback queries originating from a message sent on behalf of a business account.
[x] Added the parameter business_connection_id to the methods editMessageText, editMessageMedia, editMessageCaption, editMessageLiveLocation, stopMessageLiveLocation and editMessageReplyMarkup, allowing the bot to edit business messages.
[x] Added the parameter business_connection_id to the method stopPoll, allowing the bot to stop polls it sent on behalf of a business account.