-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BOT API 8.2 Missing Methods and Types #22
Comments
SpEcHiDe
changed the title
7.5 | Business | Topics | Invoice
7.6 | Paid Media | Business | Topics | Invoice
Jul 1, 2024
SpEcHiDe
changed the title
7.6 | Paid Media | Business | Topics | Invoice
7.6 | Business | Topics | Invoice
Jul 7, 2024
SpEcHiDe
changed the title
7.6 | Business | Topics | Invoice
7.7 | Business | Topics | Invoice
Jul 7, 2024
SpEcHiDe
changed the title
7.7 | Business | Topics | Invoice
7.7 | Business | Topics | Stars
Jul 16, 2024
SpEcHiDe
changed the title
7.7 | Business | Topics | Stars
7.8 | Business | Topics | Stars
Aug 1, 2024
SpEcHiDe
changed the title
7.8 | Business | Topics | Stars
7.9 | Business | Topics | Stars
Aug 14, 2024
SpEcHiDe
changed the title
7.9 | Business | Topics | Stars
7.10 | Business | Topics | Stars | Boost | Giveaway
Sep 6, 2024
SpEcHiDe
changed the title
7.10 | Business | Topics | Stars | Boost | Giveaway
7.11 | Business | Topics | Stars | Boost | Giveaway
Nov 2, 2024
SpEcHiDe
changed the title
7.11 | Business | Topics | Stars | Boost | Giveaway
8 | Gifts | Business | Topics | Stars | Boost | Giveaway
Nov 17, 2024
SpEcHiDe
changed the title
8 | Gifts | Business | Topics | Stars | Boost | Giveaway
BOT API 8.0 Missing Methods and Types
Nov 17, 2024
SpEcHiDe
changed the title
BOT API 8.0 Missing Methods and Types
BOT API 8.1 Missing Methods and Types
Dec 4, 2024
SpEcHiDe
changed the title
BOT API 8.1 Missing Methods and Types
BOT API 8.2 Missing Methods and Types
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
High Level
Filters
Reactions
f10f3c0
0551550
send_invoice
InputInvoiceMessageContent
shipping_query
pre_checkout_query
Bound Methods message_effect_id
Methods and Bound show_caption_above_media
Split out the class ChatFullInfo from the class Chat and changed the return type of the method getChat to ChatFullInfo.
Added support for callback buttons in InlineKeyboardMarkup for messages sent on behalf of a business account.
Added the parameter business_connection_id to the methods editMessageText, editMessageMedia, editMessageCaption, and editMessageReplyMarkup, allowing the bot to edit business messages.
Added the parameter business_connection_id to the methods editMessageLiveLocation, stopMessageLiveLocation allowing the bot to edit business messages.
Added the parameter business_connection_id to the method stopPoll, allowing the bot to stop polls it sent on behalf of a business account.
getStarsRevenueAdsAccountUrl
getStarsTransactionsByID
updateMessageExtendedMedia
improved web app support with compact
paid_media_allowed in getChat
improved login flow with FCM
Added the class TransactionPartnerTelegramAds, containing information about Telegram Star transactions involving the Telegram Ads Platform.
Added the field invoice_payload to the class TransactionPartnerUser, containing the bot-specified invoice payload.
Added the classes StarTransactions, StarTransaction, TransactionPartner and RevenueWithdrawalState, containing information about Telegram Star transactions involving the bot.
Added the method getStarTransactions that can be used to get the list of all Telegram Star transactions for the bot.
Added the class RefundedPayment, containing information about a refunded payment.
Added the field refunded_payment to the class Message, describing a service message about a refunded payment.
Added support for Super Channels, allowing received channel messages to have users or other channels as their senders.
Added the ability to send paid media to any chat.
Added the parameter business_connection_id to the method sendPaidMedia, allowing bots to send paid media on behalf of a business account.
Added the field paid_media to the class TransactionPartnerUser for transactions involving paid media.
Added the method createChatSubscriptionInviteLink, allowing bots to create subscription invite links.
Added the method editChatSubscriptionInviteLink, allowing bots to edit the name of subscription invite links.
Added the field until_date to the class ChatMemberMember for members with an active subscription.
Added support for paid reactions and the class ReactionTypePaid.
Split out the ChatMember class based on STATUS to be consistent with BOT API.
Added updates about purchased paid media, represented by the class PaidMediaPurchased and the field purchased_paid_media in the class Update.
Added the ability to specify a payload in sendPaidMedia that
is received back by the bot in TransactionPartnerUser
and purchased_paid_media updates.
Added the field prize_star_count to the classes GiveawayCreated, Giveaway, GiveawayWinners .
Added the field prize_star_count to the class ChatBoostSourceGiveaway.
Added the field is_star_giveaway to the class GiveawayCompleted.
Added the class TransactionPartnerTelegramApi for transactions related to paid broadcasted messages.
Added the parameter allow_paid_broadcast to the methods sendMessage, sendPhoto, sendVideo, sendAnimation, sendAudio, sendDocument, sendPaidMedia, sendSticker, sendVideoNote, sendVoice, sendLocation, sendVenue, sendContact, sendPoll, sendDice, sendInvoice, sendGame, sendMediaGroup and copyMessage.
Added the parameter business_connection_id to the method createInvoiceLink to support the creation of invoice links on behalf of business accounts.
Added the method editUserStarSubscription.
Added the field subscription_period to the class TransactionPartnerUser.
Added the method setUserEmojiStatus. The user must allow the bot to manage their emoji status.
Added the method requestEmojiStatusAccess to the class WebApp for obtaining permission to later update a user's emoji status via the Bot API method setUserEmojiStatus.
Added the class PreparedInlineMessage and the method savePreparedInlineMessage, allowing bots to suggest users to send a specific message from a Mini App via the method shareMessage.
Added the field gift to the class TransactionPartnerUser.
Loading Screen Customization (maybe a new type BotInfo ?)
Privacy Settings
userFull
Such messages will have 0 as their message identifier and can't be used before they are actually sent.
Added the field nanostar_amount to the class StarTransaction.
Added the class TransactionPartnerAffiliateProgram for transactions pertaining to incoming affiliate commissions.
Added the class AffiliateInfo and the field affiliate to the class TransactionPartnerUser, allowing bots to identify the relevant affiliate in transactions with an affiliate commission.
Added the methods verifyUser, verifyChat, removeUserVerification and removeChatVerification, allowing bots to manage verifications on behalf of an organization.
Added the field upgrade_star_count to the class Gift.
Added the parameter pay_for_upgrade to the method sendGift.
Removed the field hide_url from the class InlineQueryResultArticle. Pass an empty string as url instead.
The text was updated successfully, but these errors were encountered: