From 52a85a62a3843e31df54fb29733ea649d703b011 Mon Sep 17 00:00:00 2001 From: Ruslan Ibragimov Date: Sat, 23 Nov 2024 17:22:35 +0300 Subject: [PATCH] Bot API v8.0 --- README.md | 4 +- .../kotbot-publish-conventions.gradle.kts | 4 +- core-gen/src/main/kotlin/Generate.kt | 2 +- core-gen/src/main/kotlin/Parse.kt | 1 + core-gen/src/main/resources/api800 | 15047 +++++++++++ core-gen/src/main/resources/api800.json | 17326 ++++++++++++ core-gen/src/main/resources/api800.md | 6451 +++++ core-gen/src/main/resources/api800_v2.json | 22201 ++++++++++++++++ core-gen/src/main/resources/latest.md | 2343 +- .../io/heapy/kotbot/bot/method/CopyMessage.kt | 4 + .../kotbot/bot/method/CreateInvoiceLink.kt | 10 +- .../kotbot/bot/method/EditMessageMedia.kt | 2 +- .../bot/method/EditUserStarSubscription.kt | 38 + .../kotbot/bot/method/GetAvailableGifts.kt | 23 + .../bot/method/GetForumTopicIconStickers.kt | 3 +- .../bot/method/SavePreparedInlineMessage.kt | 51 + .../heapy/kotbot/bot/method/SendAnimation.kt | 4 + .../io/heapy/kotbot/bot/method/SendAudio.kt | 4 + .../io/heapy/kotbot/bot/method/SendContact.kt | 4 + .../io/heapy/kotbot/bot/method/SendDice.kt | 4 + .../heapy/kotbot/bot/method/SendDocument.kt | 4 + .../io/heapy/kotbot/bot/method/SendGame.kt | 4 + .../io/heapy/kotbot/bot/method/SendGift.kt | 48 + .../io/heapy/kotbot/bot/method/SendInvoice.kt | 6 +- .../heapy/kotbot/bot/method/SendLocation.kt | 4 + .../heapy/kotbot/bot/method/SendMediaGroup.kt | 4 + .../io/heapy/kotbot/bot/method/SendMessage.kt | 4 + .../heapy/kotbot/bot/method/SendPaidMedia.kt | 10 +- .../io/heapy/kotbot/bot/method/SendPhoto.kt | 4 + .../io/heapy/kotbot/bot/method/SendPoll.kt | 4 + .../io/heapy/kotbot/bot/method/SendSticker.kt | 4 + .../io/heapy/kotbot/bot/method/SendVenue.kt | 4 + .../io/heapy/kotbot/bot/method/SendVideo.kt | 4 + .../heapy/kotbot/bot/method/SendVideoNote.kt | 4 + .../io/heapy/kotbot/bot/method/SendVoice.kt | 4 + .../kotbot/bot/method/SetUserEmojiStatus.kt | 39 + .../bot/model/ChatBoostSourceGiveaway.kt | 8 +- .../heapy/kotbot/bot/model/CopyTextButton.kt | 15 + .../kotlin/io/heapy/kotbot/bot/model/Gift.kt | 32 + .../kotlin/io/heapy/kotbot/bot/model/Gifts.kt | 15 + .../io/heapy/kotbot/bot/model/Giveaway.kt | 6 +- .../kotbot/bot/model/GiveawayCompleted.kt | 5 + .../heapy/kotbot/bot/model/GiveawayCreated.kt | 10 +- .../heapy/kotbot/bot/model/GiveawayWinners.kt | 6 +- .../kotbot/bot/model/InlineKeyboardButton.kt | 4 + .../bot/model/InputInvoiceMessageContent.kt | 2 +- .../io/heapy/kotbot/bot/model/Message.kt | 2 +- .../heapy/kotbot/bot/model/MessageEntity.kt | 2 +- .../io/heapy/kotbot/bot/model/MessageId.kt | 2 +- .../kotbot/bot/model/PaidMediaPurchased.kt | 19 + .../kotbot/bot/model/PreparedInlineMessage.kt | 20 + .../heapy/kotbot/bot/model/StarTransaction.kt | 2 +- .../kotbot/bot/model/SuccessfulPayment.kt | 14 + .../kotbot/bot/model/TransactionPartner.kt | 1 + .../model/TransactionPartnerTelegramApi.kt | 20 + .../bot/model/TransactionPartnerUser.kt | 13 + .../io/heapy/kotbot/bot/model/Update.kt | 4 + gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 +- 59 files changed, 63244 insertions(+), 641 deletions(-) create mode 100644 core-gen/src/main/resources/api800 create mode 100644 core-gen/src/main/resources/api800.json create mode 100644 core-gen/src/main/resources/api800.md create mode 100644 core-gen/src/main/resources/api800_v2.json create mode 100644 core/src/generated/kotlin/io/heapy/kotbot/bot/method/EditUserStarSubscription.kt create mode 100644 core/src/generated/kotlin/io/heapy/kotbot/bot/method/GetAvailableGifts.kt create mode 100644 core/src/generated/kotlin/io/heapy/kotbot/bot/method/SavePreparedInlineMessage.kt create mode 100644 core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendGift.kt create mode 100644 core/src/generated/kotlin/io/heapy/kotbot/bot/method/SetUserEmojiStatus.kt create mode 100644 core/src/generated/kotlin/io/heapy/kotbot/bot/model/CopyTextButton.kt create mode 100644 core/src/generated/kotlin/io/heapy/kotbot/bot/model/Gift.kt create mode 100644 core/src/generated/kotlin/io/heapy/kotbot/bot/model/Gifts.kt create mode 100644 core/src/generated/kotlin/io/heapy/kotbot/bot/model/PaidMediaPurchased.kt create mode 100644 core/src/generated/kotlin/io/heapy/kotbot/bot/model/PreparedInlineMessage.kt create mode 100644 core/src/generated/kotlin/io/heapy/kotbot/bot/model/TransactionPartnerTelegramApi.kt diff --git a/README.md b/README.md index 5553e8e..9c5d6af 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ * [Tgkotbot](https://github.com/Heapy/kotbot/tree/main/tgkotbot#readme) – Bot implementation for needs of [Kotlin Community](https://t.me/kotlin_forum) in the telegram -## Bot API 7.9 +## Bot API 8.0 ### Install library ```kotlin -implementation("io.heapy.kotbot:core:1.0.0") +implementation("io.heapy.kotbot:core:1.1.0") ``` ### Example diff --git a/buildSrc/src/main/kotlin/kotbot-publish-conventions.gradle.kts b/buildSrc/src/main/kotlin/kotbot-publish-conventions.gradle.kts index 6342ae3..49c78af 100644 --- a/buildSrc/src/main/kotlin/kotbot-publish-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/kotbot-publish-conventions.gradle.kts @@ -1,5 +1,3 @@ -import java.util.* - plugins { signing `java-library` @@ -16,7 +14,7 @@ java { val modules: Map> = mapOf( "core" to mapOf( "publishName" to "Telegram chat bot framework", - "publishDescription" to "Unopinionated and flexible framework for building Telegram chat bots", + "publishDescription" to "Unopinionated and flexible library for building Telegram chat bots", ), ) diff --git a/core-gen/src/main/kotlin/Generate.kt b/core-gen/src/main/kotlin/Generate.kt index d21a6ca..73f5611 100644 --- a/core-gen/src/main/kotlin/Generate.kt +++ b/core-gen/src/main/kotlin/Generate.kt @@ -18,7 +18,7 @@ import kotlinx.serialization.json.Json fun main() { // https://ark0f.github.io/tg-bot-api/custom.json val apiJson = {}::class.java - .getResource("api790.json") + .getResource("api800.json") ?.readText() ?: error("custom.json not found") diff --git a/core-gen/src/main/kotlin/Parse.kt b/core-gen/src/main/kotlin/Parse.kt index 5b8c049..ad8709e 100644 --- a/core-gen/src/main/kotlin/Parse.kt +++ b/core-gen/src/main/kotlin/Parse.kt @@ -24,6 +24,7 @@ fun main() { "api710", "api740", "api790", + "api800", ).forEach { v -> val input = rootPath.resolve(v).readText() val output = processVersion(input) diff --git a/core-gen/src/main/resources/api800 b/core-gen/src/main/resources/api800 new file mode 100644 index 0000000..d4d226f --- /dev/null +++ b/core-gen/src/main/resources/api800 @@ -0,0 +1,15047 @@ + + + + + Telegram Bot API + + + + + + + + + + + + + + + + +
+ +
+
+
+ +

Telegram Bot API

+ +
+ +
+

The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram.
To learn how to create and set up a bot, please consult our Introduction to Bots and Bot FAQ.

+
+

Recent changes

+
+

Subscribe to @BotNews to be the first to know about the latest updates and join the discussion in @BotTalk

+
+

November 17, 2024

+

Bot API 8.0

+
+

Bot API 8.0 introduces 10 powerful new features for Mini Apps - including the ability to enter full-screen mode, launch from home screen shortcuts, offer subscription plans and more. Check out all the details in our dedicated blog and Mini App documentation.

+
+

Star Subscriptions

+
    +
  • Bots now support paid subscriptions powered by Telegram Stars - monetizing their efforts with multiple tiers of content and features.
  • +
  • Added the parameter subscription_period to the method createInvoiceLink to support the creation of links that are billed periodically.
  • +
  • Added the parameter business_connection_id to the method createInvoiceLink to support the creation of invoice links on behalf of business accounts.
  • +
  • Added the fields subscription_expiration_date, is_recurring and is_first_recurring to the class SuccessfulPayment.
  • +
  • Added the method editUserStarSubscription.
  • +
  • Added the field subscription_period to the class TransactionPartnerUser.
  • +
+

Full-screen Mode

+
    +
  • Mini Apps are now able to become full-screen in both portrait and landscape mode - allowing them to host more games, play widescreen media and support immersive user experiences.
  • +
  • Added the methods requestFullscreen and exitFullscreen to the class WebApp to toggle full-screen mode.
  • +
  • Added the fields safeAreaInset and contentSafeAreaInset to the class WebApp, allowing Mini Apps to ensure that their content properly respects the device's safe area margins.
  • +
  • Further added the fields isActive and isFullscreen to the class WebApp.
  • +
  • Added the events activated, deactivated, safeAreaChanged, contentSafeAreaChanged, fullscreenChanged and fullscreenFailed for Mini Apps.
  • +
+

Homescreen Shortcuts

+
    +
  • Mini Apps can now be accessed via direct shortcuts added to the home screen of mobile devices.
  • +
  • Added the method addToHomeScreen to the class WebApp to create a shortcut for users to add to their home screens.
  • +
  • Added the method checkHomeScreenStatus to the class WebApp to determine the status and support of the home screen shortcut for the Mini App on the current device.
  • +
  • Added the events homeScreenAdded and homeScreenChecked for Mini Apps.
  • +
+

Emoji Status

+
    +
  • Mini Apps can now prompt users to set their emoji status - or request access to later sync it automatically with in-game badges, third-party APIs and more.
  • +
  • Added the method setUserEmojiStatus. The user must allow the bot to manage their emoji status.
  • +
  • Added the method setEmojiStatus to the class WebApp to let users manually confirm a custom emoji as their new status via a native dialog.
  • +
  • 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 events emojiStatusSet, emojiStatusFailed and emojiStatusAccessRequested for Mini Apps.
  • +
+

Media Sharing and File Downloads

+
    +
  • Users can now share media directly from Mini Apps - sending referral codes, custom memes, artwork and more to any chat or posting them as a story.
  • +
  • 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 method shareMessage to the class WebApp to share media from Mini Apps to Telegram chats.
  • +
  • Added the method downloadFile to the class WebApp, introducing support for a native popup that prompts users to download files from the Mini App.
  • +
  • Added the events shareMessageSent, shareMessageFailed and fileDownloadRequested for Mini Apps.
  • +
+

Geolocation Access

+
    +
  • Mini Apps can now request geolocation access to users, allowing them to build virtually any location-based service, from games with dynamic points of interest to interactive maps for events.
  • +
  • Added the field LocationManager to the class WebApp.
  • +
  • Added the events locationManagerUpdated and locationRequested for Mini Apps.
  • +
+

Device Motion Tracking

+
    +
  • Mini Apps can now track detailed device motion data, allowing them to implement better productivity tools, immersive VR experiences and more.
  • +
  • Added the fields isOrientationLocked, Accelerometer, DeviceOrientation and Gyroscope to the class WebApp.
  • +
  • Added the methods lockOrientation and unlockOrientation to the class WebApp to control the screen orientation.
  • +
  • Added the events accelerometerStarted, accelerometerStopped, accelerometerChanged, accelerometerFailed, deviceOrientationStarted, deviceOrientationStopped, deviceOrientationChanged, deviceOrientationFailed, gyroscopeStarted, gyroscopeStopped, gyroscopeChanged, gyroscopeFailed for Mini Apps.
  • +
+

Gifts

+ +

Loading Screen Customization

+
    +
  • Mini Apps can customize their loading screen, adding their own icon and specific colors for light and dark themes.
  • +
  • You can access these customization settings in @BotFather via /mybots > Select Bot > Bot Settings > Configure Mini App > Enable Mini App
  • +
+

Hardware-specific Optimizations

+
    +
  • Mini Apps running on Android can now receive basic information about a device's processing hardware, allowing them to optimize user experience based on the device's capabilities.
  • +
  • This information includes the OS, App and SDK's respective versions as well as the device's model and performance class.
  • +
+

General

+
    +
  • Added the field photo_url to the class WebAppUser for all bots, allowing Mini Apps to access a user's profile photo if their privacy settings allow for it.
  • +
  • Third parties (e.g., Mini App builders) that receive or process data on behalf of Mini Apps are now able to validate it without knowing the App's bot token.
  • +
  • Debugging options have been expanded to include full support for iOS devices. You can use these tools to find app-specific issues in your Mini App.
  • +
+
+
+

⚠️ WARNING! ⚠️
Starting December 1, 2024 messages with video that are sent, copied or forwarded to groups and channels with a sufficiently large audience can be automatically scheduled by the server until the respective video is reencoded. Such messages will have 0 as their message identifier and can't be used before they are actually sent.

+
+

October 31, 2024

+

Bot API 7.11

+ +
+
+

⚠️ WARNING! ⚠️
Starting December 1, 2024 messages with video that are sent, copied or forwarded to groups and channels with a sufficiently large audience can be automatically scheduled by the server until the respective video is reencoded. Such messages will have 0 as their message identifier and can't be used before they are actually sent.

+
+

September 6, 2024

+

Bot API 7.10

+ +

August 14, 2024

+

Bot API 7.9

+
    +
  • 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 fields subscription_period and subscription_price to the class ChatInviteLink.
  • +
  • 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.
  • +
+

See earlier changes »

+

Authorizing your bot

+

Each bot is given a unique authentication token when it is created. The token looks something like 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11, but we'll use simply <token> in this document instead. You can learn about obtaining tokens and generating new ones in this document.

+

Making requests

+

All queries to the Telegram Bot API must be served over HTTPS and need to be presented in this form: https://api.telegram.org/bot<token>/METHOD_NAME. Like this for example:

+
https://api.telegram.org/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11/getMe
+

We support GET and POST HTTP methods. We support four ways of passing parameters in Bot API requests:

+
    +
  • URL query string
  • +
  • application/x-www-form-urlencoded
  • +
  • application/json (except for uploading files)
  • +
  • multipart/form-data (use to upload files)
  • +
+

The response contains a JSON object, which always has a Boolean field 'ok' and may have an optional String field 'description' with a human-readable description of the result. If 'ok' equals True, the request was successful and the result of the query can be found in the 'result' field. In case of an unsuccessful request, 'ok' equals false and the error is explained in the 'description'. An Integer 'error_code' field is also returned, but its contents are subject to change in the future. Some errors may also have an optional field 'parameters' of the type ResponseParameters, which can help to automatically handle the error.

+
    +
  • All methods in the Bot API are case-insensitive.
  • +
  • All queries must be made using UTF-8.
  • +
+

Making requests when getting updates

+

If you're using webhooks, you can perform a request to the Bot API while sending an answer to the webhook. Use either application/json or application/x-www-form-urlencoded or multipart/form-data response content type for passing parameters. Specify the method to be invoked in the method parameter of the request. It's not possible to know that such a request was successful or get its result.

+
+

Please see our FAQ for examples.

+
+

Using a Local Bot API Server

+

The Bot API server source code is available at telegram-bot-api. You can run it locally and send the requests to your own server instead of https://api.telegram.org. If you switch to a local Bot API server, your bot will be able to:

+
    +
  • Download files without a size limit.
  • +
  • Upload files up to 2000 MB.
  • +
  • Upload files using their local path and the file URI scheme.
  • +
  • Use an HTTP URL for the webhook.
  • +
  • Use any local IP address for the webhook.
  • +
  • Use any port for the webhook.
  • +
  • Set max_webhook_connections up to 100000.
  • +
  • Receive the absolute local path as a value of the file_path field without the need to download the file after a getFile request.
  • +
+

Do I need a Local Bot API Server

+

The majority of bots will be OK with the default configuration, running on our servers. But if you feel that you need one of these features, you're welcome to switch to your own at any time.

+

Getting updates

+

There are two mutually exclusive ways of receiving updates for your bot - the getUpdates method on one hand and webhooks on the other. Incoming updates are stored on the server until the bot receives them either way, but they will not be kept longer than 24 hours.

+

Regardless of which option you choose, you will receive JSON-serialized Update objects as a result.

+

Update

+

This object represents an incoming update.
At most one of the optional parameters can be present in any given update.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
update_idIntegerThe update's unique identifier. Update identifiers start from a certain positive number and increase sequentially. This identifier becomes especially handy if you're using webhooks, since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order. If there are no new updates for at least a week, then identifier of the next update will be chosen randomly instead of sequentially.
messageMessageOptional. New incoming message of any kind - text, photo, sticker, etc.
edited_messageMessageOptional. New version of a message that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot.
channel_postMessageOptional. New incoming channel post of any kind - text, photo, sticker, etc.
edited_channel_postMessageOptional. New version of a channel post that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot.
business_connectionBusinessConnectionOptional. The bot was connected to or disconnected from a business account, or a user edited an existing connection with the bot
business_messageMessageOptional. New message from a connected business account
edited_business_messageMessageOptional. New version of a message from a connected business account
deleted_business_messagesBusinessMessagesDeletedOptional. Messages were deleted from a connected business account
message_reactionMessageReactionUpdatedOptional. A reaction to a message was changed by a user. The bot must be an administrator in the chat and must explicitly specify "message_reaction" in the list of allowed_updates to receive these updates. The update isn't received for reactions set by bots.
message_reaction_countMessageReactionCountUpdatedOptional. Reactions to a message with anonymous reactions were changed. The bot must be an administrator in the chat and must explicitly specify "message_reaction_count" in the list of allowed_updates to receive these updates. The updates are grouped and can be sent with delay up to a few minutes.
inline_queryInlineQueryOptional. New incoming inline query
chosen_inline_resultChosenInlineResultOptional. The result of an inline query that was chosen by a user and sent to their chat partner. Please see our documentation on the feedback collecting for details on how to enable these updates for your bot.
callback_queryCallbackQueryOptional. New incoming callback query
shipping_queryShippingQueryOptional. New incoming shipping query. Only for invoices with flexible price
pre_checkout_queryPreCheckoutQueryOptional. New incoming pre-checkout query. Contains full information about checkout
purchased_paid_mediaPaidMediaPurchasedOptional. A user purchased paid media with a non-empty payload sent by the bot in a non-channel chat
pollPollOptional. New poll state. Bots receive only updates about manually stopped polls and polls, which are sent by the bot
poll_answerPollAnswerOptional. A user changed their answer in a non-anonymous poll. Bots receive new votes only in polls that were sent by the bot itself.
my_chat_memberChatMemberUpdatedOptional. The bot's chat member status was updated in a chat. For private chats, this update is received only when the bot is blocked or unblocked by the user.
chat_memberChatMemberUpdatedOptional. A chat member's status was updated in a chat. The bot must be an administrator in the chat and must explicitly specify "chat_member" in the list of allowed_updates to receive these updates.
chat_join_requestChatJoinRequestOptional. A request to join the chat has been sent. The bot must have the can_invite_users administrator right in the chat to receive these updates.
chat_boostChatBoostUpdatedOptional. A chat boost was added or changed. The bot must be an administrator in the chat to receive these updates.
removed_chat_boostChatBoostRemovedOptional. A boost was removed from a chat. The bot must be an administrator in the chat to receive these updates.
+

getUpdates

+

Use this method to receive incoming updates using long polling (wiki). Returns an Array of Update objects.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
offsetIntegerOptionalIdentifier of the first update to be returned. Must be greater by one than the highest among the identifiers of previously received updates. By default, updates starting with the earliest unconfirmed update are returned. An update is considered confirmed as soon as getUpdates is called with an offset higher than its update_id. The negative offset can be specified to retrieve updates starting from -offset update from the end of the updates queue. All previous updates will be forgotten.
limitIntegerOptionalLimits the number of updates to be retrieved. Values between 1-100 are accepted. Defaults to 100.
timeoutIntegerOptionalTimeout in seconds for long polling. Defaults to 0, i.e. usual short polling. Should be positive, short polling should be used for testing purposes only.
allowed_updatesArray of StringOptionalA JSON-serialized list of the update types you want your bot to receive. For example, specify ["message", "edited_channel_post", "callback_query"] to only receive updates of these types. See Update for a complete list of available update types. Specify an empty list to receive all update types except chat_member, message_reaction, and message_reaction_count (default). If not specified, the previous setting will be used.

Please note that this parameter doesn't affect updates created before the call to the getUpdates, so unwanted updates may be received for a short period of time.
+
+

Notes
1. This method will not work if an outgoing webhook is set up.
2. In order to avoid getting duplicate updates, recalculate offset after each server response.

+
+

setWebhook

+

Use this method to specify a URL and receive incoming updates via an outgoing webhook. Whenever there is an update for the bot, we will send an HTTPS POST request to the specified URL, containing a JSON-serialized Update. In case of an unsuccessful request, we will give up after a reasonable amount of attempts. Returns True on success.

+

If you'd like to make sure that the webhook was set by you, you can specify secret data in the parameter secret_token. If specified, the request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the secret token as content.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
urlStringYesHTTPS URL to send updates to. Use an empty string to remove webhook integration
certificateInputFileOptionalUpload your public key certificate so that the root certificate in use can be checked. See our self-signed guide for details.
ip_addressStringOptionalThe fixed IP address which will be used to send webhook requests instead of the IP address resolved through DNS
max_connectionsIntegerOptionalThe maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery, 1-100. Defaults to 40. Use lower values to limit the load on your bot's server, and higher values to increase your bot's throughput.
allowed_updatesArray of StringOptionalA JSON-serialized list of the update types you want your bot to receive. For example, specify ["message", "edited_channel_post", "callback_query"] to only receive updates of these types. See Update for a complete list of available update types. Specify an empty list to receive all update types except chat_member, message_reaction, and message_reaction_count (default). If not specified, the previous setting will be used.
Please note that this parameter doesn't affect updates created before the call to the setWebhook, so unwanted updates may be received for a short period of time.
drop_pending_updatesBooleanOptionalPass True to drop all pending updates
secret_tokenStringOptionalA secret token to be sent in a header “X-Telegram-Bot-Api-Secret-Token” in every webhook request, 1-256 characters. Only characters A-Z, a-z, 0-9, _ and - are allowed. The header is useful to ensure that the request comes from a webhook set by you.
+
+

Notes
1. You will not be able to receive updates using getUpdates for as long as an outgoing webhook is set up.
2. To use a self-signed certificate, you need to upload your public key certificate using certificate parameter. Please upload as InputFile, sending a String will not work.
3. Ports currently supported for webhooks: 443, 80, 88, 8443.

+

If you're having any trouble setting up webhooks, please check out this amazing guide to webhooks.

+
+

deleteWebhook

+

Use this method to remove webhook integration if you decide to switch back to getUpdates. Returns True on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
drop_pending_updatesBooleanOptionalPass True to drop all pending updates
+

getWebhookInfo

+

Use this method to get current webhook status. Requires no parameters. On success, returns a WebhookInfo object. If the bot is using getUpdates, will return an object with the url field empty.

+

WebhookInfo

+

Describes the current status of a webhook.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
urlStringWebhook URL, may be empty if webhook is not set up
has_custom_certificateBooleanTrue, if a custom certificate was provided for webhook certificate checks
pending_update_countIntegerNumber of updates awaiting delivery
ip_addressStringOptional. Currently used webhook IP address
last_error_dateIntegerOptional. Unix time for the most recent error that happened when trying to deliver an update via webhook
last_error_messageStringOptional. Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook
last_synchronization_error_dateIntegerOptional. Unix time of the most recent error that happened when trying to synchronize available updates with Telegram datacenters
max_connectionsIntegerOptional. The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery
allowed_updatesArray of StringOptional. A list of update types the bot is subscribed to. Defaults to all update types except chat_member
+

Available types

+

All types used in the Bot API responses are represented as JSON-objects.

+

It is safe to use 32-bit signed integers for storing all Integer fields unless otherwise noted.

+
+

Optional fields may be not returned when irrelevant.

+
+

User

+

This object represents a Telegram user or bot.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idIntegerUnique identifier for this user or bot. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier.
is_botBooleanTrue, if this user is a bot
first_nameStringUser's or bot's first name
last_nameStringOptional. User's or bot's last name
usernameStringOptional. User's or bot's username
language_codeStringOptional. IETF language tag of the user's language
is_premiumTrueOptional. True, if this user is a Telegram Premium user
added_to_attachment_menuTrueOptional. True, if this user added the bot to the attachment menu
can_join_groupsBooleanOptional. True, if the bot can be invited to groups. Returned only in getMe.
can_read_all_group_messagesBooleanOptional. True, if privacy mode is disabled for the bot. Returned only in getMe.
supports_inline_queriesBooleanOptional. True, if the bot supports inline queries. Returned only in getMe.
can_connect_to_businessBooleanOptional. True, if the bot can be connected to a Telegram Business account to receive its messages. Returned only in getMe.
has_main_web_appBooleanOptional. True, if the bot has a main Web App. Returned only in getMe.
+

Chat

+

This object represents a chat.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idIntegerUnique identifier for this chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.
typeStringType of the chat, can be either “private”, “group”, “supergroup” or “channel”
titleStringOptional. Title, for supergroups, channels and group chats
usernameStringOptional. Username, for private chats, supergroups and channels if available
first_nameStringOptional. First name of the other party in a private chat
last_nameStringOptional. Last name of the other party in a private chat
is_forumTrueOptional. True, if the supergroup chat is a forum (has topics enabled)
+

ChatFullInfo

+

This object contains full information about a chat.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idIntegerUnique identifier for this chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.
typeStringType of the chat, can be either “private”, “group”, “supergroup” or “channel”
titleStringOptional. Title, for supergroups, channels and group chats
usernameStringOptional. Username, for private chats, supergroups and channels if available
first_nameStringOptional. First name of the other party in a private chat
last_nameStringOptional. Last name of the other party in a private chat
is_forumTrueOptional. True, if the supergroup chat is a forum (has topics enabled)
accent_color_idIntegerIdentifier of the accent color for the chat name and backgrounds of the chat photo, reply header, and link preview. See accent colors for more details.
max_reaction_countIntegerThe maximum number of reactions that can be set on a message in the chat
photoChatPhotoOptional. Chat photo
active_usernamesArray of StringOptional. If non-empty, the list of all active chat usernames; for private chats, supergroups and channels
birthdateBirthdateOptional. For private chats, the date of birth of the user
business_introBusinessIntroOptional. For private chats with business accounts, the intro of the business
business_locationBusinessLocationOptional. For private chats with business accounts, the location of the business
business_opening_hoursBusinessOpeningHoursOptional. For private chats with business accounts, the opening hours of the business
personal_chatChatOptional. For private chats, the personal channel of the user
available_reactionsArray of ReactionTypeOptional. List of available reactions allowed in the chat. If omitted, then all emoji reactions are allowed.
background_custom_emoji_idStringOptional. Custom emoji identifier of the emoji chosen by the chat for the reply header and link preview background
profile_accent_color_idIntegerOptional. Identifier of the accent color for the chat's profile background. See profile accent colors for more details.
profile_background_custom_emoji_idStringOptional. Custom emoji identifier of the emoji chosen by the chat for its profile background
emoji_status_custom_emoji_idStringOptional. Custom emoji identifier of the emoji status of the chat or the other party in a private chat
emoji_status_expiration_dateIntegerOptional. Expiration date of the emoji status of the chat or the other party in a private chat, in Unix time, if any
bioStringOptional. Bio of the other party in a private chat
has_private_forwardsTrueOptional. True, if privacy settings of the other party in the private chat allows to use tg://user?id=<user_id> links only in chats with the user
has_restricted_voice_and_video_messagesTrueOptional. True, if the privacy settings of the other party restrict sending voice and video note messages in the private chat
join_to_send_messagesTrueOptional. True, if users need to join the supergroup before they can send messages
join_by_requestTrueOptional. True, if all users directly joining the supergroup without using an invite link need to be approved by supergroup administrators
descriptionStringOptional. Description, for groups, supergroups and channel chats
invite_linkStringOptional. Primary invite link, for groups, supergroups and channel chats
pinned_messageMessageOptional. The most recent pinned message (by sending date)
permissionsChatPermissionsOptional. Default chat member permissions, for groups and supergroups
can_send_paid_mediaTrueOptional. True, if paid media messages can be sent or forwarded to the channel chat. The field is available only for channel chats.
slow_mode_delayIntegerOptional. For supergroups, the minimum allowed delay between consecutive messages sent by each unprivileged user; in seconds
unrestrict_boost_countIntegerOptional. For supergroups, the minimum number of boosts that a non-administrator user needs to add in order to ignore slow mode and chat permissions
message_auto_delete_timeIntegerOptional. The time after which all messages sent to the chat will be automatically deleted; in seconds
has_aggressive_anti_spam_enabledTrueOptional. True, if aggressive anti-spam checks are enabled in the supergroup. The field is only available to chat administrators.
has_hidden_membersTrueOptional. True, if non-administrators can only get the list of bots and administrators in the chat
has_protected_contentTrueOptional. True, if messages from the chat can't be forwarded to other chats
has_visible_historyTrueOptional. True, if new chat members will have access to old messages; available only to chat administrators
sticker_set_nameStringOptional. For supergroups, name of the group sticker set
can_set_sticker_setTrueOptional. True, if the bot can change the group sticker set
custom_emoji_sticker_set_nameStringOptional. For supergroups, the name of the group's custom emoji sticker set. Custom emoji from this set can be used by all users and bots in the group.
linked_chat_idIntegerOptional. Unique identifier for the linked chat, i.e. the discussion group identifier for a channel and vice versa; for supergroups and channel chats. This identifier may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it is smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier.
locationChatLocationOptional. For supergroups, the location to which the supergroup is connected
+

Message

+

This object represents a message.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
message_idIntegerUnique message identifier inside this chat. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent
message_thread_idIntegerOptional. Unique identifier of a message thread to which the message belongs; for supergroups only
fromUserOptional. Sender of the message; may be empty for messages sent to channels. For backward compatibility, if the message was sent on behalf of a chat, the field contains a fake sender user in non-channel chats
sender_chatChatOptional. Sender of the message when sent on behalf of a chat. For example, the supergroup itself for messages sent by its anonymous administrators or a linked channel for messages automatically forwarded to the channel's discussion group. For backward compatibility, if the message was sent on behalf of a chat, the field from contains a fake sender user in non-channel chats.
sender_boost_countIntegerOptional. If the sender of the message boosted the chat, the number of boosts added by the user
sender_business_botUserOptional. The bot that actually sent the message on behalf of the business account. Available only for outgoing messages sent on behalf of the connected business account.
dateIntegerDate the message was sent in Unix time. It is always a positive number, representing a valid date.
business_connection_idStringOptional. Unique identifier of the business connection from which the message was received. If non-empty, the message belongs to a chat of the corresponding business account that is independent from any potential bot chat which might share the same identifier.
chatChatChat the message belongs to
forward_originMessageOriginOptional. Information about the original message for forwarded messages
is_topic_messageTrueOptional. True, if the message is sent to a forum topic
is_automatic_forwardTrueOptional. True, if the message is a channel post that was automatically forwarded to the connected discussion group
reply_to_messageMessageOptional. For replies in the same chat and message thread, the original message. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply.
external_replyExternalReplyInfoOptional. Information about the message that is being replied to, which may come from another chat or forum topic
quoteTextQuoteOptional. For replies that quote part of the original message, the quoted part of the message
reply_to_storyStoryOptional. For replies to a story, the original story
via_botUserOptional. Bot through which the message was sent
edit_dateIntegerOptional. Date the message was last edited in Unix time
has_protected_contentTrueOptional. True, if the message can't be forwarded
is_from_offlineTrueOptional. True, if the message was sent by an implicit action, for example, as an away or a greeting business message, or as a scheduled message
media_group_idStringOptional. The unique identifier of a media message group this message belongs to
author_signatureStringOptional. Signature of the post author for messages in channels, or the custom title of an anonymous group administrator
textStringOptional. For text messages, the actual UTF-8 text of the message
entitiesArray of MessageEntityOptional. For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text
link_preview_optionsLinkPreviewOptionsOptional. Options used for link preview generation for the message, if it is a text message and link preview options were changed
effect_idStringOptional. Unique identifier of the message effect added to the message
animationAnimationOptional. Message is an animation, information about the animation. For backward compatibility, when this field is set, the document field will also be set
audioAudioOptional. Message is an audio file, information about the file
documentDocumentOptional. Message is a general file, information about the file
paid_mediaPaidMediaInfoOptional. Message contains paid media; information about the paid media
photoArray of PhotoSizeOptional. Message is a photo, available sizes of the photo
stickerStickerOptional. Message is a sticker, information about the sticker
storyStoryOptional. Message is a forwarded story
videoVideoOptional. Message is a video, information about the video
video_noteVideoNoteOptional. Message is a video note, information about the video message
voiceVoiceOptional. Message is a voice message, information about the file
captionStringOptional. Caption for the animation, audio, document, paid media, photo, video or voice
caption_entitiesArray of MessageEntityOptional. For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption
show_caption_above_mediaTrueOptional. True, if the caption must be shown above the message media
has_media_spoilerTrueOptional. True, if the message media is covered by a spoiler animation
contactContactOptional. Message is a shared contact, information about the contact
diceDiceOptional. Message is a dice with random value
gameGameOptional. Message is a game, information about the game. More about games »
pollPollOptional. Message is a native poll, information about the poll
venueVenueOptional. Message is a venue, information about the venue. For backward compatibility, when this field is set, the location field will also be set
locationLocationOptional. Message is a shared location, information about the location
new_chat_membersArray of UserOptional. New members that were added to the group or supergroup and information about them (the bot itself may be one of these members)
left_chat_memberUserOptional. A member was removed from the group, information about them (this member may be the bot itself)
new_chat_titleStringOptional. A chat title was changed to this value
new_chat_photoArray of PhotoSizeOptional. A chat photo was change to this value
delete_chat_photoTrueOptional. Service message: the chat photo was deleted
group_chat_createdTrueOptional. Service message: the group has been created
supergroup_chat_createdTrueOptional. Service message: the supergroup has been created. This field can't be received in a message coming through updates, because bot can't be a member of a supergroup when it is created. It can only be found in reply_to_message if someone replies to a very first message in a directly created supergroup.
channel_chat_createdTrueOptional. Service message: the channel has been created. This field can't be received in a message coming through updates, because bot can't be a member of a channel when it is created. It can only be found in reply_to_message if someone replies to a very first message in a channel.
message_auto_delete_timer_changedMessageAutoDeleteTimerChangedOptional. Service message: auto-delete timer settings changed in the chat
migrate_to_chat_idIntegerOptional. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.
migrate_from_chat_idIntegerOptional. The supergroup has been migrated from a group with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.
pinned_messageMaybeInaccessibleMessageOptional. Specified message was pinned. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply.
invoiceInvoiceOptional. Message is an invoice for a payment, information about the invoice. More about payments »
successful_paymentSuccessfulPaymentOptional. Message is a service message about a successful payment, information about the payment. More about payments »
refunded_paymentRefundedPaymentOptional. Message is a service message about a refunded payment, information about the payment. More about payments »
users_sharedUsersSharedOptional. Service message: users were shared with the bot
chat_sharedChatSharedOptional. Service message: a chat was shared with the bot
connected_websiteStringOptional. The domain name of the website on which the user has logged in. More about Telegram Login »
write_access_allowedWriteAccessAllowedOptional. Service message: the user allowed the bot to write messages after adding it to the attachment or side menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method requestWriteAccess
passport_dataPassportDataOptional. Telegram Passport data
proximity_alert_triggeredProximityAlertTriggeredOptional. Service message. A user in the chat triggered another user's proximity alert while sharing Live Location.
boost_addedChatBoostAddedOptional. Service message: user boosted the chat
chat_background_setChatBackgroundOptional. Service message: chat background set
forum_topic_createdForumTopicCreatedOptional. Service message: forum topic created
forum_topic_editedForumTopicEditedOptional. Service message: forum topic edited
forum_topic_closedForumTopicClosedOptional. Service message: forum topic closed
forum_topic_reopenedForumTopicReopenedOptional. Service message: forum topic reopened
general_forum_topic_hiddenGeneralForumTopicHiddenOptional. Service message: the 'General' forum topic hidden
general_forum_topic_unhiddenGeneralForumTopicUnhiddenOptional. Service message: the 'General' forum topic unhidden
giveaway_createdGiveawayCreatedOptional. Service message: a scheduled giveaway was created
giveawayGiveawayOptional. The message is a scheduled giveaway message
giveaway_winnersGiveawayWinnersOptional. A giveaway with public winners was completed
giveaway_completedGiveawayCompletedOptional. Service message: a giveaway without public winners was completed
video_chat_scheduledVideoChatScheduledOptional. Service message: video chat scheduled
video_chat_startedVideoChatStartedOptional. Service message: video chat started
video_chat_endedVideoChatEndedOptional. Service message: video chat ended
video_chat_participants_invitedVideoChatParticipantsInvitedOptional. Service message: new participants invited to a video chat
web_app_dataWebAppDataOptional. Service message: data sent by a Web App
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons.
+

MessageId

+

This object represents a unique message identifier.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
message_idIntegerUnique message identifier. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent
+

InaccessibleMessage

+

This object describes a message that was deleted or is otherwise inaccessible to the bot.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
chatChatChat the message belonged to
message_idIntegerUnique message identifier inside the chat
dateIntegerAlways 0. The field can be used to differentiate regular and inaccessible messages.
+

MaybeInaccessibleMessage

+

This object describes a message that can be inaccessible to the bot. It can be one of

+ +

MessageEntity

+

This object represents one special entity in a text message. For example, hashtags, usernames, URLs, etc.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the entity. Currently, can be “mention” (@username), “hashtag” (#hashtag or #hashtag@chatusername), “cashtag” ($USD or $USD@chatusername), “bot_command” (/start@jobs_bot), “url” (https://telegram.org), “email” (do-not-reply@telegram.org), “phone_number” (+1-212-555-0123), “bold” (bold text), “italic” (italic text), “underline” (underlined text), “strikethrough” (strikethrough text), “spoiler” (spoiler message), “blockquote” (block quotation), “expandable_blockquote” (collapsed-by-default block quotation), “code” (monowidth string), “pre” (monowidth block), “text_link” (for clickable text URLs), “text_mention” (for users without usernames), “custom_emoji” (for inline custom emoji stickers)
offsetIntegerOffset in UTF-16 code units to the start of the entity
lengthIntegerLength of the entity in UTF-16 code units
urlStringOptional. For “text_link” only, URL that will be opened after user taps on the text
userUserOptional. For “text_mention” only, the mentioned user
languageStringOptional. For “pre” only, the programming language of the entity text
custom_emoji_idStringOptional. For “custom_emoji” only, unique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker
+

TextQuote

+

This object contains information about the quoted part of a message that is replied to by the given message.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
textStringText of the quoted part of a message that is replied to by the given message
entitiesArray of MessageEntityOptional. Special entities that appear in the quote. Currently, only bold, italic, underline, strikethrough, spoiler, and custom_emoji entities are kept in quotes.
positionIntegerApproximate quote position in the original message in UTF-16 code units as specified by the sender
is_manualTrueOptional. True, if the quote was chosen manually by the message sender. Otherwise, the quote was added automatically by the server.
+

ExternalReplyInfo

+

This object contains information about a message that is being replied to, which may come from another chat or forum topic.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
originMessageOriginOrigin of the message replied to by the given message
chatChatOptional. Chat the original message belongs to. Available only if the chat is a supergroup or a channel.
message_idIntegerOptional. Unique message identifier inside the original chat. Available only if the original chat is a supergroup or a channel.
link_preview_optionsLinkPreviewOptionsOptional. Options used for link preview generation for the original message, if it is a text message
animationAnimationOptional. Message is an animation, information about the animation
audioAudioOptional. Message is an audio file, information about the file
documentDocumentOptional. Message is a general file, information about the file
paid_mediaPaidMediaInfoOptional. Message contains paid media; information about the paid media
photoArray of PhotoSizeOptional. Message is a photo, available sizes of the photo
stickerStickerOptional. Message is a sticker, information about the sticker
storyStoryOptional. Message is a forwarded story
videoVideoOptional. Message is a video, information about the video
video_noteVideoNoteOptional. Message is a video note, information about the video message
voiceVoiceOptional. Message is a voice message, information about the file
has_media_spoilerTrueOptional. True, if the message media is covered by a spoiler animation
contactContactOptional. Message is a shared contact, information about the contact
diceDiceOptional. Message is a dice with random value
gameGameOptional. Message is a game, information about the game. More about games »
giveawayGiveawayOptional. Message is a scheduled giveaway, information about the giveaway
giveaway_winnersGiveawayWinnersOptional. A giveaway with public winners was completed
invoiceInvoiceOptional. Message is an invoice for a payment, information about the invoice. More about payments »
locationLocationOptional. Message is a shared location, information about the location
pollPollOptional. Message is a native poll, information about the poll
venueVenueOptional. Message is a venue, information about the venue
+

ReplyParameters

+

Describes reply parameters for the message that is being sent.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
message_idIntegerIdentifier of the message that will be replied to in the current chat, or in the chat chat_id if it is specified
chat_idInteger or StringOptional. If the message to be replied to is from a different chat, unique identifier for the chat or username of the channel (in the format @channelusername). Not supported for messages sent on behalf of a business account.
allow_sending_without_replyBooleanOptional. Pass True if the message should be sent even if the specified message to be replied to is not found. Always False for replies in another chat or forum topic. Always True for messages sent on behalf of a business account.
quoteStringOptional. Quoted part of the message to be replied to; 0-1024 characters after entities parsing. The quote must be an exact substring of the message to be replied to, including bold, italic, underline, strikethrough, spoiler, and custom_emoji entities. The message will fail to send if the quote isn't found in the original message.
quote_parse_modeStringOptional. Mode for parsing entities in the quote. See formatting options for more details.
quote_entitiesArray of MessageEntityOptional. A JSON-serialized list of special entities that appear in the quote. It can be specified instead of quote_parse_mode.
quote_positionIntegerOptional. Position of the quote in the original message in UTF-16 code units
+

MessageOrigin

+

This object describes the origin of a message. It can be one of

+ +

MessageOriginUser

+

The message was originally sent by a known user.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the message origin, always “user”
dateIntegerDate the message was sent originally in Unix time
sender_userUserUser that sent the message originally
+

MessageOriginHiddenUser

+

The message was originally sent by an unknown user.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the message origin, always “hidden_user”
dateIntegerDate the message was sent originally in Unix time
sender_user_nameStringName of the user that sent the message originally
+

MessageOriginChat

+

The message was originally sent on behalf of a chat to a group chat.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the message origin, always “chat”
dateIntegerDate the message was sent originally in Unix time
sender_chatChatChat that sent the message originally
author_signatureStringOptional. For messages originally sent by an anonymous chat administrator, original message author signature
+

MessageOriginChannel

+

The message was originally sent to a channel chat.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the message origin, always “channel”
dateIntegerDate the message was sent originally in Unix time
chatChatChannel chat to which the message was originally sent
message_idIntegerUnique message identifier inside the chat
author_signatureStringOptional. Signature of the original post author
+

PhotoSize

+

This object represents one size of a photo or a file / sticker thumbnail.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
file_idStringIdentifier for this file, which can be used to download or reuse the file
file_unique_idStringUnique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
widthIntegerPhoto width
heightIntegerPhoto height
file_sizeIntegerOptional. File size in bytes
+

Animation

+

This object represents an animation file (GIF or H.264/MPEG-4 AVC video without sound).

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
file_idStringIdentifier for this file, which can be used to download or reuse the file
file_unique_idStringUnique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
widthIntegerVideo width as defined by the sender
heightIntegerVideo height as defined by the sender
durationIntegerDuration of the video in seconds as defined by the sender
thumbnailPhotoSizeOptional. Animation thumbnail as defined by the sender
file_nameStringOptional. Original animation filename as defined by the sender
mime_typeStringOptional. MIME type of the file as defined by the sender
file_sizeIntegerOptional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.
+

Audio

+

This object represents an audio file to be treated as music by the Telegram clients.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
file_idStringIdentifier for this file, which can be used to download or reuse the file
file_unique_idStringUnique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
durationIntegerDuration of the audio in seconds as defined by the sender
performerStringOptional. Performer of the audio as defined by the sender or by audio tags
titleStringOptional. Title of the audio as defined by the sender or by audio tags
file_nameStringOptional. Original filename as defined by the sender
mime_typeStringOptional. MIME type of the file as defined by the sender
file_sizeIntegerOptional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.
thumbnailPhotoSizeOptional. Thumbnail of the album cover to which the music file belongs
+

Document

+

This object represents a general file (as opposed to photos, voice messages and audio files).

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
file_idStringIdentifier for this file, which can be used to download or reuse the file
file_unique_idStringUnique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
thumbnailPhotoSizeOptional. Document thumbnail as defined by the sender
file_nameStringOptional. Original filename as defined by the sender
mime_typeStringOptional. MIME type of the file as defined by the sender
file_sizeIntegerOptional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.
+

Story

+

This object represents a story.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
chatChatChat that posted the story
idIntegerUnique identifier for the story in the chat
+

Video

+

This object represents a video file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
file_idStringIdentifier for this file, which can be used to download or reuse the file
file_unique_idStringUnique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
widthIntegerVideo width as defined by the sender
heightIntegerVideo height as defined by the sender
durationIntegerDuration of the video in seconds as defined by the sender
thumbnailPhotoSizeOptional. Video thumbnail
file_nameStringOptional. Original filename as defined by the sender
mime_typeStringOptional. MIME type of the file as defined by the sender
file_sizeIntegerOptional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.
+

VideoNote

+

This object represents a video message (available in Telegram apps as of v.4.0).

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
file_idStringIdentifier for this file, which can be used to download or reuse the file
file_unique_idStringUnique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
lengthIntegerVideo width and height (diameter of the video message) as defined by the sender
durationIntegerDuration of the video in seconds as defined by the sender
thumbnailPhotoSizeOptional. Video thumbnail
file_sizeIntegerOptional. File size in bytes
+

Voice

+

This object represents a voice note.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
file_idStringIdentifier for this file, which can be used to download or reuse the file
file_unique_idStringUnique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
durationIntegerDuration of the audio in seconds as defined by the sender
mime_typeStringOptional. MIME type of the file as defined by the sender
file_sizeIntegerOptional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.
+

PaidMediaInfo

+

Describes the paid media added to a message.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
star_countIntegerThe number of Telegram Stars that must be paid to buy access to the media
paid_mediaArray of PaidMediaInformation about the paid media
+

PaidMedia

+

This object describes paid media. Currently, it can be one of

+ +

PaidMediaPreview

+

The paid media isn't available before the payment.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the paid media, always “preview”
widthIntegerOptional. Media width as defined by the sender
heightIntegerOptional. Media height as defined by the sender
durationIntegerOptional. Duration of the media in seconds as defined by the sender
+

PaidMediaPhoto

+

The paid media is a photo.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the paid media, always “photo”
photoArray of PhotoSizeThe photo
+

PaidMediaVideo

+

The paid media is a video.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the paid media, always “video”
videoVideoThe video
+

Contact

+

This object represents a phone contact.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
phone_numberStringContact's phone number
first_nameStringContact's first name
last_nameStringOptional. Contact's last name
user_idIntegerOptional. Contact's user identifier in Telegram. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier.
vcardStringOptional. Additional data about the contact in the form of a vCard
+

Dice

+

This object represents an animated emoji that displays a random value.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
emojiStringEmoji on which the dice throw animation is based
valueIntegerValue of the dice, 1-6 for “🎲”, “🎯” and “🎳” base emoji, 1-5 for “🏀” and “⚽” base emoji, 1-64 for “🎰” base emoji
+

PollOption

+

This object contains information about one answer option in a poll.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
textStringOption text, 1-100 characters
text_entitiesArray of MessageEntityOptional. Special entities that appear in the option text. Currently, only custom emoji entities are allowed in poll option texts
voter_countIntegerNumber of users that voted for this option
+

InputPollOption

+

This object contains information about one answer option in a poll to be sent.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
textStringOption text, 1-100 characters
text_parse_modeStringOptional. Mode for parsing entities in the text. See formatting options for more details. Currently, only custom emoji entities are allowed
text_entitiesArray of MessageEntityOptional. A JSON-serialized list of special entities that appear in the poll option text. It can be specified instead of text_parse_mode
+

PollAnswer

+

This object represents an answer of a user in a non-anonymous poll.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
poll_idStringUnique poll identifier
voter_chatChatOptional. The chat that changed the answer to the poll, if the voter is anonymous
userUserOptional. The user that changed the answer to the poll, if the voter isn't anonymous
option_idsArray of Integer0-based identifiers of chosen answer options. May be empty if the vote was retracted.
+

Poll

+

This object contains information about a poll.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idStringUnique poll identifier
questionStringPoll question, 1-300 characters
question_entitiesArray of MessageEntityOptional. Special entities that appear in the question. Currently, only custom emoji entities are allowed in poll questions
optionsArray of PollOptionList of poll options
total_voter_countIntegerTotal number of users that voted in the poll
is_closedBooleanTrue, if the poll is closed
is_anonymousBooleanTrue, if the poll is anonymous
typeStringPoll type, currently can be “regular” or “quiz”
allows_multiple_answersBooleanTrue, if the poll allows multiple answers
correct_option_idIntegerOptional. 0-based identifier of the correct answer option. Available only for polls in the quiz mode, which are closed, or was sent (not forwarded) by the bot or to the private chat with the bot.
explanationStringOptional. Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters
explanation_entitiesArray of MessageEntityOptional. Special entities like usernames, URLs, bot commands, etc. that appear in the explanation
open_periodIntegerOptional. Amount of time in seconds the poll will be active after creation
close_dateIntegerOptional. Point in time (Unix timestamp) when the poll will be automatically closed
+

Location

+

This object represents a point on the map.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
latitudeFloatLatitude as defined by the sender
longitudeFloatLongitude as defined by the sender
horizontal_accuracyFloatOptional. The radius of uncertainty for the location, measured in meters; 0-1500
live_periodIntegerOptional. Time relative to the message sending date, during which the location can be updated; in seconds. For active live locations only.
headingIntegerOptional. The direction in which user is moving, in degrees; 1-360. For active live locations only.
proximity_alert_radiusIntegerOptional. The maximum distance for proximity alerts about approaching another chat member, in meters. For sent live locations only.
+

Venue

+

This object represents a venue.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
locationLocationVenue location. Can't be a live location
titleStringName of the venue
addressStringAddress of the venue
foursquare_idStringOptional. Foursquare identifier of the venue
foursquare_typeStringOptional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
google_place_idStringOptional. Google Places identifier of the venue
google_place_typeStringOptional. Google Places type of the venue. (See supported types.)
+

WebAppData

+

Describes data sent from a Web App to the bot.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
dataStringThe data. Be aware that a bad client can send arbitrary data in this field.
button_textStringText of the web_app keyboard button from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field.
+

ProximityAlertTriggered

+

This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
travelerUserUser that triggered the alert
watcherUserUser that set the alert
distanceIntegerThe distance between the users
+

MessageAutoDeleteTimerChanged

+

This object represents a service message about a change in auto-delete timer settings.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
message_auto_delete_timeIntegerNew auto-delete time for messages in the chat; in seconds
+

ChatBoostAdded

+

This object represents a service message about a user boosting a chat.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
boost_countIntegerNumber of boosts added by the user
+

BackgroundFill

+

This object describes the way a background is filled based on the selected colors. Currently, it can be one of

+ +

BackgroundFillSolid

+

The background is filled using the selected color.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the background fill, always “solid”
colorIntegerThe color of the background fill in the RGB24 format
+

BackgroundFillGradient

+

The background is a gradient fill.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the background fill, always “gradient”
top_colorIntegerTop color of the gradient in the RGB24 format
bottom_colorIntegerBottom color of the gradient in the RGB24 format
rotation_angleIntegerClockwise rotation angle of the background fill in degrees; 0-359
+

BackgroundFillFreeformGradient

+

The background is a freeform gradient that rotates after every message in the chat.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the background fill, always “freeform_gradient”
colorsArray of IntegerA list of the 3 or 4 base colors that are used to generate the freeform gradient in the RGB24 format
+

BackgroundType

+

This object describes the type of a background. Currently, it can be one of

+ +

BackgroundTypeFill

+

The background is automatically filled based on the selected colors.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the background, always “fill”
fillBackgroundFillThe background fill
dark_theme_dimmingIntegerDimming of the background in dark themes, as a percentage; 0-100
+

BackgroundTypeWallpaper

+

The background is a wallpaper in the JPEG format.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the background, always “wallpaper”
documentDocumentDocument with the wallpaper
dark_theme_dimmingIntegerDimming of the background in dark themes, as a percentage; 0-100
is_blurredTrueOptional. True, if the wallpaper is downscaled to fit in a 450x450 square and then box-blurred with radius 12
is_movingTrueOptional. True, if the background moves slightly when the device is tilted
+

BackgroundTypePattern

+

The background is a PNG or TGV (gzipped subset of SVG with MIME type “application/x-tgwallpattern”) pattern to be combined with the background fill chosen by the user.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the background, always “pattern”
documentDocumentDocument with the pattern
fillBackgroundFillThe background fill that is combined with the pattern
intensityIntegerIntensity of the pattern when it is shown above the filled background; 0-100
is_invertedTrueOptional. True, if the background fill must be applied only to the pattern itself. All other pixels are black in this case. For dark themes only
is_movingTrueOptional. True, if the background moves slightly when the device is tilted
+

BackgroundTypeChatTheme

+

The background is taken directly from a built-in chat theme.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the background, always “chat_theme”
theme_nameStringName of the chat theme, which is usually an emoji
+

ChatBackground

+

This object represents a chat background.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeBackgroundTypeType of the background
+

ForumTopicCreated

+

This object represents a service message about a new forum topic created in the chat.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
nameStringName of the topic
icon_colorIntegerColor of the topic icon in RGB format
icon_custom_emoji_idStringOptional. Unique identifier of the custom emoji shown as the topic icon
+

ForumTopicClosed

+

This object represents a service message about a forum topic closed in the chat. Currently holds no information.

+

ForumTopicEdited

+

This object represents a service message about an edited forum topic.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
nameStringOptional. New name of the topic, if it was edited
icon_custom_emoji_idStringOptional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed
+

ForumTopicReopened

+

This object represents a service message about a forum topic reopened in the chat. Currently holds no information.

+

GeneralForumTopicHidden

+

This object represents a service message about General forum topic hidden in the chat. Currently holds no information.

+

GeneralForumTopicUnhidden

+

This object represents a service message about General forum topic unhidden in the chat. Currently holds no information.

+

SharedUser

+

This object contains information about a user that was shared with the bot using a KeyboardButtonRequestUsers button.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
user_idIntegerIdentifier of the shared user. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so 64-bit integers or double-precision float types are safe for storing these identifiers. The bot may not have access to the user and could be unable to use this identifier, unless the user is already known to the bot by some other means.
first_nameStringOptional. First name of the user, if the name was requested by the bot
last_nameStringOptional. Last name of the user, if the name was requested by the bot
usernameStringOptional. Username of the user, if the username was requested by the bot
photoArray of PhotoSizeOptional. Available sizes of the chat photo, if the photo was requested by the bot
+

UsersShared

+

This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
request_idIntegerIdentifier of the request
usersArray of SharedUserInformation about users shared with the bot.
+

ChatShared

+

This object contains information about a chat that was shared with the bot using a KeyboardButtonRequestChat button.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
request_idIntegerIdentifier of the request
chat_idIntegerIdentifier of the shared chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. The bot may not have access to the chat and could be unable to use this identifier, unless the chat is already known to the bot by some other means.
titleStringOptional. Title of the chat, if the title was requested by the bot.
usernameStringOptional. Username of the chat, if the username was requested by the bot and available.
photoArray of PhotoSizeOptional. Available sizes of the chat photo, if the photo was requested by the bot
+

WriteAccessAllowed

+

This object represents a service message about a user allowing a bot to write messages after adding it to the attachment menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method requestWriteAccess.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
from_requestBooleanOptional. True, if the access was granted after the user accepted an explicit request from a Web App sent by the method requestWriteAccess
web_app_nameStringOptional. Name of the Web App, if the access was granted when the Web App was launched from a link
from_attachment_menuBooleanOptional. True, if the access was granted when the bot was added to the attachment or side menu
+

VideoChatScheduled

+

This object represents a service message about a video chat scheduled in the chat.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
start_dateIntegerPoint in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator
+

VideoChatStarted

+

This object represents a service message about a video chat started in the chat. Currently holds no information.

+

VideoChatEnded

+

This object represents a service message about a video chat ended in the chat.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
durationIntegerVideo chat duration in seconds
+

VideoChatParticipantsInvited

+

This object represents a service message about new members invited to a video chat.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
usersArray of UserNew members that were invited to the video chat
+

GiveawayCreated

+

This object represents a service message about the creation of a scheduled giveaway.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
prize_star_countIntegerOptional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only
+

Giveaway

+

This object represents a message about a scheduled giveaway.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
chatsArray of ChatThe list of chats which the user must join to participate in the giveaway
winners_selection_dateIntegerPoint in time (Unix timestamp) when winners of the giveaway will be selected
winner_countIntegerThe number of users which are supposed to be selected as winners of the giveaway
only_new_membersTrueOptional. True, if only users who join the chats after the giveaway started should be eligible to win
has_public_winnersTrueOptional. True, if the list of giveaway winners will be visible to everyone
prize_descriptionStringOptional. Description of additional giveaway prize
country_codesArray of StringOptional. A list of two-letter ISO 3166-1 alpha-2 country codes indicating the countries from which eligible users for the giveaway must come. If empty, then all users can participate in the giveaway. Users with a phone number that was bought on Fragment can always participate in giveaways.
prize_star_countIntegerOptional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only
premium_subscription_month_countIntegerOptional. The number of months the Telegram Premium subscription won from the giveaway will be active for; for Telegram Premium giveaways only
+

GiveawayWinners

+

This object represents a message about the completion of a giveaway with public winners.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
chatChatThe chat that created the giveaway
giveaway_message_idIntegerIdentifier of the message with the giveaway in the chat
winners_selection_dateIntegerPoint in time (Unix timestamp) when winners of the giveaway were selected
winner_countIntegerTotal number of winners in the giveaway
winnersArray of UserList of up to 100 winners of the giveaway
additional_chat_countIntegerOptional. The number of other chats the user had to join in order to be eligible for the giveaway
prize_star_countIntegerOptional. The number of Telegram Stars that were split between giveaway winners; for Telegram Star giveaways only
premium_subscription_month_countIntegerOptional. The number of months the Telegram Premium subscription won from the giveaway will be active for; for Telegram Premium giveaways only
unclaimed_prize_countIntegerOptional. Number of undistributed prizes
only_new_membersTrueOptional. True, if only users who had joined the chats after the giveaway started were eligible to win
was_refundedTrueOptional. True, if the giveaway was canceled because the payment for it was refunded
prize_descriptionStringOptional. Description of additional giveaway prize
+

GiveawayCompleted

+

This object represents a service message about the completion of a giveaway without public winners.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
winner_countIntegerNumber of winners in the giveaway
unclaimed_prize_countIntegerOptional. Number of undistributed prizes
giveaway_messageMessageOptional. Message with the giveaway that was completed, if it wasn't deleted
is_star_giveawayTrueOptional. True, if the giveaway is a Telegram Star giveaway. Otherwise, currently, the giveaway is a Telegram Premium giveaway.
+

LinkPreviewOptions

+

Describes the options used for link preview generation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
is_disabledBooleanOptional. True, if the link preview is disabled
urlStringOptional. URL to use for the link preview. If empty, then the first URL found in the message text will be used
prefer_small_mediaBooleanOptional. True, if the media in the link preview is supposed to be shrunk; ignored if the URL isn't explicitly specified or media size change isn't supported for the preview
prefer_large_mediaBooleanOptional. True, if the media in the link preview is supposed to be enlarged; ignored if the URL isn't explicitly specified or media size change isn't supported for the preview
show_above_textBooleanOptional. True, if the link preview must be shown above the message text; otherwise, the link preview will be shown below the message text
+

UserProfilePhotos

+

This object represent a user's profile pictures.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
total_countIntegerTotal number of profile pictures the target user has
photosArray of Array of PhotoSizeRequested profile pictures (in up to 4 sizes each)
+

File

+

This object represents a file ready to be downloaded. The file can be downloaded via the link https://api.telegram.org/file/bot<token>/<file_path>. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile.

+
+

The maximum file size to download is 20 MB

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
file_idStringIdentifier for this file, which can be used to download or reuse the file
file_unique_idStringUnique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
file_sizeIntegerOptional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.
file_pathStringOptional. File path. Use https://api.telegram.org/file/bot<token>/<file_path> to get the file.
+

WebAppInfo

+

Describes a Web App.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
urlStringAn HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps
+

ReplyKeyboardMarkup

+

This object represents a custom keyboard with reply options (see Introduction to bots for details and examples). Not supported in channels and for messages sent on behalf of a Telegram Business account.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
keyboardArray of Array of KeyboardButtonArray of button rows, each represented by an Array of KeyboardButton objects
is_persistentBooleanOptional. Requests clients to always show the keyboard when the regular keyboard is hidden. Defaults to false, in which case the custom keyboard can be hidden and opened with a keyboard icon.
resize_keyboardBooleanOptional. Requests clients to resize the keyboard vertically for optimal fit (e.g., make the keyboard smaller if there are just two rows of buttons). Defaults to false, in which case the custom keyboard is always of the same height as the app's standard keyboard.
one_time_keyboardBooleanOptional. Requests clients to hide the keyboard as soon as it's been used. The keyboard will still be available, but clients will automatically display the usual letter-keyboard in the chat - the user can press a special button in the input field to see the custom keyboard again. Defaults to false.
input_field_placeholderStringOptional. The placeholder to be shown in the input field when the keyboard is active; 1-64 characters
selectiveBooleanOptional. Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message.

Example: A user requests to change the bot's language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard.
+

KeyboardButton

+

This object represents one button of the reply keyboard. At most one of the optional fields must be used to specify type of the button. For simple text buttons, String can be used instead of this object to specify the button text.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
textStringText of the button. If none of the optional fields are used, it will be sent as a message when the button is pressed
request_usersKeyboardButtonRequestUsersOptional. If specified, pressing the button will open a list of suitable users. Identifiers of selected users will be sent to the bot in a “users_shared” service message. Available in private chats only.
request_chatKeyboardButtonRequestChatOptional. If specified, pressing the button will open a list of suitable chats. Tapping on a chat will send its identifier to the bot in a “chat_shared” service message. Available in private chats only.
request_contactBooleanOptional. If True, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only.
request_locationBooleanOptional. If True, the user's current location will be sent when the button is pressed. Available in private chats only.
request_pollKeyboardButtonPollTypeOptional. If specified, the user will be asked to create a poll and send it to the bot when the button is pressed. Available in private chats only.
web_appWebAppInfoOptional. If specified, the described Web App will be launched when the button is pressed. The Web App will be able to send a “web_app_data” service message. Available in private chats only.
+

Note: request_users and request_chat options will only work in Telegram versions released after 3 February, 2023. Older clients will display unsupported message.

+

KeyboardButtonRequestUsers

+

This object defines the criteria used to request suitable users. Information about the selected users will be shared with the bot when the corresponding button is pressed. More about requesting users »

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
request_idIntegerSigned 32-bit identifier of the request that will be received back in the UsersShared object. Must be unique within the message
user_is_botBooleanOptional. Pass True to request bots, pass False to request regular users. If not specified, no additional restrictions are applied.
user_is_premiumBooleanOptional. Pass True to request premium users, pass False to request non-premium users. If not specified, no additional restrictions are applied.
max_quantityIntegerOptional. The maximum number of users to be selected; 1-10. Defaults to 1.
request_nameBooleanOptional. Pass True to request the users' first and last names
request_usernameBooleanOptional. Pass True to request the users' usernames
request_photoBooleanOptional. Pass True to request the users' photos
+

KeyboardButtonRequestChat

+

This object defines the criteria used to request a suitable chat. Information about the selected chat will be shared with the bot when the corresponding button is pressed. The bot will be granted requested rights in the chat if appropriate. More about requesting chats ».

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
request_idIntegerSigned 32-bit identifier of the request, which will be received back in the ChatShared object. Must be unique within the message
chat_is_channelBooleanPass True to request a channel chat, pass False to request a group or a supergroup chat.
chat_is_forumBooleanOptional. Pass True to request a forum supergroup, pass False to request a non-forum chat. If not specified, no additional restrictions are applied.
chat_has_usernameBooleanOptional. Pass True to request a supergroup or a channel with a username, pass False to request a chat without a username. If not specified, no additional restrictions are applied.
chat_is_createdBooleanOptional. Pass True to request a chat owned by the user. Otherwise, no additional restrictions are applied.
user_administrator_rightsChatAdministratorRightsOptional. A JSON-serialized object listing the required administrator rights of the user in the chat. The rights must be a superset of bot_administrator_rights. If not specified, no additional restrictions are applied.
bot_administrator_rightsChatAdministratorRightsOptional. A JSON-serialized object listing the required administrator rights of the bot in the chat. The rights must be a subset of user_administrator_rights. If not specified, no additional restrictions are applied.
bot_is_memberBooleanOptional. Pass True to request a chat with the bot as a member. Otherwise, no additional restrictions are applied.
request_titleBooleanOptional. Pass True to request the chat's title
request_usernameBooleanOptional. Pass True to request the chat's username
request_photoBooleanOptional. Pass True to request the chat's photo
+

KeyboardButtonPollType

+

This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringOptional. If quiz is passed, the user will be allowed to create only polls in the quiz mode. If regular is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.
+

ReplyKeyboardRemove

+

Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the default letter-keyboard. By default, custom keyboards are displayed until a new keyboard is sent by a bot. An exception is made for one-time keyboards that are hidden immediately after the user presses a button (see ReplyKeyboardMarkup). Not supported in channels and for messages sent on behalf of a Telegram Business account.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
remove_keyboardTrueRequests clients to remove the custom keyboard (user will not be able to summon this keyboard; if you want to hide the keyboard from sight but keep it accessible, use one_time_keyboard in ReplyKeyboardMarkup)
selectiveBooleanOptional. Use this parameter if you want to remove the keyboard for specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message.

Example: A user votes in a poll, bot returns confirmation message in reply to the vote and removes the keyboard for that user, while still showing the keyboard with poll options to users who haven't voted yet.
+

InlineKeyboardMarkup

+

This object represents an inline keyboard that appears right next to the message it belongs to.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
inline_keyboardArray of Array of InlineKeyboardButtonArray of button rows, each represented by an Array of InlineKeyboardButton objects
+

InlineKeyboardButton

+

This object represents one button of an inline keyboard. Exactly one of the optional fields must be used to specify type of the button.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
textStringLabel text on the button
urlStringOptional. HTTP or tg:// URL to be opened when the button is pressed. Links tg://user?id=<user_id> can be used to mention a user by their identifier without using a username, if this is allowed by their privacy settings.
callback_dataStringOptional. Data to be sent in a callback query to the bot when the button is pressed, 1-64 bytes
web_appWebAppInfoOptional. Description of the Web App that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method answerWebAppQuery. Available only in private chats between a user and the bot. Not supported for messages sent on behalf of a Telegram Business account.
login_urlLoginUrlOptional. An HTTPS URL used to automatically authorize the user. Can be used as a replacement for the Telegram Login Widget.
switch_inline_queryStringOptional. If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot's username and the specified inline query in the input field. May be empty, in which case just the bot's username will be inserted. Not supported for messages sent on behalf of a Telegram Business account.
switch_inline_query_current_chatStringOptional. If set, pressing the button will insert the bot's username and the specified inline query in the current chat's input field. May be empty, in which case only the bot's username will be inserted.

This offers a quick way for the user to open your bot in inline mode in the same chat - good for selecting something from multiple options. Not supported in channels and for messages sent on behalf of a Telegram Business account.
switch_inline_query_chosen_chatSwitchInlineQueryChosenChatOptional. If set, pressing the button will prompt the user to select one of their chats of the specified type, open that chat and insert the bot's username and the specified inline query in the input field. Not supported for messages sent on behalf of a Telegram Business account.
copy_textCopyTextButtonOptional. Description of the button that copies the specified text to the clipboard.
callback_gameCallbackGameOptional. Description of the game that will be launched when the user presses the button.

NOTE: This type of button must always be the first button in the first row.
payBooleanOptional. Specify True, to send a Pay button. Substrings “⭐” and “XTR” in the buttons's text will be replaced with a Telegram Star icon.

NOTE: This type of button must always be the first button in the first row and can only be used in invoice messages.
+

LoginUrl

+

This object represents a parameter of the inline keyboard button used to automatically authorize a user. Serves as a great replacement for the Telegram Login Widget when the user is coming from Telegram. All the user needs to do is tap/click a button and confirm that they want to log in:

+
+ TITLE +
+ +

Telegram apps support these buttons as of version 5.7.

+
+

Sample bot: @discussbot

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
urlStringAn HTTPS URL to be opened with user authorization data added to the query string when the button is pressed. If the user refuses to provide authorization data, the original URL without information about the user will be opened. The data added is the same as described in Receiving authorization data.

NOTE: You must always check the hash of the received data to verify the authentication and the integrity of the data as described in Checking authorization.
forward_textStringOptional. New text of the button in forwarded messages.
bot_usernameStringOptional. Username of a bot, which will be used for user authorization. See Setting up a bot for more details. If not specified, the current bot's username will be assumed. The url's domain must be the same as the domain linked with the bot. See Linking your domain to the bot for more details.
request_write_accessBooleanOptional. Pass True to request the permission for your bot to send messages to the user.
+

SwitchInlineQueryChosenChat

+

This object represents an inline button that switches the current user to inline mode in a chosen chat, with an optional default inline query.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
queryStringOptional. The default inline query to be inserted in the input field. If left empty, only the bot's username will be inserted
allow_user_chatsBooleanOptional. True, if private chats with users can be chosen
allow_bot_chatsBooleanOptional. True, if private chats with bots can be chosen
allow_group_chatsBooleanOptional. True, if group and supergroup chats can be chosen
allow_channel_chatsBooleanOptional. True, if channel chats can be chosen
+

CopyTextButton

+

This object represents an inline keyboard button that copies specified text to the clipboard.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
textStringThe text to be copied to the clipboard; 1-256 characters
+

CallbackQuery

+

This object represents an incoming callback query from a callback button in an inline keyboard. If the button that originated the query was attached to a message sent by the bot, the field message will be present. If the button was attached to a message sent via the bot (in inline mode), the field inline_message_id will be present. Exactly one of the fields data or game_short_name will be present.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idStringUnique identifier for this query
fromUserSender
messageMaybeInaccessibleMessageOptional. Message sent by the bot with the callback button that originated the query
inline_message_idStringOptional. Identifier of the message sent via the bot in inline mode, that originated the query.
chat_instanceStringGlobal identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games.
dataStringOptional. Data associated with the callback button. Be aware that the message originated the query can contain no callback buttons with this data.
game_short_nameStringOptional. Short name of a Game to be returned, serves as the unique identifier for the game
+
+

NOTE: After the user presses a callback button, Telegram clients will display a progress bar until you call answerCallbackQuery. It is, therefore, necessary to react by calling answerCallbackQuery even if no notification to the user is needed (e.g., without specifying any of the optional parameters).

+
+

ForceReply

+

Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot's message and tapped 'Reply'). This can be extremely useful if you want to create user-friendly step-by-step interfaces without having to sacrifice privacy mode. Not supported in channels and for messages sent on behalf of a Telegram Business account.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
force_replyTrueShows reply interface to the user, as if they manually selected the bot's message and tapped 'Reply'
input_field_placeholderStringOptional. The placeholder to be shown in the input field when the reply is active; 1-64 characters
selectiveBooleanOptional. Use this parameter if you want to force reply from specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message.
+
+

Example: A poll bot for groups runs in privacy mode (only receives commands, replies to its messages and mentions). There could be two ways to create a new poll:

+
    +
  • Explain the user how to send a command with parameters (e.g. /newpoll question answer1 answer2). May be appealing for hardcore users but lacks modern day polish.
  • +
  • Guide the user through a step-by-step process. 'Please send me your question', 'Cool, now let's add the first answer option', 'Great. Keep adding answer options, then send /done when you're ready'.
  • +
+

The last option is definitely more attractive. And if you use ForceReply in your bot's questions, it will receive the user's answers even if it only receives replies, commands and mentions - without any extra work for the user.

+
+

ChatPhoto

+

This object represents a chat photo.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
small_file_idStringFile identifier of small (160x160) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed.
small_file_unique_idStringUnique file identifier of small (160x160) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
big_file_idStringFile identifier of big (640x640) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed.
big_file_unique_idStringUnique file identifier of big (640x640) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
+

ChatInviteLink

+

Represents an invite link for a chat.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
invite_linkStringThe invite link. If the link was created by another chat administrator, then the second part of the link will be replaced with “…”.
creatorUserCreator of the link
creates_join_requestBooleanTrue, if users joining the chat via the link need to be approved by chat administrators
is_primaryBooleanTrue, if the link is primary
is_revokedBooleanTrue, if the link is revoked
nameStringOptional. Invite link name
expire_dateIntegerOptional. Point in time (Unix timestamp) when the link will expire or has been expired
member_limitIntegerOptional. The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999
pending_join_request_countIntegerOptional. Number of pending join requests created using this link
subscription_periodIntegerOptional. The number of seconds the subscription will be active for before the next payment
subscription_priceIntegerOptional. The amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat using the link
+

ChatAdministratorRights

+

Represents the rights of an administrator in a chat.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
is_anonymousBooleanTrue, if the user's presence in the chat is hidden
can_manage_chatBooleanTrue, if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege.
can_delete_messagesBooleanTrue, if the administrator can delete messages of other users
can_manage_video_chatsBooleanTrue, if the administrator can manage video chats
can_restrict_membersBooleanTrue, if the administrator can restrict, ban or unban chat members, or access supergroup statistics
can_promote_membersBooleanTrue, if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by the user)
can_change_infoBooleanTrue, if the user is allowed to change the chat title, photo and other settings
can_invite_usersBooleanTrue, if the user is allowed to invite new users to the chat
can_post_storiesBooleanTrue, if the administrator can post stories to the chat
can_edit_storiesBooleanTrue, if the administrator can edit stories posted by other users, post stories to the chat page, pin chat stories, and access the chat's story archive
can_delete_storiesBooleanTrue, if the administrator can delete stories posted by other users
can_post_messagesBooleanOptional. True, if the administrator can post messages in the channel, or access channel statistics; for channels only
can_edit_messagesBooleanOptional. True, if the administrator can edit messages of other users and can pin messages; for channels only
can_pin_messagesBooleanOptional. True, if the user is allowed to pin messages; for groups and supergroups only
can_manage_topicsBooleanOptional. True, if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only
+

ChatMemberUpdated

+

This object represents changes in the status of a chat member.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
chatChatChat the user belongs to
fromUserPerformer of the action, which resulted in the change
dateIntegerDate the change was done in Unix time
old_chat_memberChatMemberPrevious information about the chat member
new_chat_memberChatMemberNew information about the chat member
invite_linkChatInviteLinkOptional. Chat invite link, which was used by the user to join the chat; for joining by invite link events only.
via_join_requestBooleanOptional. True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator
via_chat_folder_invite_linkBooleanOptional. True, if the user joined the chat via a chat folder invite link
+

ChatMember

+

This object contains information about one member of a chat. Currently, the following 6 types of chat members are supported:

+ +

ChatMemberOwner

+

Represents a chat member that owns the chat and has all administrator privileges.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
statusStringThe member's status in the chat, always “creator”
userUserInformation about the user
is_anonymousBooleanTrue, if the user's presence in the chat is hidden
custom_titleStringOptional. Custom title for this user
+

ChatMemberAdministrator

+

Represents a chat member that has some additional privileges.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
statusStringThe member's status in the chat, always “administrator”
userUserInformation about the user
can_be_editedBooleanTrue, if the bot is allowed to edit administrator privileges of that user
is_anonymousBooleanTrue, if the user's presence in the chat is hidden
can_manage_chatBooleanTrue, if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege.
can_delete_messagesBooleanTrue, if the administrator can delete messages of other users
can_manage_video_chatsBooleanTrue, if the administrator can manage video chats
can_restrict_membersBooleanTrue, if the administrator can restrict, ban or unban chat members, or access supergroup statistics
can_promote_membersBooleanTrue, if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by the user)
can_change_infoBooleanTrue, if the user is allowed to change the chat title, photo and other settings
can_invite_usersBooleanTrue, if the user is allowed to invite new users to the chat
can_post_storiesBooleanTrue, if the administrator can post stories to the chat
can_edit_storiesBooleanTrue, if the administrator can edit stories posted by other users, post stories to the chat page, pin chat stories, and access the chat's story archive
can_delete_storiesBooleanTrue, if the administrator can delete stories posted by other users
can_post_messagesBooleanOptional. True, if the administrator can post messages in the channel, or access channel statistics; for channels only
can_edit_messagesBooleanOptional. True, if the administrator can edit messages of other users and can pin messages; for channels only
can_pin_messagesBooleanOptional. True, if the user is allowed to pin messages; for groups and supergroups only
can_manage_topicsBooleanOptional. True, if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only
custom_titleStringOptional. Custom title for this user
+

ChatMemberMember

+

Represents a chat member that has no additional privileges or restrictions.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
statusStringThe member's status in the chat, always “member”
userUserInformation about the user
until_dateIntegerOptional. Date when the user's subscription will expire; Unix time
+

ChatMemberRestricted

+

Represents a chat member that is under certain restrictions in the chat. Supergroups only.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
statusStringThe member's status in the chat, always “restricted”
userUserInformation about the user
is_memberBooleanTrue, if the user is a member of the chat at the moment of the request
can_send_messagesBooleanTrue, if the user is allowed to send text messages, contacts, giveaways, giveaway winners, invoices, locations and venues
can_send_audiosBooleanTrue, if the user is allowed to send audios
can_send_documentsBooleanTrue, if the user is allowed to send documents
can_send_photosBooleanTrue, if the user is allowed to send photos
can_send_videosBooleanTrue, if the user is allowed to send videos
can_send_video_notesBooleanTrue, if the user is allowed to send video notes
can_send_voice_notesBooleanTrue, if the user is allowed to send voice notes
can_send_pollsBooleanTrue, if the user is allowed to send polls
can_send_other_messagesBooleanTrue, if the user is allowed to send animations, games, stickers and use inline bots
can_add_web_page_previewsBooleanTrue, if the user is allowed to add web page previews to their messages
can_change_infoBooleanTrue, if the user is allowed to change the chat title, photo and other settings
can_invite_usersBooleanTrue, if the user is allowed to invite new users to the chat
can_pin_messagesBooleanTrue, if the user is allowed to pin messages
can_manage_topicsBooleanTrue, if the user is allowed to create forum topics
until_dateIntegerDate when restrictions will be lifted for this user; Unix time. If 0, then the user is restricted forever
+

ChatMemberLeft

+

Represents a chat member that isn't currently a member of the chat, but may join it themselves.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
statusStringThe member's status in the chat, always “left”
userUserInformation about the user
+

ChatMemberBanned

+

Represents a chat member that was banned in the chat and can't return to the chat or view chat messages.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
statusStringThe member's status in the chat, always “kicked”
userUserInformation about the user
until_dateIntegerDate when restrictions will be lifted for this user; Unix time. If 0, then the user is banned forever
+

ChatJoinRequest

+

Represents a join request sent to a chat.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
chatChatChat to which the request was sent
fromUserUser that sent the join request
user_chat_idIntegerIdentifier of a private chat with the user who sent the join request. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. The bot can use this identifier for 5 minutes to send messages until the join request is processed, assuming no other administrator contacted the user.
dateIntegerDate the request was sent in Unix time
bioStringOptional. Bio of the user.
invite_linkChatInviteLinkOptional. Chat invite link that was used by the user to send the join request
+

ChatPermissions

+

Describes actions that a non-administrator user is allowed to take in a chat.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
can_send_messagesBooleanOptional. True, if the user is allowed to send text messages, contacts, giveaways, giveaway winners, invoices, locations and venues
can_send_audiosBooleanOptional. True, if the user is allowed to send audios
can_send_documentsBooleanOptional. True, if the user is allowed to send documents
can_send_photosBooleanOptional. True, if the user is allowed to send photos
can_send_videosBooleanOptional. True, if the user is allowed to send videos
can_send_video_notesBooleanOptional. True, if the user is allowed to send video notes
can_send_voice_notesBooleanOptional. True, if the user is allowed to send voice notes
can_send_pollsBooleanOptional. True, if the user is allowed to send polls
can_send_other_messagesBooleanOptional. True, if the user is allowed to send animations, games, stickers and use inline bots
can_add_web_page_previewsBooleanOptional. True, if the user is allowed to add web page previews to their messages
can_change_infoBooleanOptional. True, if the user is allowed to change the chat title, photo and other settings. Ignored in public supergroups
can_invite_usersBooleanOptional. True, if the user is allowed to invite new users to the chat
can_pin_messagesBooleanOptional. True, if the user is allowed to pin messages. Ignored in public supergroups
can_manage_topicsBooleanOptional. True, if the user is allowed to create forum topics. If omitted defaults to the value of can_pin_messages
+

Birthdate

+

Describes the birthdate of a user.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
dayIntegerDay of the user's birth; 1-31
monthIntegerMonth of the user's birth; 1-12
yearIntegerOptional. Year of the user's birth
+

BusinessIntro

+

Contains information about the start page settings of a Telegram Business account.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
titleStringOptional. Title text of the business intro
messageStringOptional. Message text of the business intro
stickerStickerOptional. Sticker of the business intro
+

BusinessLocation

+

Contains information about the location of a Telegram Business account.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
addressStringAddress of the business
locationLocationOptional. Location of the business
+

BusinessOpeningHoursInterval

+

Describes an interval of time during which a business is open.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
opening_minuteIntegerThe minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60
closing_minuteIntegerThe minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60
+

BusinessOpeningHours

+

Describes the opening hours of a business.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
time_zone_nameStringUnique name of the time zone for which the opening hours are defined
opening_hoursArray of BusinessOpeningHoursIntervalList of time intervals describing business opening hours
+

ChatLocation

+

Represents a location to which a chat is connected.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
locationLocationThe location to which the supergroup is connected. Can't be a live location.
addressStringLocation address; 1-64 characters, as defined by the chat owner
+

ReactionType

+

This object describes the type of a reaction. Currently, it can be one of

+ +

ReactionTypeEmoji

+

The reaction is based on an emoji.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the reaction, always “emoji”
emojiStringReaction emoji. Currently, it can be one of "👍", "👎", "❤", "🔥", "🥰", "👏", "😁", "🤔", "🤯", "😱", "🤬", "😢", "🎉", "🤩", "🤮", "💩", "🙏", "👌", "🕊", "🤡", "🥱", "🥴", "😍", "🐳", "❤‍🔥", "🌚", "🌭", "💯", "🤣", "⚡", "🍌", "🏆", "💔", "🤨", "😐", "🍓", "🍾", "💋", "🖕", "😈", "😴", "😭", "🤓", "👻", "👨‍💻", "👀", "🎃", "🙈", "😇", "😨", "🤝", "✍", "🤗", "🫡", "🎅", "🎄", "☃", "💅", "🤪", "🗿", "🆒", "💘", "🙉", "🦄", "😘", "💊", "🙊", "😎", "👾", "🤷‍♂", "🤷", "🤷‍♀", "😡"
+

ReactionTypeCustomEmoji

+

The reaction is based on a custom emoji.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the reaction, always “custom_emoji”
custom_emoji_idStringCustom emoji identifier
+

ReactionTypePaid

+

The reaction is paid.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the reaction, always “paid”
+

ReactionCount

+

Represents a reaction added to a message along with the number of times it was added.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeReactionTypeType of the reaction
total_countIntegerNumber of times the reaction was added
+

MessageReactionUpdated

+

This object represents a change of a reaction on a message performed by a user.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
chatChatThe chat containing the message the user reacted to
message_idIntegerUnique identifier of the message inside the chat
userUserOptional. The user that changed the reaction, if the user isn't anonymous
actor_chatChatOptional. The chat on behalf of which the reaction was changed, if the user is anonymous
dateIntegerDate of the change in Unix time
old_reactionArray of ReactionTypePrevious list of reaction types that were set by the user
new_reactionArray of ReactionTypeNew list of reaction types that have been set by the user
+

MessageReactionCountUpdated

+

This object represents reaction changes on a message with anonymous reactions.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
chatChatThe chat containing the message
message_idIntegerUnique message identifier inside the chat
dateIntegerDate of the change in Unix time
reactionsArray of ReactionCountList of reactions that are present on the message
+

ForumTopic

+

This object represents a forum topic.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
message_thread_idIntegerUnique identifier of the forum topic
nameStringName of the topic
icon_colorIntegerColor of the topic icon in RGB format
icon_custom_emoji_idStringOptional. Unique identifier of the custom emoji shown as the topic icon
+

BotCommand

+

This object represents a bot command.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
commandStringText of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores.
descriptionStringDescription of the command; 1-256 characters.
+

BotCommandScope

+

This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported:

+ +

Determining list of commands

+

The following algorithm is used to determine the list of commands for a particular user viewing the bot menu. The first list of commands which is set is returned:

+

Commands in the chat with the bot

+
    +
  • botCommandScopeChat + language_code
  • +
  • botCommandScopeChat
  • +
  • botCommandScopeAllPrivateChats + language_code
  • +
  • botCommandScopeAllPrivateChats
  • +
  • botCommandScopeDefault + language_code
  • +
  • botCommandScopeDefault
  • +
+

Commands in group and supergroup chats

+
    +
  • botCommandScopeChatMember + language_code
  • +
  • botCommandScopeChatMember
  • +
  • botCommandScopeChatAdministrators + language_code (administrators only)
  • +
  • botCommandScopeChatAdministrators (administrators only)
  • +
  • botCommandScopeChat + language_code
  • +
  • botCommandScopeChat
  • +
  • botCommandScopeAllChatAdministrators + language_code (administrators only)
  • +
  • botCommandScopeAllChatAdministrators (administrators only)
  • +
  • botCommandScopeAllGroupChats + language_code
  • +
  • botCommandScopeAllGroupChats
  • +
  • botCommandScopeDefault + language_code
  • +
  • botCommandScopeDefault
  • +
+

BotCommandScopeDefault

+

Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringScope type, must be default
+

BotCommandScopeAllPrivateChats

+

Represents the scope of bot commands, covering all private chats.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringScope type, must be all_private_chats
+

BotCommandScopeAllGroupChats

+

Represents the scope of bot commands, covering all group and supergroup chats.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringScope type, must be all_group_chats
+

BotCommandScopeAllChatAdministrators

+

Represents the scope of bot commands, covering all group and supergroup chat administrators.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringScope type, must be all_chat_administrators
+

BotCommandScopeChat

+

Represents the scope of bot commands, covering a specific chat.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringScope type, must be chat
chat_idInteger or StringUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
+

BotCommandScopeChatAdministrators

+

Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringScope type, must be chat_administrators
chat_idInteger or StringUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
+

BotCommandScopeChatMember

+

Represents the scope of bot commands, covering a specific member of a group or supergroup chat.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringScope type, must be chat_member
chat_idInteger or StringUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
user_idIntegerUnique identifier of the target user
+

BotName

+

This object represents the bot's name.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
nameStringThe bot's name
+

BotDescription

+

This object represents the bot's description.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
descriptionStringThe bot's description
+

BotShortDescription

+

This object represents the bot's short description.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
short_descriptionStringThe bot's short description
+

MenuButton

+

This object describes the bot's menu button in a private chat. It should be one of

+ +

If a menu button other than MenuButtonDefault is set for a private chat, then it is applied in the chat. Otherwise the default menu button is applied. By default, the menu button opens the list of bot commands.

+

MenuButtonCommands

+

Represents a menu button, which opens the bot's list of commands.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the button, must be commands
+

MenuButtonWebApp

+

Represents a menu button, which launches a Web App.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the button, must be web_app
textStringText on the button
web_appWebAppInfoDescription of the Web App that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method answerWebAppQuery. Alternatively, a t.me link to a Web App of the bot can be specified in the object instead of the Web App's URL, in which case the Web App will be opened as if the user pressed the link.
+

MenuButtonDefault

+

Describes that no specific value for the menu button was set.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the button, must be default
+

ChatBoostSource

+

This object describes the source of a chat boost. It can be one of

+ +

ChatBoostSourcePremium

+

The boost was obtained by subscribing to Telegram Premium or by gifting a Telegram Premium subscription to another user.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
sourceStringSource of the boost, always “premium”
userUserUser that boosted the chat
+

ChatBoostSourceGiftCode

+

The boost was obtained by the creation of Telegram Premium gift codes to boost a chat. Each such code boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
sourceStringSource of the boost, always “gift_code”
userUserUser for which the gift code was created
+

ChatBoostSourceGiveaway

+

The boost was obtained by the creation of a Telegram Premium or a Telegram Star giveaway. This boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription for Telegram Premium giveaways and prize_star_count / 500 times for one year for Telegram Star giveaways.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
sourceStringSource of the boost, always “giveaway”
giveaway_message_idIntegerIdentifier of a message in the chat with the giveaway; the message could have been deleted already. May be 0 if the message isn't sent yet.
userUserOptional. User that won the prize in the giveaway if any; for Telegram Premium giveaways only
prize_star_countIntegerOptional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only
is_unclaimedTrueOptional. True, if the giveaway was completed, but there was no user to win the prize
+

ChatBoost

+

This object contains information about a chat boost.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
boost_idStringUnique identifier of the boost
add_dateIntegerPoint in time (Unix timestamp) when the chat was boosted
expiration_dateIntegerPoint in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged
sourceChatBoostSourceSource of the added boost
+

ChatBoostUpdated

+

This object represents a boost added to a chat or changed.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
chatChatChat which was boosted
boostChatBoostInformation about the chat boost
+

ChatBoostRemoved

+

This object represents a boost removed from a chat.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
chatChatChat which was boosted
boost_idStringUnique identifier of the boost
remove_dateIntegerPoint in time (Unix timestamp) when the boost was removed
sourceChatBoostSourceSource of the removed boost
+

UserChatBoosts

+

This object represents a list of boosts added to a chat by a user.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
boostsArray of ChatBoostThe list of boosts added to the chat by the user
+

BusinessConnection

+

Describes the connection of the bot with a business account.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idStringUnique identifier of the business connection
userUserBusiness account user that created the business connection
user_chat_idIntegerIdentifier of a private chat with the user who created the business connection. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier.
dateIntegerDate the connection was established in Unix time
can_replyBooleanTrue, if the bot can act on behalf of the business account in chats that were active in the last 24 hours
is_enabledBooleanTrue, if the connection is active
+

BusinessMessagesDeleted

+

This object is received when messages are deleted from a connected business account.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
business_connection_idStringUnique identifier of the business connection
chatChatInformation about a chat in the business account. The bot may not have access to the chat or the corresponding user.
message_idsArray of IntegerThe list of identifiers of deleted messages in the chat of the business account
+

ResponseParameters

+

Describes why a request was unsuccessful.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
migrate_to_chat_idIntegerOptional. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.
retry_afterIntegerOptional. In case of exceeding flood control, the number of seconds left to wait before the request can be repeated
+

InputMedia

+

This object represents the content of a media message to be sent. It should be one of

+ +

InputMediaPhoto

+

Represents a photo to be sent.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be photo
mediaStringFile to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More information on Sending Files »
captionStringOptional. Caption of the photo to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the photo caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptional. Pass True, if the caption must be shown above the message media
has_spoilerBooleanOptional. Pass True if the photo needs to be covered with a spoiler animation
+

InputMediaVideo

+

Represents a video to be sent.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be video
mediaStringFile to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More information on Sending Files »
thumbnailInputFile or StringOptional. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
captionStringOptional. Caption of the video to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the video caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptional. Pass True, if the caption must be shown above the message media
widthIntegerOptional. Video width
heightIntegerOptional. Video height
durationIntegerOptional. Video duration in seconds
supports_streamingBooleanOptional. Pass True if the uploaded video is suitable for streaming
has_spoilerBooleanOptional. Pass True if the video needs to be covered with a spoiler animation
+

InputMediaAnimation

+

Represents an animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be animation
mediaStringFile to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More information on Sending Files »
thumbnailInputFile or StringOptional. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
captionStringOptional. Caption of the animation to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the animation caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptional. Pass True, if the caption must be shown above the message media
widthIntegerOptional. Animation width
heightIntegerOptional. Animation height
durationIntegerOptional. Animation duration in seconds
has_spoilerBooleanOptional. Pass True if the animation needs to be covered with a spoiler animation
+

InputMediaAudio

+

Represents an audio file to be treated as music to be sent.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be audio
mediaStringFile to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More information on Sending Files »
thumbnailInputFile or StringOptional. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
captionStringOptional. Caption of the audio to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the audio caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
durationIntegerOptional. Duration of the audio in seconds
performerStringOptional. Performer of the audio
titleStringOptional. Title of the audio
+

InputMediaDocument

+

Represents a general file to be sent.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be document
mediaStringFile to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More information on Sending Files »
thumbnailInputFile or StringOptional. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
captionStringOptional. Caption of the document to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the document caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
disable_content_type_detectionBooleanOptional. Disables automatic server-side content type detection for files uploaded using multipart/form-data. Always True, if the document is sent as part of an album.
+

InputFile

+

This object represents the contents of a file to be uploaded. Must be posted using multipart/form-data in the usual way that files are uploaded via the browser.

+

InputPaidMedia

+

This object describes the paid media to be sent. Currently, it can be one of

+ +

InputPaidMediaPhoto

+

The paid media to send is a photo.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the media, must be photo
mediaStringFile to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More information on Sending Files »
+

InputPaidMediaVideo

+

The paid media to send is a video.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the media, must be video
mediaStringFile to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More information on Sending Files »
thumbnailInputFile or StringOptional. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
widthIntegerOptional. Video width
heightIntegerOptional. Video height
durationIntegerOptional. Video duration in seconds
supports_streamingBooleanOptional. Pass True if the uploaded video is suitable for streaming
+

Sending files

+

There are three ways to send files (photos, stickers, audio, media, etc.):

+
    +
  1. If the file is already stored somewhere on the Telegram servers, you don't need to reupload it: each file object has a file_id field, simply pass this file_id as a parameter instead of uploading. There are no limits for files sent this way.
  2. +
  3. Provide Telegram with an HTTP URL for the file to be sent. Telegram will download and send the file. 5 MB max size for photos and 20 MB max for other types of content.
  4. +
  5. Post the file using multipart/form-data in the usual way that files are uploaded via the browser. 10 MB max size for photos, 50 MB for other files.
  6. +
+

Sending by file_id

+
    +
  • It is not possible to change the file type when resending by file_id. I.e. a video can't be sent as a photo, a photo can't be sent as a document, etc.
  • +
  • It is not possible to resend thumbnails.
  • +
  • Resending a photo by file_id will send all of its sizes.
  • +
  • file_id is unique for each individual bot and can't be transferred from one bot to another.
  • +
  • file_id uniquely identifies a file, but a file can have different valid file_ids even for the same bot.
  • +
+

Sending by URL

+
    +
  • When sending by URL the target file must have the correct MIME type (e.g., audio/mpeg for sendAudio, etc.).
  • +
  • In sendDocument, sending by URL will currently only work for GIF, PDF and ZIP files.
  • +
  • To use sendVoice, the file must have the type audio/ogg and be no more than 1MB in size. 1-20MB voice notes will be sent as files.
  • +
  • Other configurations may work but we can't guarantee that they will.
  • +
+

Accent colors

+

Colors with identifiers 0 (red), 1 (orange), 2 (purple/violet), 3 (green), 4 (cyan), 5 (blue), 6 (pink) can be customized by app themes. Additionally, the following colors in RGB format are currently in use.

+

+ + + + + + + + + + + + + + + + + + + +
Color identifierLight colorsDark colors
7E15052 F9AE63FF9380 992F37
8E0802B FAC534ECB04E C35714
9A05FF3 F48FFFC697FF 5E31C8
1027A910 A7DC57A7EB6E 167E2D
1127ACCE 82E8D640D8D0 045C7F
123391D4 7DD3F052BFFF 0B5494
13DD4371 FFBE9FFF86A6 8E366E
14247BED F04856 FFFFFF3FA2FE E5424F FFFFFF
15D67722 1EA011 FFFFFFFF905E 32A527 FFFFFF
16179E42 E84A3F FFFFFF66D364 D5444F FFFFFF
172894AF 6FC456 FFFFFF22BCE2 3DA240 FFFFFF
180C9AB3 FFAD95 FFE6B522BCE2 FF9778 FFDA6B
197757D6 F79610 FFDE8E9791FF F2731D FFDB59
201585CF F2AB1D FFFFFF3DA6EB EEA51D FFFFFF

+

Profile accent colors

+

Currently, the following colors in RGB format are in use for profile backgrounds.

+

+ + + + + + + + + + + + + + + + + + + + + +
Color identifierLight colorsDark colors
0BA56509C4540
1C27C3E945E2C
2956AC8715099
349A35533713B
43E97AD387E87
55A8FBB477194
6B85378944763
77F8B95435261
8C9565D D97C57994343 AC583E
9CF7244 CC94338F552F A17232
109662D4 B966B6634691 9250A2
113D9755 89A650296A43 5F8F44
123D95BA 50AD98306C7C 3E987E
13538BC2 4DA8BD38618C 458BA1
14B04F74 D1666D884160 A65259
15637482 7B8A9753606E 384654

+

Inline mode objects

+

Objects and methods used in the inline mode are described in the Inline mode section.

+

Available methods

+
+

All methods in the Bot API are case-insensitive. We support GET and POST HTTP methods. Use either URL query string or application/json or application/x-www-form-urlencoded or multipart/form-data for passing parameters in Bot API requests.
On successful call, a JSON-object containing the result will be returned.

+
+

getMe

+

A simple method for testing your bot's authentication token. Requires no parameters. Returns basic information about the bot in form of a User object.

+

logOut

+

Use this method to log out from the cloud Bot API server before launching the bot locally. You must log out the bot before running it locally, otherwise there is no guarantee that the bot will receive updates. After a successful call, you can immediately log in on a local server, but will not be able to log in back to the cloud Bot API server for 10 minutes. Returns True on success. Requires no parameters.

+

close

+

Use this method to close the bot instance before moving it from one local server to another. You need to delete the webhook before calling this method to ensure that the bot isn't launched again after server restart. The method will return error 429 in the first 10 minutes after the bot is launched. Returns True on success. Requires no parameters.

+

sendMessage

+

Use this method to send text messages. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
textStringYesText of the message to be sent, 1-4096 characters after entities parsing
parse_modeStringOptionalMode for parsing entities in the message text. See formatting options for more details.
entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode
link_preview_optionsLinkPreviewOptionsOptionalLink preview generation options for the message
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

Formatting options

+

The Bot API supports basic formatting for messages. You can use bold, italic, underlined, strikethrough, spoiler text, block quotations as well as inline links and pre-formatted code in your bots' messages. Telegram clients will render them accordingly. You can specify text entities directly, or use markdown-style or HTML-style formatting.

+

Note that Telegram clients will display an alert to the user before opening an inline link ('Open this link?' together with the full URL).

+

Message entities can be nested, providing following restrictions are met:
- If two entities have common characters, then one of them is fully contained inside another.
- bold, italic, underline, strikethrough, and spoiler entities can contain and can be part of any other entities, except pre and code.
- blockquote and expandable_blockquote entities can't be nested.
- All other entities can't contain each other.

+

Links tg://user?id=<user_id> can be used to mention a user by their identifier without using a username. Please note:

+
    +
  • These links will work only if they are used inside an inline link or in an inline keyboard button. For example, they will not work, when used in a message text.
  • +
  • Unless the user is a member of the chat where they were mentioned, these mentions are only guaranteed to work if the user has contacted the bot in private in the past or has sent a callback query to the bot via an inline button and doesn't have Forwarded Messages privacy enabled for the bot.
  • +
+

You can find the list of programming and markup languages for which syntax highlighting is supported at libprisma#supported-languages.

+
MarkdownV2 style
+

To use this mode, pass MarkdownV2 in the parse_mode field. Use the following syntax in your message:

+
*bold \*text*
+_italic \*text_
+__underline__
+~strikethrough~
+||spoiler||
+*bold _italic bold ~italic bold strikethrough ||italic bold strikethrough spoiler||~ __underline italic bold___ bold*
+[inline URL](http://www.example.com/)
+[inline mention of a user](tg://user?id=123456789)
+![👍](tg://emoji?id=5368324170671202286)
+`inline fixed-width code`
+```
+pre-formatted fixed-width code block
+```
+```python
+pre-formatted fixed-width code block written in the Python programming language
+```
+>Block quotation started
+>Block quotation continued
+>Block quotation continued
+>Block quotation continued
+>The last line of the block quotation
+**>The expandable block quotation started right after the previous block quotation
+>It is separated from the previous block quotation by an empty bold entity
+>Expandable block quotation continued
+>Hidden by default part of the expandable block quotation started
+>Expandable block quotation continued
+>The last line of the expandable block quotation with the expandability mark||
+

Please note:

+
    +
  • Any character with code between 1 and 126 inclusively can be escaped anywhere with a preceding '\' character, in which case it is treated as an ordinary character and not a part of the markup. This implies that '\' character usually must be escaped with a preceding '\' character.
  • +
  • Inside pre and code entities, all '`' and '\' characters must be escaped with a preceding '\' character.
  • +
  • Inside the (...) part of the inline link and custom emoji definition, all ')' and '\' must be escaped with a preceding '\' character.
  • +
  • In all other places characters '_', '*', '[', ']', '(', ')', '~', '`', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!' must be escaped with the preceding character '\'.
  • +
  • In case of ambiguity between italic and underline entities __ is always greadily treated from left to right as beginning or end of an underline entity, so instead of ___italic underline___ use ___italic underline_**__, adding an empty bold entity as a separator.
  • +
  • A valid emoji must be provided as an alternative value for the custom emoji. The emoji will be shown instead of the custom emoji in places where a custom emoji cannot be displayed (e.g., system notifications) or if the message is forwarded by a non-premium user. It is recommended to use the emoji from the emoji field of the custom emoji sticker.
  • +
  • Custom emoji entities can only be used by bots that purchased additional usernames on Fragment.
  • +
+
HTML style
+

To use this mode, pass HTML in the parse_mode field. The following tags are currently supported:

+
<b>bold</b>, <strong>bold</strong>
+<i>italic</i>, <em>italic</em>
+<u>underline</u>, <ins>underline</ins>
+<s>strikethrough</s>, <strike>strikethrough</strike>, <del>strikethrough</del>
+<span class="tg-spoiler">spoiler</span>, <tg-spoiler>spoiler</tg-spoiler>
+<b>bold <i>italic bold <s>italic bold strikethrough <span class="tg-spoiler">italic bold strikethrough spoiler</span></s> <u>underline italic bold</u></i> bold</b>
+<a href="http://www.example.com/">inline URL</a>
+<a href="tg://user?id=123456789">inline mention of a user</a>
+<tg-emoji emoji-id="5368324170671202286">👍</tg-emoji>
+<code>inline fixed-width code</code>
+<pre>pre-formatted fixed-width code block</pre>
+<pre><code class="language-python">pre-formatted fixed-width code block written in the Python programming language</code></pre>
+<blockquote>Block quotation started\nBlock quotation continued\nThe last line of the block quotation</blockquote>
+<blockquote expandable>Expandable block quotation started\nExpandable block quotation continued\nExpandable block quotation continued\nHidden by default part of the block quotation started\nExpandable block quotation continued\nThe last line of the block quotation</blockquote>
+

Please note:

+
    +
  • Only the tags mentioned above are currently supported.
  • +
  • All <, > and & symbols that are not a part of a tag or an HTML entity must be replaced with the corresponding HTML entities (< with &lt;, > with &gt; and & with &amp;).
  • +
  • All numerical HTML entities are supported.
  • +
  • The API currently supports only the following named HTML entities: &lt;, &gt;, &amp; and &quot;.
  • +
  • Use nested pre and code tags, to define programming language for pre entity.
  • +
  • Programming language can't be specified for standalone code tags.
  • +
  • A valid emoji must be used as the content of the tg-emoji tag. The emoji will be shown instead of the custom emoji in places where a custom emoji cannot be displayed (e.g., system notifications) or if the message is forwarded by a non-premium user. It is recommended to use the emoji from the emoji field of the custom emoji sticker.
  • +
  • Custom emoji entities can only be used by bots that purchased additional usernames on Fragment.
  • +
+
Markdown style
+

This is a legacy mode, retained for backward compatibility. To use this mode, pass Markdown in the parse_mode field. Use the following syntax in your message:

+
*bold text*
+_italic text_
+[inline URL](http://www.example.com/)
+[inline mention of a user](tg://user?id=123456789)
+`inline fixed-width code`
+```
+pre-formatted fixed-width code block
+```
+```python
+pre-formatted fixed-width code block written in the Python programming language
+```
+

Please note:

+
    +
  • Entities must not be nested, use parse mode MarkdownV2 instead.
  • +
  • There is no way to specify “underline”, “strikethrough”, “spoiler”, “blockquote”, “expandable_blockquote” and “custom_emoji” entities, use parse mode MarkdownV2 instead.
  • +
  • To escape characters '_', '*', '`', '[' outside of an entity, prepend the characters '\' before them.
  • +
  • Escaping inside entities is not allowed, so entity must be closed first and reopened again: use _snake_\__case_ for italic snake_case and *2*\**2=4* for bold 2*2=4.
  • +
+

Paid Broadcasts

+

By default, all bots are able to broadcast up to 30 messages per second to their users. Developers can increase this limit by enabling Paid Broadcasts in @Botfather - allowing their bot to broadcast up to 1000 messages per second.

+

Each message broadcasted over the free amount of 30 messages per second incurs a cost of 0.1 Stars per message, paid with Telegram Stars from the bot's balance. In order to use this feature, a bot must have at least 10,000 Stars on its balance.

+
+

Bots with increased limits are only charged for messages that are broadcasted successfully.

+
+

forwardMessage

+

Use this method to forward messages of any kind. Service messages and messages with protected content can't be forwarded. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
from_chat_idInteger or StringYesUnique identifier for the chat where the original message was sent (or channel username in the format @channelusername)
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the forwarded message from forwarding and saving
message_idIntegerYesMessage identifier in the chat specified in from_chat_id
+

forwardMessages

+

Use this method to forward multiple messages of any kind. If some of the specified messages can't be found or forwarded, they are skipped. Service messages and messages with protected content can't be forwarded. Album grouping is kept for forwarded messages. On success, an array of MessageId of the sent messages is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
from_chat_idInteger or StringYesUnique identifier for the chat where the original messages were sent (or channel username in the format @channelusername)
message_idsArray of IntegerYesA JSON-serialized list of 1-100 identifiers of messages in the chat from_chat_id to forward. The identifiers must be specified in a strictly increasing order.
disable_notificationBooleanOptionalSends the messages silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the forwarded messages from forwarding and saving
+

copyMessage

+

Use this method to copy messages of any kind. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is analogous to the method forwardMessage, but the copied message doesn't have a link to the original message. Returns the MessageId of the sent message on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
from_chat_idInteger or StringYesUnique identifier for the chat where the original message was sent (or channel username in the format @channelusername)
message_idIntegerYesMessage identifier in the chat specified in from_chat_id
captionStringOptionalNew caption for media, 0-1024 characters after entities parsing. If not specified, the original caption is kept
parse_modeStringOptionalMode for parsing entities in the new caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptionalPass True, if the caption must be shown above the message media. Ignored if a new caption isn't specified.
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

copyMessages

+

Use this method to copy messages of any kind. If some of the specified messages can't be found or copied, they are skipped. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is analogous to the method forwardMessages, but the copied messages don't have a link to the original message. Album grouping is kept for copied messages. On success, an array of MessageId of the sent messages is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
from_chat_idInteger or StringYesUnique identifier for the chat where the original messages were sent (or channel username in the format @channelusername)
message_idsArray of IntegerYesA JSON-serialized list of 1-100 identifiers of messages in the chat from_chat_id to copy. The identifiers must be specified in a strictly increasing order.
disable_notificationBooleanOptionalSends the messages silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent messages from forwarding and saving
remove_captionBooleanOptionalPass True to copy the messages without their captions
+

sendPhoto

+

Use this method to send photos. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
photoInputFile or StringYesPhoto to send. Pass a file_id as String to send a photo that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a photo from the Internet, or upload a new photo using multipart/form-data. The photo must be at most 10 MB in size. The photo's width and height must not exceed 10000 in total. Width and height ratio must be at most 20. More information on Sending Files »
captionStringOptionalPhoto caption (may also be used when resending photos by file_id), 0-1024 characters after entities parsing
parse_modeStringOptionalMode for parsing entities in the photo caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptionalPass True, if the caption must be shown above the message media
has_spoilerBooleanOptionalPass True if the photo needs to be covered with a spoiler animation
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendAudio

+

Use this method to send audio files, if you want Telegram clients to display them in the music player. Your audio must be in the .MP3 or .M4A format. On success, the sent Message is returned. Bots can currently send audio files of up to 50 MB in size, this limit may be changed in the future.

+

For sending voice messages, use the sendVoice method instead.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
audioInputFile or StringYesAudio file to send. Pass a file_id as String to send an audio file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get an audio file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files »
captionStringOptionalAudio caption, 0-1024 characters after entities parsing
parse_modeStringOptionalMode for parsing entities in the audio caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
durationIntegerOptionalDuration of the audio in seconds
performerStringOptionalPerformer
titleStringOptionalTrack name
thumbnailInputFile or StringOptionalThumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendDocument

+

Use this method to send general files. On success, the sent Message is returned. Bots can currently send files of any type of up to 50 MB in size, this limit may be changed in the future.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
documentInputFile or StringYesFile to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files »
thumbnailInputFile or StringOptionalThumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
captionStringOptionalDocument caption (may also be used when resending documents by file_id), 0-1024 characters after entities parsing
parse_modeStringOptionalMode for parsing entities in the document caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
disable_content_type_detectionBooleanOptionalDisables automatic server-side content type detection for files uploaded using multipart/form-data
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendVideo

+

Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as Document). On success, the sent Message is returned. Bots can currently send video files of up to 50 MB in size, this limit may be changed in the future.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
videoInputFile or StringYesVideo to send. Pass a file_id as String to send a video that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a video from the Internet, or upload a new video using multipart/form-data. More information on Sending Files »
durationIntegerOptionalDuration of sent video in seconds
widthIntegerOptionalVideo width
heightIntegerOptionalVideo height
thumbnailInputFile or StringOptionalThumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
captionStringOptionalVideo caption (may also be used when resending videos by file_id), 0-1024 characters after entities parsing
parse_modeStringOptionalMode for parsing entities in the video caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptionalPass True, if the caption must be shown above the message media
has_spoilerBooleanOptionalPass True if the video needs to be covered with a spoiler animation
supports_streamingBooleanOptionalPass True if the uploaded video is suitable for streaming
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendAnimation

+

Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). On success, the sent Message is returned. Bots can currently send animation files of up to 50 MB in size, this limit may be changed in the future.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
animationInputFile or StringYesAnimation to send. Pass a file_id as String to send an animation that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get an animation from the Internet, or upload a new animation using multipart/form-data. More information on Sending Files »
durationIntegerOptionalDuration of sent animation in seconds
widthIntegerOptionalAnimation width
heightIntegerOptionalAnimation height
thumbnailInputFile or StringOptionalThumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
captionStringOptionalAnimation caption (may also be used when resending animation by file_id), 0-1024 characters after entities parsing
parse_modeStringOptionalMode for parsing entities in the animation caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptionalPass True, if the caption must be shown above the message media
has_spoilerBooleanOptionalPass True if the animation needs to be covered with a spoiler animation
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendVoice

+

Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded with OPUS, or in .MP3 format, or in .M4A format (other formats may be sent as Audio or Document). On success, the sent Message is returned. Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
voiceInputFile or StringYesAudio file to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files »
captionStringOptionalVoice message caption, 0-1024 characters after entities parsing
parse_modeStringOptionalMode for parsing entities in the voice message caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
durationIntegerOptionalDuration of the voice message in seconds
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendVideoNote

+

As of v.4.0, Telegram clients support rounded square MPEG4 videos of up to 1 minute long. Use this method to send video messages. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
video_noteInputFile or StringYesVideo note to send. Pass a file_id as String to send a video note that exists on the Telegram servers (recommended) or upload a new video using multipart/form-data. More information on Sending Files ». Sending video notes by a URL is currently unsupported
durationIntegerOptionalDuration of sent video in seconds
lengthIntegerOptionalVideo width and height, i.e. diameter of the video message
thumbnailInputFile or StringOptionalThumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendPaidMedia

+

Use this method to send paid media. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername). If the chat is a channel, all Telegram Star proceeds from this media will be credited to the chat's balance. Otherwise, they will be credited to the bot's balance.
star_countIntegerYesThe number of Telegram Stars that must be paid to buy access to the media; 1-2500
mediaArray of InputPaidMediaYesA JSON-serialized array describing the media to be sent; up to 10 items
payloadStringOptionalBot-defined paid media payload, 0-128 bytes. This will not be displayed to the user, use it for your internal processes.
captionStringOptionalMedia caption, 0-1024 characters after entities parsing
parse_modeStringOptionalMode for parsing entities in the media caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptionalPass True, if the caption must be shown above the message media
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendMediaGroup

+

Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On success, an array of Messages that were sent is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
mediaArray of InputMediaAudio, InputMediaDocument, InputMediaPhoto and InputMediaVideoYesA JSON-serialized array describing messages to be sent, must include 2-10 items
disable_notificationBooleanOptionalSends messages silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent messages from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
+

sendLocation

+

Use this method to send point on the map. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
latitudeFloatYesLatitude of the location
longitudeFloatYesLongitude of the location
horizontal_accuracyFloatOptionalThe radius of uncertainty for the location, measured in meters; 0-1500
live_periodIntegerOptionalPeriod in seconds during which the location will be updated (see Live Locations, should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely.
headingIntegerOptionalFor live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.
proximity_alert_radiusIntegerOptionalFor live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendVenue

+

Use this method to send information about a venue. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
latitudeFloatYesLatitude of the venue
longitudeFloatYesLongitude of the venue
titleStringYesName of the venue
addressStringYesAddress of the venue
foursquare_idStringOptionalFoursquare identifier of the venue
foursquare_typeStringOptionalFoursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
google_place_idStringOptionalGoogle Places identifier of the venue
google_place_typeStringOptionalGoogle Places type of the venue. (See supported types.)
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendContact

+

Use this method to send phone contacts. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
phone_numberStringYesContact's phone number
first_nameStringYesContact's first name
last_nameStringOptionalContact's last name
vcardStringOptionalAdditional data about the contact in the form of a vCard, 0-2048 bytes
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendPoll

+

Use this method to send a native poll. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
questionStringYesPoll question, 1-300 characters
question_parse_modeStringOptionalMode for parsing entities in the question. See formatting options for more details. Currently, only custom emoji entities are allowed
question_entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in the poll question. It can be specified instead of question_parse_mode
optionsArray of InputPollOptionYesA JSON-serialized list of 2-10 answer options
is_anonymousBooleanOptionalTrue, if the poll needs to be anonymous, defaults to True
typeStringOptionalPoll type, “quiz” or “regular”, defaults to “regular”
allows_multiple_answersBooleanOptionalTrue, if the poll allows multiple answers, ignored for polls in quiz mode, defaults to False
correct_option_idIntegerOptional0-based identifier of the correct answer option, required for polls in quiz mode
explanationStringOptionalText that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters with at most 2 line feeds after entities parsing
explanation_parse_modeStringOptionalMode for parsing entities in the explanation. See formatting options for more details.
explanation_entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in the poll explanation. It can be specified instead of explanation_parse_mode
open_periodIntegerOptionalAmount of time in seconds the poll will be active after creation, 5-600. Can't be used together with close_date.
close_dateIntegerOptionalPoint in time (Unix timestamp) when the poll will be automatically closed. Must be at least 5 and no more than 600 seconds in the future. Can't be used together with open_period.
is_closedBooleanOptionalPass True if the poll needs to be immediately closed. This can be useful for poll preview.
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendDice

+

Use this method to send an animated emoji that will display a random value. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
emojiStringOptionalEmoji on which the dice throw animation is based. Currently, must be one of “🎲”, “🎯”, “🏀”, “⚽”, “🎳”, or “🎰”. Dice can have values 1-6 for “🎲”, “🎯” and “🎳”, values 1-5 for “🏀” and “⚽”, and values 1-64 for “🎰”. Defaults to “🎲
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

sendChatAction

+

Use this method when you need to tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status). Returns True on success.

+
+

Example: The ImageBot needs some time to process a request and upload the image. Instead of sending a text message along the lines of “Retrieving image, please wait…”, the bot may use sendChatAction with action = upload_photo. The user will see a “sending photo” status for the bot.

+
+

We only recommend using this method when a response from the bot will take a noticeable amount of time to arrive.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the action will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread; for supergroups only
actionStringYesType of action to broadcast. Choose one, depending on what the user is about to receive: typing for text messages, upload_photo for photos, record_video or upload_video for videos, record_voice or upload_voice for voice notes, upload_document for general files, choose_sticker for stickers, find_location for location data, record_video_note or upload_video_note for video notes.
+

setMessageReaction

+

Use this method to change the chosen reactions on a message. Service messages can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. Bots can't use paid reactions. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_idIntegerYesIdentifier of the target message. If the message belongs to a media group, the reaction is set to the first non-deleted message in the group instead.
reactionArray of ReactionTypeOptionalA JSON-serialized list of reaction types to set on the message. Currently, as non-premium users, bots can set up to one reaction per message. A custom emoji reaction can be used if it is either already present on the message or explicitly allowed by chat administrators. Paid reactions can't be used by bots.
is_bigBooleanOptionalPass True to set the reaction with a big animation
+

getUserProfilePhotos

+

Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesUnique identifier of the target user
offsetIntegerOptionalSequential number of the first photo to be returned. By default, all photos are returned.
limitIntegerOptionalLimits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.
+

setUserEmojiStatus

+

Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method requestEmojiStatusAccess. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesUnique identifier of the target user
emoji_status_custom_emoji_idStringOptionalCustom emoji identifier of the emoji status to set. Pass an empty string to remove the status.
emoji_status_expiration_dateIntegerOptionalExpiration date of the emoji status, if any
+

getFile

+

Use this method to get basic information about a file and prepare it for downloading. For the moment, bots can download files of up to 20MB in size. On success, a File object is returned. The file can then be downloaded via the link https://api.telegram.org/file/bot<token>/<file_path>, where <file_path> is taken from the response. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile again.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
file_idStringYesFile identifier to get information about
+

Note: This function may not preserve the original file name and MIME type. You should save the file's MIME type and name (if available) when the File object is received.

+

banChatMember

+

Use this method to ban a user in a group, a supergroup or a channel. In the case of supergroups and channels, the user will not be able to return to the chat on their own using invite links, etc., unless unbanned first. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target group or username of the target supergroup or channel (in the format @channelusername)
user_idIntegerYesUnique identifier of the target user
until_dateIntegerOptionalDate when the user will be unbanned; Unix time. If user is banned for more than 366 days or less than 30 seconds from the current time they are considered to be banned forever. Applied for supergroups and channels only.
revoke_messagesBooleanOptionalPass True to delete all messages from the chat for the user that is being removed. If False, the user will be able to see messages in the group that were sent before the user was removed. Always True for supergroups and channels.
+

unbanChatMember

+

Use this method to unban a previously banned user in a supergroup or channel. The user will not return to the group or channel automatically, but will be able to join via link, etc. The bot must be an administrator for this to work. By default, this method guarantees that after the call the user is not a member of the chat, but will be able to join it. So if the user is a member of the chat they will also be removed from the chat. If you don't want this, use the parameter only_if_banned. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target group or username of the target supergroup or channel (in the format @channelusername)
user_idIntegerYesUnique identifier of the target user
only_if_bannedBooleanOptionalDo nothing if the user is not banned
+

restrictChatMember

+

Use this method to restrict a user in a supergroup. The bot must be an administrator in the supergroup for this to work and must have the appropriate administrator rights. Pass True for all permissions to lift restrictions from a user. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
user_idIntegerYesUnique identifier of the target user
permissionsChatPermissionsYesA JSON-serialized object for new user permissions
use_independent_chat_permissionsBooleanOptionalPass True if chat permissions are set independently. Otherwise, the can_send_other_messages and can_add_web_page_previews permissions will imply the can_send_messages, can_send_audios, can_send_documents, can_send_photos, can_send_videos, can_send_video_notes, and can_send_voice_notes permissions; the can_send_polls permission will imply the can_send_messages permission.
until_dateIntegerOptionalDate when restrictions will be lifted for the user; Unix time. If user is restricted for more than 366 days or less than 30 seconds from the current time, they are considered to be restricted forever
+

promoteChatMember

+

Use this method to promote or demote a user in a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Pass False for all boolean parameters to demote a user. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
user_idIntegerYesUnique identifier of the target user
is_anonymousBooleanOptionalPass True if the administrator's presence in the chat is hidden
can_manage_chatBooleanOptionalPass True if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege.
can_delete_messagesBooleanOptionalPass True if the administrator can delete messages of other users
can_manage_video_chatsBooleanOptionalPass True if the administrator can manage video chats
can_restrict_membersBooleanOptionalPass True if the administrator can restrict, ban or unban chat members, or access supergroup statistics
can_promote_membersBooleanOptionalPass True if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by him)
can_change_infoBooleanOptionalPass True if the administrator can change chat title, photo and other settings
can_invite_usersBooleanOptionalPass True if the administrator can invite new users to the chat
can_post_storiesBooleanOptionalPass True if the administrator can post stories to the chat
can_edit_storiesBooleanOptionalPass True if the administrator can edit stories posted by other users, post stories to the chat page, pin chat stories, and access the chat's story archive
can_delete_storiesBooleanOptionalPass True if the administrator can delete stories posted by other users
can_post_messagesBooleanOptionalPass True if the administrator can post messages in the channel, or access channel statistics; for channels only
can_edit_messagesBooleanOptionalPass True if the administrator can edit messages of other users and can pin messages; for channels only
can_pin_messagesBooleanOptionalPass True if the administrator can pin messages; for supergroups only
can_manage_topicsBooleanOptionalPass True if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only
+

setChatAdministratorCustomTitle

+

Use this method to set a custom title for an administrator in a supergroup promoted by the bot. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
user_idIntegerYesUnique identifier of the target user
custom_titleStringYesNew custom title for the administrator; 0-16 characters, emoji are not allowed
+

banChatSenderChat

+

Use this method to ban a channel chat in a supergroup or a channel. Until the chat is unbanned, the owner of the banned chat won't be able to send messages on behalf of any of their channels. The bot must be an administrator in the supergroup or channel for this to work and must have the appropriate administrator rights. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
sender_chat_idIntegerYesUnique identifier of the target sender chat
+

unbanChatSenderChat

+

Use this method to unban a previously banned channel chat in a supergroup or channel. The bot must be an administrator for this to work and must have the appropriate administrator rights. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
sender_chat_idIntegerYesUnique identifier of the target sender chat
+

setChatPermissions

+

Use this method to set default chat permissions for all members. The bot must be an administrator in the group or a supergroup for this to work and must have the can_restrict_members administrator rights. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
permissionsChatPermissionsYesA JSON-serialized object for new default chat permissions
use_independent_chat_permissionsBooleanOptionalPass True if chat permissions are set independently. Otherwise, the can_send_other_messages and can_add_web_page_previews permissions will imply the can_send_messages, can_send_audios, can_send_documents, can_send_photos, can_send_videos, can_send_video_notes, and can_send_voice_notes permissions; the can_send_polls permission will imply the can_send_messages permission.
+

exportChatInviteLink

+

Use this method to generate a new primary invite link for a chat; any previously generated primary link is revoked. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the new invite link as String on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
+
+

Note: Each administrator in a chat generates their own invite links. Bots can't use invite links generated by other administrators. If you want your bot to work with invite links, it will need to generate its own link using exportChatInviteLink or by calling the getChat method. If your bot needs to generate a new primary invite link replacing its previous one, use exportChatInviteLink again.

+
+

createChatInviteLink

+

Use this method to create an additional invite link for a chat. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. The link can be revoked using the method revokeChatInviteLink. Returns the new invite link as ChatInviteLink object.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
nameStringOptionalInvite link name; 0-32 characters
expire_dateIntegerOptionalPoint in time (Unix timestamp) when the link will expire
member_limitIntegerOptionalThe maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999
creates_join_requestBooleanOptionalTrue, if users joining the chat via the link need to be approved by chat administrators. If True, member_limit can't be specified
+

editChatInviteLink

+

Use this method to edit a non-primary invite link created by the bot. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the edited invite link as a ChatInviteLink object.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
invite_linkStringYesThe invite link to edit
nameStringOptionalInvite link name; 0-32 characters
expire_dateIntegerOptionalPoint in time (Unix timestamp) when the link will expire
member_limitIntegerOptionalThe maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999
creates_join_requestBooleanOptionalTrue, if users joining the chat via the link need to be approved by chat administrators. If True, member_limit can't be specified
+

createChatSubscriptionInviteLink

+

Use this method to create a subscription invite link for a channel chat. The bot must have the can_invite_users administrator rights. The link can be edited using the method editChatSubscriptionInviteLink or revoked using the method revokeChatInviteLink. Returns the new invite link as a ChatInviteLink object.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target channel chat or username of the target channel (in the format @channelusername)
nameStringOptionalInvite link name; 0-32 characters
subscription_periodIntegerYesThe number of seconds the subscription will be active for before the next payment. Currently, it must always be 2592000 (30 days).
subscription_priceIntegerYesThe amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat; 1-2500
+

editChatSubscriptionInviteLink

+

Use this method to edit a subscription invite link created by the bot. The bot must have the can_invite_users administrator rights. Returns the edited invite link as a ChatInviteLink object.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
invite_linkStringYesThe invite link to edit
nameStringOptionalInvite link name; 0-32 characters
+

revokeChatInviteLink

+

Use this method to revoke an invite link created by the bot. If the primary link is revoked, a new link is automatically generated. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the revoked invite link as ChatInviteLink object.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier of the target chat or username of the target channel (in the format @channelusername)
invite_linkStringYesThe invite link to revoke
+

approveChatJoinRequest

+

Use this method to approve a chat join request. The bot must be an administrator in the chat for this to work and must have the can_invite_users administrator right. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
user_idIntegerYesUnique identifier of the target user
+

declineChatJoinRequest

+

Use this method to decline a chat join request. The bot must be an administrator in the chat for this to work and must have the can_invite_users administrator right. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
user_idIntegerYesUnique identifier of the target user
+

setChatPhoto

+

Use this method to set a new profile photo for the chat. Photos can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
photoInputFileYesNew chat photo, uploaded using multipart/form-data
+

deleteChatPhoto

+

Use this method to delete a chat photo. Photos can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
+

setChatTitle

+

Use this method to change the title of a chat. Titles can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
titleStringYesNew chat title, 1-128 characters
+

setChatDescription

+

Use this method to change the description of a group, a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
descriptionStringOptionalNew chat description, 0-255 characters
+

pinChatMessage

+

Use this method to add a message to the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be pinned
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_idIntegerYesIdentifier of a message to pin
disable_notificationBooleanOptionalPass True if it is not necessary to send a notification to all chat members about the new pinned message. Notifications are always disabled in channels and private chats.
+

unpinChatMessage

+

Use this method to remove a message from the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be unpinned
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_idIntegerOptionalIdentifier of the message to unpin. Required if business_connection_id is specified. If not specified, the most recent pinned message (by sending date) will be unpinned.
+

unpinAllChatMessages

+

Use this method to clear the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
+

leaveChat

+

Use this method for your bot to leave a group, supergroup or channel. Returns True on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername)
+

getChat

+

Use this method to get up-to-date information about the chat. Returns a ChatFullInfo object on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername)
+

getChatAdministrators

+

Use this method to get a list of administrators in a chat, which aren't bots. Returns an Array of ChatMember objects.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername)
+

getChatMemberCount

+

Use this method to get the number of members in a chat. Returns Int on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername)
+

getChatMember

+

Use this method to get information about a member of a chat. The method is only guaranteed to work for other users if the bot is an administrator in the chat. Returns a ChatMember object on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername)
user_idIntegerYesUnique identifier of the target user
+

setChatStickerSet

+

Use this method to set a new group sticker set for a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field can_set_sticker_set optionally returned in getChat requests to check if the bot can use this method. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
sticker_set_nameStringYesName of the sticker set to be set as the group sticker set
+

deleteChatStickerSet

+

Use this method to delete a group sticker set from a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field can_set_sticker_set optionally returned in getChat requests to check if the bot can use this method. Returns True on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
+

getForumTopicIconStickers

+

Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no parameters. Returns an Array of Sticker objects.

+

createForumTopic

+

Use this method to create a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns information about the created topic as a ForumTopic object.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
nameStringYesTopic name, 1-128 characters
icon_colorIntegerOptionalColor of the topic icon in RGB format. Currently, must be one of 7322096 (0x6FB9F0), 16766590 (0xFFD67E), 13338331 (0xCB86DB), 9367192 (0x8EEE98), 16749490 (0xFF93B2), or 16478047 (0xFB6F5F)
icon_custom_emoji_idStringOptionalUnique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers.
+

editForumTopic

+

Use this method to edit name and icon of a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
message_thread_idIntegerYesUnique identifier for the target message thread of the forum topic
nameStringOptionalNew topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept
icon_custom_emoji_idStringOptionalNew unique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers. Pass an empty string to remove the icon. If not specified, the current icon will be kept
+

closeForumTopic

+

Use this method to close an open topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
message_thread_idIntegerYesUnique identifier for the target message thread of the forum topic
+

reopenForumTopic

+

Use this method to reopen a closed topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
message_thread_idIntegerYesUnique identifier for the target message thread of the forum topic
+

deleteForumTopic

+

Use this method to delete a forum topic along with all its messages in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_delete_messages administrator rights. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
message_thread_idIntegerYesUnique identifier for the target message thread of the forum topic
+

unpinAllForumTopicMessages

+

Use this method to clear the list of pinned messages in a forum topic. The bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
message_thread_idIntegerYesUnique identifier for the target message thread of the forum topic
+

editGeneralForumTopic

+

Use this method to edit the name of the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
nameStringYesNew topic name, 1-128 characters
+

closeGeneralForumTopic

+

Use this method to close an open 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
+

reopenGeneralForumTopic

+

Use this method to reopen a closed 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. The topic will be automatically unhidden if it was hidden. Returns True on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
+

hideGeneralForumTopic

+

Use this method to hide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. The topic will be automatically closed if it was open. Returns True on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
+

unhideGeneralForumTopic

+

Use this method to unhide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
+

unpinAllGeneralForumTopicMessages

+

Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
+

answerCallbackQuery

+

Use this method to send answers to callback queries sent from inline keyboards. The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, True is returned.

+
+

Alternatively, the user can be redirected to the specified Game URL. For this option to work, you must first create a game for your bot via @BotFather and accept the terms. Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
callback_query_idStringYesUnique identifier for the query to be answered
textStringOptionalText of the notification. If not specified, nothing will be shown to the user, 0-200 characters
show_alertBooleanOptionalIf True, an alert will be shown by the client instead of a notification at the top of the chat screen. Defaults to false.
urlStringOptionalURL that will be opened by the user's client. If you have created a Game and accepted the conditions via @BotFather, specify the URL that opens your game - note that this will only work if the query comes from a callback_game button.

Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter.
cache_timeIntegerOptionalThe maximum amount of time in seconds that the result of the callback query may be cached client-side. Telegram apps will support caching starting in version 3.14. Defaults to 0.
+

getUserChatBoosts

+

Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a UserChatBoosts object.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the chat or username of the channel (in the format @channelusername)
user_idIntegerYesUnique identifier of the target user
+

getBusinessConnection

+

Use this method to get information about the connection of the bot with a business account. Returns a BusinessConnection object on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringYesUnique identifier of the business connection
+

setMyCommands

+

Use this method to change the list of the bot's commands. See this manual for more details about bot commands. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
commandsArray of BotCommandYesA JSON-serialized list of bot commands to be set as the list of the bot's commands. At most 100 commands can be specified.
scopeBotCommandScopeOptionalA JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to BotCommandScopeDefault.
language_codeStringOptionalA two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands
+

deleteMyCommands

+

Use this method to delete the list of the bot's commands for the given scope and user language. After deletion, higher level commands will be shown to affected users. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
scopeBotCommandScopeOptionalA JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to BotCommandScopeDefault.
language_codeStringOptionalA two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands
+

getMyCommands

+

Use this method to get the current list of the bot's commands for the given scope and user language. Returns an Array of BotCommand objects. If commands aren't set, an empty list is returned.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
scopeBotCommandScopeOptionalA JSON-serialized object, describing scope of users. Defaults to BotCommandScopeDefault.
language_codeStringOptionalA two-letter ISO 639-1 language code or an empty string
+

setMyName

+

Use this method to change the bot's name. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
nameStringOptionalNew bot name; 0-64 characters. Pass an empty string to remove the dedicated name for the given language.
language_codeStringOptionalA two-letter ISO 639-1 language code. If empty, the name will be shown to all users for whose language there is no dedicated name.
+

getMyName

+

Use this method to get the current bot name for the given user language. Returns BotName on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
language_codeStringOptionalA two-letter ISO 639-1 language code or an empty string
+

setMyDescription

+

Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
descriptionStringOptionalNew bot description; 0-512 characters. Pass an empty string to remove the dedicated description for the given language.
language_codeStringOptionalA two-letter ISO 639-1 language code. If empty, the description will be applied to all users for whose language there is no dedicated description.
+

getMyDescription

+

Use this method to get the current bot description for the given user language. Returns BotDescription on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
language_codeStringOptionalA two-letter ISO 639-1 language code or an empty string
+

setMyShortDescription

+

Use this method to change the bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
short_descriptionStringOptionalNew short description for the bot; 0-120 characters. Pass an empty string to remove the dedicated short description for the given language.
language_codeStringOptionalA two-letter ISO 639-1 language code. If empty, the short description will be applied to all users for whose language there is no dedicated short description.
+

getMyShortDescription

+

Use this method to get the current bot short description for the given user language. Returns BotShortDescription on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
language_codeStringOptionalA two-letter ISO 639-1 language code or an empty string
+

setChatMenuButton

+

Use this method to change the bot's menu button in a private chat, or the default menu button. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idIntegerOptionalUnique identifier for the target private chat. If not specified, default bot's menu button will be changed
menu_buttonMenuButtonOptionalA JSON-serialized object for the bot's new menu button. Defaults to MenuButtonDefault
+

getChatMenuButton

+

Use this method to get the current value of the bot's menu button in a private chat, or the default menu button. Returns MenuButton on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idIntegerOptionalUnique identifier for the target private chat. If not specified, default bot's menu button will be returned
+

setMyDefaultAdministratorRights

+

Use this method to change the default administrator rights requested by the bot when it's added as an administrator to groups or channels. These rights will be suggested to users, but they are free to modify the list before adding the bot. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
rightsChatAdministratorRightsOptionalA JSON-serialized object describing new default administrator rights. If not specified, the default administrator rights will be cleared.
for_channelsBooleanOptionalPass True to change the default administrator rights of the bot in channels. Otherwise, the default administrator rights of the bot for groups and supergroups will be changed.
+

getMyDefaultAdministratorRights

+

Use this method to get the current default administrator rights of the bot. Returns ChatAdministratorRights on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
for_channelsBooleanOptionalPass True to get default administrator rights of the bot in channels. Otherwise, default administrator rights of the bot for groups and supergroups will be returned.
+

Inline mode methods

+

Methods and objects used in the inline mode are described in the Inline mode section.

+

Updating messages

+

The following methods allow you to change an existing message in the message history instead of sending a new one with a result of an action. This is most useful for messages with inline keyboards using callback queries, but can also help reduce clutter in conversations with regular chat bots.

+

Please note, that it is currently only possible to edit messages without reply_markup or with inline keyboards.

+

editMessageText

+

Use this method to edit text and game messages. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message to be edited was sent
chat_idInteger or StringOptionalRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername)
message_idIntegerOptionalRequired if inline_message_id is not specified. Identifier of the message to edit
inline_message_idStringOptionalRequired if chat_id and message_id are not specified. Identifier of the inline message
textStringYesNew text of the message, 1-4096 characters after entities parsing
parse_modeStringOptionalMode for parsing entities in the message text. See formatting options for more details.
entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode
link_preview_optionsLinkPreviewOptionsOptionalLink preview generation options for the message
reply_markupInlineKeyboardMarkupOptionalA JSON-serialized object for an inline keyboard.
+

editMessageCaption

+

Use this method to edit captions of messages. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message to be edited was sent
chat_idInteger or StringOptionalRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername)
message_idIntegerOptionalRequired if inline_message_id is not specified. Identifier of the message to edit
inline_message_idStringOptionalRequired if chat_id and message_id are not specified. Identifier of the inline message
captionStringOptionalNew caption of the message, 0-1024 characters after entities parsing
parse_modeStringOptionalMode for parsing entities in the message caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptionalPass True, if the caption must be shown above the message media. Supported only for animation, photo and video messages.
reply_markupInlineKeyboardMarkupOptionalA JSON-serialized object for an inline keyboard.
+

editMessageMedia

+

Use this method to edit animation, audio, document, photo, or video messages, or to add media to text messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its file_id or specify a URL. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message to be edited was sent
chat_idInteger or StringOptionalRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername)
message_idIntegerOptionalRequired if inline_message_id is not specified. Identifier of the message to edit
inline_message_idStringOptionalRequired if chat_id and message_id are not specified. Identifier of the inline message
mediaInputMediaYesA JSON-serialized object for a new media content of the message
reply_markupInlineKeyboardMarkupOptionalA JSON-serialized object for a new inline keyboard.
+

editMessageLiveLocation

+

Use this method to edit live location messages. A location can be edited until its live_period expires or editing is explicitly disabled by a call to stopMessageLiveLocation. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message to be edited was sent
chat_idInteger or StringOptionalRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername)
message_idIntegerOptionalRequired if inline_message_id is not specified. Identifier of the message to edit
inline_message_idStringOptionalRequired if chat_id and message_id are not specified. Identifier of the inline message
latitudeFloatYesLatitude of new location
longitudeFloatYesLongitude of new location
live_periodIntegerOptionalNew period in seconds during which the location can be updated, starting from the message send date. If 0x7FFFFFFF is specified, then the location can be updated forever. Otherwise, the new value must not exceed the current live_period by more than a day, and the live location expiration date must remain within the next 90 days. If not specified, then live_period remains unchanged
horizontal_accuracyFloatOptionalThe radius of uncertainty for the location, measured in meters; 0-1500
headingIntegerOptionalDirection in which the user is moving, in degrees. Must be between 1 and 360 if specified.
proximity_alert_radiusIntegerOptionalThe maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.
reply_markupInlineKeyboardMarkupOptionalA JSON-serialized object for a new inline keyboard.
+

stopMessageLiveLocation

+

Use this method to stop updating a live location message before live_period expires. On success, if the message is not an inline message, the edited Message is returned, otherwise True is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message to be edited was sent
chat_idInteger or StringOptionalRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername)
message_idIntegerOptionalRequired if inline_message_id is not specified. Identifier of the message with live location to stop
inline_message_idStringOptionalRequired if chat_id and message_id are not specified. Identifier of the inline message
reply_markupInlineKeyboardMarkupOptionalA JSON-serialized object for a new inline keyboard.
+

editMessageReplyMarkup

+

Use this method to edit only the reply markup of messages. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message to be edited was sent
chat_idInteger or StringOptionalRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername)
message_idIntegerOptionalRequired if inline_message_id is not specified. Identifier of the message to edit
inline_message_idStringOptionalRequired if chat_id and message_id are not specified. Identifier of the inline message
reply_markupInlineKeyboardMarkupOptionalA JSON-serialized object for an inline keyboard.
+

stopPoll

+

Use this method to stop a poll which was sent by the bot. On success, the stopped Poll is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message to be edited was sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_idIntegerYesIdentifier of the original message with the poll
reply_markupInlineKeyboardMarkupOptionalA JSON-serialized object for a new message inline keyboard.
+

deleteMessage

+

Use this method to delete a message, including service messages, with the following limitations:
- A message can only be deleted if it was sent less than 48 hours ago.
- Service messages about a supergroup, channel, or forum topic creation can't be deleted.
- A dice message in a private chat can only be deleted if it was sent more than 24 hours ago.
- Bots can delete outgoing messages in private chats, groups, and supergroups.
- Bots can delete incoming messages in private chats.
- Bots granted can_post_messages permissions can delete outgoing messages in channels.
- If the bot is an administrator of a group, it can delete any message there.
- If the bot has can_delete_messages permission in a supergroup or a channel, it can delete any message there.
Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_idIntegerYesIdentifier of the message to delete
+

deleteMessages

+

Use this method to delete multiple messages simultaneously. If some of the specified messages can't be found, they are skipped. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_idsArray of IntegerYesA JSON-serialized list of 1-100 identifiers of messages to delete. See deleteMessage for limitations on which messages can be deleted
+

Stickers

+

The following methods and objects allow your bot to handle stickers and sticker sets.

+

Sticker

+

This object represents a sticker.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
file_idStringIdentifier for this file, which can be used to download or reuse the file
file_unique_idStringUnique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
typeStringType of the sticker, currently one of “regular”, “mask”, “custom_emoji”. The type of the sticker is independent from its format, which is determined by the fields is_animated and is_video.
widthIntegerSticker width
heightIntegerSticker height
is_animatedBooleanTrue, if the sticker is animated
is_videoBooleanTrue, if the sticker is a video sticker
thumbnailPhotoSizeOptional. Sticker thumbnail in the .WEBP or .JPG format
emojiStringOptional. Emoji associated with the sticker
set_nameStringOptional. Name of the sticker set to which the sticker belongs
premium_animationFileOptional. For premium regular stickers, premium animation for the sticker
mask_positionMaskPositionOptional. For mask stickers, the position where the mask should be placed
custom_emoji_idStringOptional. For custom emoji stickers, unique identifier of the custom emoji
needs_repaintingTrueOptional. True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places
file_sizeIntegerOptional. File size in bytes
+

StickerSet

+

This object represents a sticker set.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
nameStringSticker set name
titleStringSticker set title
sticker_typeStringType of stickers in the set, currently one of “regular”, “mask”, “custom_emoji”
stickersArray of StickerList of all set stickers
thumbnailPhotoSizeOptional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format
+

MaskPosition

+

This object describes the position on faces where a mask should be placed by default.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
pointStringThe part of the face relative to which the mask should be placed. One of “forehead”, “eyes”, “mouth”, or “chin”.
x_shiftFloatShift by X-axis measured in widths of the mask scaled to the face size, from left to right. For example, choosing -1.0 will place mask just to the left of the default mask position.
y_shiftFloatShift by Y-axis measured in heights of the mask scaled to the face size, from top to bottom. For example, 1.0 will place the mask just below the default mask position.
scaleFloatMask scaling coefficient. For example, 2.0 means double size.
+

InputSticker

+

This object describes a sticker to be added to a sticker set.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
stickerInputFile or StringThe added sticker. Pass a file_id as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, upload a new one using multipart/form-data, or pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. Animated and video stickers can't be uploaded via HTTP URL. More information on Sending Files »
formatStringFormat of the added sticker, must be one of “static” for a .WEBP or .PNG image, “animated” for a .TGS animation, “video” for a WEBM video
emoji_listArray of StringList of 1-20 emoji associated with the sticker
mask_positionMaskPositionOptional. Position where the mask should be placed on faces. For “mask” stickers only.
keywordsArray of StringOptional. List of 0-20 search keywords for the sticker with total length of up to 64 characters. For “regular” and “custom_emoji” stickers only.
+

sendSticker

+

Use this method to send static .WEBP, animated .TGS, or video .WEBM stickers. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
stickerInputFile or StringYesSticker to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a .WEBP sticker from the Internet, or upload a new .WEBP, .TGS, or .WEBM sticker using multipart/form-data. More information on Sending Files ». Video and animated stickers can't be sent via an HTTP URL.
emojiStringOptionalEmoji associated with the sticker; only for just uploaded stickers
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReplyOptionalAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
+

getStickerSet

+

Use this method to get a sticker set. On success, a StickerSet object is returned.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
nameStringYesName of the sticker set
+

getCustomEmojiStickers

+

Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker objects.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
custom_emoji_idsArray of StringYesA JSON-serialized list of custom emoji identifiers. At most 200 custom emoji identifiers can be specified.
+

uploadStickerFile

+

Use this method to upload a file with a sticker for later use in the createNewStickerSet, addStickerToSet, or replaceStickerInSet methods (the file can be used multiple times). Returns the uploaded File on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesUser identifier of sticker file owner
stickerInputFileYesA file with the sticker in .WEBP, .PNG, .TGS, or .WEBM format. See https://core.telegram.org/stickers for technical requirements. More information on Sending Files »
sticker_formatStringYesFormat of the sticker, must be one of “static”, “animated”, “video”
+

createNewStickerSet

+

Use this method to create a new sticker set owned by a user. The bot will be able to edit the sticker set thus created. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesUser identifier of created sticker set owner
nameStringYesShort name of sticker set, to be used in t.me/addstickers/ URLs (e.g., animals). Can contain only English letters, digits and underscores. Must begin with a letter, can't contain consecutive underscores and must end in "_by_<bot_username>". <bot_username> is case insensitive. 1-64 characters.
titleStringYesSticker set title, 1-64 characters
stickersArray of InputStickerYesA JSON-serialized list of 1-50 initial stickers to be added to the sticker set
sticker_typeStringOptionalType of stickers in the set, pass “regular”, “mask”, or “custom_emoji”. By default, a regular sticker set is created.
needs_repaintingBooleanOptionalPass True if stickers in the sticker set must be repainted to the color of text when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context; for custom emoji sticker sets only
+

addStickerToSet

+

Use this method to add a new sticker to a set created by the bot. Emoji sticker sets can have up to 200 stickers. Other sticker sets can have up to 120 stickers. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesUser identifier of sticker set owner
nameStringYesSticker set name
stickerInputStickerYesA JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set isn't changed.
+

setStickerPositionInSet

+

Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
stickerStringYesFile identifier of the sticker
positionIntegerYesNew sticker position in the set, zero-based
+

deleteStickerFromSet

+

Use this method to delete a sticker from a set created by the bot. Returns True on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
stickerStringYesFile identifier of the sticker
+

replaceStickerInSet

+

Use this method to replace an existing sticker in a sticker set with a new one. The method is equivalent to calling deleteStickerFromSet, then addStickerToSet, then setStickerPositionInSet. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesUser identifier of the sticker set owner
nameStringYesSticker set name
old_stickerStringYesFile identifier of the replaced sticker
stickerInputStickerYesA JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set remains unchanged.
+

setStickerEmojiList

+

Use this method to change the list of emoji assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
stickerStringYesFile identifier of the sticker
emoji_listArray of StringYesA JSON-serialized list of 1-20 emoji associated with the sticker
+

setStickerKeywords

+

Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
stickerStringYesFile identifier of the sticker
keywordsArray of StringOptionalA JSON-serialized list of 0-20 search keywords for the sticker with total length of up to 64 characters
+

setStickerMaskPosition

+

Use this method to change the mask position of a mask sticker. The sticker must belong to a sticker set that was created by the bot. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
stickerStringYesFile identifier of the sticker
mask_positionMaskPositionOptionalA JSON-serialized object with the position where the mask should be placed on faces. Omit the parameter to remove the mask position.
+

setStickerSetTitle

+

Use this method to set the title of a created sticker set. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
nameStringYesSticker set name
titleStringYesSticker set title, 1-64 characters
+

setStickerSetThumbnail

+

Use this method to set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the format of the stickers in the set. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
nameStringYesSticker set name
user_idIntegerYesUser identifier of the sticker set owner
thumbnailInputFile or StringOptionalA .WEBP or .PNG image with the thumbnail, must be up to 128 kilobytes in size and have a width and height of exactly 100px, or a .TGS animation with a thumbnail up to 32 kilobytes in size (see https://core.telegram.org/stickers#animation-requirements for animated sticker technical requirements), or a WEBM video with the thumbnail up to 32 kilobytes in size; see https://core.telegram.org/stickers#video-requirements for video sticker technical requirements. Pass a file_id as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files ». Animated and video sticker set thumbnails can't be uploaded via HTTP URL. If omitted, then the thumbnail is dropped and the first sticker is used as the thumbnail.
formatStringYesFormat of the thumbnail, must be one of “static” for a .WEBP or .PNG image, “animated” for a .TGS animation, or “video” for a WEBM video
+

setCustomEmojiStickerSetThumbnail

+

Use this method to set the thumbnail of a custom emoji sticker set. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
nameStringYesSticker set name
custom_emoji_idStringOptionalCustom emoji identifier of a sticker from the sticker set; pass an empty string to drop the thumbnail and use the first sticker as the thumbnail.
+

deleteStickerSet

+

Use this method to delete a sticker set that was created by the bot. Returns True on success.

+ + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
nameStringYesSticker set name
+

Gift

+

This object represents a gift that can be sent by the bot.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idStringUnique identifier of the gift
stickerStickerThe sticker that represents the gift
star_countIntegerThe number of Telegram Stars that must be paid to send the sticker
total_countIntegerOptional. The total number of the gifts of this type that can be sent; for limited gifts only
remaining_countIntegerOptional. The number of remaining gifts of this type that can be sent; for limited gifts only
+

Gifts

+

This object represent a list of gifts.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
giftsArray of GiftThe list of gifts
+

getAvailableGifts

+

Returns the list of gifts that can be sent by the bot to users. Requires no parameters. Returns a Gifts object.

+

sendGift

+

Sends a gift to the given user. The gift can't be converted to Telegram Stars by the user. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesUnique identifier of the target user that will receive the gift
gift_idStringYesIdentifier of the gift
textStringOptionalText that will be shown along with the gift; 0-255 characters
text_parse_modeStringOptionalMode for parsing entities in the text. See formatting options for more details. Entities other than “bold”, “italic”, “underline”, “strikethrough”, “spoiler”, and “custom_emoji” are ignored.
text_entitiesArray of MessageEntityOptionalA JSON-serialized list of special entities that appear in the gift text. It can be specified instead of text_parse_mode. Entities other than “bold”, “italic”, “underline”, “strikethrough”, “spoiler”, and “custom_emoji” are ignored.
+

Inline mode

+

The following methods and objects allow your bot to work in inline mode.
Please see our Introduction to Inline bots for more details.

+

To enable this option, send the /setinline command to @BotFather and provide the placeholder text that the user will see in the input field after typing your bot's name.

+

InlineQuery

+

This object represents an incoming inline query. When the user sends an empty query, your bot could return some default or trending results.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idStringUnique identifier for this query
fromUserSender
queryStringText of the query (up to 256 characters)
offsetStringOffset of the results to be returned, can be controlled by the bot
chat_typeStringOptional. Type of the chat from which the inline query was sent. Can be either “sender” for a private chat with the inline query sender, “private”, “group”, “supergroup”, or “channel”. The chat type should be always known for requests sent from official clients and most third-party clients, unless the request was sent from a secret chat
locationLocationOptional. Sender location, only for bots that request user location
+

answerInlineQuery

+

Use this method to send answers to an inline query. On success, True is returned.
No more than 50 results per query are allowed.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
inline_query_idStringYesUnique identifier for the answered query
resultsArray of InlineQueryResultYesA JSON-serialized array of results for the inline query
cache_timeIntegerOptionalThe maximum amount of time in seconds that the result of the inline query may be cached on the server. Defaults to 300.
is_personalBooleanOptionalPass True if results may be cached on the server side only for the user that sent the query. By default, results may be returned to any user who sends the same query.
next_offsetStringOptionalPass the offset that a client should send in the next query with the same text to receive more results. Pass an empty string if there are no more results or if you don't support pagination. Offset length can't exceed 64 bytes.
buttonInlineQueryResultsButtonOptionalA JSON-serialized object describing a button to be shown above inline query results
+

InlineQueryResultsButton

+

This object represents a button to be shown above inline query results. You must use exactly one of the optional fields.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
textStringLabel text on the button
web_appWebAppInfoOptional. Description of the Web App that will be launched when the user presses the button. The Web App will be able to switch back to the inline mode using the method switchInlineQuery inside the Web App.
start_parameterStringOptional. Deep-linking parameter for the /start message sent to the bot when a user presses the button. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed.

Example: An inline bot that sends YouTube videos can ask the user to connect the bot to their YouTube account to adapt search results accordingly. To do this, it displays a 'Connect your YouTube account' button above the results, or even before showing any. The user presses the button, switches to a private chat with the bot and, in doing so, passes a start parameter that instructs the bot to return an OAuth link. Once done, the bot can offer a switch_inline button so that the user can easily return to the chat where they wanted to use the bot's inline capabilities.
+

InlineQueryResult

+

This object represents one result of an inline query. Telegram clients currently support results of the following 20 types:

+ +

Note: All URLs passed in inline query results will be available to end users and therefore must be assumed to be public.

+

InlineQueryResultArticle

+

Represents a link to an article or web page.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be article
idStringUnique identifier for this result, 1-64 Bytes
titleStringTitle of the result
input_message_contentInputMessageContentContent of the message to be sent
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
urlStringOptional. URL of the result
hide_urlBooleanOptional. Pass True if you don't want the URL to be shown in the message
descriptionStringOptional. Short description of the result
thumbnail_urlStringOptional. Url of the thumbnail for the result
thumbnail_widthIntegerOptional. Thumbnail width
thumbnail_heightIntegerOptional. Thumbnail height
+

InlineQueryResultPhoto

+

Represents a link to a photo. By default, this photo will be sent by the user with optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the photo.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be photo
idStringUnique identifier for this result, 1-64 bytes
photo_urlStringA valid URL of the photo. Photo must be in JPEG format. Photo size must not exceed 5MB
thumbnail_urlStringURL of the thumbnail for the photo
photo_widthIntegerOptional. Width of the photo
photo_heightIntegerOptional. Height of the photo
titleStringOptional. Title for the result
descriptionStringOptional. Short description of the result
captionStringOptional. Caption of the photo to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the photo caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptional. Pass True, if the caption must be shown above the message media
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the photo
+

InlineQueryResultGif

+

Represents a link to an animated GIF file. By default, this animated GIF file will be sent by the user with optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the animation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be gif
idStringUnique identifier for this result, 1-64 bytes
gif_urlStringA valid URL for the GIF file. File size must not exceed 1MB
gif_widthIntegerOptional. Width of the GIF
gif_heightIntegerOptional. Height of the GIF
gif_durationIntegerOptional. Duration of the GIF in seconds
thumbnail_urlStringURL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the result
thumbnail_mime_typeStringOptional. MIME type of the thumbnail, must be one of “image/jpeg”, “image/gif”, or “video/mp4”. Defaults to “image/jpeg”
titleStringOptional. Title for the result
captionStringOptional. Caption of the GIF file to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptional. Pass True, if the caption must be shown above the message media
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the GIF animation
+

InlineQueryResultMpeg4Gif

+

Represents a link to a video animation (H.264/MPEG-4 AVC video without sound). By default, this animated MPEG-4 file will be sent by the user with optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the animation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be mpeg4_gif
idStringUnique identifier for this result, 1-64 bytes
mpeg4_urlStringA valid URL for the MPEG4 file. File size must not exceed 1MB
mpeg4_widthIntegerOptional. Video width
mpeg4_heightIntegerOptional. Video height
mpeg4_durationIntegerOptional. Video duration in seconds
thumbnail_urlStringURL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the result
thumbnail_mime_typeStringOptional. MIME type of the thumbnail, must be one of “image/jpeg”, “image/gif”, or “video/mp4”. Defaults to “image/jpeg”
titleStringOptional. Title for the result
captionStringOptional. Caption of the MPEG-4 file to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptional. Pass True, if the caption must be shown above the message media
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the video animation
+

InlineQueryResultVideo

+

Represents a link to a page containing an embedded video player or a video file. By default, this video file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the video.

+
+

If an InlineQueryResultVideo message contains an embedded video (e.g., YouTube), you must replace its content using input_message_content.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be video
idStringUnique identifier for this result, 1-64 bytes
video_urlStringA valid URL for the embedded video player or video file
mime_typeStringMIME type of the content of the video URL, “text/html” or “video/mp4”
thumbnail_urlStringURL of the thumbnail (JPEG only) for the video
titleStringTitle for the result
captionStringOptional. Caption of the video to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the video caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptional. Pass True, if the caption must be shown above the message media
video_widthIntegerOptional. Video width
video_heightIntegerOptional. Video height
video_durationIntegerOptional. Video duration in seconds
descriptionStringOptional. Short description of the result
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the video. This field is required if InlineQueryResultVideo is used to send an HTML-page as a result (e.g., a YouTube video).
+

InlineQueryResultAudio

+

Represents a link to an MP3 audio file. By default, this audio file will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the audio.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be audio
idStringUnique identifier for this result, 1-64 bytes
audio_urlStringA valid URL for the audio file
titleStringTitle
captionStringOptional. Caption, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the audio caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
performerStringOptional. Performer
audio_durationIntegerOptional. Audio duration in seconds
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the audio
+

InlineQueryResultVoice

+

Represents a link to a voice recording in an .OGG container encoded with OPUS. By default, this voice recording will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the the voice message.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be voice
idStringUnique identifier for this result, 1-64 bytes
voice_urlStringA valid URL for the voice recording
titleStringRecording title
captionStringOptional. Caption, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the voice message caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
voice_durationIntegerOptional. Recording duration in seconds
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the voice recording
+

InlineQueryResultDocument

+

Represents a link to a file. By default, this file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the file. Currently, only .PDF and .ZIP files can be sent using this method.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be document
idStringUnique identifier for this result, 1-64 bytes
titleStringTitle for the result
captionStringOptional. Caption of the document to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the document caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
document_urlStringA valid URL for the file
mime_typeStringMIME type of the content of the file, either “application/pdf” or “application/zip”
descriptionStringOptional. Short description of the result
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the file
thumbnail_urlStringOptional. URL of the thumbnail (JPEG only) for the file
thumbnail_widthIntegerOptional. Thumbnail width
thumbnail_heightIntegerOptional. Thumbnail height
+

InlineQueryResultLocation

+

Represents a location on a map. By default, the location will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the location.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be location
idStringUnique identifier for this result, 1-64 Bytes
latitudeFloatLocation latitude in degrees
longitudeFloatLocation longitude in degrees
titleStringLocation title
horizontal_accuracyFloatOptional. The radius of uncertainty for the location, measured in meters; 0-1500
live_periodIntegerOptional. Period in seconds during which the location can be updated, should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely.
headingIntegerOptional. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.
proximity_alert_radiusIntegerOptional. For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the location
thumbnail_urlStringOptional. Url of the thumbnail for the result
thumbnail_widthIntegerOptional. Thumbnail width
thumbnail_heightIntegerOptional. Thumbnail height
+

InlineQueryResultVenue

+

Represents a venue. By default, the venue will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the venue.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be venue
idStringUnique identifier for this result, 1-64 Bytes
latitudeFloatLatitude of the venue location in degrees
longitudeFloatLongitude of the venue location in degrees
titleStringTitle of the venue
addressStringAddress of the venue
foursquare_idStringOptional. Foursquare identifier of the venue if known
foursquare_typeStringOptional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
google_place_idStringOptional. Google Places identifier of the venue
google_place_typeStringOptional. Google Places type of the venue. (See supported types.)
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the venue
thumbnail_urlStringOptional. Url of the thumbnail for the result
thumbnail_widthIntegerOptional. Thumbnail width
thumbnail_heightIntegerOptional. Thumbnail height
+

InlineQueryResultContact

+

Represents a contact with a phone number. By default, this contact will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the contact.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be contact
idStringUnique identifier for this result, 1-64 Bytes
phone_numberStringContact's phone number
first_nameStringContact's first name
last_nameStringOptional. Contact's last name
vcardStringOptional. Additional data about the contact in the form of a vCard, 0-2048 bytes
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the contact
thumbnail_urlStringOptional. Url of the thumbnail for the result
thumbnail_widthIntegerOptional. Thumbnail width
thumbnail_heightIntegerOptional. Thumbnail height
+

InlineQueryResultGame

+

Represents a Game.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be game
idStringUnique identifier for this result, 1-64 bytes
game_short_nameStringShort name of the game
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
+

InlineQueryResultCachedPhoto

+

Represents a link to a photo stored on the Telegram servers. By default, this photo will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the photo.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be photo
idStringUnique identifier for this result, 1-64 bytes
photo_file_idStringA valid file identifier of the photo
titleStringOptional. Title for the result
descriptionStringOptional. Short description of the result
captionStringOptional. Caption of the photo to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the photo caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptional. Pass True, if the caption must be shown above the message media
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the photo
+

InlineQueryResultCachedGif

+

Represents a link to an animated GIF file stored on the Telegram servers. By default, this animated GIF file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with specified content instead of the animation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be gif
idStringUnique identifier for this result, 1-64 bytes
gif_file_idStringA valid file identifier for the GIF file
titleStringOptional. Title for the result
captionStringOptional. Caption of the GIF file to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptional. Pass True, if the caption must be shown above the message media
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the GIF animation
+

InlineQueryResultCachedMpeg4Gif

+

Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers. By default, this animated MPEG-4 file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the animation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be mpeg4_gif
idStringUnique identifier for this result, 1-64 bytes
mpeg4_file_idStringA valid file identifier for the MPEG4 file
titleStringOptional. Title for the result
captionStringOptional. Caption of the MPEG-4 file to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptional. Pass True, if the caption must be shown above the message media
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the video animation
+

InlineQueryResultCachedSticker

+

Represents a link to a sticker stored on the Telegram servers. By default, this sticker will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the sticker.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be sticker
idStringUnique identifier for this result, 1-64 bytes
sticker_file_idStringA valid file identifier of the sticker
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the sticker
+

InlineQueryResultCachedDocument

+

Represents a link to a file stored on the Telegram servers. By default, this file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be document
idStringUnique identifier for this result, 1-64 bytes
titleStringTitle for the result
document_file_idStringA valid file identifier for the file
descriptionStringOptional. Short description of the result
captionStringOptional. Caption of the document to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the document caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the file
+

InlineQueryResultCachedVideo

+

Represents a link to a video file stored on the Telegram servers. By default, this video file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the video.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be video
idStringUnique identifier for this result, 1-64 bytes
video_file_idStringA valid file identifier for the video file
titleStringTitle for the result
descriptionStringOptional. Short description of the result
captionStringOptional. Caption of the video to be sent, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the video caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_mediaBooleanOptional. Pass True, if the caption must be shown above the message media
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the video
+

InlineQueryResultCachedVoice

+

Represents a link to a voice message stored on the Telegram servers. By default, this voice message will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the voice message.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be voice
idStringUnique identifier for this result, 1-64 bytes
voice_file_idStringA valid file identifier for the voice message
titleStringVoice message title
captionStringOptional. Caption, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the voice message caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the voice message
+

InlineQueryResultCachedAudio

+

Represents a link to an MP3 audio file stored on the Telegram servers. By default, this audio file will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the audio.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the result, must be audio
idStringUnique identifier for this result, 1-64 bytes
audio_file_idStringA valid file identifier for the audio file
captionStringOptional. Caption, 0-1024 characters after entities parsing
parse_modeStringOptional. Mode for parsing entities in the audio caption. See formatting options for more details.
caption_entitiesArray of MessageEntityOptional. List of special entities that appear in the caption, which can be specified instead of parse_mode
reply_markupInlineKeyboardMarkupOptional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional. Content of the message to be sent instead of the audio
+

InputMessageContent

+

This object represents the content of a message to be sent as a result of an inline query. Telegram clients currently support the following 5 types:

+ +

InputTextMessageContent

+

Represents the content of a text message to be sent as the result of an inline query.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
message_textStringText of the message to be sent, 1-4096 characters
parse_modeStringOptional. Mode for parsing entities in the message text. See formatting options for more details.
entitiesArray of MessageEntityOptional. List of special entities that appear in message text, which can be specified instead of parse_mode
link_preview_optionsLinkPreviewOptionsOptional. Link preview generation options for the message
+

InputLocationMessageContent

+

Represents the content of a location message to be sent as the result of an inline query.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
latitudeFloatLatitude of the location in degrees
longitudeFloatLongitude of the location in degrees
horizontal_accuracyFloatOptional. The radius of uncertainty for the location, measured in meters; 0-1500
live_periodIntegerOptional. Period in seconds during which the location can be updated, should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely.
headingIntegerOptional. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.
proximity_alert_radiusIntegerOptional. For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.
+

InputVenueMessageContent

+

Represents the content of a venue message to be sent as the result of an inline query.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
latitudeFloatLatitude of the venue in degrees
longitudeFloatLongitude of the venue in degrees
titleStringName of the venue
addressStringAddress of the venue
foursquare_idStringOptional. Foursquare identifier of the venue, if known
foursquare_typeStringOptional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
google_place_idStringOptional. Google Places identifier of the venue
google_place_typeStringOptional. Google Places type of the venue. (See supported types.)
+

InputContactMessageContent

+

Represents the content of a contact message to be sent as the result of an inline query.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
phone_numberStringContact's phone number
first_nameStringContact's first name
last_nameStringOptional. Contact's last name
vcardStringOptional. Additional data about the contact in the form of a vCard, 0-2048 bytes
+

InputInvoiceMessageContent

+

Represents the content of an invoice message to be sent as the result of an inline query.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
titleStringProduct name, 1-32 characters
descriptionStringProduct description, 1-255 characters
payloadStringBot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes.
provider_tokenStringOptional. Payment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars.
currencyStringThree-letter ISO 4217 currency code, see more on currencies. Pass “XTR” for payments in Telegram Stars.
pricesArray of LabeledPricePrice breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in Telegram Stars.
max_tip_amountIntegerOptional. The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in Telegram Stars.
suggested_tip_amountsArray of IntegerOptional. A JSON-serialized array of suggested amounts of tip in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount.
provider_dataStringOptional. A JSON-serialized object for data about the invoice, which will be shared with the payment provider. A detailed description of the required fields should be provided by the payment provider.
photo_urlStringOptional. URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service.
photo_sizeIntegerOptional. Photo size in bytes
photo_widthIntegerOptional. Photo width
photo_heightIntegerOptional. Photo height
need_nameBooleanOptional. Pass True if you require the user's full name to complete the order. Ignored for payments in Telegram Stars.
need_phone_numberBooleanOptional. Pass True if you require the user's phone number to complete the order. Ignored for payments in Telegram Stars.
need_emailBooleanOptional. Pass True if you require the user's email address to complete the order. Ignored for payments in Telegram Stars.
need_shipping_addressBooleanOptional. Pass True if you require the user's shipping address to complete the order. Ignored for payments in Telegram Stars.
send_phone_number_to_providerBooleanOptional. Pass True if the user's phone number should be sent to the provider. Ignored for payments in Telegram Stars.
send_email_to_providerBooleanOptional. Pass True if the user's email address should be sent to the provider. Ignored for payments in Telegram Stars.
is_flexibleBooleanOptional. Pass True if the final price depends on the shipping method. Ignored for payments in Telegram Stars.
+

ChosenInlineResult

+

Represents a result of an inline query that was chosen by the user and sent to their chat partner.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
result_idStringThe unique identifier for the result that was chosen
fromUserThe user that chose the result
locationLocationOptional. Sender location, only for bots that require user location
inline_message_idStringOptional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. Will be also received in callback queries and can be used to edit the message.
queryStringThe query that was used to obtain the result
+

Note: It is necessary to enable inline feedback via @BotFather in order to receive these objects in updates.

+

answerWebAppQuery

+

Use this method to set the result of an interaction with a Web App and send a corresponding message on behalf of the user to the chat from which the query originated. On success, a SentWebAppMessage object is returned.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
web_app_query_idStringYesUnique identifier for the query to be answered
resultInlineQueryResultYesA JSON-serialized object describing the message to be sent
+

SentWebAppMessage

+

Describes an inline message sent by a Web App on behalf of a user.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
inline_message_idStringOptional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message.
+

savePreparedInlineMessage

+

Stores a message that can be sent by a user of a Mini App. Returns a PreparedInlineMessage object.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesUnique identifier of the target user that can use the prepared message
resultInlineQueryResultYesA JSON-serialized object describing the message to be sent
allow_user_chatsBooleanOptionalPass True if the message can be sent to private chats with users
allow_bot_chatsBooleanOptionalPass True if the message can be sent to private chats with bots
allow_group_chatsBooleanOptionalPass True if the message can be sent to group and supergroup chats
allow_channel_chatsBooleanOptionalPass True if the message can be sent to channel chats
+

PreparedInlineMessage

+

Describes an inline message to be sent by a user of a Mini App.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idStringUnique identifier of the prepared message
expiration_dateIntegerExpiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used
+

Payments

+

Your bot can accept payments from Telegram users. Please see the introduction to payments for more details on the process and how to set up payments for your bot.

+

sendInvoice

+

Use this method to send invoices. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
chat_idInteger or StringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername)
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
titleStringYesProduct name, 1-32 characters
descriptionStringYesProduct description, 1-255 characters
payloadStringYesBot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes.
provider_tokenStringOptionalPayment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars.
currencyStringYesThree-letter ISO 4217 currency code, see more on currencies. Pass “XTR” for payments in Telegram Stars.
pricesArray of LabeledPriceYesPrice breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in Telegram Stars.
max_tip_amountIntegerOptionalThe maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in Telegram Stars.
suggested_tip_amountsArray of IntegerOptionalA JSON-serialized array of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount.
start_parameterStringOptionalUnique deep-linking parameter. If left empty, forwarded copies of the sent message will have a Pay button, allowing multiple users to pay directly from the forwarded message, using the same invoice. If non-empty, forwarded copies of the sent message will have a URL button with a deep link to the bot (instead of a Pay button), with the value used as the start parameter
provider_dataStringOptionalJSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider.
photo_urlStringOptionalURL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for.
photo_sizeIntegerOptionalPhoto size in bytes
photo_widthIntegerOptionalPhoto width
photo_heightIntegerOptionalPhoto height
need_nameBooleanOptionalPass True if you require the user's full name to complete the order. Ignored for payments in Telegram Stars.
need_phone_numberBooleanOptionalPass True if you require the user's phone number to complete the order. Ignored for payments in Telegram Stars.
need_emailBooleanOptionalPass True if you require the user's email address to complete the order. Ignored for payments in Telegram Stars.
need_shipping_addressBooleanOptionalPass True if you require the user's shipping address to complete the order. Ignored for payments in Telegram Stars.
send_phone_number_to_providerBooleanOptionalPass True if the user's phone number should be sent to the provider. Ignored for payments in Telegram Stars.
send_email_to_providerBooleanOptionalPass True if the user's email address should be sent to the provider. Ignored for payments in Telegram Stars.
is_flexibleBooleanOptionalPass True if the final price depends on the shipping method. Ignored for payments in Telegram Stars.
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkupOptionalA JSON-serialized object for an inline keyboard. If empty, one 'Pay total price' button will be shown. If not empty, the first button must be a Pay button.
+

createInvoiceLink

+

Use this method to create a link for an invoice. Returns the created invoice link as String on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the link will be created. For payments in Telegram Stars only.
titleStringYesProduct name, 1-32 characters
descriptionStringYesProduct description, 1-255 characters
payloadStringYesBot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes.
provider_tokenStringOptionalPayment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars.
currencyStringYesThree-letter ISO 4217 currency code, see more on currencies. Pass “XTR” for payments in Telegram Stars.
pricesArray of LabeledPriceYesPrice breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in Telegram Stars.
subscription_periodIntegerOptionalThe number of seconds the subscription will be active for before the next payment. The currency must be set to “XTR” (Telegram Stars) if the parameter is used. Currently, it must always be 2592000 (30 days) if specified. Any number of subscriptions can be active for a given bot at the same time, including multiple concurrent subscriptions from the same user.
max_tip_amountIntegerOptionalThe maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in Telegram Stars.
suggested_tip_amountsArray of IntegerOptionalA JSON-serialized array of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount.
provider_dataStringOptionalJSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider.
photo_urlStringOptionalURL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service.
photo_sizeIntegerOptionalPhoto size in bytes
photo_widthIntegerOptionalPhoto width
photo_heightIntegerOptionalPhoto height
need_nameBooleanOptionalPass True if you require the user's full name to complete the order. Ignored for payments in Telegram Stars.
need_phone_numberBooleanOptionalPass True if you require the user's phone number to complete the order. Ignored for payments in Telegram Stars.
need_emailBooleanOptionalPass True if you require the user's email address to complete the order. Ignored for payments in Telegram Stars.
need_shipping_addressBooleanOptionalPass True if you require the user's shipping address to complete the order. Ignored for payments in Telegram Stars.
send_phone_number_to_providerBooleanOptionalPass True if the user's phone number should be sent to the provider. Ignored for payments in Telegram Stars.
send_email_to_providerBooleanOptionalPass True if the user's email address should be sent to the provider. Ignored for payments in Telegram Stars.
is_flexibleBooleanOptionalPass True if the final price depends on the shipping method. Ignored for payments in Telegram Stars.
+

answerShippingQuery

+

If you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the Bot API will send an Update with a shipping_query field to the bot. Use this method to reply to shipping queries. On success, True is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
shipping_query_idStringYesUnique identifier for the query to be answered
okBooleanYesPass True if delivery to the specified address is possible and False if there are any problems (for example, if delivery to the specified address is not possible)
shipping_optionsArray of ShippingOptionOptionalRequired if ok is True. A JSON-serialized array of available shipping options.
error_messageStringOptionalRequired if ok is False. Error message in human readable form that explains why it is impossible to complete the order (e.g. "Sorry, delivery to your desired address is unavailable'). Telegram will display this message to the user.
+

answerPreCheckoutQuery

+

Once the user has confirmed their payment and shipping details, the Bot API sends the final confirmation in the form of an Update with the field pre_checkout_query. Use this method to respond to such pre-checkout queries. On success, True is returned. Note: The Bot API must receive an answer within 10 seconds after the pre-checkout query was sent.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
pre_checkout_query_idStringYesUnique identifier for the query to be answered
okBooleanYesSpecify True if everything is alright (goods are available, etc.) and the bot is ready to proceed with the order. Use False if there are any problems.
error_messageStringOptionalRequired if ok is False. Error message in human readable form that explains the reason for failure to proceed with the checkout (e.g. "Sorry, somebody just bought the last of our amazing black T-shirts while you were busy filling out your payment details. Please choose a different color or garment!"). Telegram will display this message to the user.
+

getStarTransactions

+

Returns the bot's Telegram Star transactions in chronological order. On success, returns a StarTransactions object.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
offsetIntegerOptionalNumber of transactions to skip in the response
limitIntegerOptionalThe maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100.
+

refundStarPayment

+

Refunds a successful payment in Telegram Stars. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesIdentifier of the user whose payment will be refunded
telegram_payment_charge_idStringYesTelegram payment identifier
+

editUserStarSubscription

+

Allows the bot to cancel or re-enable extension of a subscription paid in Telegram Stars. Returns True on success.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesIdentifier of the user whose subscription will be edited
telegram_payment_charge_idStringYesTelegram payment identifier for the subscription
is_canceledBooleanYesPass True to cancel extension of the user subscription; the subscription must be active up to the end of the current subscription period. Pass False to allow the user to re-enable a subscription that was previously canceled by the bot.
+

LabeledPrice

+

This object represents a portion of the price for goods or services.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
labelStringPortion label
amountIntegerPrice of the product in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).
+

Invoice

+

This object contains basic information about an invoice.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
titleStringProduct name
descriptionStringProduct description
start_parameterStringUnique bot deep-linking parameter that can be used to generate this invoice
currencyStringThree-letter ISO 4217 currency code, or “XTR” for payments in Telegram Stars
total_amountIntegerTotal price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).
+

ShippingAddress

+

This object represents a shipping address.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
country_codeStringTwo-letter ISO 3166-1 alpha-2 country code
stateStringState, if applicable
cityStringCity
street_line1StringFirst line for the address
street_line2StringSecond line for the address
post_codeStringAddress post code
+

OrderInfo

+

This object represents information about an order.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
nameStringOptional. User name
phone_numberStringOptional. User's phone number
emailStringOptional. User email
shipping_addressShippingAddressOptional. User shipping address
+

ShippingOption

+

This object represents one shipping option.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idStringShipping option identifier
titleStringOption title
pricesArray of LabeledPriceList of price portions
+

SuccessfulPayment

+

This object contains basic information about a successful payment.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
currencyStringThree-letter ISO 4217 currency code, or “XTR” for payments in Telegram Stars
total_amountIntegerTotal price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).
invoice_payloadStringBot-specified invoice payload
subscription_expiration_dateIntegerOptional. Expiration date of the subscription, in Unix time; for recurring payments only
is_recurringTrueOptional. True, if the payment is a recurring payment for a subscription
is_first_recurringTrueOptional. True, if the payment is the first payment for a subscription
shipping_option_idStringOptional. Identifier of the shipping option chosen by the user
order_infoOrderInfoOptional. Order information provided by the user
telegram_payment_charge_idStringTelegram payment identifier
provider_payment_charge_idStringProvider payment identifier
+

RefundedPayment

+

This object contains basic information about a refunded payment.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
currencyStringThree-letter ISO 4217 currency code, or “XTR” for payments in Telegram Stars. Currently, always “XTR”
total_amountIntegerTotal refunded price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45, total_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).
invoice_payloadStringBot-specified invoice payload
telegram_payment_charge_idStringTelegram payment identifier
provider_payment_charge_idStringOptional. Provider payment identifier
+

ShippingQuery

+

This object contains information about an incoming shipping query.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idStringUnique query identifier
fromUserUser who sent the query
invoice_payloadStringBot-specified invoice payload
shipping_addressShippingAddressUser specified shipping address
+

PreCheckoutQuery

+

This object contains information about an incoming pre-checkout query.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idStringUnique query identifier
fromUserUser who sent the query
currencyStringThree-letter ISO 4217 currency code, or “XTR” for payments in Telegram Stars
total_amountIntegerTotal price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).
invoice_payloadStringBot-specified invoice payload
shipping_option_idStringOptional. Identifier of the shipping option chosen by the user
order_infoOrderInfoOptional. Order information provided by the user
+

PaidMediaPurchased

+

This object contains information about a paid media purchase.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
fromUserUser who purchased the media
paid_media_payloadStringBot-specified paid media payload
+

RevenueWithdrawalState

+

This object describes the state of a revenue withdrawal operation. Currently, it can be one of

+ +

RevenueWithdrawalStatePending

+

The withdrawal is in progress.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the state, always “pending”
+

RevenueWithdrawalStateSucceeded

+

The withdrawal succeeded.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the state, always “succeeded”
dateIntegerDate the withdrawal was completed in Unix time
urlStringAn HTTPS URL that can be used to see transaction details
+

RevenueWithdrawalStateFailed

+

The withdrawal failed and the transaction was refunded.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the state, always “failed”
+

TransactionPartner

+

This object describes the source of a transaction, or its recipient for outgoing transactions. Currently, it can be one of

+ +

TransactionPartnerUser

+

Describes a transaction with a user.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the transaction partner, always “user”
userUserInformation about the user
invoice_payloadStringOptional. Bot-specified invoice payload
subscription_periodIntegerOptional. The duration of the paid subscription
paid_mediaArray of PaidMediaOptional. Information about the paid media bought by the user
paid_media_payloadStringOptional. Bot-specified paid media payload
giftGiftOptional. The gift sent to the user by the bot
+

TransactionPartnerFragment

+

Describes a withdrawal transaction with Fragment.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the transaction partner, always “fragment”
withdrawal_stateRevenueWithdrawalStateOptional. State of the transaction if the transaction is outgoing
+

TransactionPartnerTelegramAds

+

Describes a withdrawal transaction to the Telegram Ads platform.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the transaction partner, always “telegram_ads”
+

TransactionPartnerTelegramApi

+

Describes a transaction with payment for paid broadcasting.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the transaction partner, always “telegram_api”
request_countIntegerThe number of successful requests that exceeded regular limits and were therefore billed
+

TransactionPartnerOther

+

Describes a transaction with an unknown source or recipient.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringType of the transaction partner, always “other”
+

StarTransaction

+

Describes a Telegram Star transaction.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idStringUnique identifier of the transaction. Coincides with the identifier of the original transaction for refund transactions. Coincides with SuccessfulPayment.telegram_payment_charge_id for successful incoming payments from users.
amountIntegerNumber of Telegram Stars transferred by the transaction
dateIntegerDate the transaction was created in Unix time
sourceTransactionPartnerOptional. Source of an incoming transaction (e.g., a user purchasing goods or services, Fragment refunding a failed withdrawal). Only for incoming transactions
receiverTransactionPartnerOptional. Receiver of an outgoing transaction (e.g., a user for a purchase refund, Fragment for a withdrawal). Only for outgoing transactions
+

StarTransactions

+

Contains a list of Telegram Star transactions.

+ + + + + + + + + + + + + + + +
FieldTypeDescription
transactionsArray of StarTransactionThe list of transactions
+

Telegram Passport

+

Telegram Passport is a unified authorization method for services that require personal identification. Users can upload their documents once, then instantly share their data with services that require real-world ID (finance, ICOs, etc.). Please see the manual for details.

+

PassportData

+

Describes Telegram Passport data shared with the bot by the user.

+ + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
dataArray of EncryptedPassportElementArray with information about documents and other Telegram Passport elements that was shared with the bot
credentialsEncryptedCredentialsEncrypted credentials required to decrypt the data
+

PassportFile

+

This object represents a file uploaded to Telegram Passport. Currently all Telegram Passport files are in JPEG format when decrypted and don't exceed 10MB.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
file_idStringIdentifier for this file, which can be used to download or reuse the file
file_unique_idStringUnique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
file_sizeIntegerFile size in bytes
file_dateIntegerUnix time when the file was uploaded
+

EncryptedPassportElement

+

Describes documents or other Telegram Passport elements shared with the bot by the user.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
typeStringElement type. One of “personal_details”, “passport”, “driver_license”, “identity_card”, “internal_passport”, “address”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”, “phone_number”, “email”.
dataStringOptional. Base64-encoded encrypted Telegram Passport element data provided by the user; available only for “personal_details”, “passport”, “driver_license”, “identity_card”, “internal_passport” and “address” types. Can be decrypted and verified using the accompanying EncryptedCredentials.
phone_numberStringOptional. User's verified phone number; available only for “phone_number” type
emailStringOptional. User's verified email address; available only for “email” type
filesArray of PassportFileOptional. Array of encrypted files with documents provided by the user; available only for “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration” and “temporary_registration” types. Files can be decrypted and verified using the accompanying EncryptedCredentials.
front_sidePassportFileOptional. Encrypted file with the front side of the document, provided by the user; available only for “passport”, “driver_license”, “identity_card” and “internal_passport”. The file can be decrypted and verified using the accompanying EncryptedCredentials.
reverse_sidePassportFileOptional. Encrypted file with the reverse side of the document, provided by the user; available only for “driver_license” and “identity_card”. The file can be decrypted and verified using the accompanying EncryptedCredentials.
selfiePassportFileOptional. Encrypted file with the selfie of the user holding a document, provided by the user; available if requested for “passport”, “driver_license”, “identity_card” and “internal_passport”. The file can be decrypted and verified using the accompanying EncryptedCredentials.
translationArray of PassportFileOptional. Array of encrypted files with translated versions of documents provided by the user; available if requested for “passport”, “driver_license”, “identity_card”, “internal_passport”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration” and “temporary_registration” types. Files can be decrypted and verified using the accompanying EncryptedCredentials.
hashStringBase64-encoded element hash for using in PassportElementErrorUnspecified
+

EncryptedCredentials

+

Describes data required for decrypting and authenticating EncryptedPassportElement. See the Telegram Passport Documentation for a complete description of the data decryption and authentication processes.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
dataStringBase64-encoded encrypted JSON-serialized data with unique user's payload, data hashes and secrets required for EncryptedPassportElement decryption and authentication
hashStringBase64-encoded data hash for data authentication
secretStringBase64-encoded secret, encrypted with the bot's public RSA key, required for data decryption
+

setPassportDataErrors

+

Informs a user that some of the Telegram Passport elements they provided contains errors. The user will not be able to re-submit their Passport to you until the errors are fixed (the contents of the field for which you returned the error must change). Returns True on success.

+

Use this if the data submitted by the user doesn't satisfy the standards your service requires for any reason. For example, if a birthday date seems invalid, a submitted document is blurry, a scan shows evidence of tampering, etc. Supply some details in the error message to make sure the user knows how to correct the issues.

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesUser identifier
errorsArray of PassportElementErrorYesA JSON-serialized array describing the errors
+

PassportElementError

+

This object represents an error in the Telegram Passport element which was submitted that should be resolved by the user. It should be one of:

+ +

PassportElementErrorDataField

+

Represents an issue in one of the data fields that was provided by the user. The error is considered resolved when the field's value changes.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
sourceStringError source, must be data
typeStringThe section of the user's Telegram Passport which has the error, one of “personal_details”, “passport”, “driver_license”, “identity_card”, “internal_passport”, “address”
field_nameStringName of the data field which has the error
data_hashStringBase64-encoded data hash
messageStringError message
+

PassportElementErrorFrontSide

+

Represents an issue with the front side of a document. The error is considered resolved when the file with the front side of the document changes.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
sourceStringError source, must be front_side
typeStringThe section of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport”
file_hashStringBase64-encoded hash of the file with the front side of the document
messageStringError message
+

PassportElementErrorReverseSide

+

Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
sourceStringError source, must be reverse_side
typeStringThe section of the user's Telegram Passport which has the issue, one of “driver_license”, “identity_card”
file_hashStringBase64-encoded hash of the file with the reverse side of the document
messageStringError message
+

PassportElementErrorSelfie

+

Represents an issue with the selfie with a document. The error is considered resolved when the file with the selfie changes.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
sourceStringError source, must be selfie
typeStringThe section of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport”
file_hashStringBase64-encoded hash of the file with the selfie
messageStringError message
+

PassportElementErrorFile

+

Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
sourceStringError source, must be file
typeStringThe section of the user's Telegram Passport which has the issue, one of “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”
file_hashStringBase64-encoded file hash
messageStringError message
+

PassportElementErrorFiles

+

Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
sourceStringError source, must be files
typeStringThe section of the user's Telegram Passport which has the issue, one of “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”
file_hashesArray of StringList of base64-encoded file hashes
messageStringError message
+

PassportElementErrorTranslationFile

+

Represents an issue with one of the files that constitute the translation of a document. The error is considered resolved when the file changes.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
sourceStringError source, must be translation_file
typeStringType of element of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”
file_hashStringBase64-encoded file hash
messageStringError message
+

PassportElementErrorTranslationFiles

+

Represents an issue with the translated version of a document. The error is considered resolved when a file with the document translation change.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
sourceStringError source, must be translation_files
typeStringType of element of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”
file_hashesArray of StringList of base64-encoded file hashes
messageStringError message
+

PassportElementErrorUnspecified

+

Represents an issue in an unspecified place. The error is considered resolved when new data is added.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
sourceStringError source, must be unspecified
typeStringType of element of the user's Telegram Passport which has the issue
element_hashStringBase64-encoded element hash
messageStringError message
+

Games

+

Your bot can offer users HTML5 games to play solo or to compete against each other in groups and one-on-one chats. Create games via @BotFather using the /newgame command. Please note that this kind of power requires responsibility: you will need to accept the terms for each game that your bots will be offering.

+
    +
  • Games are a new type of content on Telegram, represented by the Game and InlineQueryResultGame objects.
  • +
  • Once you've created a game via BotFather, you can send games to chats as regular messages using the sendGame method, or use inline mode with InlineQueryResultGame.
  • +
  • If you send the game message without any buttons, it will automatically have a 'Play GameName' button. When this button is pressed, your bot gets a CallbackQuery with the game_short_name of the requested game. You provide the correct URL for this particular user and the app opens the game in the in-app browser.
  • +
  • You can manually add multiple buttons to your game message. Please note that the first button in the first row must always launch the game, using the field callback_game in InlineKeyboardButton. You can add extra buttons according to taste: e.g., for a description of the rules, or to open the game's official community.
  • +
  • To make your game more attractive, you can upload a GIF animation that demonstrates the game to the users via BotFather (see Lumberjack for example).
  • +
  • A game message will also display high scores for the current chat. Use setGameScore to post high scores to the chat with the game, add the disable_edit_message parameter to disable automatic update of the message with the current scoreboard.
  • +
  • Use getGameHighScores to get data for in-game high score tables.
  • +
  • You can also add an extra sharing button for users to share their best score to different chats.
  • +
  • For examples of what can be done using this new stuff, check the @gamebot and @gamee bots.
  • +
+

sendGame

+

Use this method to send a game. On success, the sent Message is returned.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
business_connection_idStringOptionalUnique identifier of the business connection on behalf of which the message will be sent
chat_idIntegerYesUnique identifier for the target chat
message_thread_idIntegerOptionalUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
game_short_nameStringYesShort name of the game, serves as the unique identifier for the game. Set up your games via @BotFather.
disable_notificationBooleanOptionalSends the message silently. Users will receive a notification with no sound.
protect_contentBooleanOptionalProtects the contents of the sent message from forwarding and saving
allow_paid_broadcastBooleanOptionalPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance
message_effect_idStringOptionalUnique identifier of the message effect to be added to the message; for private chats only
reply_parametersReplyParametersOptionalDescription of the message to reply to
reply_markupInlineKeyboardMarkupOptionalA JSON-serialized object for an inline keyboard. If empty, one 'Play game_title' button will be shown. If not empty, the first button must launch the game.
+

Game

+

This object represents a game. Use BotFather to create and edit games, their short names will act as unique identifiers.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
titleStringTitle of the game
descriptionStringDescription of the game
photoArray of PhotoSizePhoto that will be displayed in the game message in chats.
textStringOptional. Brief description of the game or high scores included in the game message. Can be automatically edited to include current high scores for the game when the bot calls setGameScore, or manually edited using editMessageText. 0-4096 characters.
text_entitiesArray of MessageEntityOptional. Special entities that appear in text, such as usernames, URLs, bot commands, etc.
animationAnimationOptional. Animation that will be displayed in the game message in chats. Upload via BotFather
+

CallbackGame

+

A placeholder, currently holds no information. Use BotFather to set up your game.

+

setGameScore

+

Use this method to set the score of the specified user in a game message. On success, if the message is not an inline message, the Message is returned, otherwise True is returned. Returns an error, if the new score is not greater than the user's current score in the chat and force is False.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesUser identifier
scoreIntegerYesNew score, must be non-negative
forceBooleanOptionalPass True if the high score is allowed to decrease. This can be useful when fixing mistakes or banning cheaters
disable_edit_messageBooleanOptionalPass True if the game message should not be automatically edited to include the current scoreboard
chat_idIntegerOptionalRequired if inline_message_id is not specified. Unique identifier for the target chat
message_idIntegerOptionalRequired if inline_message_id is not specified. Identifier of the sent message
inline_message_idStringOptionalRequired if chat_id and message_id are not specified. Identifier of the inline message
+

getGameHighScores

+

Use this method to get data for high score tables. Will return the score of the specified user and several of their neighbors in a game. Returns an Array of GameHighScore objects.

+
+

This method will currently return scores for the target user, plus two of their closest neighbors on each side. Will also return the top three users if the user and their neighbors are not among them. Please note that this behavior is subject to change.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterTypeRequiredDescription
user_idIntegerYesTarget user id
chat_idIntegerOptionalRequired if inline_message_id is not specified. Unique identifier for the target chat
message_idIntegerOptionalRequired if inline_message_id is not specified. Identifier of the sent message
inline_message_idStringOptionalRequired if chat_id and message_id are not specified. Identifier of the inline message
+

GameHighScore

+

This object represents one row of the high scores table for a game.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
positionIntegerPosition in high score table for the game
userUserUser
scoreIntegerScore
+
+

And that's about all we've got for now.
If you've got any questions, please check out our Bot FAQ »

+
+ +
+ +
+
+ +
+ + + + + + + + diff --git a/core-gen/src/main/resources/api800.json b/core-gen/src/main/resources/api800.json new file mode 100644 index 0000000..c4986da --- /dev/null +++ b/core-gen/src/main/resources/api800.json @@ -0,0 +1,17326 @@ +{ + "version": { + "major": 8, + "minor": 0, + "patch": 0 + }, + "recent_changes": { + "year": 2024, + "month": 11, + "day": 17 + }, + "methods": [ + { + "name": "getUpdates", + "description": "Use this method to receive incoming updates using long polling ([wiki](https://en.wikipedia.org/wiki/Push_technology#Long_polling)). Returns an Array of [Update](https://core.telegram.org/bots/api/#update) objects.", + "arguments": [ + { + "name": "offset", + "description": "Identifier of the first update to be returned. Must be greater by one than the highest among the identifiers of previously received updates. By default, updates starting with the earliest unconfirmed update are returned. An update is considered confirmed as soon as [getUpdates](https://core.telegram.org/bots/api/#getupdates) is called with an *offset* higher than its *update\\_id*. The negative offset can be specified to retrieve updates starting from *-offset* update from the end of the updates queue. All previous updates will be forgotten.", + "required": false, + "type": "integer" + }, + { + "name": "limit", + "description": "Limits the number of updates to be retrieved. Values between 1-100 are accepted. Defaults to 100.", + "required": false, + "type": "integer", + "default": 100, + "min": 1, + "max": 100 + }, + { + "name": "timeout", + "description": "Timeout in seconds for long polling. Defaults to 0, i.e. usual short polling. Should be positive, short polling should be used for testing purposes only.", + "required": false, + "type": "integer", + "default": 0 + }, + { + "name": "allowed_updates", + "description": "A JSON-serialized list of the update types you want your bot to receive. For example, specify `[\"message\", \"edited_channel_post\", \"callback_query\"]` to only receive updates of these types. See [Update](https://core.telegram.org/bots/api/#update) for a complete list of available update types. Specify an empty list to receive all update types except *chat\\_member*, *message\\_reaction*, and *message\\_reaction\\_count* (default). If not specified, the previous setting will be used. \n\nPlease note that this parameter doesn't affect updates created before the call to the getUpdates, so unwanted updates may be received for a short period of time.", + "required": false, + "type": "array", + "array": { + "type": "string" + } + } + ], + "multipart_only": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "Update" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#getupdates" + }, + { + "name": "setWebhook", + "description": "Use this method to specify a URL and receive incoming updates via an outgoing webhook. Whenever there is an update for the bot, we will send an HTTPS POST request to the specified URL, containing a JSON-serialized [Update](https://core.telegram.org/bots/api/#update). In case of an unsuccessful request, we will give up after a reasonable amount of attempts. Returns *True* on success.\n\nIf you'd like to make sure that the webhook was set by you, you can specify secret data in the parameter *secret\\_token*. If specified, the request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the secret token as content.", + "arguments": [ + { + "name": "url", + "description": "HTTPS URL to send updates to. Use an empty string to remove webhook integration", + "required": true, + "type": "string" + }, + { + "name": "certificate", + "description": "Upload your public key certificate so that the root certificate in use can be checked. See our [self-signed guide](https://core.telegram.org/bots/self-signed) for details.", + "required": false, + "type": "reference", + "reference": "InputFile" + }, + { + "name": "ip_address", + "description": "The fixed IP address which will be used to send webhook requests instead of the IP address resolved through DNS", + "required": false, + "type": "string" + }, + { + "name": "max_connections", + "description": "The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery, 1-100. Defaults to *40*. Use lower values to limit the load on your bot's server, and higher values to increase your bot's throughput.", + "required": false, + "type": "integer", + "default": 40 + }, + { + "name": "allowed_updates", + "description": "A JSON-serialized list of the update types you want your bot to receive. For example, specify `[\"message\", \"edited_channel_post\", \"callback_query\"]` to only receive updates of these types. See [Update](https://core.telegram.org/bots/api/#update) for a complete list of available update types. Specify an empty list to receive all update types except *chat\\_member*, *message\\_reaction*, and *message\\_reaction\\_count* (default). If not specified, the previous setting will be used. \nPlease note that this parameter doesn't affect updates created before the call to the setWebhook, so unwanted updates may be received for a short period of time.", + "required": false, + "type": "array", + "array": { + "type": "string" + } + }, + { + "name": "drop_pending_updates", + "description": "Pass *True* to drop all pending updates", + "required": false, + "type": "bool" + }, + { + "name": "secret_token", + "description": "A secret token to be sent in a header “X-Telegram-Bot-Api-Secret-Token” in every webhook request, 1-256 characters. Only characters `A-Z`, `a-z`, `0-9`, `_` and `-` are allowed. The header is useful to ensure that the request comes from a webhook set by you.", + "required": false, + "type": "string", + "min_len": 1, + "max_len": 256 + } + ], + "multipart_only": true, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setwebhook" + }, + { + "name": "deleteWebhook", + "description": "Use this method to remove webhook integration if you decide to switch back to [getUpdates](https://core.telegram.org/bots/api/#getupdates). Returns *True* on success.", + "arguments": [ + { + "name": "drop_pending_updates", + "description": "Pass *True* to drop all pending updates", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletewebhook" + }, + { + "name": "getWebhookInfo", + "description": "Use this method to get current webhook status. Requires no parameters. On success, returns a [WebhookInfo](https://core.telegram.org/bots/api/#webhookinfo) object. If the bot is using [getUpdates](https://core.telegram.org/bots/api/#getupdates), will return an object with the *url* field empty.", + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "WebhookInfo" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getwebhookinfo" + }, + { + "name": "getMe", + "description": "A simple method for testing your bot's authentication token. Requires no parameters. Returns basic information about the bot in form of a [User](https://core.telegram.org/bots/api/#user) object.", + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "User" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getme" + }, + { + "name": "logOut", + "description": "Use this method to log out from the cloud Bot API server before launching the bot locally. You **must** log out the bot before running it locally, otherwise there is no guarantee that the bot will receive updates. After a successful call, you can immediately log in on a local server, but will not be able to log in back to the cloud Bot API server for 10 minutes. Returns *True* on success. Requires no parameters.", + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#logout" + }, + { + "name": "close", + "description": "Use this method to close the bot instance before moving it from one local server to another. You need to delete the webhook before calling this method to ensure that the bot isn't launched again after server restart. The method will return error 429 in the first 10 minutes after the bot is launched. Returns *True* on success. Requires no parameters.", + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#close" + }, + { + "name": "sendMessage", + "description": "Use this method to send text messages. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "text", + "description": "Text of the message to be sent, 1-4096 characters after entities parsing", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 4096 + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the message text. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "entities", + "description": "A JSON-serialized list of special entities that appear in message text, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "link_preview_options", + "description": "Link preview generation options for the message", + "required": false, + "type": "reference", + "reference": "LinkPreviewOptions" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendmessage" + }, + { + "name": "forwardMessage", + "description": "Use this method to forward messages of any kind. Service messages and messages with protected content can't be forwarded. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "from_chat_id", + "description": "Unique identifier for the chat where the original message was sent (or channel username in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the forwarded message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "message_id", + "description": "Message identifier in the chat specified in *from\\_chat\\_id*", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#forwardmessage" + }, + { + "name": "forwardMessages", + "description": "Use this method to forward multiple messages of any kind. If some of the specified messages can't be found or forwarded, they are skipped. Service messages and messages with protected content can't be forwarded. Album grouping is kept for forwarded messages. On success, an array of [MessageId](https://core.telegram.org/bots/api/#messageid) of the sent messages is returned.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "from_chat_id", + "description": "Unique identifier for the chat where the original messages were sent (or channel username in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_ids", + "description": "A JSON-serialized list of 1-100 identifiers of messages in the chat *from\\_chat\\_id* to forward. The identifiers must be specified in a strictly increasing order.", + "required": true, + "type": "array", + "array": { + "type": "integer" + } + }, + { + "name": "disable_notification", + "description": "Sends the messages [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the forwarded messages from forwarding and saving", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageId" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#forwardmessages" + }, + { + "name": "copyMessage", + "description": "Use this method to copy messages of any kind. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz [poll](https://core.telegram.org/bots/api/#poll) can be copied only if the value of the field *correct\\_option\\_id* is known to the bot. The method is analogous to the method [forwardMessage](https://core.telegram.org/bots/api/#forwardmessage), but the copied message doesn't have a link to the original message. Returns the [MessageId](https://core.telegram.org/bots/api/#messageid) of the sent message on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "from_chat_id", + "description": "Unique identifier for the chat where the original message was sent (or channel username in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_id", + "description": "Message identifier in the chat specified in *from\\_chat\\_id*", + "required": true, + "type": "integer" + }, + { + "name": "caption", + "description": "New caption for media, 0-1024 characters after entities parsing. If not specified, the original caption is kept", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the new caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "Pass *True*, if the caption must be shown above the message media. Ignored if a new caption isn't specified.", + "required": false, + "type": "bool" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "MessageId" + }, + "documentation_link": "https://core.telegram.org/bots/api/#copymessage" + }, + { + "name": "copyMessages", + "description": "Use this method to copy messages of any kind. If some of the specified messages can't be found or copied, they are skipped. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz [poll](https://core.telegram.org/bots/api/#poll) can be copied only if the value of the field *correct\\_option\\_id* is known to the bot. The method is analogous to the method [forwardMessages](https://core.telegram.org/bots/api/#forwardmessages), but the copied messages don't have a link to the original message. Album grouping is kept for copied messages. On success, an array of [MessageId](https://core.telegram.org/bots/api/#messageid) of the sent messages is returned.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "from_chat_id", + "description": "Unique identifier for the chat where the original messages were sent (or channel username in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_ids", + "description": "A JSON-serialized list of 1-100 identifiers of messages in the chat *from\\_chat\\_id* to copy. The identifiers must be specified in a strictly increasing order.", + "required": true, + "type": "array", + "array": { + "type": "integer" + } + }, + { + "name": "disable_notification", + "description": "Sends the messages [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent messages from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "remove_caption", + "description": "Pass *True* to copy the messages without their captions", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageId" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#copymessages" + }, + { + "name": "sendPhoto", + "description": "Use this method to send photos. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "photo", + "description": "Photo to send. Pass a file\\_id as String to send a photo that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a photo from the Internet, or upload a new photo using multipart/form-data. The photo must be at most 10 MB in size. The photo's width and height must not exceed 10000 in total. Width and height ratio must be at most 20. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "caption", + "description": "Photo caption (may also be used when resending photos by *file\\_id*), 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the photo caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "has_spoiler", + "description": "Pass *True* if the photo needs to be covered with a spoiler animation", + "required": false, + "type": "bool" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendphoto" + }, + { + "name": "sendAudio", + "description": "Use this method to send audio files, if you want Telegram clients to display them in the music player. Your audio must be in the .MP3 or .M4A format. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send audio files of up to 50 MB in size, this limit may be changed in the future.\n\nFor sending voice messages, use the [sendVoice](https://core.telegram.org/bots/api/#sendvoice) method instead.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "audio", + "description": "Audio file to send. Pass a file\\_id as String to send an audio file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get an audio file from the Internet, or upload a new one using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "caption", + "description": "Audio caption, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the audio caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "duration", + "description": "Duration of the audio in seconds", + "required": false, + "type": "integer" + }, + { + "name": "performer", + "description": "Performer", + "required": false, + "type": "string" + }, + { + "name": "title", + "description": "Track name", + "required": false, + "type": "string" + }, + { + "name": "thumbnail", + "description": "Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendaudio" + }, + { + "name": "sendDocument", + "description": "Use this method to send general files. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send files of any type of up to 50 MB in size, this limit may be changed in the future.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "document", + "description": "File to send. Pass a file\\_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "thumbnail", + "description": "Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "caption", + "description": "Document caption (may also be used when resending documents by *file\\_id*), 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the document caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "disable_content_type_detection", + "description": "Disables automatic server-side content type detection for files uploaded using multipart/form-data", + "required": false, + "type": "bool" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#senddocument" + }, + { + "name": "sendVideo", + "description": "Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as [Document](https://core.telegram.org/bots/api/#document)). On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send video files of up to 50 MB in size, this limit may be changed in the future.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "video", + "description": "Video to send. Pass a file\\_id as String to send a video that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a video from the Internet, or upload a new video using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "duration", + "description": "Duration of sent video in seconds", + "required": false, + "type": "integer" + }, + { + "name": "width", + "description": "Video width", + "required": false, + "type": "integer" + }, + { + "name": "height", + "description": "Video height", + "required": false, + "type": "integer" + }, + { + "name": "thumbnail", + "description": "Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "caption", + "description": "Video caption (may also be used when resending videos by *file\\_id*), 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the video caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "has_spoiler", + "description": "Pass *True* if the video needs to be covered with a spoiler animation", + "required": false, + "type": "bool" + }, + { + "name": "supports_streaming", + "description": "Pass *True* if the uploaded video is suitable for streaming", + "required": false, + "type": "bool" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendvideo" + }, + { + "name": "sendAnimation", + "description": "Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send animation files of up to 50 MB in size, this limit may be changed in the future.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "animation", + "description": "Animation to send. Pass a file\\_id as String to send an animation that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get an animation from the Internet, or upload a new animation using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "duration", + "description": "Duration of sent animation in seconds", + "required": false, + "type": "integer" + }, + { + "name": "width", + "description": "Animation width", + "required": false, + "type": "integer" + }, + { + "name": "height", + "description": "Animation height", + "required": false, + "type": "integer" + }, + { + "name": "thumbnail", + "description": "Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "caption", + "description": "Animation caption (may also be used when resending animation by *file\\_id*), 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the animation caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "has_spoiler", + "description": "Pass *True* if the animation needs to be covered with a spoiler animation", + "required": false, + "type": "bool" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendanimation" + }, + { + "name": "sendVoice", + "description": "Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded with OPUS, or in .MP3 format, or in .M4A format (other formats may be sent as [Audio](https://core.telegram.org/bots/api/#audio) or [Document](https://core.telegram.org/bots/api/#document)). On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "voice", + "description": "Audio file to send. Pass a file\\_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "caption", + "description": "Voice message caption, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the voice message caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "duration", + "description": "Duration of the voice message in seconds", + "required": false, + "type": "integer" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendvoice" + }, + { + "name": "sendVideoNote", + "description": "As of [v.4.0](https://telegram.org/blog/video-messages-and-telescope), Telegram clients support rounded square MPEG4 videos of up to 1 minute long. Use this method to send video messages. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "video_note", + "description": "Video note to send. Pass a file\\_id as String to send a video note that exists on the Telegram servers (recommended) or upload a new video using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files). Sending video notes by a URL is currently unsupported", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "duration", + "description": "Duration of sent video in seconds", + "required": false, + "type": "integer" + }, + { + "name": "length", + "description": "Video width and height, i.e. diameter of the video message", + "required": false, + "type": "integer" + }, + { + "name": "thumbnail", + "description": "Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendvideonote" + }, + { + "name": "sendPaidMedia", + "description": "Use this method to send paid media. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`). If the chat is a channel, all Telegram Star proceeds from this media will be credited to the chat's balance. Otherwise, they will be credited to the bot's balance.", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "star_count", + "description": "The number of Telegram Stars that must be paid to buy access to the media; 1-2500", + "required": true, + "type": "integer" + }, + { + "name": "media", + "description": "A JSON-serialized array describing the media to be sent; up to 10 items", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "InputPaidMedia" + } + }, + { + "name": "payload", + "description": "Bot-defined paid media payload, 0-128 bytes. This will not be displayed to the user, use it for your internal processes.", + "required": false, + "type": "string" + }, + { + "name": "caption", + "description": "Media caption, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the media caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendpaidmedia" + }, + { + "name": "sendMediaGroup", + "description": "Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On success, an array of [Messages](https://core.telegram.org/bots/api/#message) that were sent is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "media", + "description": "A JSON-serialized array describing messages to be sent, must include 2-10 items", + "required": true, + "type": "array", + "array": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputMediaAudio" + }, + { + "type": "reference", + "reference": "InputMediaDocument" + }, + { + "type": "reference", + "reference": "InputMediaPhoto" + }, + { + "type": "reference", + "reference": "InputMediaVideo" + } + ] + } + }, + { + "name": "disable_notification", + "description": "Sends messages [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent messages from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + } + ], + "multipart_only": true, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "Message" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendmediagroup" + }, + { + "name": "sendLocation", + "description": "Use this method to send point on the map. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "latitude", + "description": "Latitude of the location", + "required": true, + "type": "float" + }, + { + "name": "longitude", + "description": "Longitude of the location", + "required": true, + "type": "float" + }, + { + "name": "horizontal_accuracy", + "description": "The radius of uncertainty for the location, measured in meters; 0-1500", + "required": false, + "type": "float" + }, + { + "name": "live_period", + "description": "Period in seconds during which the location will be updated (see [Live Locations](https://telegram.org/blog/live-locations), should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely.", + "required": false, + "type": "integer" + }, + { + "name": "heading", + "description": "For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.", + "required": false, + "type": "integer" + }, + { + "name": "proximity_alert_radius", + "description": "For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.", + "required": false, + "type": "integer" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendlocation" + }, + { + "name": "sendVenue", + "description": "Use this method to send information about a venue. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "latitude", + "description": "Latitude of the venue", + "required": true, + "type": "float" + }, + { + "name": "longitude", + "description": "Longitude of the venue", + "required": true, + "type": "float" + }, + { + "name": "title", + "description": "Name of the venue", + "required": true, + "type": "string" + }, + { + "name": "address", + "description": "Address of the venue", + "required": true, + "type": "string" + }, + { + "name": "foursquare_id", + "description": "Foursquare identifier of the venue", + "required": false, + "type": "string" + }, + { + "name": "foursquare_type", + "description": "Foursquare type of the venue, if known. (For example, “arts\\_entertainment/default”, “arts\\_entertainment/aquarium” or “food/icecream”.)", + "required": false, + "type": "string" + }, + { + "name": "google_place_id", + "description": "Google Places identifier of the venue", + "required": false, + "type": "string" + }, + { + "name": "google_place_type", + "description": "Google Places type of the venue. (See [supported types](https://developers.google.com/places/web-service/supported_types).)", + "required": false, + "type": "string" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendvenue" + }, + { + "name": "sendContact", + "description": "Use this method to send phone contacts. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "phone_number", + "description": "Contact's phone number", + "required": true, + "type": "string" + }, + { + "name": "first_name", + "description": "Contact's first name", + "required": true, + "type": "string" + }, + { + "name": "last_name", + "description": "Contact's last name", + "required": false, + "type": "string" + }, + { + "name": "vcard", + "description": "Additional data about the contact in the form of a [vCard](https://en.wikipedia.org/wiki/VCard), 0-2048 bytes", + "required": false, + "type": "string" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendcontact" + }, + { + "name": "sendPoll", + "description": "Use this method to send a native poll. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "question", + "description": "Poll question, 1-300 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 300 + }, + { + "name": "question_parse_mode", + "description": "Mode for parsing entities in the question. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details. Currently, only custom emoji entities are allowed", + "required": false, + "type": "string" + }, + { + "name": "question_entities", + "description": "A JSON-serialized list of special entities that appear in the poll question. It can be specified instead of *question\\_parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "options", + "description": "A JSON-serialized list of 2-10 answer options", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "InputPollOption" + } + }, + { + "name": "is_anonymous", + "description": "*True*, if the poll needs to be anonymous, defaults to *True*", + "required": false, + "type": "bool" + }, + { + "name": "type", + "description": "Poll type, “quiz” or “regular”, defaults to “regular”", + "required": false, + "type": "string", + "enumeration": [ + "quiz", + "regular" + ] + }, + { + "name": "allows_multiple_answers", + "description": "*True*, if the poll allows multiple answers, ignored for polls in quiz mode, defaults to *False*", + "required": false, + "type": "bool" + }, + { + "name": "correct_option_id", + "description": "0-based identifier of the correct answer option, required for polls in quiz mode", + "required": false, + "type": "integer" + }, + { + "name": "explanation", + "description": "Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters with at most 2 line feeds after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 200 + }, + { + "name": "explanation_parse_mode", + "description": "Mode for parsing entities in the explanation. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "explanation_entities", + "description": "A JSON-serialized list of special entities that appear in the poll explanation. It can be specified instead of *explanation\\_parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "open_period", + "description": "Amount of time in seconds the poll will be active after creation, 5-600. Can't be used together with *close\\_date*.", + "required": false, + "type": "integer" + }, + { + "name": "close_date", + "description": "Point in time (Unix timestamp) when the poll will be automatically closed. Must be at least 5 and no more than 600 seconds in the future. Can't be used together with *open\\_period*.", + "required": false, + "type": "integer" + }, + { + "name": "is_closed", + "description": "Pass *True* if the poll needs to be immediately closed. This can be useful for poll preview.", + "required": false, + "type": "bool" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendpoll" + }, + { + "name": "sendDice", + "description": "Use this method to send an animated emoji that will display a random value. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "emoji", + "description": "Emoji on which the dice throw animation is based. Currently, must be one of “🎲”, “🎯”, “🏀”, “⚽”, “🎳”, or “🎰”. Dice can have values 1-6 for “🎲”, “🎯” and “🎳”, values 1-5 for “🏀” and “⚽”, and values 1-64 for “🎰”. Defaults to “🎲”", + "required": false, + "type": "string", + "default": "🎲", + "enumeration": [ + "🎲", + "🎯", + "🏀", + "⚽", + "🎳", + "🎰" + ] + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#senddice" + }, + { + "name": "sendChatAction", + "description": "Use this method when you need to tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status). Returns *True* on success.\n\nExample: The [ImageBot](https://t.me/imagebot) needs some time to process a request and upload the image. Instead of sending a text message along the lines of “Retrieving image, please wait…”, the bot may use [sendChatAction](https://core.telegram.org/bots/api/#sendchataction) with *action* = *upload\\_photo*. The user will see a “sending photo” status for the bot.\n\nWe only recommend using this method when a response from the bot will take a **noticeable** amount of time to arrive.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the action will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread; for supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "action", + "description": "Type of action to broadcast. Choose one, depending on what the user is about to receive: *typing* for [text messages](https://core.telegram.org/bots/api/#sendmessage), *upload\\_photo* for [photos](https://core.telegram.org/bots/api/#sendphoto), *record\\_video* or *upload\\_video* for [videos](https://core.telegram.org/bots/api/#sendvideo), *record\\_voice* or *upload\\_voice* for [voice notes](https://core.telegram.org/bots/api/#sendvoice), *upload\\_document* for [general files](https://core.telegram.org/bots/api/#senddocument), *choose\\_sticker* for [stickers](https://core.telegram.org/bots/api/#sendsticker), *find\\_location* for [location data](https://core.telegram.org/bots/api/#sendlocation), *record\\_video\\_note* or *upload\\_video\\_note* for [video notes](https://core.telegram.org/bots/api/#sendvideonote).", + "required": true, + "type": "string", + "enumeration": [ + "typing", + "upload_photo", + "record_video", + "upload_video", + "record_voice", + "upload_voice", + "upload_document", + "choose_sticker", + "find_location", + "record_video_note", + "upload_video_note" + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendchataction" + }, + { + "name": "setMessageReaction", + "description": "Use this method to change the chosen reactions on a message. Service messages can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. Bots can't use paid reactions. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_id", + "description": "Identifier of the target message. If the message belongs to a media group, the reaction is set to the first non-deleted message in the group instead.", + "required": true, + "type": "integer" + }, + { + "name": "reaction", + "description": "A JSON-serialized list of reaction types to set on the message. Currently, as non-premium users, bots can set up to one reaction per message. A custom emoji reaction can be used if it is either already present on the message or explicitly allowed by chat administrators. Paid reactions can't be used by bots.", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "ReactionType" + } + }, + { + "name": "is_big", + "description": "Pass *True* to set the reaction with a big animation", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setmessagereaction" + }, + { + "name": "getUserProfilePhotos", + "description": "Use this method to get a list of profile pictures for a user. Returns a [UserProfilePhotos](https://core.telegram.org/bots/api/#userprofilephotos) object.", + "arguments": [ + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type": "integer" + }, + { + "name": "offset", + "description": "Sequential number of the first photo to be returned. By default, all photos are returned.", + "required": false, + "type": "integer" + }, + { + "name": "limit", + "description": "Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.", + "required": false, + "type": "integer", + "default": 100, + "min": 1, + "max": 100 + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "UserProfilePhotos" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getuserprofilephotos" + }, + { + "name": "setUserEmojiStatus", + "description": "Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method [requestEmojiStatusAccess](https://core.telegram.org/bots/webapps#initializing-mini-apps). Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type": "integer" + }, + { + "name": "emoji_status_custom_emoji_id", + "description": "Custom emoji identifier of the emoji status to set. Pass an empty string to remove the status.", + "required": false, + "type": "string" + }, + { + "name": "emoji_status_expiration_date", + "description": "Expiration date of the emoji status, if any", + "required": false, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setuseremojistatus" + }, + { + "name": "getFile", + "description": "Use this method to get basic information about a file and prepare it for downloading. For the moment, bots can download files of up to 20MB in size. On success, a [File](https://core.telegram.org/bots/api/#file) object is returned. The file can then be downloaded via the link `https://api.telegram.org/file/bot/`, where `` is taken from the response. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling [getFile](https://core.telegram.org/bots/api/#getfile) again.", + "arguments": [ + { + "name": "file_id", + "description": "File identifier to get information about", + "required": true, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "File" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getfile" + }, + { + "name": "banChatMember", + "description": "Use this method to ban a user in a group, a supergroup or a channel. In the case of supergroups and channels, the user will not be able to return to the chat on their own using invite links, etc., unless [unbanned](https://core.telegram.org/bots/api/#unbanchatmember) first. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target group or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type": "integer" + }, + { + "name": "until_date", + "description": "Date when the user will be unbanned; Unix time. If user is banned for more than 366 days or less than 30 seconds from the current time they are considered to be banned forever. Applied for supergroups and channels only.", + "required": false, + "type": "integer" + }, + { + "name": "revoke_messages", + "description": "Pass *True* to delete all messages from the chat for the user that is being removed. If *False*, the user will be able to see messages in the group that were sent before the user was removed. Always *True* for supergroups and channels.", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#banchatmember" + }, + { + "name": "unbanChatMember", + "description": "Use this method to unban a previously banned user in a supergroup or channel. The user will **not** return to the group or channel automatically, but will be able to join via link, etc. The bot must be an administrator for this to work. By default, this method guarantees that after the call the user is not a member of the chat, but will be able to join it. So if the user is a member of the chat they will also be **removed** from the chat. If you don't want this, use the parameter *only\\_if\\_banned*. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target group or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type": "integer" + }, + { + "name": "only_if_banned", + "description": "Do nothing if the user is not banned", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unbanchatmember" + }, + { + "name": "restrictChatMember", + "description": "Use this method to restrict a user in a supergroup. The bot must be an administrator in the supergroup for this to work and must have the appropriate administrator rights. Pass *True* for all permissions to lift restrictions from a user. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type": "integer" + }, + { + "name": "permissions", + "description": "A JSON-serialized object for new user permissions", + "required": true, + "type": "reference", + "reference": "ChatPermissions" + }, + { + "name": "use_independent_chat_permissions", + "description": "Pass *True* if chat permissions are set independently. Otherwise, the *can\\_send\\_other\\_messages* and *can\\_add\\_web\\_page\\_previews* permissions will imply the *can\\_send\\_messages*, *can\\_send\\_audios*, *can\\_send\\_documents*, *can\\_send\\_photos*, *can\\_send\\_videos*, *can\\_send\\_video\\_notes*, and *can\\_send\\_voice\\_notes* permissions; the *can\\_send\\_polls* permission will imply the *can\\_send\\_messages* permission.", + "required": false, + "type": "bool" + }, + { + "name": "until_date", + "description": "Date when restrictions will be lifted for the user; Unix time. If user is restricted for more than 366 days or less than 30 seconds from the current time, they are considered to be restricted forever", + "required": false, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#restrictchatmember" + }, + { + "name": "promoteChatMember", + "description": "Use this method to promote or demote a user in a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Pass *False* for all boolean parameters to demote a user. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type": "integer" + }, + { + "name": "is_anonymous", + "description": "Pass *True* if the administrator's presence in the chat is hidden", + "required": false, + "type": "bool" + }, + { + "name": "can_manage_chat", + "description": "Pass *True* if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege.", + "required": false, + "type": "bool" + }, + { + "name": "can_delete_messages", + "description": "Pass *True* if the administrator can delete messages of other users", + "required": false, + "type": "bool" + }, + { + "name": "can_manage_video_chats", + "description": "Pass *True* if the administrator can manage video chats", + "required": false, + "type": "bool" + }, + { + "name": "can_restrict_members", + "description": "Pass *True* if the administrator can restrict, ban or unban chat members, or access supergroup statistics", + "required": false, + "type": "bool" + }, + { + "name": "can_promote_members", + "description": "Pass *True* if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by him)", + "required": false, + "type": "bool" + }, + { + "name": "can_change_info", + "description": "Pass *True* if the administrator can change chat title, photo and other settings", + "required": false, + "type": "bool" + }, + { + "name": "can_invite_users", + "description": "Pass *True* if the administrator can invite new users to the chat", + "required": false, + "type": "bool" + }, + { + "name": "can_post_stories", + "description": "Pass *True* if the administrator can post stories to the chat", + "required": false, + "type": "bool" + }, + { + "name": "can_edit_stories", + "description": "Pass *True* if the administrator can edit stories posted by other users, post stories to the chat page, pin chat stories, and access the chat's story archive", + "required": false, + "type": "bool" + }, + { + "name": "can_delete_stories", + "description": "Pass *True* if the administrator can delete stories posted by other users", + "required": false, + "type": "bool" + }, + { + "name": "can_post_messages", + "description": "Pass *True* if the administrator can post messages in the channel, or access channel statistics; for channels only", + "required": false, + "type": "bool" + }, + { + "name": "can_edit_messages", + "description": "Pass *True* if the administrator can edit messages of other users and can pin messages; for channels only", + "required": false, + "type": "bool" + }, + { + "name": "can_pin_messages", + "description": "Pass *True* if the administrator can pin messages; for supergroups only", + "required": false, + "type": "bool" + }, + { + "name": "can_manage_topics", + "description": "Pass *True* if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#promotechatmember" + }, + { + "name": "setChatAdministratorCustomTitle", + "description": "Use this method to set a custom title for an administrator in a supergroup promoted by the bot. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type": "integer" + }, + { + "name": "custom_title", + "description": "New custom title for the administrator; 0-16 characters, emoji are not allowed", + "required": true, + "type": "string", + "min_len": 0, + "max_len": 16 + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchatadministratorcustomtitle" + }, + { + "name": "banChatSenderChat", + "description": "Use this method to ban a channel chat in a supergroup or a channel. Until the chat is [unbanned](https://core.telegram.org/bots/api/#unbanchatsenderchat), the owner of the banned chat won't be able to send messages on behalf of **any of their channels**. The bot must be an administrator in the supergroup or channel for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "sender_chat_id", + "description": "Unique identifier of the target sender chat", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#banchatsenderchat" + }, + { + "name": "unbanChatSenderChat", + "description": "Use this method to unban a previously banned channel chat in a supergroup or channel. The bot must be an administrator for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "sender_chat_id", + "description": "Unique identifier of the target sender chat", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unbanchatsenderchat" + }, + { + "name": "setChatPermissions", + "description": "Use this method to set default chat permissions for all members. The bot must be an administrator in the group or a supergroup for this to work and must have the *can\\_restrict\\_members* administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "permissions", + "description": "A JSON-serialized object for new default chat permissions", + "required": true, + "type": "reference", + "reference": "ChatPermissions" + }, + { + "name": "use_independent_chat_permissions", + "description": "Pass *True* if chat permissions are set independently. Otherwise, the *can\\_send\\_other\\_messages* and *can\\_add\\_web\\_page\\_previews* permissions will imply the *can\\_send\\_messages*, *can\\_send\\_audios*, *can\\_send\\_documents*, *can\\_send\\_photos*, *can\\_send\\_videos*, *can\\_send\\_video\\_notes*, and *can\\_send\\_voice\\_notes* permissions; the *can\\_send\\_polls* permission will imply the *can\\_send\\_messages* permission.", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchatpermissions" + }, + { + "name": "exportChatInviteLink", + "description": "Use this method to generate a new primary invite link for a chat; any previously generated primary link is revoked. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the new invite link as *String* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "string" + }, + "documentation_link": "https://core.telegram.org/bots/api/#exportchatinvitelink" + }, + { + "name": "createChatInviteLink", + "description": "Use this method to create an additional invite link for a chat. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. The link can be revoked using the method [revokeChatInviteLink](https://core.telegram.org/bots/api/#revokechatinvitelink). Returns the new invite link as [ChatInviteLink](https://core.telegram.org/bots/api/#chatinvitelink) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "name", + "description": "Invite link name; 0-32 characters", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 32 + }, + { + "name": "expire_date", + "description": "Point in time (Unix timestamp) when the link will expire", + "required": false, + "type": "integer" + }, + { + "name": "member_limit", + "description": "The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999", + "required": false, + "type": "integer" + }, + { + "name": "creates_join_request", + "description": "*True*, if users joining the chat via the link need to be approved by chat administrators. If *True*, *member\\_limit* can't be specified", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "ChatInviteLink" + }, + "documentation_link": "https://core.telegram.org/bots/api/#createchatinvitelink" + }, + { + "name": "editChatInviteLink", + "description": "Use this method to edit a non-primary invite link created by the bot. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the edited invite link as a [ChatInviteLink](https://core.telegram.org/bots/api/#chatinvitelink) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "invite_link", + "description": "The invite link to edit", + "required": true, + "type": "string" + }, + { + "name": "name", + "description": "Invite link name; 0-32 characters", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 32 + }, + { + "name": "expire_date", + "description": "Point in time (Unix timestamp) when the link will expire", + "required": false, + "type": "integer" + }, + { + "name": "member_limit", + "description": "The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999", + "required": false, + "type": "integer" + }, + { + "name": "creates_join_request", + "description": "*True*, if users joining the chat via the link need to be approved by chat administrators. If *True*, *member\\_limit* can't be specified", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "ChatInviteLink" + }, + "documentation_link": "https://core.telegram.org/bots/api/#editchatinvitelink" + }, + { + "name": "createChatSubscriptionInviteLink", + "description": "Use this method to create a [subscription invite link](https://telegram.org/blog/superchannels-star-reactions-subscriptions#star-subscriptions) for a channel chat. The bot must have the *can\\_invite\\_users* administrator rights. The link can be edited using the method [editChatSubscriptionInviteLink](https://core.telegram.org/bots/api/#editchatsubscriptioninvitelink) or revoked using the method [revokeChatInviteLink](https://core.telegram.org/bots/api/#revokechatinvitelink). Returns the new invite link as a [ChatInviteLink](https://core.telegram.org/bots/api/#chatinvitelink) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target channel chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "name", + "description": "Invite link name; 0-32 characters", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 32 + }, + { + "name": "subscription_period", + "description": "The number of seconds the subscription will be active for before the next payment. Currently, it must always be 2592000 (30 days).", + "required": true, + "type": "integer" + }, + { + "name": "subscription_price", + "description": "The amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat; 1-2500", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "ChatInviteLink" + }, + "documentation_link": "https://core.telegram.org/bots/api/#createchatsubscriptioninvitelink" + }, + { + "name": "editChatSubscriptionInviteLink", + "description": "Use this method to edit a subscription invite link created by the bot. The bot must have the *can\\_invite\\_users* administrator rights. Returns the edited invite link as a [ChatInviteLink](https://core.telegram.org/bots/api/#chatinvitelink) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "invite_link", + "description": "The invite link to edit", + "required": true, + "type": "string" + }, + { + "name": "name", + "description": "Invite link name; 0-32 characters", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 32 + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "ChatInviteLink" + }, + "documentation_link": "https://core.telegram.org/bots/api/#editchatsubscriptioninvitelink" + }, + { + "name": "revokeChatInviteLink", + "description": "Use this method to revoke an invite link created by the bot. If the primary link is revoked, a new link is automatically generated. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the revoked invite link as [ChatInviteLink](https://core.telegram.org/bots/api/#chatinvitelink) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier of the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "invite_link", + "description": "The invite link to revoke", + "required": true, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "ChatInviteLink" + }, + "documentation_link": "https://core.telegram.org/bots/api/#revokechatinvitelink" + }, + { + "name": "approveChatJoinRequest", + "description": "Use this method to approve a chat join request. The bot must be an administrator in the chat for this to work and must have the *can\\_invite\\_users* administrator right. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#approvechatjoinrequest" + }, + { + "name": "declineChatJoinRequest", + "description": "Use this method to decline a chat join request. The bot must be an administrator in the chat for this to work and must have the *can\\_invite\\_users* administrator right. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#declinechatjoinrequest" + }, + { + "name": "setChatPhoto", + "description": "Use this method to set a new profile photo for the chat. Photos can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "photo", + "description": "New chat photo, uploaded using multipart/form-data", + "required": true, + "type": "reference", + "reference": "InputFile" + } + ], + "multipart_only": true, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchatphoto" + }, + { + "name": "deleteChatPhoto", + "description": "Use this method to delete a chat photo. Photos can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletechatphoto" + }, + { + "name": "setChatTitle", + "description": "Use this method to change the title of a chat. Titles can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "title", + "description": "New chat title, 1-128 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 128 + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchattitle" + }, + { + "name": "setChatDescription", + "description": "Use this method to change the description of a group, a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "description", + "description": "New chat description, 0-255 characters", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 255 + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchatdescription" + }, + { + "name": "pinChatMessage", + "description": "Use this method to add a message to the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can\\_pin\\_messages' administrator right in a supergroup or 'can\\_edit\\_messages' administrator right in a channel. Returns *True* on success.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be pinned", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_id", + "description": "Identifier of a message to pin", + "required": true, + "type": "integer" + }, + { + "name": "disable_notification", + "description": "Pass *True* if it is not necessary to send a notification to all chat members about the new pinned message. Notifications are always disabled in channels and private chats.", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#pinchatmessage" + }, + { + "name": "unpinChatMessage", + "description": "Use this method to remove a message from the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can\\_pin\\_messages' administrator right in a supergroup or 'can\\_edit\\_messages' administrator right in a channel. Returns *True* on success.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be unpinned", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_id", + "description": "Identifier of the message to unpin. Required if *business\\_connection\\_id* is specified. If not specified, the most recent pinned message (by sending date) will be unpinned.", + "required": false, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unpinchatmessage" + }, + { + "name": "unpinAllChatMessages", + "description": "Use this method to clear the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can\\_pin\\_messages' administrator right in a supergroup or 'can\\_edit\\_messages' administrator right in a channel. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unpinallchatmessages" + }, + { + "name": "leaveChat", + "description": "Use this method for your bot to leave a group, supergroup or channel. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#leavechat" + }, + { + "name": "getChat", + "description": "Use this method to get up-to-date information about the chat. Returns a [ChatFullInfo](https://core.telegram.org/bots/api/#chatfullinfo) object on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "ChatFullInfo" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getchat" + }, + { + "name": "getChatAdministrators", + "description": "Use this method to get a list of administrators in a chat, which aren't bots. Returns an Array of [ChatMember](https://core.telegram.org/bots/api/#chatmember) objects.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "ChatMember" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#getchatadministrators" + }, + { + "name": "getChatMemberCount", + "description": "Use this method to get the number of members in a chat. Returns *Int* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "integer" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getchatmembercount" + }, + { + "name": "getChatMember", + "description": "Use this method to get information about a member of a chat. The method is only guaranteed to work for other users if the bot is an administrator in the chat. Returns a [ChatMember](https://core.telegram.org/bots/api/#chatmember) object on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "ChatMember" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getchatmember" + }, + { + "name": "setChatStickerSet", + "description": "Use this method to set a new group sticker set for a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field *can\\_set\\_sticker\\_set* optionally returned in [getChat](https://core.telegram.org/bots/api/#getchat) requests to check if the bot can use this method. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "sticker_set_name", + "description": "Name of the sticker set to be set as the group sticker set", + "required": true, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchatstickerset" + }, + { + "name": "deleteChatStickerSet", + "description": "Use this method to delete a group sticker set from a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field *can\\_set\\_sticker\\_set* optionally returned in [getChat](https://core.telegram.org/bots/api/#getchat) requests to check if the bot can use this method. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletechatstickerset" + }, + { + "name": "getForumTopicIconStickers", + "description": "Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no parameters. Returns an Array of [Sticker](https://core.telegram.org/bots/api/#sticker) objects.", + "multipart_only": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "Sticker" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#getforumtopiciconstickers" + }, + { + "name": "createForumTopic", + "description": "Use this method to create a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights. Returns information about the created topic as a [ForumTopic](https://core.telegram.org/bots/api/#forumtopic) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "name", + "description": "Topic name, 1-128 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 128 + }, + { + "name": "icon_color", + "description": "Color of the topic icon in RGB format. Currently, must be one of 7322096 (0x6FB9F0), 16766590 (0xFFD67E), 13338331 (0xCB86DB), 9367192 (0x8EEE98), 16749490 (0xFF93B2), or 16478047 (0xFB6F5F)", + "required": false, + "type": "integer", + "enumeration": [ + 7322096, + 16766590, + 13338331, + 9367192, + 16749490, + 16478047 + ] + }, + { + "name": "icon_custom_emoji_id", + "description": "Unique identifier of the custom emoji shown as the topic icon. Use [getForumTopicIconStickers](https://core.telegram.org/bots/api/#getforumtopiciconstickers) to get all allowed custom emoji identifiers.", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "ForumTopic" + }, + "documentation_link": "https://core.telegram.org/bots/api/#createforumtopic" + }, + { + "name": "editForumTopic", + "description": "Use this method to edit name and icon of a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights, unless it is the creator of the topic. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread of the forum topic", + "required": true, + "type": "integer" + }, + { + "name": "name", + "description": "New topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 128 + }, + { + "name": "icon_custom_emoji_id", + "description": "New unique identifier of the custom emoji shown as the topic icon. Use [getForumTopicIconStickers](https://core.telegram.org/bots/api/#getforumtopiciconstickers) to get all allowed custom emoji identifiers. Pass an empty string to remove the icon. If not specified, the current icon will be kept", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#editforumtopic" + }, + { + "name": "closeForumTopic", + "description": "Use this method to close an open topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights, unless it is the creator of the topic. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread of the forum topic", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#closeforumtopic" + }, + { + "name": "reopenForumTopic", + "description": "Use this method to reopen a closed topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights, unless it is the creator of the topic. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread of the forum topic", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#reopenforumtopic" + }, + { + "name": "deleteForumTopic", + "description": "Use this method to delete a forum topic along with all its messages in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_delete\\_messages* administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread of the forum topic", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deleteforumtopic" + }, + { + "name": "unpinAllForumTopicMessages", + "description": "Use this method to clear the list of pinned messages in a forum topic. The bot must be an administrator in the chat for this to work and must have the *can\\_pin\\_messages* administrator right in the supergroup. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread of the forum topic", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unpinallforumtopicmessages" + }, + { + "name": "editGeneralForumTopic", + "description": "Use this method to edit the name of the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "name", + "description": "New topic name, 1-128 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 128 + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#editgeneralforumtopic" + }, + { + "name": "closeGeneralForumTopic", + "description": "Use this method to close an open 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#closegeneralforumtopic" + }, + { + "name": "reopenGeneralForumTopic", + "description": "Use this method to reopen a closed 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights. The topic will be automatically unhidden if it was hidden. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#reopengeneralforumtopic" + }, + { + "name": "hideGeneralForumTopic", + "description": "Use this method to hide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights. The topic will be automatically closed if it was open. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#hidegeneralforumtopic" + }, + { + "name": "unhideGeneralForumTopic", + "description": "Use this method to unhide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unhidegeneralforumtopic" + }, + { + "name": "unpinAllGeneralForumTopicMessages", + "description": "Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the *can\\_pin\\_messages* administrator right in the supergroup. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unpinallgeneralforumtopicmessages" + }, + { + "name": "answerCallbackQuery", + "description": "Use this method to send answers to callback queries sent from [inline keyboards](https://core.telegram.org/bots/features#inline-keyboards). The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, *True* is returned.\n\nAlternatively, the user can be redirected to the specified Game URL. For this option to work, you must first create a game for your bot via [@BotFather](https://t.me/botfather) and accept the terms. Otherwise, you may use links like `t.me/your_bot?start=XXXX` that open your bot with a parameter.", + "arguments": [ + { + "name": "callback_query_id", + "description": "Unique identifier for the query to be answered", + "required": true, + "type": "string" + }, + { + "name": "text", + "description": "Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 200 + }, + { + "name": "show_alert", + "description": "If *True*, an alert will be shown by the client instead of a notification at the top of the chat screen. Defaults to *false*.", + "required": false, + "type": "bool", + "default": false + }, + { + "name": "url", + "description": "URL that will be opened by the user's client. If you have created a [Game](https://core.telegram.org/bots/api/#game) and accepted the conditions via [@BotFather](https://t.me/botfather), specify the URL that opens your game - note that this will only work if the query comes from a [*callback\\_game*](https://core.telegram.org/bots/api/#inlinekeyboardbutton) button. \n\nOtherwise, you may use links like `t.me/your_bot?start=XXXX` that open your bot with a parameter.", + "required": false, + "type": "string" + }, + { + "name": "cache_time", + "description": "The maximum amount of time in seconds that the result of the callback query may be cached client-side. Telegram apps will support caching starting in version 3.14. Defaults to 0.", + "required": false, + "type": "integer", + "default": 0 + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#answercallbackquery" + }, + { + "name": "getUserChatBoosts", + "description": "Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a [UserChatBoosts](https://core.telegram.org/bots/api/#userchatboosts) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the chat or username of the channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "UserChatBoosts" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getuserchatboosts" + }, + { + "name": "getBusinessConnection", + "description": "Use this method to get information about the connection of the bot with a business account. Returns a [BusinessConnection](https://core.telegram.org/bots/api/#businessconnection) object on success.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection", + "required": true, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "BusinessConnection" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getbusinessconnection" + }, + { + "name": "setMyCommands", + "description": "Use this method to change the list of the bot's commands. See [this manual](https://core.telegram.org/bots/features#commands) for more details about bot commands. Returns *True* on success.", + "arguments": [ + { + "name": "commands", + "description": "A JSON-serialized list of bot commands to be set as the list of the bot's commands. At most 100 commands can be specified.", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "BotCommand" + } + }, + { + "name": "scope", + "description": "A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to [BotCommandScopeDefault](https://core.telegram.org/bots/api/#botcommandscopedefault).", + "required": false, + "type": "reference", + "reference": "BotCommandScope" + }, + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setmycommands" + }, + { + "name": "deleteMyCommands", + "description": "Use this method to delete the list of the bot's commands for the given scope and user language. After deletion, [higher level commands](https://core.telegram.org/bots/api/#determining-list-of-commands) will be shown to affected users. Returns *True* on success.", + "arguments": [ + { + "name": "scope", + "description": "A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to [BotCommandScopeDefault](https://core.telegram.org/bots/api/#botcommandscopedefault).", + "required": false, + "type": "reference", + "reference": "BotCommandScope" + }, + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletemycommands" + }, + { + "name": "getMyCommands", + "description": "Use this method to get the current list of the bot's commands for the given scope and user language. Returns an Array of [BotCommand](https://core.telegram.org/bots/api/#botcommand) objects. If commands aren't set, an empty list is returned.", + "arguments": [ + { + "name": "scope", + "description": "A JSON-serialized object, describing scope of users. Defaults to [BotCommandScopeDefault](https://core.telegram.org/bots/api/#botcommandscopedefault).", + "required": false, + "type": "reference", + "reference": "BotCommandScope" + }, + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code or an empty string", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "BotCommand" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#getmycommands" + }, + { + "name": "setMyName", + "description": "Use this method to change the bot's name. Returns *True* on success.", + "arguments": [ + { + "name": "name", + "description": "New bot name; 0-64 characters. Pass an empty string to remove the dedicated name for the given language.", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 64 + }, + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code. If empty, the name will be shown to all users for whose language there is no dedicated name.", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setmyname" + }, + { + "name": "getMyName", + "description": "Use this method to get the current bot name for the given user language. Returns [BotName](https://core.telegram.org/bots/api/#botname) on success.", + "arguments": [ + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code or an empty string", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "BotName" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getmyname" + }, + { + "name": "setMyDescription", + "description": "Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns *True* on success.", + "arguments": [ + { + "name": "description", + "description": "New bot description; 0-512 characters. Pass an empty string to remove the dedicated description for the given language.", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 512 + }, + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code. If empty, the description will be applied to all users for whose language there is no dedicated description.", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setmydescription" + }, + { + "name": "getMyDescription", + "description": "Use this method to get the current bot description for the given user language. Returns [BotDescription](https://core.telegram.org/bots/api/#botdescription) on success.", + "arguments": [ + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code or an empty string", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "BotDescription" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getmydescription" + }, + { + "name": "setMyShortDescription", + "description": "Use this method to change the bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot. Returns *True* on success.", + "arguments": [ + { + "name": "short_description", + "description": "New short description for the bot; 0-120 characters. Pass an empty string to remove the dedicated short description for the given language.", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 120 + }, + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code. If empty, the short description will be applied to all users for whose language there is no dedicated short description.", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setmyshortdescription" + }, + { + "name": "getMyShortDescription", + "description": "Use this method to get the current bot short description for the given user language. Returns [BotShortDescription](https://core.telegram.org/bots/api/#botshortdescription) on success.", + "arguments": [ + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code or an empty string", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "BotShortDescription" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getmyshortdescription" + }, + { + "name": "setChatMenuButton", + "description": "Use this method to change the bot's menu button in a private chat, or the default menu button. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target private chat. If not specified, default bot's menu button will be changed", + "required": false, + "type": "integer" + }, + { + "name": "menu_button", + "description": "A JSON-serialized object for the bot's new menu button. Defaults to [MenuButtonDefault](https://core.telegram.org/bots/api/#menubuttondefault)", + "required": false, + "type": "reference", + "reference": "MenuButton" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchatmenubutton" + }, + { + "name": "getChatMenuButton", + "description": "Use this method to get the current value of the bot's menu button in a private chat, or the default menu button. Returns [MenuButton](https://core.telegram.org/bots/api/#menubutton) on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target private chat. If not specified, default bot's menu button will be returned", + "required": false, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "MenuButton" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getchatmenubutton" + }, + { + "name": "setMyDefaultAdministratorRights", + "description": "Use this method to change the default administrator rights requested by the bot when it's added as an administrator to groups or channels. These rights will be suggested to users, but they are free to modify the list before adding the bot. Returns *True* on success.", + "arguments": [ + { + "name": "rights", + "description": "A JSON-serialized object describing new default administrator rights. If not specified, the default administrator rights will be cleared.", + "required": false, + "type": "reference", + "reference": "ChatAdministratorRights" + }, + { + "name": "for_channels", + "description": "Pass *True* to change the default administrator rights of the bot in channels. Otherwise, the default administrator rights of the bot for groups and supergroups will be changed.", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setmydefaultadministratorrights" + }, + { + "name": "getMyDefaultAdministratorRights", + "description": "Use this method to get the current default administrator rights of the bot. Returns [ChatAdministratorRights](https://core.telegram.org/bots/api/#chatadministratorrights) on success.", + "arguments": [ + { + "name": "for_channels", + "description": "Pass *True* to get default administrator rights of the bot in channels. Otherwise, default administrator rights of the bot for groups and supergroups will be returned.", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "ChatAdministratorRights" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getmydefaultadministratorrights" + }, + { + "name": "editMessageText", + "description": "Use this method to edit text and [game](https://core.telegram.org/bots/api/#games) messages. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the message to edit", + "required": false, + "type": "integer" + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type": "string" + }, + { + "name": "text", + "description": "New text of the message, 1-4096 characters after entities parsing", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 4096 + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the message text. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "entities", + "description": "A JSON-serialized list of special entities that appear in message text, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "link_preview_options", + "description": "Link preview generation options for the message", + "required": false, + "type": "reference", + "reference": "LinkPreviewOptions" + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + ], + "multipart_only": false, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#editmessagetext" + }, + { + "name": "editMessageCaption", + "description": "Use this method to edit captions of messages. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the message to edit", + "required": false, + "type": "integer" + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type": "string" + }, + { + "name": "caption", + "description": "New caption of the message, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the message caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "Pass *True*, if the caption must be shown above the message media. Supported only for animation, photo and video messages.", + "required": false, + "type": "bool" + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + ], + "multipart_only": false, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#editmessagecaption" + }, + { + "name": "editMessageMedia", + "description": "Use this method to edit animation, audio, document, photo, or video messages, or to add media to text messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its file\\_id or specify a URL. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the message to edit", + "required": false, + "type": "integer" + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type": "string" + }, + { + "name": "media", + "description": "A JSON-serialized object for a new media content of the message", + "required": true, + "type": "reference", + "reference": "InputMedia" + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for a new [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + ], + "multipart_only": true, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#editmessagemedia" + }, + { + "name": "editMessageLiveLocation", + "description": "Use this method to edit live location messages. A location can be edited until its *live\\_period* expires or editing is explicitly disabled by a call to [stopMessageLiveLocation](https://core.telegram.org/bots/api/#stopmessagelivelocation). On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the message to edit", + "required": false, + "type": "integer" + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type": "string" + }, + { + "name": "latitude", + "description": "Latitude of new location", + "required": true, + "type": "float" + }, + { + "name": "longitude", + "description": "Longitude of new location", + "required": true, + "type": "float" + }, + { + "name": "live_period", + "description": "New period in seconds during which the location can be updated, starting from the message send date. If 0x7FFFFFFF is specified, then the location can be updated forever. Otherwise, the new value must not exceed the current *live\\_period* by more than a day, and the live location expiration date must remain within the next 90 days. If not specified, then *live\\_period* remains unchanged", + "required": false, + "type": "integer" + }, + { + "name": "horizontal_accuracy", + "description": "The radius of uncertainty for the location, measured in meters; 0-1500", + "required": false, + "type": "float" + }, + { + "name": "heading", + "description": "Direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.", + "required": false, + "type": "integer" + }, + { + "name": "proximity_alert_radius", + "description": "The maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.", + "required": false, + "type": "integer" + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for a new [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + ], + "multipart_only": false, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#editmessagelivelocation" + }, + { + "name": "stopMessageLiveLocation", + "description": "Use this method to stop updating a live location message before *live\\_period* expires. On success, if the message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the message with live location to stop", + "required": false, + "type": "integer" + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type": "string" + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for a new [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + ], + "multipart_only": false, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#stopmessagelivelocation" + }, + { + "name": "editMessageReplyMarkup", + "description": "Use this method to edit only the reply markup of messages. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the message to edit", + "required": false, + "type": "integer" + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type": "string" + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + ], + "multipart_only": false, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#editmessagereplymarkup" + }, + { + "name": "stopPoll", + "description": "Use this method to stop a poll which was sent by the bot. On success, the stopped [Poll](https://core.telegram.org/bots/api/#poll) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_id", + "description": "Identifier of the original message with the poll", + "required": true, + "type": "integer" + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for a new message [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "Poll" + }, + "documentation_link": "https://core.telegram.org/bots/api/#stoppoll" + }, + { + "name": "deleteMessage", + "description": "Use this method to delete a message, including service messages, with the following limitations: \n\\- A message can only be deleted if it was sent less than 48 hours ago. \n\\- Service messages about a supergroup, channel, or forum topic creation can't be deleted. \n\\- A dice message in a private chat can only be deleted if it was sent more than 24 hours ago. \n\\- Bots can delete outgoing messages in private chats, groups, and supergroups. \n\\- Bots can delete incoming messages in private chats. \n\\- Bots granted *can\\_post\\_messages* permissions can delete outgoing messages in channels. \n\\- If the bot is an administrator of a group, it can delete any message there. \n\\- If the bot has *can\\_delete\\_messages* permission in a supergroup or a channel, it can delete any message there. \nReturns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_id", + "description": "Identifier of the message to delete", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletemessage" + }, + { + "name": "deleteMessages", + "description": "Use this method to delete multiple messages simultaneously. If some of the specified messages can't be found, they are skipped. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_ids", + "description": "A JSON-serialized list of 1-100 identifiers of messages to delete. See [deleteMessage](https://core.telegram.org/bots/api/#deletemessage) for limitations on which messages can be deleted", + "required": true, + "type": "array", + "array": { + "type": "integer" + } + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletemessages" + }, + { + "name": "sendSticker", + "description": "Use this method to send static .WEBP, [animated](https://telegram.org/blog/animated-stickers) .TGS, or [video](https://telegram.org/blog/video-stickers-better-reactions) .WEBM stickers. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "sticker", + "description": "Sticker to send. Pass a file\\_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a .WEBP sticker from the Internet, or upload a new .WEBP, .TGS, or .WEBM sticker using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files). Video and animated stickers can't be sent via an HTTP URL.", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "emoji", + "description": "Emoji associated with the sticker; only for just uploaded stickers", + "required": false, + "type": "string" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + ], + "multipart_only": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendsticker" + }, + { + "name": "getStickerSet", + "description": "Use this method to get a sticker set. On success, a [StickerSet](https://core.telegram.org/bots/api/#stickerset) object is returned.", + "arguments": [ + { + "name": "name", + "description": "Name of the sticker set", + "required": true, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "StickerSet" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getstickerset" + }, + { + "name": "getCustomEmojiStickers", + "description": "Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of [Sticker](https://core.telegram.org/bots/api/#sticker) objects.", + "arguments": [ + { + "name": "custom_emoji_ids", + "description": "A JSON-serialized list of custom emoji identifiers. At most 200 custom emoji identifiers can be specified.", + "required": true, + "type": "array", + "array": { + "type": "string" + } + } + ], + "multipart_only": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "Sticker" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#getcustomemojistickers" + }, + { + "name": "uploadStickerFile", + "description": "Use this method to upload a file with a sticker for later use in the [createNewStickerSet](https://core.telegram.org/bots/api/#createnewstickerset), [addStickerToSet](https://core.telegram.org/bots/api/#addstickertoset), or [replaceStickerInSet](https://core.telegram.org/bots/api/#replacestickerinset) methods (the file can be used multiple times). Returns the uploaded [File](https://core.telegram.org/bots/api/#file) on success.", + "arguments": [ + { + "name": "user_id", + "description": "User identifier of sticker file owner", + "required": true, + "type": "integer" + }, + { + "name": "sticker", + "description": "A file with the sticker in .WEBP, .PNG, .TGS, or .WEBM format. See [https://core.telegram.org/stickers](https://core.telegram.org/stickers) for technical requirements. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "reference", + "reference": "InputFile" + }, + { + "name": "sticker_format", + "description": "Format of the sticker, must be one of “static”, “animated”, “video”", + "required": true, + "type": "string", + "enumeration": [ + "static", + "animated", + "video" + ] + } + ], + "multipart_only": true, + "return_type": { + "type": "reference", + "reference": "File" + }, + "documentation_link": "https://core.telegram.org/bots/api/#uploadstickerfile" + }, + { + "name": "createNewStickerSet", + "description": "Use this method to create a new sticker set owned by a user. The bot will be able to edit the sticker set thus created. Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "User identifier of created sticker set owner", + "required": true, + "type": "integer" + }, + { + "name": "name", + "description": "Short name of sticker set, to be used in `t.me/addstickers/` URLs (e.g., *animals*). Can contain only English letters, digits and underscores. Must begin with a letter, can't contain consecutive underscores and must end in `\"_by_\"`. `` is case insensitive. 1-64 characters.", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 64 + }, + { + "name": "title", + "description": "Sticker set title, 1-64 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 64 + }, + { + "name": "stickers", + "description": "A JSON-serialized list of 1-50 initial stickers to be added to the sticker set", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "InputSticker" + } + }, + { + "name": "sticker_type", + "description": "Type of stickers in the set, pass “regular”, “mask”, or “custom\\_emoji”. By default, a regular sticker set is created.", + "required": false, + "type": "string", + "enumeration": [ + "mask", + "custom_emoji" + ] + }, + { + "name": "needs_repainting", + "description": "Pass *True* if stickers in the sticker set must be repainted to the color of text when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context; for custom emoji sticker sets only", + "required": false, + "type": "bool" + } + ], + "multipart_only": true, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#createnewstickerset" + }, + { + "name": "addStickerToSet", + "description": "Use this method to add a new sticker to a set created by the bot. Emoji sticker sets can have up to 200 stickers. Other sticker sets can have up to 120 stickers. Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "User identifier of sticker set owner", + "required": true, + "type": "integer" + }, + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type": "string" + }, + { + "name": "sticker", + "description": "A JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set isn't changed.", + "required": true, + "type": "reference", + "reference": "InputSticker" + } + ], + "multipart_only": true, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#addstickertoset" + }, + { + "name": "setStickerPositionInSet", + "description": "Use this method to move a sticker in a set created by the bot to a specific position. Returns *True* on success.", + "arguments": [ + { + "name": "sticker", + "description": "File identifier of the sticker", + "required": true, + "type": "string" + }, + { + "name": "position", + "description": "New sticker position in the set, zero-based", + "required": true, + "type": "integer" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setstickerpositioninset" + }, + { + "name": "deleteStickerFromSet", + "description": "Use this method to delete a sticker from a set created by the bot. Returns *True* on success.", + "arguments": [ + { + "name": "sticker", + "description": "File identifier of the sticker", + "required": true, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletestickerfromset" + }, + { + "name": "replaceStickerInSet", + "description": "Use this method to replace an existing sticker in a sticker set with a new one. The method is equivalent to calling [deleteStickerFromSet](https://core.telegram.org/bots/api/#deletestickerfromset), then [addStickerToSet](https://core.telegram.org/bots/api/#addstickertoset), then [setStickerPositionInSet](https://core.telegram.org/bots/api/#setstickerpositioninset). Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "User identifier of the sticker set owner", + "required": true, + "type": "integer" + }, + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type": "string" + }, + { + "name": "old_sticker", + "description": "File identifier of the replaced sticker", + "required": true, + "type": "string" + }, + { + "name": "sticker", + "description": "A JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set remains unchanged.", + "required": true, + "type": "reference", + "reference": "InputSticker" + } + ], + "multipart_only": true, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#replacestickerinset" + }, + { + "name": "setStickerEmojiList", + "description": "Use this method to change the list of emoji assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns *True* on success.", + "arguments": [ + { + "name": "sticker", + "description": "File identifier of the sticker", + "required": true, + "type": "string" + }, + { + "name": "emoji_list", + "description": "A JSON-serialized list of 1-20 emoji associated with the sticker", + "required": true, + "type": "array", + "array": { + "type": "string" + } + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setstickeremojilist" + }, + { + "name": "setStickerKeywords", + "description": "Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns *True* on success.", + "arguments": [ + { + "name": "sticker", + "description": "File identifier of the sticker", + "required": true, + "type": "string" + }, + { + "name": "keywords", + "description": "A JSON-serialized list of 0-20 search keywords for the sticker with total length of up to 64 characters", + "required": false, + "type": "array", + "array": { + "type": "string" + } + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setstickerkeywords" + }, + { + "name": "setStickerMaskPosition", + "description": "Use this method to change the [mask position](https://core.telegram.org/bots/api/#maskposition) of a mask sticker. The sticker must belong to a sticker set that was created by the bot. Returns *True* on success.", + "arguments": [ + { + "name": "sticker", + "description": "File identifier of the sticker", + "required": true, + "type": "string" + }, + { + "name": "mask_position", + "description": "A JSON-serialized object with the position where the mask should be placed on faces. Omit the parameter to remove the mask position.", + "required": false, + "type": "reference", + "reference": "MaskPosition" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setstickermaskposition" + }, + { + "name": "setStickerSetTitle", + "description": "Use this method to set the title of a created sticker set. Returns *True* on success.", + "arguments": [ + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "Sticker set title, 1-64 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 64 + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setstickersettitle" + }, + { + "name": "setStickerSetThumbnail", + "description": "Use this method to set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the format of the stickers in the set. Returns *True* on success.", + "arguments": [ + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type": "string" + }, + { + "name": "user_id", + "description": "User identifier of the sticker set owner", + "required": true, + "type": "integer" + }, + { + "name": "thumbnail", + "description": "A **.WEBP** or **.PNG** image with the thumbnail, must be up to 128 kilobytes in size and have a width and height of exactly 100px, or a **.TGS** animation with a thumbnail up to 32 kilobytes in size (see [https://core.telegram.org/stickers#animation-requirements](https://core.telegram.org/stickers#animation-requirements) for animated sticker technical requirements), or a **WEBM** video with the thumbnail up to 32 kilobytes in size; see [https://core.telegram.org/stickers#video-requirements](https://core.telegram.org/stickers#video-requirements) for video sticker technical requirements. Pass a *file\\_id* as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files). Animated and video sticker set thumbnails can't be uploaded via HTTP URL. If omitted, then the thumbnail is dropped and the first sticker is used as the thumbnail.", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "format", + "description": "Format of the thumbnail, must be one of “static” for a **.WEBP** or **.PNG** image, “animated” for a **.TGS** animation, or “video” for a **WEBM** video", + "required": true, + "type": "string", + "enumeration": [ + "static", + "animated", + "video" + ] + } + ], + "multipart_only": true, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setstickersetthumbnail" + }, + { + "name": "setCustomEmojiStickerSetThumbnail", + "description": "Use this method to set the thumbnail of a custom emoji sticker set. Returns *True* on success.", + "arguments": [ + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type": "string" + }, + { + "name": "custom_emoji_id", + "description": "Custom emoji identifier of a sticker from the sticker set; pass an empty string to drop the thumbnail and use the first sticker as the thumbnail.", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setcustomemojistickersetthumbnail" + }, + { + "name": "deleteStickerSet", + "description": "Use this method to delete a sticker set that was created by the bot. Returns *True* on success.", + "arguments": [ + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletestickerset" + }, + { + "name": "getAvailableGifts", + "description": "Returns the list of gifts that can be sent by the bot to users. Requires no parameters. Returns a [Gifts](https://core.telegram.org/bots/api/#gifts) object.", + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "Gifts" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getavailablegifts" + }, + { + "name": "sendGift", + "description": "Sends a gift to the given user. The gift can't be converted to Telegram Stars by the user. Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "Unique identifier of the target user that will receive the gift", + "required": true, + "type": "integer" + }, + { + "name": "gift_id", + "description": "Identifier of the gift", + "required": true, + "type": "string" + }, + { + "name": "text", + "description": "Text that will be shown along with the gift; 0-255 characters", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 255 + }, + { + "name": "text_parse_mode", + "description": "Mode for parsing entities in the text. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details. Entities other than “bold”, “italic”, “underline”, “strikethrough”, “spoiler”, and “custom\\_emoji” are ignored.", + "required": false, + "type": "string" + }, + { + "name": "text_entities", + "description": "A JSON-serialized list of special entities that appear in the gift text. It can be specified instead of *text\\_parse\\_mode*. Entities other than “bold”, “italic”, “underline”, “strikethrough”, “spoiler”, and “custom\\_emoji” are ignored.", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendgift" + }, + { + "name": "answerInlineQuery", + "description": "Use this method to send answers to an inline query. On success, *True* is returned. \nNo more than **50** results per query are allowed.", + "arguments": [ + { + "name": "inline_query_id", + "description": "Unique identifier for the answered query", + "required": true, + "type": "string" + }, + { + "name": "results", + "description": "A JSON-serialized array of results for the inline query", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "InlineQueryResult" + } + }, + { + "name": "cache_time", + "description": "The maximum amount of time in seconds that the result of the inline query may be cached on the server. Defaults to 300.", + "required": false, + "type": "integer", + "default": 300 + }, + { + "name": "is_personal", + "description": "Pass *True* if results may be cached on the server side only for the user that sent the query. By default, results may be returned to any user who sends the same query.", + "required": false, + "type": "bool" + }, + { + "name": "next_offset", + "description": "Pass the offset that a client should send in the next query with the same text to receive more results. Pass an empty string if there are no more results or if you don't support pagination. Offset length can't exceed 64 bytes.", + "required": false, + "type": "string" + }, + { + "name": "button", + "description": "A JSON-serialized object describing a button to be shown above inline query results", + "required": false, + "type": "reference", + "reference": "InlineQueryResultsButton" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#answerinlinequery" + }, + { + "name": "answerWebAppQuery", + "description": "Use this method to set the result of an interaction with a [Web App](https://core.telegram.org/bots/webapps) and send a corresponding message on behalf of the user to the chat from which the query originated. On success, a [SentWebAppMessage](https://core.telegram.org/bots/api/#sentwebappmessage) object is returned.", + "arguments": [ + { + "name": "web_app_query_id", + "description": "Unique identifier for the query to be answered", + "required": true, + "type": "string" + }, + { + "name": "result", + "description": "A JSON-serialized object describing the message to be sent", + "required": true, + "type": "reference", + "reference": "InlineQueryResult" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "SentWebAppMessage" + }, + "documentation_link": "https://core.telegram.org/bots/api/#answerwebappquery" + }, + { + "name": "savePreparedInlineMessage", + "description": "Stores a message that can be sent by a user of a Mini App. Returns a [PreparedInlineMessage](https://core.telegram.org/bots/api/#preparedinlinemessage) object.", + "arguments": [ + { + "name": "user_id", + "description": "Unique identifier of the target user that can use the prepared message", + "required": true, + "type": "integer" + }, + { + "name": "result", + "description": "A JSON-serialized object describing the message to be sent", + "required": true, + "type": "reference", + "reference": "InlineQueryResult" + }, + { + "name": "allow_user_chats", + "description": "Pass *True* if the message can be sent to private chats with users", + "required": false, + "type": "bool" + }, + { + "name": "allow_bot_chats", + "description": "Pass *True* if the message can be sent to private chats with bots", + "required": false, + "type": "bool" + }, + { + "name": "allow_group_chats", + "description": "Pass *True* if the message can be sent to group and supergroup chats", + "required": false, + "type": "bool" + }, + { + "name": "allow_channel_chats", + "description": "Pass *True* if the message can be sent to channel chats", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "PreparedInlineMessage" + }, + "documentation_link": "https://core.telegram.org/bots/api/#savepreparedinlinemessage" + }, + { + "name": "sendInvoice", + "description": "Use this method to send invoices. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "title", + "description": "Product name, 1-32 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 32 + }, + { + "name": "description", + "description": "Product description, 1-255 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 255 + }, + { + "name": "payload", + "description": "Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes.", + "required": true, + "type": "string" + }, + { + "name": "provider_token", + "description": "Payment provider token, obtained via [@BotFather](https://t.me/botfather). Pass an empty string for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "string" + }, + { + "name": "currency", + "description": "Three-letter ISO 4217 currency code, see [more on currencies](https://core.telegram.org/bots/payments#supported-currencies). Pass “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": true, + "type": "string" + }, + { + "name": "prices", + "description": "Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "LabeledPrice" + } + }, + { + "name": "max_tip_amount", + "description": "The maximum accepted amount for tips in the *smallest units* of the currency (integer, **not** float/double). For example, for a maximum tip of `US$ 1.45` pass `max_tip_amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "integer", + "default": 0 + }, + { + "name": "suggested_tip_amounts", + "description": "A JSON-serialized array of suggested amounts of tips in the *smallest units* of the currency (integer, **not** float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed *max\\_tip\\_amount*.", + "required": false, + "type": "array", + "array": { + "type": "integer" + } + }, + { + "name": "start_parameter", + "description": "Unique deep-linking parameter. If left empty, **forwarded copies** of the sent message will have a *Pay* button, allowing multiple users to pay directly from the forwarded message, using the same invoice. If non-empty, forwarded copies of the sent message will have a *URL* button with a deep link to the bot (instead of a *Pay* button), with the value used as the start parameter", + "required": false, + "type": "string" + }, + { + "name": "provider_data", + "description": "JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider.", + "required": false, + "type": "string" + }, + { + "name": "photo_url", + "description": "URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for.", + "required": false, + "type": "string" + }, + { + "name": "photo_size", + "description": "Photo size in bytes", + "required": false, + "type": "integer" + }, + { + "name": "photo_width", + "description": "Photo width", + "required": false, + "type": "integer" + }, + { + "name": "photo_height", + "description": "Photo height", + "required": false, + "type": "integer" + }, + { + "name": "need_name", + "description": "Pass *True* if you require the user's full name to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "need_phone_number", + "description": "Pass *True* if you require the user's phone number to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "need_email", + "description": "Pass *True* if you require the user's email address to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "need_shipping_address", + "description": "Pass *True* if you require the user's shipping address to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "send_phone_number_to_provider", + "description": "Pass *True* if the user's phone number should be sent to the provider. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "send_email_to_provider", + "description": "Pass *True* if the user's email address should be sent to the provider. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "is_flexible", + "description": "Pass *True* if the final price depends on the shipping method. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards). If empty, one 'Pay `total price`' button will be shown. If not empty, the first button must be a Pay button.", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendinvoice" + }, + { + "name": "createInvoiceLink", + "description": "Use this method to create a link for an invoice. Returns the created invoice link as *String* on success.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the link will be created. For payments in [Telegram Stars](https://t.me/BotNews/90) only.", + "required": false, + "type": "string" + }, + { + "name": "title", + "description": "Product name, 1-32 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 32 + }, + { + "name": "description", + "description": "Product description, 1-255 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 255 + }, + { + "name": "payload", + "description": "Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes.", + "required": true, + "type": "string" + }, + { + "name": "provider_token", + "description": "Payment provider token, obtained via [@BotFather](https://t.me/botfather). Pass an empty string for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "string" + }, + { + "name": "currency", + "description": "Three-letter ISO 4217 currency code, see [more on currencies](https://core.telegram.org/bots/payments#supported-currencies). Pass “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": true, + "type": "string" + }, + { + "name": "prices", + "description": "Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "LabeledPrice" + } + }, + { + "name": "subscription_period", + "description": "The number of seconds the subscription will be active for before the next payment. The currency must be set to “XTR” (Telegram Stars) if the parameter is used. Currently, it must always be 2592000 (30 days) if specified. Any number of subscriptions can be active for a given bot at the same time, including multiple concurrent subscriptions from the same user.", + "required": false, + "type": "integer" + }, + { + "name": "max_tip_amount", + "description": "The maximum accepted amount for tips in the *smallest units* of the currency (integer, **not** float/double). For example, for a maximum tip of `US$ 1.45` pass `max_tip_amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "integer", + "default": 0 + }, + { + "name": "suggested_tip_amounts", + "description": "A JSON-serialized array of suggested amounts of tips in the *smallest units* of the currency (integer, **not** float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed *max\\_tip\\_amount*.", + "required": false, + "type": "array", + "array": { + "type": "integer" + } + }, + { + "name": "provider_data", + "description": "JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider.", + "required": false, + "type": "string" + }, + { + "name": "photo_url", + "description": "URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service.", + "required": false, + "type": "string" + }, + { + "name": "photo_size", + "description": "Photo size in bytes", + "required": false, + "type": "integer" + }, + { + "name": "photo_width", + "description": "Photo width", + "required": false, + "type": "integer" + }, + { + "name": "photo_height", + "description": "Photo height", + "required": false, + "type": "integer" + }, + { + "name": "need_name", + "description": "Pass *True* if you require the user's full name to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "need_phone_number", + "description": "Pass *True* if you require the user's phone number to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "need_email", + "description": "Pass *True* if you require the user's email address to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "need_shipping_address", + "description": "Pass *True* if you require the user's shipping address to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "send_phone_number_to_provider", + "description": "Pass *True* if the user's phone number should be sent to the provider. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "send_email_to_provider", + "description": "Pass *True* if the user's email address should be sent to the provider. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "is_flexible", + "description": "Pass *True* if the final price depends on the shipping method. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "string" + }, + "documentation_link": "https://core.telegram.org/bots/api/#createinvoicelink" + }, + { + "name": "answerShippingQuery", + "description": "If you sent an invoice requesting a shipping address and the parameter *is\\_flexible* was specified, the Bot API will send an [Update](https://core.telegram.org/bots/api/#update) with a *shipping\\_query* field to the bot. Use this method to reply to shipping queries. On success, *True* is returned.", + "arguments": [ + { + "name": "shipping_query_id", + "description": "Unique identifier for the query to be answered", + "required": true, + "type": "string" + }, + { + "name": "ok", + "description": "Pass *True* if delivery to the specified address is possible and *False* if there are any problems (for example, if delivery to the specified address is not possible)", + "required": true, + "type": "bool" + }, + { + "name": "shipping_options", + "description": "Required if *ok* is *True*. A JSON-serialized array of available shipping options.", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "ShippingOption" + } + }, + { + "name": "error_message", + "description": "Required if *ok* is *False*. Error message in human readable form that explains why it is impossible to complete the order (e.g. \"Sorry, delivery to your desired address is unavailable'). Telegram will display this message to the user.", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#answershippingquery" + }, + { + "name": "answerPreCheckoutQuery", + "description": "Once the user has confirmed their payment and shipping details, the Bot API sends the final confirmation in the form of an [Update](https://core.telegram.org/bots/api/#update) with the field *pre\\_checkout\\_query*. Use this method to respond to such pre-checkout queries. On success, *True* is returned. **Note:** The Bot API must receive an answer within 10 seconds after the pre-checkout query was sent.", + "arguments": [ + { + "name": "pre_checkout_query_id", + "description": "Unique identifier for the query to be answered", + "required": true, + "type": "string" + }, + { + "name": "ok", + "description": "Specify *True* if everything is alright (goods are available, etc.) and the bot is ready to proceed with the order. Use *False* if there are any problems.", + "required": true, + "type": "bool" + }, + { + "name": "error_message", + "description": "Required if *ok* is *False*. Error message in human readable form that explains the reason for failure to proceed with the checkout (e.g. \"Sorry, somebody just bought the last of our amazing black T-shirts while you were busy filling out your payment details. Please choose a different color or garment!\"). Telegram will display this message to the user.", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#answerprecheckoutquery" + }, + { + "name": "getStarTransactions", + "description": "Returns the bot's Telegram Star transactions in chronological order. On success, returns a [StarTransactions](https://core.telegram.org/bots/api/#startransactions) object.", + "arguments": [ + { + "name": "offset", + "description": "Number of transactions to skip in the response", + "required": false, + "type": "integer" + }, + { + "name": "limit", + "description": "The maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100.", + "required": false, + "type": "integer", + "default": 100, + "min": 1, + "max": 100 + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "StarTransactions" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getstartransactions" + }, + { + "name": "refundStarPayment", + "description": "Refunds a successful payment in [Telegram Stars](https://t.me/BotNews/90). Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "Identifier of the user whose payment will be refunded", + "required": true, + "type": "integer" + }, + { + "name": "telegram_payment_charge_id", + "description": "Telegram payment identifier", + "required": true, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#refundstarpayment" + }, + { + "name": "editUserStarSubscription", + "description": "Allows the bot to cancel or re-enable extension of a subscription paid in Telegram Stars. Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "Identifier of the user whose subscription will be edited", + "required": true, + "type": "integer" + }, + { + "name": "telegram_payment_charge_id", + "description": "Telegram payment identifier for the subscription", + "required": true, + "type": "string" + }, + { + "name": "is_canceled", + "description": "Pass *True* to cancel extension of the user subscription; the subscription must be active up to the end of the current subscription period. Pass *False* to allow the user to re-enable a subscription that was previously canceled by the bot.", + "required": true, + "type": "bool" + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#edituserstarsubscription" + }, + { + "name": "setPassportDataErrors", + "description": "Informs a user that some of the Telegram Passport elements they provided contains errors. The user will not be able to re-submit their Passport to you until the errors are fixed (the contents of the field for which you returned the error must change). Returns *True* on success.\n\nUse this if the data submitted by the user doesn't satisfy the standards your service requires for any reason. For example, if a birthday date seems invalid, a submitted document is blurry, a scan shows evidence of tampering, etc. Supply some details in the error message to make sure the user knows how to correct the issues.", + "arguments": [ + { + "name": "user_id", + "description": "User identifier", + "required": true, + "type": "integer" + }, + { + "name": "errors", + "description": "A JSON-serialized array describing the errors", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "PassportElementError" + } + } + ], + "multipart_only": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setpassportdataerrors" + }, + { + "name": "sendGame", + "description": "Use this method to send a game. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type": "string" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat", + "required": true, + "type": "integer" + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "game_short_name", + "description": "Short name of the game, serves as the unique identifier for the game. Set up your games via [@BotFather](https://t.me/botfather).", + "required": true, + "type": "string" + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type": "bool" + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type": "bool" + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type": "bool" + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type": "string" + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type": "reference", + "reference": "ReplyParameters" + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards). If empty, one 'Play game\\_title' button will be shown. If not empty, the first button must launch the game.", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + ], + "multipart_only": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendgame" + }, + { + "name": "setGameScore", + "description": "Use this method to set the score of the specified user in a game message. On success, if the message is not an inline message, the [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Returns an error, if the new score is not greater than the user's current score in the chat and *force* is *False*.", + "arguments": [ + { + "name": "user_id", + "description": "User identifier", + "required": true, + "type": "integer" + }, + { + "name": "score", + "description": "New score, must be non-negative", + "required": true, + "type": "integer" + }, + { + "name": "force", + "description": "Pass *True* if the high score is allowed to decrease. This can be useful when fixing mistakes or banning cheaters", + "required": false, + "type": "bool" + }, + { + "name": "disable_edit_message", + "description": "Pass *True* if the game message should not be automatically edited to include the current scoreboard", + "required": false, + "type": "bool" + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat", + "required": false, + "type": "integer" + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the sent message", + "required": false, + "type": "integer" + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#setgamescore" + }, + { + "name": "getGameHighScores", + "description": "Use this method to get data for high score tables. Will return the score of the specified user and several of their neighbors in a game. Returns an Array of [GameHighScore](https://core.telegram.org/bots/api/#gamehighscore) objects.\n\nThis method will currently return scores for the target user, plus two of their closest neighbors on each side. Will also return the top three users if the user and their neighbors are not among them. Please note that this behavior is subject to change.", + "arguments": [ + { + "name": "user_id", + "description": "Target user id", + "required": true, + "type": "integer" + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat", + "required": false, + "type": "integer" + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the sent message", + "required": false, + "type": "integer" + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type": "string" + } + ], + "multipart_only": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "GameHighScore" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#getgamehighscores" + } + ], + "objects": [ + { + "name": "Update", + "description": "This [object](https://core.telegram.org/bots/api/#available-types) represents an incoming update. \nAt most **one** of the optional parameters can be present in any given update.", + "type": "properties", + "properties": [ + { + "name": "update_id", + "description": "The update's unique identifier. Update identifiers start from a certain positive number and increase sequentially. This identifier becomes especially handy if you're using [webhooks](https://core.telegram.org/bots/api/#setwebhook), since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order. If there are no new updates for at least a week, then identifier of the next update will be chosen randomly instead of sequentially.", + "required": true, + "type": "integer" + }, + { + "name": "message", + "description": "*Optional*. New incoming message of any kind - text, photo, sticker, etc.", + "required": false, + "type": "reference", + "reference": "Message" + }, + { + "name": "edited_message", + "description": "*Optional*. New version of a message that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot.", + "required": false, + "type": "reference", + "reference": "Message" + }, + { + "name": "channel_post", + "description": "*Optional*. New incoming channel post of any kind - text, photo, sticker, etc.", + "required": false, + "type": "reference", + "reference": "Message" + }, + { + "name": "edited_channel_post", + "description": "*Optional*. New version of a channel post that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot.", + "required": false, + "type": "reference", + "reference": "Message" + }, + { + "name": "business_connection", + "description": "*Optional*. The bot was connected to or disconnected from a business account, or a user edited an existing connection with the bot", + "required": false, + "type": "reference", + "reference": "BusinessConnection" + }, + { + "name": "business_message", + "description": "*Optional*. New message from a connected business account", + "required": false, + "type": "reference", + "reference": "Message" + }, + { + "name": "edited_business_message", + "description": "*Optional*. New version of a message from a connected business account", + "required": false, + "type": "reference", + "reference": "Message" + }, + { + "name": "deleted_business_messages", + "description": "*Optional*. Messages were deleted from a connected business account", + "required": false, + "type": "reference", + "reference": "BusinessMessagesDeleted" + }, + { + "name": "message_reaction", + "description": "*Optional*. A reaction to a message was changed by a user. The bot must be an administrator in the chat and must explicitly specify `\"message_reaction\"` in the list of *allowed\\_updates* to receive these updates. The update isn't received for reactions set by bots.", + "required": false, + "type": "reference", + "reference": "MessageReactionUpdated" + }, + { + "name": "message_reaction_count", + "description": "*Optional*. Reactions to a message with anonymous reactions were changed. The bot must be an administrator in the chat and must explicitly specify `\"message_reaction_count\"` in the list of *allowed\\_updates* to receive these updates. The updates are grouped and can be sent with delay up to a few minutes.", + "required": false, + "type": "reference", + "reference": "MessageReactionCountUpdated" + }, + { + "name": "inline_query", + "description": "*Optional*. New incoming [inline](https://core.telegram.org/bots/api/#inline-mode) query", + "required": false, + "type": "reference", + "reference": "InlineQuery" + }, + { + "name": "chosen_inline_result", + "description": "*Optional*. The result of an [inline](https://core.telegram.org/bots/api/#inline-mode) query that was chosen by a user and sent to their chat partner. Please see our documentation on the [feedback collecting](https://core.telegram.org/bots/inline#collecting-feedback) for details on how to enable these updates for your bot.", + "required": false, + "type": "reference", + "reference": "ChosenInlineResult" + }, + { + "name": "callback_query", + "description": "*Optional*. New incoming callback query", + "required": false, + "type": "reference", + "reference": "CallbackQuery" + }, + { + "name": "shipping_query", + "description": "*Optional*. New incoming shipping query. Only for invoices with flexible price", + "required": false, + "type": "reference", + "reference": "ShippingQuery" + }, + { + "name": "pre_checkout_query", + "description": "*Optional*. New incoming pre-checkout query. Contains full information about checkout", + "required": false, + "type": "reference", + "reference": "PreCheckoutQuery" + }, + { + "name": "purchased_paid_media", + "description": "*Optional*. A user purchased paid media with a non-empty payload sent by the bot in a non-channel chat", + "required": false, + "type": "reference", + "reference": "PaidMediaPurchased" + }, + { + "name": "poll", + "description": "*Optional*. New poll state. Bots receive only updates about manually stopped polls and polls, which are sent by the bot", + "required": false, + "type": "reference", + "reference": "Poll" + }, + { + "name": "poll_answer", + "description": "*Optional*. A user changed their answer in a non-anonymous poll. Bots receive new votes only in polls that were sent by the bot itself.", + "required": false, + "type": "reference", + "reference": "PollAnswer" + }, + { + "name": "my_chat_member", + "description": "*Optional*. The bot's chat member status was updated in a chat. For private chats, this update is received only when the bot is blocked or unblocked by the user.", + "required": false, + "type": "reference", + "reference": "ChatMemberUpdated" + }, + { + "name": "chat_member", + "description": "*Optional*. A chat member's status was updated in a chat. The bot must be an administrator in the chat and must explicitly specify `\"chat_member\"` in the list of *allowed\\_updates* to receive these updates.", + "required": false, + "type": "reference", + "reference": "ChatMemberUpdated" + }, + { + "name": "chat_join_request", + "description": "*Optional*. A request to join the chat has been sent. The bot must have the *can\\_invite\\_users* administrator right in the chat to receive these updates.", + "required": false, + "type": "reference", + "reference": "ChatJoinRequest" + }, + { + "name": "chat_boost", + "description": "*Optional*. A chat boost was added or changed. The bot must be an administrator in the chat to receive these updates.", + "required": false, + "type": "reference", + "reference": "ChatBoostUpdated" + }, + { + "name": "removed_chat_boost", + "description": "*Optional*. A boost was removed from a chat. The bot must be an administrator in the chat to receive these updates.", + "required": false, + "type": "reference", + "reference": "ChatBoostRemoved" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#update" + }, + { + "name": "WebhookInfo", + "description": "Describes the current status of a webhook.", + "type": "properties", + "properties": [ + { + "name": "url", + "description": "Webhook URL, may be empty if webhook is not set up", + "required": true, + "type": "string" + }, + { + "name": "has_custom_certificate", + "description": "*True*, if a custom certificate was provided for webhook certificate checks", + "required": true, + "type": "bool" + }, + { + "name": "pending_update_count", + "description": "Number of updates awaiting delivery", + "required": true, + "type": "integer" + }, + { + "name": "ip_address", + "description": "*Optional*. Currently used webhook IP address", + "required": false, + "type": "string" + }, + { + "name": "last_error_date", + "description": "*Optional*. Unix time for the most recent error that happened when trying to deliver an update via webhook", + "required": false, + "type": "integer" + }, + { + "name": "last_error_message", + "description": "*Optional*. Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook", + "required": false, + "type": "string" + }, + { + "name": "last_synchronization_error_date", + "description": "*Optional*. Unix time of the most recent error that happened when trying to synchronize available updates with Telegram datacenters", + "required": false, + "type": "integer" + }, + { + "name": "max_connections", + "description": "*Optional*. The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery", + "required": false, + "type": "integer" + }, + { + "name": "allowed_updates", + "description": "*Optional*. A list of update types the bot is subscribed to. Defaults to all update types except *chat\\_member*", + "required": false, + "type": "array", + "array": { + "type": "string" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#webhookinfo" + }, + { + "name": "User", + "description": "This object represents a Telegram user or bot.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier for this user or bot. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": true, + "type": "integer" + }, + { + "name": "is_bot", + "description": "*True*, if this user is a bot", + "required": true, + "type": "bool" + }, + { + "name": "first_name", + "description": "User's or bot's first name", + "required": true, + "type": "string" + }, + { + "name": "last_name", + "description": "*Optional*. User's or bot's last name", + "required": false, + "type": "string" + }, + { + "name": "username", + "description": "*Optional*. User's or bot's username", + "required": false, + "type": "string" + }, + { + "name": "language_code", + "description": "*Optional*. [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) of the user's language", + "required": false, + "type": "string" + }, + { + "name": "is_premium", + "description": "*Optional*. *True*, if this user is a Telegram Premium user", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "added_to_attachment_menu", + "description": "*Optional*. *True*, if this user added the bot to the attachment menu", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "can_join_groups", + "description": "*Optional*. *True*, if the bot can be invited to groups. Returned only in [getMe](https://core.telegram.org/bots/api/#getme).", + "required": false, + "type": "bool" + }, + { + "name": "can_read_all_group_messages", + "description": "*Optional*. *True*, if [privacy mode](https://core.telegram.org/bots/features#privacy-mode) is disabled for the bot. Returned only in [getMe](https://core.telegram.org/bots/api/#getme).", + "required": false, + "type": "bool" + }, + { + "name": "supports_inline_queries", + "description": "*Optional*. *True*, if the bot supports inline queries. Returned only in [getMe](https://core.telegram.org/bots/api/#getme).", + "required": false, + "type": "bool" + }, + { + "name": "can_connect_to_business", + "description": "*Optional*. *True*, if the bot can be connected to a Telegram Business account to receive its messages. Returned only in [getMe](https://core.telegram.org/bots/api/#getme).", + "required": false, + "type": "bool" + }, + { + "name": "has_main_web_app", + "description": "*Optional*. *True*, if the bot has a main Web App. Returned only in [getMe](https://core.telegram.org/bots/api/#getme).", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#user" + }, + { + "name": "Chat", + "description": "This object represents a chat.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier for this chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": true, + "type": "integer" + }, + { + "name": "type", + "description": "Type of the chat, can be either “private”, “group”, “supergroup” or “channel”", + "required": true, + "type": "string", + "enumeration": [ + "private", + "group", + "supergroup", + "channel" + ] + }, + { + "name": "title", + "description": "*Optional*. Title, for supergroups, channels and group chats", + "required": false, + "type": "string" + }, + { + "name": "username", + "description": "*Optional*. Username, for private chats, supergroups and channels if available", + "required": false, + "type": "string" + }, + { + "name": "first_name", + "description": "*Optional*. First name of the other party in a private chat", + "required": false, + "type": "string" + }, + { + "name": "last_name", + "description": "*Optional*. Last name of the other party in a private chat", + "required": false, + "type": "string" + }, + { + "name": "is_forum", + "description": "*Optional*. *True*, if the supergroup chat is a forum (has [topics](https://telegram.org/blog/topics-in-groups-collectible-usernames#topics-in-groups) enabled)", + "required": false, + "type": "bool", + "default": true + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chat" + }, + { + "name": "ChatFullInfo", + "description": "This object contains full information about a chat.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier for this chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": true, + "type": "integer" + }, + { + "name": "type", + "description": "Type of the chat, can be either “private”, “group”, “supergroup” or “channel”", + "required": true, + "type": "string", + "enumeration": [ + "private", + "group", + "supergroup", + "channel" + ] + }, + { + "name": "title", + "description": "*Optional*. Title, for supergroups, channels and group chats", + "required": false, + "type": "string" + }, + { + "name": "username", + "description": "*Optional*. Username, for private chats, supergroups and channels if available", + "required": false, + "type": "string" + }, + { + "name": "first_name", + "description": "*Optional*. First name of the other party in a private chat", + "required": false, + "type": "string" + }, + { + "name": "last_name", + "description": "*Optional*. Last name of the other party in a private chat", + "required": false, + "type": "string" + }, + { + "name": "is_forum", + "description": "*Optional*. *True*, if the supergroup chat is a forum (has [topics](https://telegram.org/blog/topics-in-groups-collectible-usernames#topics-in-groups) enabled)", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "accent_color_id", + "description": "Identifier of the accent color for the chat name and backgrounds of the chat photo, reply header, and link preview. See [accent colors](https://core.telegram.org/bots/api/#accent-colors) for more details.", + "required": true, + "type": "integer" + }, + { + "name": "max_reaction_count", + "description": "The maximum number of reactions that can be set on a message in the chat", + "required": true, + "type": "integer" + }, + { + "name": "photo", + "description": "*Optional*. Chat photo", + "required": false, + "type": "reference", + "reference": "ChatPhoto" + }, + { + "name": "active_usernames", + "description": "*Optional*. If non-empty, the list of all [active chat usernames](https://telegram.org/blog/topics-in-groups-collectible-usernames#collectible-usernames); for private chats, supergroups and channels", + "required": false, + "type": "array", + "array": { + "type": "string" + } + }, + { + "name": "birthdate", + "description": "*Optional*. For private chats, the date of birth of the user", + "required": false, + "type": "reference", + "reference": "Birthdate" + }, + { + "name": "business_intro", + "description": "*Optional*. For private chats with business accounts, the intro of the business", + "required": false, + "type": "reference", + "reference": "BusinessIntro" + }, + { + "name": "business_location", + "description": "*Optional*. For private chats with business accounts, the location of the business", + "required": false, + "type": "reference", + "reference": "BusinessLocation" + }, + { + "name": "business_opening_hours", + "description": "*Optional*. For private chats with business accounts, the opening hours of the business", + "required": false, + "type": "reference", + "reference": "BusinessOpeningHours" + }, + { + "name": "personal_chat", + "description": "*Optional*. For private chats, the personal channel of the user", + "required": false, + "type": "reference", + "reference": "Chat" + }, + { + "name": "available_reactions", + "description": "*Optional*. List of available reactions allowed in the chat. If omitted, then all [emoji reactions](https://core.telegram.org/bots/api/#reactiontypeemoji) are allowed.", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "ReactionType" + } + }, + { + "name": "background_custom_emoji_id", + "description": "*Optional*. Custom emoji identifier of the emoji chosen by the chat for the reply header and link preview background", + "required": false, + "type": "string" + }, + { + "name": "profile_accent_color_id", + "description": "*Optional*. Identifier of the accent color for the chat's profile background. See [profile accent colors](https://core.telegram.org/bots/api/#profile-accent-colors) for more details.", + "required": false, + "type": "integer" + }, + { + "name": "profile_background_custom_emoji_id", + "description": "*Optional*. Custom emoji identifier of the emoji chosen by the chat for its profile background", + "required": false, + "type": "string" + }, + { + "name": "emoji_status_custom_emoji_id", + "description": "*Optional*. Custom emoji identifier of the emoji status of the chat or the other party in a private chat", + "required": false, + "type": "string" + }, + { + "name": "emoji_status_expiration_date", + "description": "*Optional*. Expiration date of the emoji status of the chat or the other party in a private chat, in Unix time, if any", + "required": false, + "type": "integer" + }, + { + "name": "bio", + "description": "*Optional*. Bio of the other party in a private chat", + "required": false, + "type": "string" + }, + { + "name": "has_private_forwards", + "description": "*Optional*. *True*, if privacy settings of the other party in the private chat allows to use `tg://user?id=` links only in chats with the user", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "has_restricted_voice_and_video_messages", + "description": "*Optional*. *True*, if the privacy settings of the other party restrict sending voice and video note messages in the private chat", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "join_to_send_messages", + "description": "*Optional*. *True*, if users need to join the supergroup before they can send messages", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "join_by_request", + "description": "*Optional*. *True*, if all users directly joining the supergroup without using an invite link need to be approved by supergroup administrators", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "description", + "description": "*Optional*. Description, for groups, supergroups and channel chats", + "required": false, + "type": "string" + }, + { + "name": "invite_link", + "description": "*Optional*. Primary invite link, for groups, supergroups and channel chats", + "required": false, + "type": "string" + }, + { + "name": "pinned_message", + "description": "*Optional*. The most recent pinned message (by sending date)", + "required": false, + "type": "reference", + "reference": "Message" + }, + { + "name": "permissions", + "description": "*Optional*. Default chat member permissions, for groups and supergroups", + "required": false, + "type": "reference", + "reference": "ChatPermissions" + }, + { + "name": "can_send_paid_media", + "description": "*Optional*. *True*, if paid media messages can be sent or forwarded to the channel chat. The field is available only for channel chats.", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "slow_mode_delay", + "description": "*Optional*. For supergroups, the minimum allowed delay between consecutive messages sent by each unprivileged user; in seconds", + "required": false, + "type": "integer" + }, + { + "name": "unrestrict_boost_count", + "description": "*Optional*. For supergroups, the minimum number of boosts that a non-administrator user needs to add in order to ignore slow mode and chat permissions", + "required": false, + "type": "integer" + }, + { + "name": "message_auto_delete_time", + "description": "*Optional*. The time after which all messages sent to the chat will be automatically deleted; in seconds", + "required": false, + "type": "integer" + }, + { + "name": "has_aggressive_anti_spam_enabled", + "description": "*Optional*. *True*, if aggressive anti-spam checks are enabled in the supergroup. The field is only available to chat administrators.", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "has_hidden_members", + "description": "*Optional*. *True*, if non-administrators can only get the list of bots and administrators in the chat", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "has_protected_content", + "description": "*Optional*. *True*, if messages from the chat can't be forwarded to other chats", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "has_visible_history", + "description": "*Optional*. *True*, if new chat members will have access to old messages; available only to chat administrators", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "sticker_set_name", + "description": "*Optional*. For supergroups, name of the group sticker set", + "required": false, + "type": "string" + }, + { + "name": "can_set_sticker_set", + "description": "*Optional*. *True*, if the bot can change the group sticker set", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "custom_emoji_sticker_set_name", + "description": "*Optional*. For supergroups, the name of the group's custom emoji sticker set. Custom emoji from this set can be used by all users and bots in the group.", + "required": false, + "type": "string" + }, + { + "name": "linked_chat_id", + "description": "*Optional*. Unique identifier for the linked chat, i.e. the discussion group identifier for a channel and vice versa; for supergroups and channel chats. This identifier may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it is smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier.", + "required": false, + "type": "integer" + }, + { + "name": "location", + "description": "*Optional*. For supergroups, the location to which the supergroup is connected", + "required": false, + "type": "reference", + "reference": "ChatLocation" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatfullinfo" + }, + { + "name": "Message", + "description": "This object represents a message.", + "type": "properties", + "properties": [ + { + "name": "message_id", + "description": "Unique message identifier inside this chat. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent", + "required": true, + "type": "integer" + }, + { + "name": "message_thread_id", + "description": "*Optional*. Unique identifier of a message thread to which the message belongs; for supergroups only", + "required": false, + "type": "integer" + }, + { + "name": "from", + "description": "*Optional*. Sender of the message; may be empty for messages sent to channels. For backward compatibility, if the message was sent on behalf of a chat, the field contains a fake sender user in non-channel chats", + "required": false, + "type": "reference", + "reference": "User" + }, + { + "name": "sender_chat", + "description": "*Optional*. Sender of the message when sent on behalf of a chat. For example, the supergroup itself for messages sent by its anonymous administrators or a linked channel for messages automatically forwarded to the channel's discussion group. For backward compatibility, if the message was sent on behalf of a chat, the field *from* contains a fake sender user in non-channel chats.", + "required": false, + "type": "reference", + "reference": "Chat" + }, + { + "name": "sender_boost_count", + "description": "*Optional*. If the sender of the message boosted the chat, the number of boosts added by the user", + "required": false, + "type": "integer" + }, + { + "name": "sender_business_bot", + "description": "*Optional*. The bot that actually sent the message on behalf of the business account. Available only for outgoing messages sent on behalf of the connected business account.", + "required": false, + "type": "reference", + "reference": "User" + }, + { + "name": "date", + "description": "Date the message was sent in Unix time. It is always a positive number, representing a valid date.", + "required": true, + "type": "integer" + }, + { + "name": "business_connection_id", + "description": "*Optional*. Unique identifier of the business connection from which the message was received. If non-empty, the message belongs to a chat of the corresponding business account that is independent from any potential bot chat which might share the same identifier.", + "required": false, + "type": "string" + }, + { + "name": "chat", + "description": "Chat the message belongs to", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "forward_origin", + "description": "*Optional*. Information about the original message for forwarded messages", + "required": false, + "type": "reference", + "reference": "MessageOrigin" + }, + { + "name": "is_topic_message", + "description": "*Optional*. *True*, if the message is sent to a forum topic", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "is_automatic_forward", + "description": "*Optional*. *True*, if the message is a channel post that was automatically forwarded to the connected discussion group", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "reply_to_message", + "description": "*Optional*. For replies in the same chat and message thread, the original message. Note that the Message object in this field will not contain further *reply\\_to\\_message* fields even if it itself is a reply.", + "required": false, + "type": "reference", + "reference": "Message" + }, + { + "name": "external_reply", + "description": "*Optional*. Information about the message that is being replied to, which may come from another chat or forum topic", + "required": false, + "type": "reference", + "reference": "ExternalReplyInfo" + }, + { + "name": "quote", + "description": "*Optional*. For replies that quote part of the original message, the quoted part of the message", + "required": false, + "type": "reference", + "reference": "TextQuote" + }, + { + "name": "reply_to_story", + "description": "*Optional*. For replies to a story, the original story", + "required": false, + "type": "reference", + "reference": "Story" + }, + { + "name": "via_bot", + "description": "*Optional*. Bot through which the message was sent", + "required": false, + "type": "reference", + "reference": "User" + }, + { + "name": "edit_date", + "description": "*Optional*. Date the message was last edited in Unix time", + "required": false, + "type": "integer" + }, + { + "name": "has_protected_content", + "description": "*Optional*. *True*, if the message can't be forwarded", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "is_from_offline", + "description": "*Optional*. True, if the message was sent by an implicit action, for example, as an away or a greeting business message, or as a scheduled message", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "media_group_id", + "description": "*Optional*. The unique identifier of a media message group this message belongs to", + "required": false, + "type": "string" + }, + { + "name": "author_signature", + "description": "*Optional*. Signature of the post author for messages in channels, or the custom title of an anonymous group administrator", + "required": false, + "type": "string" + }, + { + "name": "text", + "description": "*Optional*. For text messages, the actual UTF-8 text of the message", + "required": false, + "type": "string" + }, + { + "name": "entities", + "description": "*Optional*. For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "link_preview_options", + "description": "*Optional*. Options used for link preview generation for the message, if it is a text message and link preview options were changed", + "required": false, + "type": "reference", + "reference": "LinkPreviewOptions" + }, + { + "name": "effect_id", + "description": "*Optional*. Unique identifier of the message effect added to the message", + "required": false, + "type": "string" + }, + { + "name": "animation", + "description": "*Optional*. Message is an animation, information about the animation. For backward compatibility, when this field is set, the *document* field will also be set", + "required": false, + "type": "reference", + "reference": "Animation" + }, + { + "name": "audio", + "description": "*Optional*. Message is an audio file, information about the file", + "required": false, + "type": "reference", + "reference": "Audio" + }, + { + "name": "document", + "description": "*Optional*. Message is a general file, information about the file", + "required": false, + "type": "reference", + "reference": "Document" + }, + { + "name": "paid_media", + "description": "*Optional*. Message contains paid media; information about the paid media", + "required": false, + "type": "reference", + "reference": "PaidMediaInfo" + }, + { + "name": "photo", + "description": "*Optional*. Message is a photo, available sizes of the photo", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + }, + { + "name": "sticker", + "description": "*Optional*. Message is a sticker, information about the sticker", + "required": false, + "type": "reference", + "reference": "Sticker" + }, + { + "name": "story", + "description": "*Optional*. Message is a forwarded story", + "required": false, + "type": "reference", + "reference": "Story" + }, + { + "name": "video", + "description": "*Optional*. Message is a video, information about the video", + "required": false, + "type": "reference", + "reference": "Video" + }, + { + "name": "video_note", + "description": "*Optional*. Message is a [video note](https://telegram.org/blog/video-messages-and-telescope), information about the video message", + "required": false, + "type": "reference", + "reference": "VideoNote" + }, + { + "name": "voice", + "description": "*Optional*. Message is a voice message, information about the file", + "required": false, + "type": "reference", + "reference": "Voice" + }, + { + "name": "caption", + "description": "*Optional*. Caption for the animation, audio, document, paid media, photo, video or voice", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. True, if the caption must be shown above the message media", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "has_media_spoiler", + "description": "*Optional*. *True*, if the message media is covered by a spoiler animation", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "contact", + "description": "*Optional*. Message is a shared contact, information about the contact", + "required": false, + "type": "reference", + "reference": "Contact" + }, + { + "name": "dice", + "description": "*Optional*. Message is a dice with random value", + "required": false, + "type": "reference", + "reference": "Dice" + }, + { + "name": "game", + "description": "*Optional*. Message is a game, information about the game. [More about games »](https://core.telegram.org/bots/api/#games)", + "required": false, + "type": "reference", + "reference": "Game" + }, + { + "name": "poll", + "description": "*Optional*. Message is a native poll, information about the poll", + "required": false, + "type": "reference", + "reference": "Poll" + }, + { + "name": "venue", + "description": "*Optional*. Message is a venue, information about the venue. For backward compatibility, when this field is set, the *location* field will also be set", + "required": false, + "type": "reference", + "reference": "Venue" + }, + { + "name": "location", + "description": "*Optional*. Message is a shared location, information about the location", + "required": false, + "type": "reference", + "reference": "Location" + }, + { + "name": "new_chat_members", + "description": "*Optional*. New members that were added to the group or supergroup and information about them (the bot itself may be one of these members)", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "left_chat_member", + "description": "*Optional*. A member was removed from the group, information about them (this member may be the bot itself)", + "required": false, + "type": "reference", + "reference": "User" + }, + { + "name": "new_chat_title", + "description": "*Optional*. A chat title was changed to this value", + "required": false, + "type": "string" + }, + { + "name": "new_chat_photo", + "description": "*Optional*. A chat photo was change to this value", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + }, + { + "name": "delete_chat_photo", + "description": "*Optional*. Service message: the chat photo was deleted", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "group_chat_created", + "description": "*Optional*. Service message: the group has been created", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "supergroup_chat_created", + "description": "*Optional*. Service message: the supergroup has been created. This field can't be received in a message coming through updates, because bot can't be a member of a supergroup when it is created. It can only be found in reply\\_to\\_message if someone replies to a very first message in a directly created supergroup.", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "channel_chat_created", + "description": "*Optional*. Service message: the channel has been created. This field can't be received in a message coming through updates, because bot can't be a member of a channel when it is created. It can only be found in reply\\_to\\_message if someone replies to a very first message in a channel.", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "message_auto_delete_timer_changed", + "description": "*Optional*. Service message: auto-delete timer settings changed in the chat", + "required": false, + "type": "reference", + "reference": "MessageAutoDeleteTimerChanged" + }, + { + "name": "migrate_to_chat_id", + "description": "*Optional*. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": false, + "type": "integer" + }, + { + "name": "migrate_from_chat_id", + "description": "*Optional*. The supergroup has been migrated from a group with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": false, + "type": "integer" + }, + { + "name": "pinned_message", + "description": "*Optional*. Specified message was pinned. Note that the Message object in this field will not contain further *reply\\_to\\_message* fields even if it itself is a reply.", + "required": false, + "type": "reference", + "reference": "MaybeInaccessibleMessage" + }, + { + "name": "invoice", + "description": "*Optional*. Message is an invoice for a [payment](https://core.telegram.org/bots/api/#payments), information about the invoice. [More about payments »](https://core.telegram.org/bots/api/#payments)", + "required": false, + "type": "reference", + "reference": "Invoice" + }, + { + "name": "successful_payment", + "description": "*Optional*. Message is a service message about a successful payment, information about the payment. [More about payments »](https://core.telegram.org/bots/api/#payments)", + "required": false, + "type": "reference", + "reference": "SuccessfulPayment" + }, + { + "name": "refunded_payment", + "description": "*Optional*. Message is a service message about a refunded payment, information about the payment. [More about payments »](https://core.telegram.org/bots/api/#payments)", + "required": false, + "type": "reference", + "reference": "RefundedPayment" + }, + { + "name": "users_shared", + "description": "*Optional*. Service message: users were shared with the bot", + "required": false, + "type": "reference", + "reference": "UsersShared" + }, + { + "name": "chat_shared", + "description": "*Optional*. Service message: a chat was shared with the bot", + "required": false, + "type": "reference", + "reference": "ChatShared" + }, + { + "name": "connected_website", + "description": "*Optional*. The domain name of the website on which the user has logged in. [More about Telegram Login »](https://core.telegram.org/widgets/login)", + "required": false, + "type": "string" + }, + { + "name": "write_access_allowed", + "description": "*Optional*. Service message: the user allowed the bot to write messages after adding it to the attachment or side menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method [requestWriteAccess](https://core.telegram.org/bots/webapps#initializing-mini-apps)", + "required": false, + "type": "reference", + "reference": "WriteAccessAllowed" + }, + { + "name": "passport_data", + "description": "*Optional*. Telegram Passport data", + "required": false, + "type": "reference", + "reference": "PassportData" + }, + { + "name": "proximity_alert_triggered", + "description": "*Optional*. Service message. A user in the chat triggered another user's proximity alert while sharing Live Location.", + "required": false, + "type": "reference", + "reference": "ProximityAlertTriggered" + }, + { + "name": "boost_added", + "description": "*Optional*. Service message: user boosted the chat", + "required": false, + "type": "reference", + "reference": "ChatBoostAdded" + }, + { + "name": "chat_background_set", + "description": "*Optional*. Service message: chat background set", + "required": false, + "type": "reference", + "reference": "ChatBackground" + }, + { + "name": "forum_topic_created", + "description": "*Optional*. Service message: forum topic created", + "required": false, + "type": "reference", + "reference": "ForumTopicCreated" + }, + { + "name": "forum_topic_edited", + "description": "*Optional*. Service message: forum topic edited", + "required": false, + "type": "reference", + "reference": "ForumTopicEdited" + }, + { + "name": "forum_topic_closed", + "description": "*Optional*. Service message: forum topic closed", + "required": false, + "type": "reference", + "reference": "ForumTopicClosed" + }, + { + "name": "forum_topic_reopened", + "description": "*Optional*. Service message: forum topic reopened", + "required": false, + "type": "reference", + "reference": "ForumTopicReopened" + }, + { + "name": "general_forum_topic_hidden", + "description": "*Optional*. Service message: the 'General' forum topic hidden", + "required": false, + "type": "reference", + "reference": "GeneralForumTopicHidden" + }, + { + "name": "general_forum_topic_unhidden", + "description": "*Optional*. Service message: the 'General' forum topic unhidden", + "required": false, + "type": "reference", + "reference": "GeneralForumTopicUnhidden" + }, + { + "name": "giveaway_created", + "description": "*Optional*. Service message: a scheduled giveaway was created", + "required": false, + "type": "reference", + "reference": "GiveawayCreated" + }, + { + "name": "giveaway", + "description": "*Optional*. The message is a scheduled giveaway message", + "required": false, + "type": "reference", + "reference": "Giveaway" + }, + { + "name": "giveaway_winners", + "description": "*Optional*. A giveaway with public winners was completed", + "required": false, + "type": "reference", + "reference": "GiveawayWinners" + }, + { + "name": "giveaway_completed", + "description": "*Optional*. Service message: a giveaway without public winners was completed", + "required": false, + "type": "reference", + "reference": "GiveawayCompleted" + }, + { + "name": "video_chat_scheduled", + "description": "*Optional*. Service message: video chat scheduled", + "required": false, + "type": "reference", + "reference": "VideoChatScheduled" + }, + { + "name": "video_chat_started", + "description": "*Optional*. Service message: video chat started", + "required": false, + "type": "reference", + "reference": "VideoChatStarted" + }, + { + "name": "video_chat_ended", + "description": "*Optional*. Service message: video chat ended", + "required": false, + "type": "reference", + "reference": "VideoChatEnded" + }, + { + "name": "video_chat_participants_invited", + "description": "*Optional*. Service message: new participants invited to a video chat", + "required": false, + "type": "reference", + "reference": "VideoChatParticipantsInvited" + }, + { + "name": "web_app_data", + "description": "*Optional*. Service message: data sent by a Web App", + "required": false, + "type": "reference", + "reference": "WebAppData" + }, + { + "name": "reply_markup", + "description": "*Optional*. Inline keyboard attached to the message. `login_url` buttons are represented as ordinary `url` buttons.", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#message" + }, + { + "name": "MessageId", + "description": "This object represents a unique message identifier.", + "type": "properties", + "properties": [ + { + "name": "message_id", + "description": "Unique message identifier. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageid" + }, + { + "name": "InaccessibleMessage", + "description": "This object describes a message that was deleted or is otherwise inaccessible to the bot.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "Chat the message belonged to", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "message_id", + "description": "Unique message identifier inside the chat", + "required": true, + "type": "integer" + }, + { + "name": "date", + "description": "Always 0. The field can be used to differentiate regular and inaccessible messages.", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inaccessiblemessage" + }, + { + "name": "MaybeInaccessibleMessage", + "description": "This object describes a message that can be inaccessible to the bot. It can be one of\n\n* [Message](https://core.telegram.org/bots/api/#message)\n* [InaccessibleMessage](https://core.telegram.org/bots/api/#inaccessiblemessage)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "reference", + "reference": "InaccessibleMessage" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#maybeinaccessiblemessage" + }, + { + "name": "MessageEntity", + "description": "This object represents one special entity in a text message. For example, hashtags, usernames, URLs, etc.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the entity. Currently, can be “mention” (`@username`), “hashtag” (`#hashtag` or `#hashtag@chatusername`), “cashtag” (`$USD` or `$USD@chatusername`), “bot\\_command” (`/start@jobs_bot`), “url” (`https://telegram.org`), “email” (`do-not-reply@telegram.org`), “phone\\_number” (`+1-212-555-0123`), “bold” (**bold text**), “italic” (*italic text*), “underline” (underlined text), “strikethrough” (strikethrough text), “spoiler” (spoiler message), “blockquote” (block quotation), “expandable\\_blockquote” (collapsed-by-default block quotation), “code” (monowidth string), “pre” (monowidth block), “text\\_link” (for clickable text URLs), “text\\_mention” (for users [without usernames](https://telegram.org/blog/edit#new-mentions)), “custom\\_emoji” (for inline custom emoji stickers)", + "required": true, + "type": "string", + "enumeration": [ + "mention", + "hashtag", + "cashtag", + "bot_command", + "url", + "email", + "phone_number", + "bold", + "italic", + "underline", + "strikethrough", + "spoiler", + "blockquote", + "expandable_blockquote", + "code", + "pre", + "text_link", + "text_mention", + "custom_emoji" + ] + }, + { + "name": "offset", + "description": "Offset in [UTF-16 code units](https://core.telegram.org/api/entities#entity-length) to the start of the entity", + "required": true, + "type": "integer" + }, + { + "name": "length", + "description": "Length of the entity in [UTF-16 code units](https://core.telegram.org/api/entities#entity-length)", + "required": true, + "type": "integer" + }, + { + "name": "url", + "description": "*Optional*. For “text\\_link” only, URL that will be opened after user taps on the text", + "required": false, + "type": "string" + }, + { + "name": "user", + "description": "*Optional*. For “text\\_mention” only, the mentioned user", + "required": false, + "type": "reference", + "reference": "User" + }, + { + "name": "language", + "description": "*Optional*. For “pre” only, the programming language of the entity text", + "required": false, + "type": "string" + }, + { + "name": "custom_emoji_id", + "description": "*Optional*. For “custom\\_emoji” only, unique identifier of the custom emoji. Use [getCustomEmojiStickers](https://core.telegram.org/bots/api/#getcustomemojistickers) to get full information about the sticker", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageentity" + }, + { + "name": "TextQuote", + "description": "This object contains information about the quoted part of a message that is replied to by the given message.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "Text of the quoted part of a message that is replied to by the given message", + "required": true, + "type": "string" + }, + { + "name": "entities", + "description": "*Optional*. Special entities that appear in the quote. Currently, only *bold*, *italic*, *underline*, *strikethrough*, *spoiler*, and *custom\\_emoji* entities are kept in quotes.", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "position", + "description": "Approximate quote position in the original message in UTF-16 code units as specified by the sender", + "required": true, + "type": "integer" + }, + { + "name": "is_manual", + "description": "*Optional*. True, if the quote was chosen manually by the message sender. Otherwise, the quote was added automatically by the server.", + "required": false, + "type": "bool", + "default": true + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#textquote" + }, + { + "name": "ExternalReplyInfo", + "description": "This object contains information about a message that is being replied to, which may come from another chat or forum topic.", + "type": "properties", + "properties": [ + { + "name": "origin", + "description": "Origin of the message replied to by the given message", + "required": true, + "type": "reference", + "reference": "MessageOrigin" + }, + { + "name": "chat", + "description": "*Optional*. Chat the original message belongs to. Available only if the chat is a supergroup or a channel.", + "required": false, + "type": "reference", + "reference": "Chat" + }, + { + "name": "message_id", + "description": "*Optional*. Unique message identifier inside the original chat. Available only if the original chat is a supergroup or a channel.", + "required": false, + "type": "integer" + }, + { + "name": "link_preview_options", + "description": "*Optional*. Options used for link preview generation for the original message, if it is a text message", + "required": false, + "type": "reference", + "reference": "LinkPreviewOptions" + }, + { + "name": "animation", + "description": "*Optional*. Message is an animation, information about the animation", + "required": false, + "type": "reference", + "reference": "Animation" + }, + { + "name": "audio", + "description": "*Optional*. Message is an audio file, information about the file", + "required": false, + "type": "reference", + "reference": "Audio" + }, + { + "name": "document", + "description": "*Optional*. Message is a general file, information about the file", + "required": false, + "type": "reference", + "reference": "Document" + }, + { + "name": "paid_media", + "description": "*Optional*. Message contains paid media; information about the paid media", + "required": false, + "type": "reference", + "reference": "PaidMediaInfo" + }, + { + "name": "photo", + "description": "*Optional*. Message is a photo, available sizes of the photo", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + }, + { + "name": "sticker", + "description": "*Optional*. Message is a sticker, information about the sticker", + "required": false, + "type": "reference", + "reference": "Sticker" + }, + { + "name": "story", + "description": "*Optional*. Message is a forwarded story", + "required": false, + "type": "reference", + "reference": "Story" + }, + { + "name": "video", + "description": "*Optional*. Message is a video, information about the video", + "required": false, + "type": "reference", + "reference": "Video" + }, + { + "name": "video_note", + "description": "*Optional*. Message is a [video note](https://telegram.org/blog/video-messages-and-telescope), information about the video message", + "required": false, + "type": "reference", + "reference": "VideoNote" + }, + { + "name": "voice", + "description": "*Optional*. Message is a voice message, information about the file", + "required": false, + "type": "reference", + "reference": "Voice" + }, + { + "name": "has_media_spoiler", + "description": "*Optional*. *True*, if the message media is covered by a spoiler animation", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "contact", + "description": "*Optional*. Message is a shared contact, information about the contact", + "required": false, + "type": "reference", + "reference": "Contact" + }, + { + "name": "dice", + "description": "*Optional*. Message is a dice with random value", + "required": false, + "type": "reference", + "reference": "Dice" + }, + { + "name": "game", + "description": "*Optional*. Message is a game, information about the game. [More about games »](https://core.telegram.org/bots/api/#games)", + "required": false, + "type": "reference", + "reference": "Game" + }, + { + "name": "giveaway", + "description": "*Optional*. Message is a scheduled giveaway, information about the giveaway", + "required": false, + "type": "reference", + "reference": "Giveaway" + }, + { + "name": "giveaway_winners", + "description": "*Optional*. A giveaway with public winners was completed", + "required": false, + "type": "reference", + "reference": "GiveawayWinners" + }, + { + "name": "invoice", + "description": "*Optional*. Message is an invoice for a [payment](https://core.telegram.org/bots/api/#payments), information about the invoice. [More about payments »](https://core.telegram.org/bots/api/#payments)", + "required": false, + "type": "reference", + "reference": "Invoice" + }, + { + "name": "location", + "description": "*Optional*. Message is a shared location, information about the location", + "required": false, + "type": "reference", + "reference": "Location" + }, + { + "name": "poll", + "description": "*Optional*. Message is a native poll, information about the poll", + "required": false, + "type": "reference", + "reference": "Poll" + }, + { + "name": "venue", + "description": "*Optional*. Message is a venue, information about the venue", + "required": false, + "type": "reference", + "reference": "Venue" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#externalreplyinfo" + }, + { + "name": "ReplyParameters", + "description": "Describes reply parameters for the message that is being sent.", + "type": "properties", + "properties": [ + { + "name": "message_id", + "description": "Identifier of the message that will be replied to in the current chat, or in the chat *chat\\_id* if it is specified", + "required": true, + "type": "integer" + }, + { + "name": "chat_id", + "description": "*Optional*. If the message to be replied to is from a different chat, unique identifier for the chat or username of the channel (in the format `@channelusername`). Not supported for messages sent on behalf of a business account.", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "allow_sending_without_reply", + "description": "*Optional*. Pass *True* if the message should be sent even if the specified message to be replied to is not found. Always *False* for replies in another chat or forum topic. Always *True* for messages sent on behalf of a business account.", + "required": false, + "type": "bool" + }, + { + "name": "quote", + "description": "*Optional*. Quoted part of the message to be replied to; 0-1024 characters after entities parsing. The quote must be an exact substring of the message to be replied to, including *bold*, *italic*, *underline*, *strikethrough*, *spoiler*, and *custom\\_emoji* entities. The message will fail to send if the quote isn't found in the original message.", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "quote_parse_mode", + "description": "*Optional*. Mode for parsing entities in the quote. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "quote_entities", + "description": "*Optional*. A JSON-serialized list of special entities that appear in the quote. It can be specified instead of *quote\\_parse\\_mode*.", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "quote_position", + "description": "*Optional*. Position of the quote in the original message in UTF-16 code units", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#replyparameters" + }, + { + "name": "MessageOrigin", + "description": "This object describes the origin of a message. It can be one of\n\n* [MessageOriginUser](https://core.telegram.org/bots/api/#messageoriginuser)\n* [MessageOriginHiddenUser](https://core.telegram.org/bots/api/#messageoriginhiddenuser)\n* [MessageOriginChat](https://core.telegram.org/bots/api/#messageoriginchat)\n* [MessageOriginChannel](https://core.telegram.org/bots/api/#messageoriginchannel)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "MessageOriginUser" + }, + { + "type": "reference", + "reference": "MessageOriginHiddenUser" + }, + { + "type": "reference", + "reference": "MessageOriginChat" + }, + { + "type": "reference", + "reference": "MessageOriginChannel" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageorigin" + }, + { + "name": "MessageOriginUser", + "description": "The message was originally sent by a known user.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the message origin, always “user”", + "required": true, + "type": "string", + "default": "user" + }, + { + "name": "date", + "description": "Date the message was sent originally in Unix time", + "required": true, + "type": "integer" + }, + { + "name": "sender_user", + "description": "User that sent the message originally", + "required": true, + "type": "reference", + "reference": "User" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageoriginuser" + }, + { + "name": "MessageOriginHiddenUser", + "description": "The message was originally sent by an unknown user.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the message origin, always “hidden\\_user”", + "required": true, + "type": "string", + "default": "hidden_user" + }, + { + "name": "date", + "description": "Date the message was sent originally in Unix time", + "required": true, + "type": "integer" + }, + { + "name": "sender_user_name", + "description": "Name of the user that sent the message originally", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageoriginhiddenuser" + }, + { + "name": "MessageOriginChat", + "description": "The message was originally sent on behalf of a chat to a group chat.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the message origin, always “chat”", + "required": true, + "type": "string", + "default": "chat" + }, + { + "name": "date", + "description": "Date the message was sent originally in Unix time", + "required": true, + "type": "integer" + }, + { + "name": "sender_chat", + "description": "Chat that sent the message originally", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "author_signature", + "description": "*Optional*. For messages originally sent by an anonymous chat administrator, original message author signature", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageoriginchat" + }, + { + "name": "MessageOriginChannel", + "description": "The message was originally sent to a channel chat.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the message origin, always “channel”", + "required": true, + "type": "string", + "default": "channel" + }, + { + "name": "date", + "description": "Date the message was sent originally in Unix time", + "required": true, + "type": "integer" + }, + { + "name": "chat", + "description": "Channel chat to which the message was originally sent", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "message_id", + "description": "Unique message identifier inside the chat", + "required": true, + "type": "integer" + }, + { + "name": "author_signature", + "description": "*Optional*. Signature of the original post author", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageoriginchannel" + }, + { + "name": "PhotoSize", + "description": "This object represents one size of a photo or a [file](https://core.telegram.org/bots/api/#document) / [sticker](https://core.telegram.org/bots/api/#sticker) thumbnail.", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type": "string" + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type": "string" + }, + { + "name": "width", + "description": "Photo width", + "required": true, + "type": "integer" + }, + { + "name": "height", + "description": "Photo height", + "required": true, + "type": "integer" + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#photosize" + }, + { + "name": "Animation", + "description": "This object represents an animation file (GIF or H.264/MPEG-4 AVC video without sound).", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type": "string" + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type": "string" + }, + { + "name": "width", + "description": "Video width as defined by the sender", + "required": true, + "type": "integer" + }, + { + "name": "height", + "description": "Video height as defined by the sender", + "required": true, + "type": "integer" + }, + { + "name": "duration", + "description": "Duration of the video in seconds as defined by the sender", + "required": true, + "type": "integer" + }, + { + "name": "thumbnail", + "description": "*Optional*. Animation thumbnail as defined by the sender", + "required": false, + "type": "reference", + "reference": "PhotoSize" + }, + { + "name": "file_name", + "description": "*Optional*. Original animation filename as defined by the sender", + "required": false, + "type": "string" + }, + { + "name": "mime_type", + "description": "*Optional*. MIME type of the file as defined by the sender", + "required": false, + "type": "string" + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#animation" + }, + { + "name": "Audio", + "description": "This object represents an audio file to be treated as music by the Telegram clients.", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type": "string" + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type": "string" + }, + { + "name": "duration", + "description": "Duration of the audio in seconds as defined by the sender", + "required": true, + "type": "integer" + }, + { + "name": "performer", + "description": "*Optional*. Performer of the audio as defined by the sender or by audio tags", + "required": false, + "type": "string" + }, + { + "name": "title", + "description": "*Optional*. Title of the audio as defined by the sender or by audio tags", + "required": false, + "type": "string" + }, + { + "name": "file_name", + "description": "*Optional*. Original filename as defined by the sender", + "required": false, + "type": "string" + }, + { + "name": "mime_type", + "description": "*Optional*. MIME type of the file as defined by the sender", + "required": false, + "type": "string" + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.", + "required": false, + "type": "integer" + }, + { + "name": "thumbnail", + "description": "*Optional*. Thumbnail of the album cover to which the music file belongs", + "required": false, + "type": "reference", + "reference": "PhotoSize" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#audio" + }, + { + "name": "Document", + "description": "This object represents a general file (as opposed to [photos](https://core.telegram.org/bots/api/#photosize), [voice messages](https://core.telegram.org/bots/api/#voice) and [audio files](https://core.telegram.org/bots/api/#audio)).", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type": "string" + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type": "string" + }, + { + "name": "thumbnail", + "description": "*Optional*. Document thumbnail as defined by the sender", + "required": false, + "type": "reference", + "reference": "PhotoSize" + }, + { + "name": "file_name", + "description": "*Optional*. Original filename as defined by the sender", + "required": false, + "type": "string" + }, + { + "name": "mime_type", + "description": "*Optional*. MIME type of the file as defined by the sender", + "required": false, + "type": "string" + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#document" + }, + { + "name": "Story", + "description": "This object represents a story.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "Chat that posted the story", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "id", + "description": "Unique identifier for the story in the chat", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#story" + }, + { + "name": "Video", + "description": "This object represents a video file.", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type": "string" + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type": "string" + }, + { + "name": "width", + "description": "Video width as defined by the sender", + "required": true, + "type": "integer" + }, + { + "name": "height", + "description": "Video height as defined by the sender", + "required": true, + "type": "integer" + }, + { + "name": "duration", + "description": "Duration of the video in seconds as defined by the sender", + "required": true, + "type": "integer" + }, + { + "name": "thumbnail", + "description": "*Optional*. Video thumbnail", + "required": false, + "type": "reference", + "reference": "PhotoSize" + }, + { + "name": "file_name", + "description": "*Optional*. Original filename as defined by the sender", + "required": false, + "type": "string" + }, + { + "name": "mime_type", + "description": "*Optional*. MIME type of the file as defined by the sender", + "required": false, + "type": "string" + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#video" + }, + { + "name": "VideoNote", + "description": "This object represents a [video message](https://telegram.org/blog/video-messages-and-telescope) (available in Telegram apps as of [v.4.0](https://telegram.org/blog/video-messages-and-telescope)).", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type": "string" + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type": "string" + }, + { + "name": "length", + "description": "Video width and height (diameter of the video message) as defined by the sender", + "required": true, + "type": "integer" + }, + { + "name": "duration", + "description": "Duration of the video in seconds as defined by the sender", + "required": true, + "type": "integer" + }, + { + "name": "thumbnail", + "description": "*Optional*. Video thumbnail", + "required": false, + "type": "reference", + "reference": "PhotoSize" + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#videonote" + }, + { + "name": "Voice", + "description": "This object represents a voice note.", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type": "string" + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type": "string" + }, + { + "name": "duration", + "description": "Duration of the audio in seconds as defined by the sender", + "required": true, + "type": "integer" + }, + { + "name": "mime_type", + "description": "*Optional*. MIME type of the file as defined by the sender", + "required": false, + "type": "string" + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#voice" + }, + { + "name": "PaidMediaInfo", + "description": "Describes the paid media added to a message.", + "type": "properties", + "properties": [ + { + "name": "star_count", + "description": "The number of Telegram Stars that must be paid to buy access to the media", + "required": true, + "type": "integer" + }, + { + "name": "paid_media", + "description": "Information about the paid media", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "PaidMedia" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#paidmediainfo" + }, + { + "name": "PaidMedia", + "description": "This object describes paid media. Currently, it can be one of\n\n* [PaidMediaPreview](https://core.telegram.org/bots/api/#paidmediapreview)\n* [PaidMediaPhoto](https://core.telegram.org/bots/api/#paidmediaphoto)\n* [PaidMediaVideo](https://core.telegram.org/bots/api/#paidmediavideo)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "PaidMediaPreview" + }, + { + "type": "reference", + "reference": "PaidMediaPhoto" + }, + { + "type": "reference", + "reference": "PaidMediaVideo" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#paidmedia" + }, + { + "name": "PaidMediaPreview", + "description": "The paid media isn't available before the payment.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the paid media, always “preview”", + "required": true, + "type": "string", + "default": "preview" + }, + { + "name": "width", + "description": "*Optional*. Media width as defined by the sender", + "required": false, + "type": "integer" + }, + { + "name": "height", + "description": "*Optional*. Media height as defined by the sender", + "required": false, + "type": "integer" + }, + { + "name": "duration", + "description": "*Optional*. Duration of the media in seconds as defined by the sender", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#paidmediapreview" + }, + { + "name": "PaidMediaPhoto", + "description": "The paid media is a photo.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the paid media, always “photo”", + "required": true, + "type": "string", + "default": "photo" + }, + { + "name": "photo", + "description": "The photo", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#paidmediaphoto" + }, + { + "name": "PaidMediaVideo", + "description": "The paid media is a video.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the paid media, always “video”", + "required": true, + "type": "string", + "default": "video" + }, + { + "name": "video", + "description": "The video", + "required": true, + "type": "reference", + "reference": "Video" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#paidmediavideo" + }, + { + "name": "Contact", + "description": "This object represents a phone contact.", + "type": "properties", + "properties": [ + { + "name": "phone_number", + "description": "Contact's phone number", + "required": true, + "type": "string" + }, + { + "name": "first_name", + "description": "Contact's first name", + "required": true, + "type": "string" + }, + { + "name": "last_name", + "description": "*Optional*. Contact's last name", + "required": false, + "type": "string" + }, + { + "name": "user_id", + "description": "*Optional*. Contact's user identifier in Telegram. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": false, + "type": "integer" + }, + { + "name": "vcard", + "description": "*Optional*. Additional data about the contact in the form of a [vCard](https://en.wikipedia.org/wiki/VCard)", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#contact" + }, + { + "name": "Dice", + "description": "This object represents an animated emoji that displays a random value.", + "type": "properties", + "properties": [ + { + "name": "emoji", + "description": "Emoji on which the dice throw animation is based", + "required": true, + "type": "string" + }, + { + "name": "value", + "description": "Value of the dice, 1-6 for “🎲”, “🎯” and “🎳” base emoji, 1-5 for “🏀” and “⚽” base emoji, 1-64 for “🎰” base emoji", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#dice" + }, + { + "name": "PollOption", + "description": "This object contains information about one answer option in a poll.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "Option text, 1-100 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 100 + }, + { + "name": "text_entities", + "description": "*Optional*. Special entities that appear in the option *text*. Currently, only custom emoji entities are allowed in poll option texts", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "voter_count", + "description": "Number of users that voted for this option", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#polloption" + }, + { + "name": "InputPollOption", + "description": "This object contains information about one answer option in a poll to be sent.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "Option text, 1-100 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 100 + }, + { + "name": "text_parse_mode", + "description": "*Optional*. Mode for parsing entities in the text. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details. Currently, only custom emoji entities are allowed", + "required": false, + "type": "string" + }, + { + "name": "text_entities", + "description": "*Optional*. A JSON-serialized list of special entities that appear in the poll option text. It can be specified instead of *text\\_parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputpolloption" + }, + { + "name": "PollAnswer", + "description": "This object represents an answer of a user in a non-anonymous poll.", + "type": "properties", + "properties": [ + { + "name": "poll_id", + "description": "Unique poll identifier", + "required": true, + "type": "string" + }, + { + "name": "voter_chat", + "description": "*Optional*. The chat that changed the answer to the poll, if the voter is anonymous", + "required": false, + "type": "reference", + "reference": "Chat" + }, + { + "name": "user", + "description": "*Optional*. The user that changed the answer to the poll, if the voter isn't anonymous", + "required": false, + "type": "reference", + "reference": "User" + }, + { + "name": "option_ids", + "description": "0-based identifiers of chosen answer options. May be empty if the vote was retracted.", + "required": true, + "type": "array", + "array": { + "type": "integer" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#pollanswer" + }, + { + "name": "Poll", + "description": "This object contains information about a poll.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique poll identifier", + "required": true, + "type": "string" + }, + { + "name": "question", + "description": "Poll question, 1-300 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 300 + }, + { + "name": "question_entities", + "description": "*Optional*. Special entities that appear in the *question*. Currently, only custom emoji entities are allowed in poll questions", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "options", + "description": "List of poll options", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "PollOption" + } + }, + { + "name": "total_voter_count", + "description": "Total number of users that voted in the poll", + "required": true, + "type": "integer" + }, + { + "name": "is_closed", + "description": "*True*, if the poll is closed", + "required": true, + "type": "bool" + }, + { + "name": "is_anonymous", + "description": "*True*, if the poll is anonymous", + "required": true, + "type": "bool" + }, + { + "name": "type", + "description": "Poll type, currently can be “regular” or “quiz”", + "required": true, + "type": "string", + "enumeration": [ + "regular", + "quiz" + ] + }, + { + "name": "allows_multiple_answers", + "description": "*True*, if the poll allows multiple answers", + "required": true, + "type": "bool" + }, + { + "name": "correct_option_id", + "description": "*Optional*. 0-based identifier of the correct answer option. Available only for polls in the quiz mode, which are closed, or was sent (not forwarded) by the bot or to the private chat with the bot.", + "required": false, + "type": "integer" + }, + { + "name": "explanation", + "description": "*Optional*. Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 200 + }, + { + "name": "explanation_entities", + "description": "*Optional*. Special entities like usernames, URLs, bot commands, etc. that appear in the *explanation*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "open_period", + "description": "*Optional*. Amount of time in seconds the poll will be active after creation", + "required": false, + "type": "integer" + }, + { + "name": "close_date", + "description": "*Optional*. Point in time (Unix timestamp) when the poll will be automatically closed", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#poll" + }, + { + "name": "Location", + "description": "This object represents a point on the map.", + "type": "properties", + "properties": [ + { + "name": "latitude", + "description": "Latitude as defined by the sender", + "required": true, + "type": "float" + }, + { + "name": "longitude", + "description": "Longitude as defined by the sender", + "required": true, + "type": "float" + }, + { + "name": "horizontal_accuracy", + "description": "*Optional*. The radius of uncertainty for the location, measured in meters; 0-1500", + "required": false, + "type": "float" + }, + { + "name": "live_period", + "description": "*Optional*. Time relative to the message sending date, during which the location can be updated; in seconds. For active live locations only.", + "required": false, + "type": "integer" + }, + { + "name": "heading", + "description": "*Optional*. The direction in which user is moving, in degrees; 1-360. For active live locations only.", + "required": false, + "type": "integer" + }, + { + "name": "proximity_alert_radius", + "description": "*Optional*. The maximum distance for proximity alerts about approaching another chat member, in meters. For sent live locations only.", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#location" + }, + { + "name": "Venue", + "description": "This object represents a venue.", + "type": "properties", + "properties": [ + { + "name": "location", + "description": "Venue location. Can't be a live location", + "required": true, + "type": "reference", + "reference": "Location" + }, + { + "name": "title", + "description": "Name of the venue", + "required": true, + "type": "string" + }, + { + "name": "address", + "description": "Address of the venue", + "required": true, + "type": "string" + }, + { + "name": "foursquare_id", + "description": "*Optional*. Foursquare identifier of the venue", + "required": false, + "type": "string" + }, + { + "name": "foursquare_type", + "description": "*Optional*. Foursquare type of the venue. (For example, “arts\\_entertainment/default”, “arts\\_entertainment/aquarium” or “food/icecream”.)", + "required": false, + "type": "string" + }, + { + "name": "google_place_id", + "description": "*Optional*. Google Places identifier of the venue", + "required": false, + "type": "string" + }, + { + "name": "google_place_type", + "description": "*Optional*. Google Places type of the venue. (See [supported types](https://developers.google.com/places/web-service/supported_types).)", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#venue" + }, + { + "name": "WebAppData", + "description": "Describes data sent from a [Web App](https://core.telegram.org/bots/webapps) to the bot.", + "type": "properties", + "properties": [ + { + "name": "data", + "description": "The data. Be aware that a bad client can send arbitrary data in this field.", + "required": true, + "type": "string" + }, + { + "name": "button_text", + "description": "Text of the *web\\_app* keyboard button from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field.", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#webappdata" + }, + { + "name": "ProximityAlertTriggered", + "description": "This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user.", + "type": "properties", + "properties": [ + { + "name": "traveler", + "description": "User that triggered the alert", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "watcher", + "description": "User that set the alert", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "distance", + "description": "The distance between the users", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#proximityalerttriggered" + }, + { + "name": "MessageAutoDeleteTimerChanged", + "description": "This object represents a service message about a change in auto-delete timer settings.", + "type": "properties", + "properties": [ + { + "name": "message_auto_delete_time", + "description": "New auto-delete time for messages in the chat; in seconds", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageautodeletetimerchanged" + }, + { + "name": "ChatBoostAdded", + "description": "This object represents a service message about a user boosting a chat.", + "type": "properties", + "properties": [ + { + "name": "boost_count", + "description": "Number of boosts added by the user", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostadded" + }, + { + "name": "BackgroundFill", + "description": "This object describes the way a background is filled based on the selected colors. Currently, it can be one of\n\n* [BackgroundFillSolid](https://core.telegram.org/bots/api/#backgroundfillsolid)\n* [BackgroundFillGradient](https://core.telegram.org/bots/api/#backgroundfillgradient)\n* [BackgroundFillFreeformGradient](https://core.telegram.org/bots/api/#backgroundfillfreeformgradient)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "BackgroundFillSolid" + }, + { + "type": "reference", + "reference": "BackgroundFillGradient" + }, + { + "type": "reference", + "reference": "BackgroundFillFreeformGradient" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundfill" + }, + { + "name": "BackgroundFillSolid", + "description": "The background is filled using the selected color.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background fill, always “solid”", + "required": true, + "type": "string", + "default": "solid" + }, + { + "name": "color", + "description": "The color of the background fill in the RGB24 format", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundfillsolid" + }, + { + "name": "BackgroundFillGradient", + "description": "The background is a gradient fill.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background fill, always “gradient”", + "required": true, + "type": "string", + "default": "gradient" + }, + { + "name": "top_color", + "description": "Top color of the gradient in the RGB24 format", + "required": true, + "type": "integer" + }, + { + "name": "bottom_color", + "description": "Bottom color of the gradient in the RGB24 format", + "required": true, + "type": "integer" + }, + { + "name": "rotation_angle", + "description": "Clockwise rotation angle of the background fill in degrees; 0-359", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundfillgradient" + }, + { + "name": "BackgroundFillFreeformGradient", + "description": "The background is a freeform gradient that rotates after every message in the chat.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background fill, always “freeform\\_gradient”", + "required": true, + "type": "string", + "default": "freeform_gradient" + }, + { + "name": "colors", + "description": "A list of the 3 or 4 base colors that are used to generate the freeform gradient in the RGB24 format", + "required": true, + "type": "array", + "array": { + "type": "integer" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundfillfreeformgradient" + }, + { + "name": "BackgroundType", + "description": "This object describes the type of a background. Currently, it can be one of\n\n* [BackgroundTypeFill](https://core.telegram.org/bots/api/#backgroundtypefill)\n* [BackgroundTypeWallpaper](https://core.telegram.org/bots/api/#backgroundtypewallpaper)\n* [BackgroundTypePattern](https://core.telegram.org/bots/api/#backgroundtypepattern)\n* [BackgroundTypeChatTheme](https://core.telegram.org/bots/api/#backgroundtypechattheme)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "BackgroundTypeFill" + }, + { + "type": "reference", + "reference": "BackgroundTypeWallpaper" + }, + { + "type": "reference", + "reference": "BackgroundTypePattern" + }, + { + "type": "reference", + "reference": "BackgroundTypeChatTheme" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundtype" + }, + { + "name": "BackgroundTypeFill", + "description": "The background is automatically filled based on the selected colors.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background, always “fill”", + "required": true, + "type": "string", + "default": "fill" + }, + { + "name": "fill", + "description": "The background fill", + "required": true, + "type": "reference", + "reference": "BackgroundFill" + }, + { + "name": "dark_theme_dimming", + "description": "Dimming of the background in dark themes, as a percentage; 0-100", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundtypefill" + }, + { + "name": "BackgroundTypeWallpaper", + "description": "The background is a wallpaper in the JPEG format.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background, always “wallpaper”", + "required": true, + "type": "string", + "default": "wallpaper" + }, + { + "name": "document", + "description": "Document with the wallpaper", + "required": true, + "type": "reference", + "reference": "Document" + }, + { + "name": "dark_theme_dimming", + "description": "Dimming of the background in dark themes, as a percentage; 0-100", + "required": true, + "type": "integer" + }, + { + "name": "is_blurred", + "description": "*Optional*. *True*, if the wallpaper is downscaled to fit in a 450x450 square and then box-blurred with radius 12", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "is_moving", + "description": "*Optional*. *True*, if the background moves slightly when the device is tilted", + "required": false, + "type": "bool", + "default": true + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundtypewallpaper" + }, + { + "name": "BackgroundTypePattern", + "description": "The background is a PNG or TGV (gzipped subset of SVG with MIME type “application/x-tgwallpattern”) pattern to be combined with the background fill chosen by the user.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background, always “pattern”", + "required": true, + "type": "string", + "default": "pattern" + }, + { + "name": "document", + "description": "Document with the pattern", + "required": true, + "type": "reference", + "reference": "Document" + }, + { + "name": "fill", + "description": "The background fill that is combined with the pattern", + "required": true, + "type": "reference", + "reference": "BackgroundFill" + }, + { + "name": "intensity", + "description": "Intensity of the pattern when it is shown above the filled background; 0-100", + "required": true, + "type": "integer" + }, + { + "name": "is_inverted", + "description": "*Optional*. *True*, if the background fill must be applied only to the pattern itself. All other pixels are black in this case. For dark themes only", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "is_moving", + "description": "*Optional*. *True*, if the background moves slightly when the device is tilted", + "required": false, + "type": "bool", + "default": true + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundtypepattern" + }, + { + "name": "BackgroundTypeChatTheme", + "description": "The background is taken directly from a built-in chat theme.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background, always “chat\\_theme”", + "required": true, + "type": "string", + "default": "chat_theme" + }, + { + "name": "theme_name", + "description": "Name of the chat theme, which is usually an emoji", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundtypechattheme" + }, + { + "name": "ChatBackground", + "description": "This object represents a chat background.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background", + "required": true, + "type": "reference", + "reference": "BackgroundType" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatbackground" + }, + { + "name": "ForumTopicCreated", + "description": "This object represents a service message about a new forum topic created in the chat.", + "type": "properties", + "properties": [ + { + "name": "name", + "description": "Name of the topic", + "required": true, + "type": "string" + }, + { + "name": "icon_color", + "description": "Color of the topic icon in RGB format", + "required": true, + "type": "integer" + }, + { + "name": "icon_custom_emoji_id", + "description": "*Optional*. Unique identifier of the custom emoji shown as the topic icon", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#forumtopiccreated" + }, + { + "name": "ForumTopicClosed", + "description": "This object represents a service message about a forum topic closed in the chat. Currently holds no information.", + "documentation_link": "https://core.telegram.org/bots/api/#forumtopicclosed" + }, + { + "name": "ForumTopicEdited", + "description": "This object represents a service message about an edited forum topic.", + "type": "properties", + "properties": [ + { + "name": "name", + "description": "*Optional*. New name of the topic, if it was edited", + "required": false, + "type": "string" + }, + { + "name": "icon_custom_emoji_id", + "description": "*Optional*. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#forumtopicedited" + }, + { + "name": "ForumTopicReopened", + "description": "This object represents a service message about a forum topic reopened in the chat. Currently holds no information.", + "documentation_link": "https://core.telegram.org/bots/api/#forumtopicreopened" + }, + { + "name": "GeneralForumTopicHidden", + "description": "This object represents a service message about General forum topic hidden in the chat. Currently holds no information.", + "documentation_link": "https://core.telegram.org/bots/api/#generalforumtopichidden" + }, + { + "name": "GeneralForumTopicUnhidden", + "description": "This object represents a service message about General forum topic unhidden in the chat. Currently holds no information.", + "documentation_link": "https://core.telegram.org/bots/api/#generalforumtopicunhidden" + }, + { + "name": "SharedUser", + "description": "This object contains information about a user that was shared with the bot using a [KeyboardButtonRequestUsers](https://core.telegram.org/bots/api/#keyboardbuttonrequestusers) button.", + "type": "properties", + "properties": [ + { + "name": "user_id", + "description": "Identifier of the shared user. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so 64-bit integers or double-precision float types are safe for storing these identifiers. The bot may not have access to the user and could be unable to use this identifier, unless the user is already known to the bot by some other means.", + "required": true, + "type": "integer" + }, + { + "name": "first_name", + "description": "*Optional*. First name of the user, if the name was requested by the bot", + "required": false, + "type": "string" + }, + { + "name": "last_name", + "description": "*Optional*. Last name of the user, if the name was requested by the bot", + "required": false, + "type": "string" + }, + { + "name": "username", + "description": "*Optional*. Username of the user, if the username was requested by the bot", + "required": false, + "type": "string" + }, + { + "name": "photo", + "description": "*Optional*. Available sizes of the chat photo, if the photo was requested by the bot", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#shareduser" + }, + { + "name": "UsersShared", + "description": "This object contains information about the users whose identifiers were shared with the bot using a [KeyboardButtonRequestUsers](https://core.telegram.org/bots/api/#keyboardbuttonrequestusers) button.", + "type": "properties", + "properties": [ + { + "name": "request_id", + "description": "Identifier of the request", + "required": true, + "type": "integer" + }, + { + "name": "users", + "description": "Information about users shared with the bot.", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "SharedUser" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#usersshared" + }, + { + "name": "ChatShared", + "description": "This object contains information about a chat that was shared with the bot using a [KeyboardButtonRequestChat](https://core.telegram.org/bots/api/#keyboardbuttonrequestchat) button.", + "type": "properties", + "properties": [ + { + "name": "request_id", + "description": "Identifier of the request", + "required": true, + "type": "integer" + }, + { + "name": "chat_id", + "description": "Identifier of the shared chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. The bot may not have access to the chat and could be unable to use this identifier, unless the chat is already known to the bot by some other means.", + "required": true, + "type": "integer" + }, + { + "name": "title", + "description": "*Optional*. Title of the chat, if the title was requested by the bot.", + "required": false, + "type": "string" + }, + { + "name": "username", + "description": "*Optional*. Username of the chat, if the username was requested by the bot and available.", + "required": false, + "type": "string" + }, + { + "name": "photo", + "description": "*Optional*. Available sizes of the chat photo, if the photo was requested by the bot", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatshared" + }, + { + "name": "WriteAccessAllowed", + "description": "This object represents a service message about a user allowing a bot to write messages after adding it to the attachment menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method [requestWriteAccess](https://core.telegram.org/bots/webapps#initializing-mini-apps).", + "type": "properties", + "properties": [ + { + "name": "from_request", + "description": "*Optional*. True, if the access was granted after the user accepted an explicit request from a Web App sent by the method [requestWriteAccess](https://core.telegram.org/bots/webapps#initializing-mini-apps)", + "required": false, + "type": "bool" + }, + { + "name": "web_app_name", + "description": "*Optional*. Name of the Web App, if the access was granted when the Web App was launched from a link", + "required": false, + "type": "string" + }, + { + "name": "from_attachment_menu", + "description": "*Optional*. True, if the access was granted when the bot was added to the attachment or side menu", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#writeaccessallowed" + }, + { + "name": "VideoChatScheduled", + "description": "This object represents a service message about a video chat scheduled in the chat.", + "type": "properties", + "properties": [ + { + "name": "start_date", + "description": "Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#videochatscheduled" + }, + { + "name": "VideoChatStarted", + "description": "This object represents a service message about a video chat started in the chat. Currently holds no information.", + "documentation_link": "https://core.telegram.org/bots/api/#videochatstarted" + }, + { + "name": "VideoChatEnded", + "description": "This object represents a service message about a video chat ended in the chat.", + "type": "properties", + "properties": [ + { + "name": "duration", + "description": "Video chat duration in seconds", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#videochatended" + }, + { + "name": "VideoChatParticipantsInvited", + "description": "This object represents a service message about new members invited to a video chat.", + "type": "properties", + "properties": [ + { + "name": "users", + "description": "New members that were invited to the video chat", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "User" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#videochatparticipantsinvited" + }, + { + "name": "GiveawayCreated", + "description": "This object represents a service message about the creation of a scheduled giveaway.", + "type": "properties", + "properties": [ + { + "name": "prize_star_count", + "description": "*Optional*. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#giveawaycreated" + }, + { + "name": "Giveaway", + "description": "This object represents a message about a scheduled giveaway.", + "type": "properties", + "properties": [ + { + "name": "chats", + "description": "The list of chats which the user must join to participate in the giveaway", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "winners_selection_date", + "description": "Point in time (Unix timestamp) when winners of the giveaway will be selected", + "required": true, + "type": "integer" + }, + { + "name": "winner_count", + "description": "The number of users which are supposed to be selected as winners of the giveaway", + "required": true, + "type": "integer" + }, + { + "name": "only_new_members", + "description": "*Optional*. *True*, if only users who join the chats after the giveaway started should be eligible to win", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "has_public_winners", + "description": "*Optional*. *True*, if the list of giveaway winners will be visible to everyone", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "prize_description", + "description": "*Optional*. Description of additional giveaway prize", + "required": false, + "type": "string" + }, + { + "name": "country_codes", + "description": "*Optional*. A list of two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country codes indicating the countries from which eligible users for the giveaway must come. If empty, then all users can participate in the giveaway. Users with a phone number that was bought on Fragment can always participate in giveaways.", + "required": false, + "type": "array", + "array": { + "type": "string" + } + }, + { + "name": "prize_star_count", + "description": "*Optional*. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only", + "required": false, + "type": "integer" + }, + { + "name": "premium_subscription_month_count", + "description": "*Optional*. The number of months the Telegram Premium subscription won from the giveaway will be active for; for Telegram Premium giveaways only", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#giveaway" + }, + { + "name": "GiveawayWinners", + "description": "This object represents a message about the completion of a giveaway with public winners.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "The chat that created the giveaway", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "giveaway_message_id", + "description": "Identifier of the message with the giveaway in the chat", + "required": true, + "type": "integer" + }, + { + "name": "winners_selection_date", + "description": "Point in time (Unix timestamp) when winners of the giveaway were selected", + "required": true, + "type": "integer" + }, + { + "name": "winner_count", + "description": "Total number of winners in the giveaway", + "required": true, + "type": "integer" + }, + { + "name": "winners", + "description": "List of up to 100 winners of the giveaway", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "additional_chat_count", + "description": "*Optional*. The number of other chats the user had to join in order to be eligible for the giveaway", + "required": false, + "type": "integer" + }, + { + "name": "prize_star_count", + "description": "*Optional*. The number of Telegram Stars that were split between giveaway winners; for Telegram Star giveaways only", + "required": false, + "type": "integer" + }, + { + "name": "premium_subscription_month_count", + "description": "*Optional*. The number of months the Telegram Premium subscription won from the giveaway will be active for; for Telegram Premium giveaways only", + "required": false, + "type": "integer" + }, + { + "name": "unclaimed_prize_count", + "description": "*Optional*. Number of undistributed prizes", + "required": false, + "type": "integer" + }, + { + "name": "only_new_members", + "description": "*Optional*. *True*, if only users who had joined the chats after the giveaway started were eligible to win", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "was_refunded", + "description": "*Optional*. *True*, if the giveaway was canceled because the payment for it was refunded", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "prize_description", + "description": "*Optional*. Description of additional giveaway prize", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#giveawaywinners" + }, + { + "name": "GiveawayCompleted", + "description": "This object represents a service message about the completion of a giveaway without public winners.", + "type": "properties", + "properties": [ + { + "name": "winner_count", + "description": "Number of winners in the giveaway", + "required": true, + "type": "integer" + }, + { + "name": "unclaimed_prize_count", + "description": "*Optional*. Number of undistributed prizes", + "required": false, + "type": "integer" + }, + { + "name": "giveaway_message", + "description": "*Optional*. Message with the giveaway that was completed, if it wasn't deleted", + "required": false, + "type": "reference", + "reference": "Message" + }, + { + "name": "is_star_giveaway", + "description": "*Optional*. *True*, if the giveaway is a Telegram Star giveaway. Otherwise, currently, the giveaway is a Telegram Premium giveaway.", + "required": false, + "type": "bool", + "default": true + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#giveawaycompleted" + }, + { + "name": "LinkPreviewOptions", + "description": "Describes the options used for link preview generation.", + "type": "properties", + "properties": [ + { + "name": "is_disabled", + "description": "*Optional*. *True*, if the link preview is disabled", + "required": false, + "type": "bool" + }, + { + "name": "url", + "description": "*Optional*. URL to use for the link preview. If empty, then the first URL found in the message text will be used", + "required": false, + "type": "string" + }, + { + "name": "prefer_small_media", + "description": "*Optional*. *True*, if the media in the link preview is supposed to be shrunk; ignored if the URL isn't explicitly specified or media size change isn't supported for the preview", + "required": false, + "type": "bool" + }, + { + "name": "prefer_large_media", + "description": "*Optional*. *True*, if the media in the link preview is supposed to be enlarged; ignored if the URL isn't explicitly specified or media size change isn't supported for the preview", + "required": false, + "type": "bool" + }, + { + "name": "show_above_text", + "description": "*Optional*. *True*, if the link preview must be shown above the message text; otherwise, the link preview will be shown below the message text", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#linkpreviewoptions" + }, + { + "name": "UserProfilePhotos", + "description": "This object represent a user's profile pictures.", + "type": "properties", + "properties": [ + { + "name": "total_count", + "description": "Total number of profile pictures the target user has", + "required": true, + "type": "integer" + }, + { + "name": "photos", + "description": "Requested profile pictures (in up to 4 sizes each)", + "required": true, + "type": "array", + "array": { + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#userprofilephotos" + }, + { + "name": "File", + "description": "This object represents a file ready to be downloaded. The file can be downloaded via the link `https://api.telegram.org/file/bot/`. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling [getFile](https://core.telegram.org/bots/api/#getfile).\n\nThe maximum file size to download is 20 MB", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type": "string" + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type": "string" + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.", + "required": false, + "type": "integer" + }, + { + "name": "file_path", + "description": "*Optional*. File path. Use `https://api.telegram.org/file/bot/` to get the file.", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#file" + }, + { + "name": "WebAppInfo", + "description": "Describes a [Web App](https://core.telegram.org/bots/webapps).", + "type": "properties", + "properties": [ + { + "name": "url", + "description": "An HTTPS URL of a Web App to be opened with additional data as specified in [Initializing Web Apps](https://core.telegram.org/bots/webapps#initializing-mini-apps)", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#webappinfo" + }, + { + "name": "ReplyKeyboardMarkup", + "description": "This object represents a [custom keyboard](https://core.telegram.org/bots/features#keyboards) with reply options (see [Introduction to bots](https://core.telegram.org/bots/features#keyboards) for details and examples). Not supported in channels and for messages sent on behalf of a Telegram Business account.", + "type": "properties", + "properties": [ + { + "name": "keyboard", + "description": "Array of button rows, each represented by an Array of [KeyboardButton](https://core.telegram.org/bots/api/#keyboardbutton) objects", + "required": true, + "type": "array", + "array": { + "type": "array", + "array": { + "type": "reference", + "reference": "KeyboardButton" + } + } + }, + { + "name": "is_persistent", + "description": "*Optional*. Requests clients to always show the keyboard when the regular keyboard is hidden. Defaults to *false*, in which case the custom keyboard can be hidden and opened with a keyboard icon.", + "required": false, + "type": "bool", + "default": false + }, + { + "name": "resize_keyboard", + "description": "*Optional*. Requests clients to resize the keyboard vertically for optimal fit (e.g., make the keyboard smaller if there are just two rows of buttons). Defaults to *false*, in which case the custom keyboard is always of the same height as the app's standard keyboard.", + "required": false, + "type": "bool", + "default": false + }, + { + "name": "one_time_keyboard", + "description": "*Optional*. Requests clients to hide the keyboard as soon as it's been used. The keyboard will still be available, but clients will automatically display the usual letter-keyboard in the chat - the user can press a special button in the input field to see the custom keyboard again. Defaults to *false*.", + "required": false, + "type": "bool", + "default": false + }, + { + "name": "input_field_placeholder", + "description": "*Optional*. The placeholder to be shown in the input field when the keyboard is active; 1-64 characters", + "required": false, + "type": "string", + "min_len": 1, + "max_len": 64 + }, + { + "name": "selective", + "description": "*Optional*. Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the *text* of the [Message](https://core.telegram.org/bots/api/#message) object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message. \n\n*Example:* A user requests to change the bot's language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard.", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#replykeyboardmarkup" + }, + { + "name": "KeyboardButton", + "description": "This object represents one button of the reply keyboard. At most one of the optional fields must be used to specify type of the button. For simple text buttons, *String* can be used instead of this object to specify the button text.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "Text of the button. If none of the optional fields are used, it will be sent as a message when the button is pressed", + "required": true, + "type": "string" + }, + { + "name": "request_users", + "description": "*Optional.* If specified, pressing the button will open a list of suitable users. Identifiers of selected users will be sent to the bot in a “users\\_shared” service message. Available in private chats only.", + "required": false, + "type": "reference", + "reference": "KeyboardButtonRequestUsers" + }, + { + "name": "request_chat", + "description": "*Optional.* If specified, pressing the button will open a list of suitable chats. Tapping on a chat will send its identifier to the bot in a “chat\\_shared” service message. Available in private chats only.", + "required": false, + "type": "reference", + "reference": "KeyboardButtonRequestChat" + }, + { + "name": "request_contact", + "description": "*Optional*. If *True*, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only.", + "required": false, + "type": "bool" + }, + { + "name": "request_location", + "description": "*Optional*. If *True*, the user's current location will be sent when the button is pressed. Available in private chats only.", + "required": false, + "type": "bool" + }, + { + "name": "request_poll", + "description": "*Optional*. If specified, the user will be asked to create a poll and send it to the bot when the button is pressed. Available in private chats only.", + "required": false, + "type": "reference", + "reference": "KeyboardButtonPollType" + }, + { + "name": "web_app", + "description": "*Optional*. If specified, the described [Web App](https://core.telegram.org/bots/webapps) will be launched when the button is pressed. The Web App will be able to send a “web\\_app\\_data” service message. Available in private chats only.", + "required": false, + "type": "reference", + "reference": "WebAppInfo" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#keyboardbutton" + }, + { + "name": "KeyboardButtonRequestUsers", + "description": "This object defines the criteria used to request suitable users. Information about the selected users will be shared with the bot when the corresponding button is pressed. [More about requesting users »](https://core.telegram.org/bots/features#chat-and-user-selection)", + "type": "properties", + "properties": [ + { + "name": "request_id", + "description": "Signed 32-bit identifier of the request that will be received back in the [UsersShared](https://core.telegram.org/bots/api/#usersshared) object. Must be unique within the message", + "required": true, + "type": "integer" + }, + { + "name": "user_is_bot", + "description": "*Optional*. Pass *True* to request bots, pass *False* to request regular users. If not specified, no additional restrictions are applied.", + "required": false, + "type": "bool" + }, + { + "name": "user_is_premium", + "description": "*Optional*. Pass *True* to request premium users, pass *False* to request non-premium users. If not specified, no additional restrictions are applied.", + "required": false, + "type": "bool" + }, + { + "name": "max_quantity", + "description": "*Optional*. The maximum number of users to be selected; 1-10. Defaults to 1.", + "required": false, + "type": "integer", + "default": 1 + }, + { + "name": "request_name", + "description": "*Optional*. Pass *True* to request the users' first and last names", + "required": false, + "type": "bool" + }, + { + "name": "request_username", + "description": "*Optional*. Pass *True* to request the users' usernames", + "required": false, + "type": "bool" + }, + { + "name": "request_photo", + "description": "*Optional*. Pass *True* to request the users' photos", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#keyboardbuttonrequestusers" + }, + { + "name": "KeyboardButtonRequestChat", + "description": "This object defines the criteria used to request a suitable chat. Information about the selected chat will be shared with the bot when the corresponding button is pressed. The bot will be granted requested rights in the chat if appropriate. [More about requesting chats »](https://core.telegram.org/bots/features#chat-and-user-selection).", + "type": "properties", + "properties": [ + { + "name": "request_id", + "description": "Signed 32-bit identifier of the request, which will be received back in the [ChatShared](https://core.telegram.org/bots/api/#chatshared) object. Must be unique within the message", + "required": true, + "type": "integer" + }, + { + "name": "chat_is_channel", + "description": "Pass *True* to request a channel chat, pass *False* to request a group or a supergroup chat.", + "required": true, + "type": "bool" + }, + { + "name": "chat_is_forum", + "description": "*Optional*. Pass *True* to request a forum supergroup, pass *False* to request a non-forum chat. If not specified, no additional restrictions are applied.", + "required": false, + "type": "bool" + }, + { + "name": "chat_has_username", + "description": "*Optional*. Pass *True* to request a supergroup or a channel with a username, pass *False* to request a chat without a username. If not specified, no additional restrictions are applied.", + "required": false, + "type": "bool" + }, + { + "name": "chat_is_created", + "description": "*Optional*. Pass *True* to request a chat owned by the user. Otherwise, no additional restrictions are applied.", + "required": false, + "type": "bool" + }, + { + "name": "user_administrator_rights", + "description": "*Optional*. A JSON-serialized object listing the required administrator rights of the user in the chat. The rights must be a superset of *bot\\_administrator\\_rights*. If not specified, no additional restrictions are applied.", + "required": false, + "type": "reference", + "reference": "ChatAdministratorRights" + }, + { + "name": "bot_administrator_rights", + "description": "*Optional*. A JSON-serialized object listing the required administrator rights of the bot in the chat. The rights must be a subset of *user\\_administrator\\_rights*. If not specified, no additional restrictions are applied.", + "required": false, + "type": "reference", + "reference": "ChatAdministratorRights" + }, + { + "name": "bot_is_member", + "description": "*Optional*. Pass *True* to request a chat with the bot as a member. Otherwise, no additional restrictions are applied.", + "required": false, + "type": "bool" + }, + { + "name": "request_title", + "description": "*Optional*. Pass *True* to request the chat's title", + "required": false, + "type": "bool" + }, + { + "name": "request_username", + "description": "*Optional*. Pass *True* to request the chat's username", + "required": false, + "type": "bool" + }, + { + "name": "request_photo", + "description": "*Optional*. Pass *True* to request the chat's photo", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#keyboardbuttonrequestchat" + }, + { + "name": "KeyboardButtonPollType", + "description": "This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "*Optional*. If *quiz* is passed, the user will be allowed to create only polls in the quiz mode. If *regular* is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#keyboardbuttonpolltype" + }, + { + "name": "ReplyKeyboardRemove", + "description": "Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the default letter-keyboard. By default, custom keyboards are displayed until a new keyboard is sent by a bot. An exception is made for one-time keyboards that are hidden immediately after the user presses a button (see [ReplyKeyboardMarkup](https://core.telegram.org/bots/api/#replykeyboardmarkup)). Not supported in channels and for messages sent on behalf of a Telegram Business account.", + "type": "properties", + "properties": [ + { + "name": "remove_keyboard", + "description": "Requests clients to remove the custom keyboard (user will not be able to summon this keyboard; if you want to hide the keyboard from sight but keep it accessible, use *one\\_time\\_keyboard* in [ReplyKeyboardMarkup](https://core.telegram.org/bots/api/#replykeyboardmarkup))", + "required": true, + "type": "bool", + "default": true + }, + { + "name": "selective", + "description": "*Optional*. Use this parameter if you want to remove the keyboard for specific users only. Targets: 1) users that are @mentioned in the *text* of the [Message](https://core.telegram.org/bots/api/#message) object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message. \n\n*Example:* A user votes in a poll, bot returns confirmation message in reply to the vote and removes the keyboard for that user, while still showing the keyboard with poll options to users who haven't voted yet.", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#replykeyboardremove" + }, + { + "name": "InlineKeyboardMarkup", + "description": "This object represents an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) that appears right next to the message it belongs to.", + "type": "properties", + "properties": [ + { + "name": "inline_keyboard", + "description": "Array of button rows, each represented by an Array of [InlineKeyboardButton](https://core.telegram.org/bots/api/#inlinekeyboardbutton) objects", + "required": true, + "type": "array", + "array": { + "type": "array", + "array": { + "type": "reference", + "reference": "InlineKeyboardButton" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinekeyboardmarkup" + }, + { + "name": "InlineKeyboardButton", + "description": "This object represents one button of an inline keyboard. Exactly one of the optional fields must be used to specify type of the button.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "Label text on the button", + "required": true, + "type": "string" + }, + { + "name": "url", + "description": "*Optional*. HTTP or tg:// URL to be opened when the button is pressed. Links `tg://user?id=` can be used to mention a user by their identifier without using a username, if this is allowed by their privacy settings.", + "required": false, + "type": "string" + }, + { + "name": "callback_data", + "description": "*Optional*. Data to be sent in a [callback query](https://core.telegram.org/bots/api/#callbackquery) to the bot when the button is pressed, 1-64 bytes", + "required": false, + "type": "string" + }, + { + "name": "web_app", + "description": "*Optional*. Description of the [Web App](https://core.telegram.org/bots/webapps) that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method [answerWebAppQuery](https://core.telegram.org/bots/api/#answerwebappquery). Available only in private chats between a user and the bot. Not supported for messages sent on behalf of a Telegram Business account.", + "required": false, + "type": "reference", + "reference": "WebAppInfo" + }, + { + "name": "login_url", + "description": "*Optional*. An HTTPS URL used to automatically authorize the user. Can be used as a replacement for the [Telegram Login Widget](https://core.telegram.org/widgets/login).", + "required": false, + "type": "reference", + "reference": "LoginUrl" + }, + { + "name": "switch_inline_query", + "description": "*Optional*. If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot's username and the specified inline query in the input field. May be empty, in which case just the bot's username will be inserted. Not supported for messages sent on behalf of a Telegram Business account.", + "required": false, + "type": "string" + }, + { + "name": "switch_inline_query_current_chat", + "description": "*Optional*. If set, pressing the button will insert the bot's username and the specified inline query in the current chat's input field. May be empty, in which case only the bot's username will be inserted. \n\nThis offers a quick way for the user to open your bot in inline mode in the same chat - good for selecting something from multiple options. Not supported in channels and for messages sent on behalf of a Telegram Business account.", + "required": false, + "type": "string" + }, + { + "name": "switch_inline_query_chosen_chat", + "description": "*Optional*. If set, pressing the button will prompt the user to select one of their chats of the specified type, open that chat and insert the bot's username and the specified inline query in the input field. Not supported for messages sent on behalf of a Telegram Business account.", + "required": false, + "type": "reference", + "reference": "SwitchInlineQueryChosenChat" + }, + { + "name": "copy_text", + "description": "*Optional*. Description of the button that copies the specified text to the clipboard.", + "required": false, + "type": "reference", + "reference": "CopyTextButton" + }, + { + "name": "callback_game", + "description": "*Optional*. Description of the game that will be launched when the user presses the button. \n\n**NOTE:** This type of button **must** always be the first button in the first row.", + "required": false, + "type": "reference", + "reference": "CallbackGame" + }, + { + "name": "pay", + "description": "*Optional*. Specify *True*, to send a [Pay button](https://core.telegram.org/bots/api/#payments). Substrings “⭐” and “XTR” in the buttons's text will be replaced with a Telegram Star icon. \n\n**NOTE:** This type of button **must** always be the first button in the first row and can only be used in invoice messages.", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinekeyboardbutton" + }, + { + "name": "LoginUrl", + "description": "This object represents a parameter of the inline keyboard button used to automatically authorize a user. Serves as a great replacement for the [Telegram Login Widget](https://core.telegram.org/widgets/login) when the user is coming from Telegram. All the user needs to do is tap/click a button and confirm that they want to log in:\n\nTelegram apps support these buttons as of [version 5.7](https://telegram.org/blog/privacy-discussions-web-bots#meet-seamless-web-bots).\n\nSample bot: [@discussbot](https://t.me/discussbot)", + "type": "properties", + "properties": [ + { + "name": "url", + "description": "An HTTPS URL to be opened with user authorization data added to the query string when the button is pressed. If the user refuses to provide authorization data, the original URL without information about the user will be opened. The data added is the same as described in [Receiving authorization data](https://core.telegram.org/widgets/login#receiving-authorization-data). \n\n**NOTE:** You **must** always check the hash of the received data to verify the authentication and the integrity of the data as described in [Checking authorization](https://core.telegram.org/widgets/login#checking-authorization).", + "required": true, + "type": "string" + }, + { + "name": "forward_text", + "description": "*Optional*. New text of the button in forwarded messages.", + "required": false, + "type": "string" + }, + { + "name": "bot_username", + "description": "*Optional*. Username of a bot, which will be used for user authorization. See [Setting up a bot](https://core.telegram.org/widgets/login#setting-up-a-bot) for more details. If not specified, the current bot's username will be assumed. The *url*'s domain must be the same as the domain linked with the bot. See [Linking your domain to the bot](https://core.telegram.org/widgets/login#linking-your-domain-to-the-bot) for more details.", + "required": false, + "type": "string" + }, + { + "name": "request_write_access", + "description": "*Optional*. Pass *True* to request the permission for your bot to send messages to the user.", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#loginurl" + }, + { + "name": "SwitchInlineQueryChosenChat", + "description": "This object represents an inline button that switches the current user to inline mode in a chosen chat, with an optional default inline query.", + "type": "properties", + "properties": [ + { + "name": "query", + "description": "*Optional*. The default inline query to be inserted in the input field. If left empty, only the bot's username will be inserted", + "required": false, + "type": "string" + }, + { + "name": "allow_user_chats", + "description": "*Optional*. True, if private chats with users can be chosen", + "required": false, + "type": "bool" + }, + { + "name": "allow_bot_chats", + "description": "*Optional*. True, if private chats with bots can be chosen", + "required": false, + "type": "bool" + }, + { + "name": "allow_group_chats", + "description": "*Optional*. True, if group and supergroup chats can be chosen", + "required": false, + "type": "bool" + }, + { + "name": "allow_channel_chats", + "description": "*Optional*. True, if channel chats can be chosen", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#switchinlinequerychosenchat" + }, + { + "name": "CopyTextButton", + "description": "This object represents an inline keyboard button that copies specified text to the clipboard.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "The text to be copied to the clipboard; 1-256 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 256 + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#copytextbutton" + }, + { + "name": "CallbackQuery", + "description": "This object represents an incoming callback query from a callback button in an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards). If the button that originated the query was attached to a message sent by the bot, the field *message* will be present. If the button was attached to a message sent via the bot (in [inline mode](https://core.telegram.org/bots/api/#inline-mode)), the field *inline\\_message\\_id* will be present. Exactly one of the fields *data* or *game\\_short\\_name* will be present.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier for this query", + "required": true, + "type": "string" + }, + { + "name": "from", + "description": "Sender", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "message", + "description": "*Optional*. Message sent by the bot with the callback button that originated the query", + "required": false, + "type": "reference", + "reference": "MaybeInaccessibleMessage" + }, + { + "name": "inline_message_id", + "description": "*Optional*. Identifier of the message sent via the bot in inline mode, that originated the query.", + "required": false, + "type": "string" + }, + { + "name": "chat_instance", + "description": "Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in [games](https://core.telegram.org/bots/api/#games).", + "required": true, + "type": "string" + }, + { + "name": "data", + "description": "*Optional*. Data associated with the callback button. Be aware that the message originated the query can contain no callback buttons with this data.", + "required": false, + "type": "string" + }, + { + "name": "game_short_name", + "description": "*Optional*. Short name of a [Game](https://core.telegram.org/bots/api/#games) to be returned, serves as the unique identifier for the game", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#callbackquery" + }, + { + "name": "ForceReply", + "description": "Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot's message and tapped 'Reply'). This can be extremely useful if you want to create user-friendly step-by-step interfaces without having to sacrifice [privacy mode](https://core.telegram.org/bots/features#privacy-mode). Not supported in channels and for messages sent on behalf of a Telegram Business account.", + "type": "properties", + "properties": [ + { + "name": "force_reply", + "description": "Shows reply interface to the user, as if they manually selected the bot's message and tapped 'Reply'", + "required": true, + "type": "bool", + "default": true + }, + { + "name": "input_field_placeholder", + "description": "*Optional*. The placeholder to be shown in the input field when the reply is active; 1-64 characters", + "required": false, + "type": "string", + "min_len": 1, + "max_len": 64 + }, + { + "name": "selective", + "description": "*Optional*. Use this parameter if you want to force reply from specific users only. Targets: 1) users that are @mentioned in the *text* of the [Message](https://core.telegram.org/bots/api/#message) object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message.", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#forcereply" + }, + { + "name": "ChatPhoto", + "description": "This object represents a chat photo.", + "type": "properties", + "properties": [ + { + "name": "small_file_id", + "description": "File identifier of small (160x160) chat photo. This file\\_id can be used only for photo download and only for as long as the photo is not changed.", + "required": true, + "type": "string" + }, + { + "name": "small_file_unique_id", + "description": "Unique file identifier of small (160x160) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type": "string" + }, + { + "name": "big_file_id", + "description": "File identifier of big (640x640) chat photo. This file\\_id can be used only for photo download and only for as long as the photo is not changed.", + "required": true, + "type": "string" + }, + { + "name": "big_file_unique_id", + "description": "Unique file identifier of big (640x640) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatphoto" + }, + { + "name": "ChatInviteLink", + "description": "Represents an invite link for a chat.", + "type": "properties", + "properties": [ + { + "name": "invite_link", + "description": "The invite link. If the link was created by another chat administrator, then the second part of the link will be replaced with “…”.", + "required": true, + "type": "string" + }, + { + "name": "creator", + "description": "Creator of the link", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "creates_join_request", + "description": "*True*, if users joining the chat via the link need to be approved by chat administrators", + "required": true, + "type": "bool" + }, + { + "name": "is_primary", + "description": "*True*, if the link is primary", + "required": true, + "type": "bool" + }, + { + "name": "is_revoked", + "description": "*True*, if the link is revoked", + "required": true, + "type": "bool" + }, + { + "name": "name", + "description": "*Optional*. Invite link name", + "required": false, + "type": "string" + }, + { + "name": "expire_date", + "description": "*Optional*. Point in time (Unix timestamp) when the link will expire or has been expired", + "required": false, + "type": "integer" + }, + { + "name": "member_limit", + "description": "*Optional*. The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999", + "required": false, + "type": "integer" + }, + { + "name": "pending_join_request_count", + "description": "*Optional*. Number of pending join requests created using this link", + "required": false, + "type": "integer" + }, + { + "name": "subscription_period", + "description": "*Optional*. The number of seconds the subscription will be active for before the next payment", + "required": false, + "type": "integer" + }, + { + "name": "subscription_price", + "description": "*Optional*. The amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat using the link", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatinvitelink" + }, + { + "name": "ChatAdministratorRights", + "description": "Represents the rights of an administrator in a chat.", + "type": "properties", + "properties": [ + { + "name": "is_anonymous", + "description": "*True*, if the user's presence in the chat is hidden", + "required": true, + "type": "bool" + }, + { + "name": "can_manage_chat", + "description": "*True*, if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege.", + "required": true, + "type": "bool" + }, + { + "name": "can_delete_messages", + "description": "*True*, if the administrator can delete messages of other users", + "required": true, + "type": "bool" + }, + { + "name": "can_manage_video_chats", + "description": "*True*, if the administrator can manage video chats", + "required": true, + "type": "bool" + }, + { + "name": "can_restrict_members", + "description": "*True*, if the administrator can restrict, ban or unban chat members, or access supergroup statistics", + "required": true, + "type": "bool" + }, + { + "name": "can_promote_members", + "description": "*True*, if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by the user)", + "required": true, + "type": "bool" + }, + { + "name": "can_change_info", + "description": "*True*, if the user is allowed to change the chat title, photo and other settings", + "required": true, + "type": "bool" + }, + { + "name": "can_invite_users", + "description": "*True*, if the user is allowed to invite new users to the chat", + "required": true, + "type": "bool" + }, + { + "name": "can_post_stories", + "description": "*True*, if the administrator can post stories to the chat", + "required": true, + "type": "bool" + }, + { + "name": "can_edit_stories", + "description": "*True*, if the administrator can edit stories posted by other users, post stories to the chat page, pin chat stories, and access the chat's story archive", + "required": true, + "type": "bool" + }, + { + "name": "can_delete_stories", + "description": "*True*, if the administrator can delete stories posted by other users", + "required": true, + "type": "bool" + }, + { + "name": "can_post_messages", + "description": "*Optional*. *True*, if the administrator can post messages in the channel, or access channel statistics; for channels only", + "required": false, + "type": "bool" + }, + { + "name": "can_edit_messages", + "description": "*Optional*. *True*, if the administrator can edit messages of other users and can pin messages; for channels only", + "required": false, + "type": "bool" + }, + { + "name": "can_pin_messages", + "description": "*Optional*. *True*, if the user is allowed to pin messages; for groups and supergroups only", + "required": false, + "type": "bool" + }, + { + "name": "can_manage_topics", + "description": "*Optional*. *True*, if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatadministratorrights" + }, + { + "name": "ChatMemberUpdated", + "description": "This object represents changes in the status of a chat member.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "Chat the user belongs to", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "from", + "description": "Performer of the action, which resulted in the change", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "date", + "description": "Date the change was done in Unix time", + "required": true, + "type": "integer" + }, + { + "name": "old_chat_member", + "description": "Previous information about the chat member", + "required": true, + "type": "reference", + "reference": "ChatMember" + }, + { + "name": "new_chat_member", + "description": "New information about the chat member", + "required": true, + "type": "reference", + "reference": "ChatMember" + }, + { + "name": "invite_link", + "description": "*Optional*. Chat invite link, which was used by the user to join the chat; for joining by invite link events only.", + "required": false, + "type": "reference", + "reference": "ChatInviteLink" + }, + { + "name": "via_join_request", + "description": "*Optional*. True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator", + "required": false, + "type": "bool" + }, + { + "name": "via_chat_folder_invite_link", + "description": "*Optional*. True, if the user joined the chat via a chat folder invite link", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmemberupdated" + }, + { + "name": "ChatMember", + "description": "This object contains information about one member of a chat. Currently, the following 6 types of chat members are supported:\n\n* [ChatMemberOwner](https://core.telegram.org/bots/api/#chatmemberowner)\n* [ChatMemberAdministrator](https://core.telegram.org/bots/api/#chatmemberadministrator)\n* [ChatMemberMember](https://core.telegram.org/bots/api/#chatmembermember)\n* [ChatMemberRestricted](https://core.telegram.org/bots/api/#chatmemberrestricted)\n* [ChatMemberLeft](https://core.telegram.org/bots/api/#chatmemberleft)\n* [ChatMemberBanned](https://core.telegram.org/bots/api/#chatmemberbanned)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "ChatMemberOwner" + }, + { + "type": "reference", + "reference": "ChatMemberAdministrator" + }, + { + "type": "reference", + "reference": "ChatMemberMember" + }, + { + "type": "reference", + "reference": "ChatMemberRestricted" + }, + { + "type": "reference", + "reference": "ChatMemberLeft" + }, + { + "type": "reference", + "reference": "ChatMemberBanned" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmember" + }, + { + "name": "ChatMemberOwner", + "description": "Represents a [chat member](https://core.telegram.org/bots/api/#chatmember) that owns the chat and has all administrator privileges.", + "type": "properties", + "properties": [ + { + "name": "status", + "description": "The member's status in the chat, always “creator”", + "required": true, + "type": "string", + "default": "creator" + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "is_anonymous", + "description": "*True*, if the user's presence in the chat is hidden", + "required": true, + "type": "bool" + }, + { + "name": "custom_title", + "description": "*Optional*. Custom title for this user", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmemberowner" + }, + { + "name": "ChatMemberAdministrator", + "description": "Represents a [chat member](https://core.telegram.org/bots/api/#chatmember) that has some additional privileges.", + "type": "properties", + "properties": [ + { + "name": "status", + "description": "The member's status in the chat, always “administrator”", + "required": true, + "type": "string", + "default": "administrator" + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "can_be_edited", + "description": "*True*, if the bot is allowed to edit administrator privileges of that user", + "required": true, + "type": "bool" + }, + { + "name": "is_anonymous", + "description": "*True*, if the user's presence in the chat is hidden", + "required": true, + "type": "bool" + }, + { + "name": "can_manage_chat", + "description": "*True*, if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege.", + "required": true, + "type": "bool" + }, + { + "name": "can_delete_messages", + "description": "*True*, if the administrator can delete messages of other users", + "required": true, + "type": "bool" + }, + { + "name": "can_manage_video_chats", + "description": "*True*, if the administrator can manage video chats", + "required": true, + "type": "bool" + }, + { + "name": "can_restrict_members", + "description": "*True*, if the administrator can restrict, ban or unban chat members, or access supergroup statistics", + "required": true, + "type": "bool" + }, + { + "name": "can_promote_members", + "description": "*True*, if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by the user)", + "required": true, + "type": "bool" + }, + { + "name": "can_change_info", + "description": "*True*, if the user is allowed to change the chat title, photo and other settings", + "required": true, + "type": "bool" + }, + { + "name": "can_invite_users", + "description": "*True*, if the user is allowed to invite new users to the chat", + "required": true, + "type": "bool" + }, + { + "name": "can_post_stories", + "description": "*True*, if the administrator can post stories to the chat", + "required": true, + "type": "bool" + }, + { + "name": "can_edit_stories", + "description": "*True*, if the administrator can edit stories posted by other users, post stories to the chat page, pin chat stories, and access the chat's story archive", + "required": true, + "type": "bool" + }, + { + "name": "can_delete_stories", + "description": "*True*, if the administrator can delete stories posted by other users", + "required": true, + "type": "bool" + }, + { + "name": "can_post_messages", + "description": "*Optional*. *True*, if the administrator can post messages in the channel, or access channel statistics; for channels only", + "required": false, + "type": "bool" + }, + { + "name": "can_edit_messages", + "description": "*Optional*. *True*, if the administrator can edit messages of other users and can pin messages; for channels only", + "required": false, + "type": "bool" + }, + { + "name": "can_pin_messages", + "description": "*Optional*. *True*, if the user is allowed to pin messages; for groups and supergroups only", + "required": false, + "type": "bool" + }, + { + "name": "can_manage_topics", + "description": "*Optional*. *True*, if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only", + "required": false, + "type": "bool" + }, + { + "name": "custom_title", + "description": "*Optional*. Custom title for this user", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmemberadministrator" + }, + { + "name": "ChatMemberMember", + "description": "Represents a [chat member](https://core.telegram.org/bots/api/#chatmember) that has no additional privileges or restrictions.", + "type": "properties", + "properties": [ + { + "name": "status", + "description": "The member's status in the chat, always “member”", + "required": true, + "type": "string", + "default": "member" + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "until_date", + "description": "*Optional*. Date when the user's subscription will expire; Unix time", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmembermember" + }, + { + "name": "ChatMemberRestricted", + "description": "Represents a [chat member](https://core.telegram.org/bots/api/#chatmember) that is under certain restrictions in the chat. Supergroups only.", + "type": "properties", + "properties": [ + { + "name": "status", + "description": "The member's status in the chat, always “restricted”", + "required": true, + "type": "string", + "default": "restricted" + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "is_member", + "description": "*True*, if the user is a member of the chat at the moment of the request", + "required": true, + "type": "bool" + }, + { + "name": "can_send_messages", + "description": "*True*, if the user is allowed to send text messages, contacts, giveaways, giveaway winners, invoices, locations and venues", + "required": true, + "type": "bool" + }, + { + "name": "can_send_audios", + "description": "*True*, if the user is allowed to send audios", + "required": true, + "type": "bool" + }, + { + "name": "can_send_documents", + "description": "*True*, if the user is allowed to send documents", + "required": true, + "type": "bool" + }, + { + "name": "can_send_photos", + "description": "*True*, if the user is allowed to send photos", + "required": true, + "type": "bool" + }, + { + "name": "can_send_videos", + "description": "*True*, if the user is allowed to send videos", + "required": true, + "type": "bool" + }, + { + "name": "can_send_video_notes", + "description": "*True*, if the user is allowed to send video notes", + "required": true, + "type": "bool" + }, + { + "name": "can_send_voice_notes", + "description": "*True*, if the user is allowed to send voice notes", + "required": true, + "type": "bool" + }, + { + "name": "can_send_polls", + "description": "*True*, if the user is allowed to send polls", + "required": true, + "type": "bool" + }, + { + "name": "can_send_other_messages", + "description": "*True*, if the user is allowed to send animations, games, stickers and use inline bots", + "required": true, + "type": "bool" + }, + { + "name": "can_add_web_page_previews", + "description": "*True*, if the user is allowed to add web page previews to their messages", + "required": true, + "type": "bool" + }, + { + "name": "can_change_info", + "description": "*True*, if the user is allowed to change the chat title, photo and other settings", + "required": true, + "type": "bool" + }, + { + "name": "can_invite_users", + "description": "*True*, if the user is allowed to invite new users to the chat", + "required": true, + "type": "bool" + }, + { + "name": "can_pin_messages", + "description": "*True*, if the user is allowed to pin messages", + "required": true, + "type": "bool" + }, + { + "name": "can_manage_topics", + "description": "*True*, if the user is allowed to create forum topics", + "required": true, + "type": "bool" + }, + { + "name": "until_date", + "description": "Date when restrictions will be lifted for this user; Unix time. If 0, then the user is restricted forever", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmemberrestricted" + }, + { + "name": "ChatMemberLeft", + "description": "Represents a [chat member](https://core.telegram.org/bots/api/#chatmember) that isn't currently a member of the chat, but may join it themselves.", + "type": "properties", + "properties": [ + { + "name": "status", + "description": "The member's status in the chat, always “left”", + "required": true, + "type": "string", + "default": "left" + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type": "reference", + "reference": "User" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmemberleft" + }, + { + "name": "ChatMemberBanned", + "description": "Represents a [chat member](https://core.telegram.org/bots/api/#chatmember) that was banned in the chat and can't return to the chat or view chat messages.", + "type": "properties", + "properties": [ + { + "name": "status", + "description": "The member's status in the chat, always “kicked”", + "required": true, + "type": "string", + "default": "kicked" + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "until_date", + "description": "Date when restrictions will be lifted for this user; Unix time. If 0, then the user is banned forever", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmemberbanned" + }, + { + "name": "ChatJoinRequest", + "description": "Represents a join request sent to a chat.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "Chat to which the request was sent", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "from", + "description": "User that sent the join request", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "user_chat_id", + "description": "Identifier of a private chat with the user who sent the join request. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. The bot can use this identifier for 5 minutes to send messages until the join request is processed, assuming no other administrator contacted the user.", + "required": true, + "type": "integer" + }, + { + "name": "date", + "description": "Date the request was sent in Unix time", + "required": true, + "type": "integer" + }, + { + "name": "bio", + "description": "*Optional*. Bio of the user.", + "required": false, + "type": "string" + }, + { + "name": "invite_link", + "description": "*Optional*. Chat invite link that was used by the user to send the join request", + "required": false, + "type": "reference", + "reference": "ChatInviteLink" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatjoinrequest" + }, + { + "name": "ChatPermissions", + "description": "Describes actions that a non-administrator user is allowed to take in a chat.", + "type": "properties", + "properties": [ + { + "name": "can_send_messages", + "description": "*Optional*. *True*, if the user is allowed to send text messages, contacts, giveaways, giveaway winners, invoices, locations and venues", + "required": false, + "type": "bool" + }, + { + "name": "can_send_audios", + "description": "*Optional*. *True*, if the user is allowed to send audios", + "required": false, + "type": "bool" + }, + { + "name": "can_send_documents", + "description": "*Optional*. *True*, if the user is allowed to send documents", + "required": false, + "type": "bool" + }, + { + "name": "can_send_photos", + "description": "*Optional*. *True*, if the user is allowed to send photos", + "required": false, + "type": "bool" + }, + { + "name": "can_send_videos", + "description": "*Optional*. *True*, if the user is allowed to send videos", + "required": false, + "type": "bool" + }, + { + "name": "can_send_video_notes", + "description": "*Optional*. *True*, if the user is allowed to send video notes", + "required": false, + "type": "bool" + }, + { + "name": "can_send_voice_notes", + "description": "*Optional*. *True*, if the user is allowed to send voice notes", + "required": false, + "type": "bool" + }, + { + "name": "can_send_polls", + "description": "*Optional*. *True*, if the user is allowed to send polls", + "required": false, + "type": "bool" + }, + { + "name": "can_send_other_messages", + "description": "*Optional*. *True*, if the user is allowed to send animations, games, stickers and use inline bots", + "required": false, + "type": "bool" + }, + { + "name": "can_add_web_page_previews", + "description": "*Optional*. *True*, if the user is allowed to add web page previews to their messages", + "required": false, + "type": "bool" + }, + { + "name": "can_change_info", + "description": "*Optional*. *True*, if the user is allowed to change the chat title, photo and other settings. Ignored in public supergroups", + "required": false, + "type": "bool" + }, + { + "name": "can_invite_users", + "description": "*Optional*. *True*, if the user is allowed to invite new users to the chat", + "required": false, + "type": "bool" + }, + { + "name": "can_pin_messages", + "description": "*Optional*. *True*, if the user is allowed to pin messages. Ignored in public supergroups", + "required": false, + "type": "bool" + }, + { + "name": "can_manage_topics", + "description": "*Optional*. *True*, if the user is allowed to create forum topics. If omitted defaults to the value of can\\_pin\\_messages", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatpermissions" + }, + { + "name": "Birthdate", + "description": "Describes the birthdate of a user.", + "type": "properties", + "properties": [ + { + "name": "day", + "description": "Day of the user's birth; 1-31", + "required": true, + "type": "integer" + }, + { + "name": "month", + "description": "Month of the user's birth; 1-12", + "required": true, + "type": "integer" + }, + { + "name": "year", + "description": "*Optional*. Year of the user's birth", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#birthdate" + }, + { + "name": "BusinessIntro", + "description": "Contains information about the start page settings of a Telegram Business account.", + "type": "properties", + "properties": [ + { + "name": "title", + "description": "*Optional*. Title text of the business intro", + "required": false, + "type": "string" + }, + { + "name": "message", + "description": "*Optional*. Message text of the business intro", + "required": false, + "type": "string" + }, + { + "name": "sticker", + "description": "*Optional*. Sticker of the business intro", + "required": false, + "type": "reference", + "reference": "Sticker" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#businessintro" + }, + { + "name": "BusinessLocation", + "description": "Contains information about the location of a Telegram Business account.", + "type": "properties", + "properties": [ + { + "name": "address", + "description": "Address of the business", + "required": true, + "type": "string" + }, + { + "name": "location", + "description": "*Optional*. Location of the business", + "required": false, + "type": "reference", + "reference": "Location" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#businesslocation" + }, + { + "name": "BusinessOpeningHoursInterval", + "description": "Describes an interval of time during which a business is open.", + "type": "properties", + "properties": [ + { + "name": "opening_minute", + "description": "The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 \\* 24 \\* 60", + "required": true, + "type": "integer" + }, + { + "name": "closing_minute", + "description": "The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 \\* 24 \\* 60", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#businessopeninghoursinterval" + }, + { + "name": "BusinessOpeningHours", + "description": "Describes the opening hours of a business.", + "type": "properties", + "properties": [ + { + "name": "time_zone_name", + "description": "Unique name of the time zone for which the opening hours are defined", + "required": true, + "type": "string" + }, + { + "name": "opening_hours", + "description": "List of time intervals describing business opening hours", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "BusinessOpeningHoursInterval" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#businessopeninghours" + }, + { + "name": "ChatLocation", + "description": "Represents a location to which a chat is connected.", + "type": "properties", + "properties": [ + { + "name": "location", + "description": "The location to which the supergroup is connected. Can't be a live location.", + "required": true, + "type": "reference", + "reference": "Location" + }, + { + "name": "address", + "description": "Location address; 1-64 characters, as defined by the chat owner", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 64 + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatlocation" + }, + { + "name": "ReactionType", + "description": "This object describes the type of a reaction. Currently, it can be one of\n\n* [ReactionTypeEmoji](https://core.telegram.org/bots/api/#reactiontypeemoji)\n* [ReactionTypeCustomEmoji](https://core.telegram.org/bots/api/#reactiontypecustomemoji)\n* [ReactionTypePaid](https://core.telegram.org/bots/api/#reactiontypepaid)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "ReactionTypeEmoji" + }, + { + "type": "reference", + "reference": "ReactionTypeCustomEmoji" + }, + { + "type": "reference", + "reference": "ReactionTypePaid" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#reactiontype" + }, + { + "name": "ReactionTypeEmoji", + "description": "The reaction is based on an emoji.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the reaction, always “emoji”", + "required": true, + "type": "string", + "default": "emoji" + }, + { + "name": "emoji", + "description": "Reaction emoji. Currently, it can be one of \"👍\", \"👎\", \"❤\", \"🔥\", \"🥰\", \"👏\", \"😁\", \"🤔\", \"🤯\", \"😱\", \"🤬\", \"😢\", \"🎉\", \"🤩\", \"🤮\", \"💩\", \"🙏\", \"👌\", \"🕊\", \"🤡\", \"🥱\", \"🥴\", \"😍\", \"🐳\", \"❤‍🔥\", \"🌚\", \"🌭\", \"💯\", \"🤣\", \"⚡\", \"🍌\", \"🏆\", \"💔\", \"🤨\", \"😐\", \"🍓\", \"🍾\", \"💋\", \"🖕\", \"😈\", \"😴\", \"😭\", \"🤓\", \"👻\", \"👨‍💻\", \"👀\", \"🎃\", \"🙈\", \"😇\", \"😨\", \"🤝\", \"✍\", \"🤗\", \"🫡\", \"🎅\", \"🎄\", \"☃\", \"💅\", \"🤪\", \"🗿\", \"🆒\", \"💘\", \"🙉\", \"🦄\", \"😘\", \"💊\", \"🙊\", \"😎\", \"👾\", \"🤷‍♂\", \"🤷\", \"🤷‍♀\", \"😡\"", + "required": true, + "type": "string", + "enumeration": [ + "👍", + "👎", + "❤", + "🔥", + "🥰", + "👏", + "😁", + "🤔", + "🤯", + "😱", + "🤬", + "😢", + "🎉", + "🤩", + "🤮", + "💩", + "🙏", + "👌", + "🕊", + "🤡", + "🥱", + "🥴", + "😍", + "🐳", + "❤‍🔥", + "🌚", + "🌭", + "💯", + "🤣", + "⚡", + "🍌", + "🏆", + "💔", + "🤨", + "😐", + "🍓", + "🍾", + "💋", + "🖕", + "😈", + "😴", + "😭", + "🤓", + "👻", + "👨‍💻", + "👀", + "🎃", + "🙈", + "😇", + "😨", + "🤝", + "✍", + "🤗", + "🫡", + "🎅", + "🎄", + "☃", + "💅", + "🤪", + "🗿", + "🆒", + "💘", + "🙉", + "🦄", + "😘", + "💊", + "🙊", + "😎", + "👾", + "🤷‍♂", + "🤷", + "🤷‍♀", + "😡" + ] + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#reactiontypeemoji" + }, + { + "name": "ReactionTypeCustomEmoji", + "description": "The reaction is based on a custom emoji.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the reaction, always “custom\\_emoji”", + "required": true, + "type": "string", + "default": "custom_emoji" + }, + { + "name": "custom_emoji_id", + "description": "Custom emoji identifier", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#reactiontypecustomemoji" + }, + { + "name": "ReactionTypePaid", + "description": "The reaction is paid.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the reaction, always “paid”", + "required": true, + "type": "string", + "default": "paid" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#reactiontypepaid" + }, + { + "name": "ReactionCount", + "description": "Represents a reaction added to a message along with the number of times it was added.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the reaction", + "required": true, + "type": "reference", + "reference": "ReactionType" + }, + { + "name": "total_count", + "description": "Number of times the reaction was added", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#reactioncount" + }, + { + "name": "MessageReactionUpdated", + "description": "This object represents a change of a reaction on a message performed by a user.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "The chat containing the message the user reacted to", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "message_id", + "description": "Unique identifier of the message inside the chat", + "required": true, + "type": "integer" + }, + { + "name": "user", + "description": "*Optional*. The user that changed the reaction, if the user isn't anonymous", + "required": false, + "type": "reference", + "reference": "User" + }, + { + "name": "actor_chat", + "description": "*Optional*. The chat on behalf of which the reaction was changed, if the user is anonymous", + "required": false, + "type": "reference", + "reference": "Chat" + }, + { + "name": "date", + "description": "Date of the change in Unix time", + "required": true, + "type": "integer" + }, + { + "name": "old_reaction", + "description": "Previous list of reaction types that were set by the user", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "ReactionType" + } + }, + { + "name": "new_reaction", + "description": "New list of reaction types that have been set by the user", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "ReactionType" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messagereactionupdated" + }, + { + "name": "MessageReactionCountUpdated", + "description": "This object represents reaction changes on a message with anonymous reactions.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "The chat containing the message", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "message_id", + "description": "Unique message identifier inside the chat", + "required": true, + "type": "integer" + }, + { + "name": "date", + "description": "Date of the change in Unix time", + "required": true, + "type": "integer" + }, + { + "name": "reactions", + "description": "List of reactions that are present on the message", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "ReactionCount" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messagereactioncountupdated" + }, + { + "name": "ForumTopic", + "description": "This object represents a forum topic.", + "type": "properties", + "properties": [ + { + "name": "message_thread_id", + "description": "Unique identifier of the forum topic", + "required": true, + "type": "integer" + }, + { + "name": "name", + "description": "Name of the topic", + "required": true, + "type": "string" + }, + { + "name": "icon_color", + "description": "Color of the topic icon in RGB format", + "required": true, + "type": "integer" + }, + { + "name": "icon_custom_emoji_id", + "description": "*Optional*. Unique identifier of the custom emoji shown as the topic icon", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#forumtopic" + }, + { + "name": "BotCommand", + "description": "This object represents a bot command.", + "type": "properties", + "properties": [ + { + "name": "command", + "description": "Text of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores.", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 32 + }, + { + "name": "description", + "description": "Description of the command; 1-256 characters.", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 256 + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommand" + }, + { + "name": "BotCommandScope", + "description": "This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported:\n\n* [BotCommandScopeDefault](https://core.telegram.org/bots/api/#botcommandscopedefault)\n* [BotCommandScopeAllPrivateChats](https://core.telegram.org/bots/api/#botcommandscopeallprivatechats)\n* [BotCommandScopeAllGroupChats](https://core.telegram.org/bots/api/#botcommandscopeallgroupchats)\n* [BotCommandScopeAllChatAdministrators](https://core.telegram.org/bots/api/#botcommandscopeallchatadministrators)\n* [BotCommandScopeChat](https://core.telegram.org/bots/api/#botcommandscopechat)\n* [BotCommandScopeChatAdministrators](https://core.telegram.org/bots/api/#botcommandscopechatadministrators)\n* [BotCommandScopeChatMember](https://core.telegram.org/bots/api/#botcommandscopechatmember)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "BotCommandScopeDefault" + }, + { + "type": "reference", + "reference": "BotCommandScopeAllPrivateChats" + }, + { + "type": "reference", + "reference": "BotCommandScopeAllGroupChats" + }, + { + "type": "reference", + "reference": "BotCommandScopeAllChatAdministrators" + }, + { + "type": "reference", + "reference": "BotCommandScopeChat" + }, + { + "type": "reference", + "reference": "BotCommandScopeChatAdministrators" + }, + { + "type": "reference", + "reference": "BotCommandScopeChatMember" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscope" + }, + { + "name": "BotCommandScopeDefault", + "description": "Represents the default [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands. Default commands are used if no commands with a [narrower scope](https://core.telegram.org/bots/api/#determining-list-of-commands) are specified for the user.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *default*", + "required": true, + "type": "string", + "default": "default" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopedefault" + }, + { + "name": "BotCommandScopeAllPrivateChats", + "description": "Represents the [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands, covering all private chats.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *all\\_private\\_chats*", + "required": true, + "type": "string", + "default": "all_private_chats" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopeallprivatechats" + }, + { + "name": "BotCommandScopeAllGroupChats", + "description": "Represents the [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands, covering all group and supergroup chats.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *all\\_group\\_chats*", + "required": true, + "type": "string", + "default": "all_group_chats" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopeallgroupchats" + }, + { + "name": "BotCommandScopeAllChatAdministrators", + "description": "Represents the [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands, covering all group and supergroup chat administrators.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *all\\_chat\\_administrators*", + "required": true, + "type": "string", + "default": "all_chat_administrators" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopeallchatadministrators" + }, + { + "name": "BotCommandScopeChat", + "description": "Represents the [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands, covering a specific chat.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *chat*", + "required": true, + "type": "string", + "default": "chat" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopechat" + }, + { + "name": "BotCommandScopeChatAdministrators", + "description": "Represents the [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands, covering all administrators of a specific group or supergroup chat.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *chat\\_administrators*", + "required": true, + "type": "string", + "default": "chat_administrators" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopechatadministrators" + }, + { + "name": "BotCommandScopeChatMember", + "description": "Represents the [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands, covering a specific member of a group or supergroup chat.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *chat\\_member*", + "required": true, + "type": "string", + "default": "chat_member" + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopechatmember" + }, + { + "name": "BotName", + "description": "This object represents the bot's name.", + "type": "properties", + "properties": [ + { + "name": "name", + "description": "The bot's name", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botname" + }, + { + "name": "BotDescription", + "description": "This object represents the bot's description.", + "type": "properties", + "properties": [ + { + "name": "description", + "description": "The bot's description", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botdescription" + }, + { + "name": "BotShortDescription", + "description": "This object represents the bot's short description.", + "type": "properties", + "properties": [ + { + "name": "short_description", + "description": "The bot's short description", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botshortdescription" + }, + { + "name": "MenuButton", + "description": "This object describes the bot's menu button in a private chat. It should be one of\n\n* [MenuButtonCommands](https://core.telegram.org/bots/api/#menubuttoncommands)\n* [MenuButtonWebApp](https://core.telegram.org/bots/api/#menubuttonwebapp)\n* [MenuButtonDefault](https://core.telegram.org/bots/api/#menubuttondefault)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "MenuButtonCommands" + }, + { + "type": "reference", + "reference": "MenuButtonWebApp" + }, + { + "type": "reference", + "reference": "MenuButtonDefault" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#menubutton" + }, + { + "name": "MenuButtonCommands", + "description": "Represents a menu button, which opens the bot's list of commands.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the button, must be *commands*", + "required": true, + "type": "string", + "default": "commands" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#menubuttoncommands" + }, + { + "name": "MenuButtonWebApp", + "description": "Represents a menu button, which launches a [Web App](https://core.telegram.org/bots/webapps).", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the button, must be *web\\_app*", + "required": true, + "type": "string", + "default": "web_app" + }, + { + "name": "text", + "description": "Text on the button", + "required": true, + "type": "string" + }, + { + "name": "web_app", + "description": "Description of the Web App that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method [answerWebAppQuery](https://core.telegram.org/bots/api/#answerwebappquery). Alternatively, a `t.me` link to a Web App of the bot can be specified in the object instead of the Web App's URL, in which case the Web App will be opened as if the user pressed the link.", + "required": true, + "type": "reference", + "reference": "WebAppInfo" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#menubuttonwebapp" + }, + { + "name": "MenuButtonDefault", + "description": "Describes that no specific value for the menu button was set.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the button, must be *default*", + "required": true, + "type": "string", + "default": "default" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#menubuttondefault" + }, + { + "name": "ChatBoostSource", + "description": "This object describes the source of a chat boost. It can be one of\n\n* [ChatBoostSourcePremium](https://core.telegram.org/bots/api/#chatboostsourcepremium)\n* [ChatBoostSourceGiftCode](https://core.telegram.org/bots/api/#chatboostsourcegiftcode)\n* [ChatBoostSourceGiveaway](https://core.telegram.org/bots/api/#chatboostsourcegiveaway)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "ChatBoostSourcePremium" + }, + { + "type": "reference", + "reference": "ChatBoostSourceGiftCode" + }, + { + "type": "reference", + "reference": "ChatBoostSourceGiveaway" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostsource" + }, + { + "name": "ChatBoostSourcePremium", + "description": "The boost was obtained by subscribing to Telegram Premium or by gifting a Telegram Premium subscription to another user.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Source of the boost, always “premium”", + "required": true, + "type": "string", + "default": "premium" + }, + { + "name": "user", + "description": "User that boosted the chat", + "required": true, + "type": "reference", + "reference": "User" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostsourcepremium" + }, + { + "name": "ChatBoostSourceGiftCode", + "description": "The boost was obtained by the creation of Telegram Premium gift codes to boost a chat. Each such code boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Source of the boost, always “gift\\_code”", + "required": true, + "type": "string", + "default": "gift_code" + }, + { + "name": "user", + "description": "User for which the gift code was created", + "required": true, + "type": "reference", + "reference": "User" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostsourcegiftcode" + }, + { + "name": "ChatBoostSourceGiveaway", + "description": "The boost was obtained by the creation of a Telegram Premium or a Telegram Star giveaway. This boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription for Telegram Premium giveaways and *prize\\_star\\_count* / 500 times for one year for Telegram Star giveaways.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Source of the boost, always “giveaway”", + "required": true, + "type": "string", + "default": "giveaway" + }, + { + "name": "giveaway_message_id", + "description": "Identifier of a message in the chat with the giveaway; the message could have been deleted already. May be 0 if the message isn't sent yet.", + "required": true, + "type": "integer" + }, + { + "name": "user", + "description": "*Optional*. User that won the prize in the giveaway if any; for Telegram Premium giveaways only", + "required": false, + "type": "reference", + "reference": "User" + }, + { + "name": "prize_star_count", + "description": "*Optional*. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only", + "required": false, + "type": "integer" + }, + { + "name": "is_unclaimed", + "description": "*Optional*. True, if the giveaway was completed, but there was no user to win the prize", + "required": false, + "type": "bool", + "default": true + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostsourcegiveaway" + }, + { + "name": "ChatBoost", + "description": "This object contains information about a chat boost.", + "type": "properties", + "properties": [ + { + "name": "boost_id", + "description": "Unique identifier of the boost", + "required": true, + "type": "string" + }, + { + "name": "add_date", + "description": "Point in time (Unix timestamp) when the chat was boosted", + "required": true, + "type": "integer" + }, + { + "name": "expiration_date", + "description": "Point in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged", + "required": true, + "type": "integer" + }, + { + "name": "source", + "description": "Source of the added boost", + "required": true, + "type": "reference", + "reference": "ChatBoostSource" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboost" + }, + { + "name": "ChatBoostUpdated", + "description": "This object represents a boost added to a chat or changed.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "Chat which was boosted", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "boost", + "description": "Information about the chat boost", + "required": true, + "type": "reference", + "reference": "ChatBoost" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostupdated" + }, + { + "name": "ChatBoostRemoved", + "description": "This object represents a boost removed from a chat.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "Chat which was boosted", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "boost_id", + "description": "Unique identifier of the boost", + "required": true, + "type": "string" + }, + { + "name": "remove_date", + "description": "Point in time (Unix timestamp) when the boost was removed", + "required": true, + "type": "integer" + }, + { + "name": "source", + "description": "Source of the removed boost", + "required": true, + "type": "reference", + "reference": "ChatBoostSource" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostremoved" + }, + { + "name": "UserChatBoosts", + "description": "This object represents a list of boosts added to a chat by a user.", + "type": "properties", + "properties": [ + { + "name": "boosts", + "description": "The list of boosts added to the chat by the user", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "ChatBoost" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#userchatboosts" + }, + { + "name": "BusinessConnection", + "description": "Describes the connection of the bot with a business account.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier of the business connection", + "required": true, + "type": "string" + }, + { + "name": "user", + "description": "Business account user that created the business connection", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "user_chat_id", + "description": "Identifier of a private chat with the user who created the business connection. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": true, + "type": "integer" + }, + { + "name": "date", + "description": "Date the connection was established in Unix time", + "required": true, + "type": "integer" + }, + { + "name": "can_reply", + "description": "True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours", + "required": true, + "type": "bool" + }, + { + "name": "is_enabled", + "description": "True, if the connection is active", + "required": true, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#businessconnection" + }, + { + "name": "BusinessMessagesDeleted", + "description": "This object is received when messages are deleted from a connected business account.", + "type": "properties", + "properties": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection", + "required": true, + "type": "string" + }, + { + "name": "chat", + "description": "Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.", + "required": true, + "type": "reference", + "reference": "Chat" + }, + { + "name": "message_ids", + "description": "The list of identifiers of deleted messages in the chat of the business account", + "required": true, + "type": "array", + "array": { + "type": "integer" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#businessmessagesdeleted" + }, + { + "name": "ResponseParameters", + "description": "Describes why a request was unsuccessful.", + "type": "properties", + "properties": [ + { + "name": "migrate_to_chat_id", + "description": "*Optional*. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": false, + "type": "integer" + }, + { + "name": "retry_after", + "description": "*Optional*. In case of exceeding flood control, the number of seconds left to wait before the request can be repeated", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#responseparameters" + }, + { + "name": "InputMedia", + "description": "This object represents the content of a media message to be sent. It should be one of\n\n* [InputMediaAnimation](https://core.telegram.org/bots/api/#inputmediaanimation)\n* [InputMediaDocument](https://core.telegram.org/bots/api/#inputmediadocument)\n* [InputMediaAudio](https://core.telegram.org/bots/api/#inputmediaaudio)\n* [InputMediaPhoto](https://core.telegram.org/bots/api/#inputmediaphoto)\n* [InputMediaVideo](https://core.telegram.org/bots/api/#inputmediavideo)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputMediaAnimation" + }, + { + "type": "reference", + "reference": "InputMediaDocument" + }, + { + "type": "reference", + "reference": "InputMediaAudio" + }, + { + "type": "reference", + "reference": "InputMediaPhoto" + }, + { + "type": "reference", + "reference": "InputMediaVideo" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmedia" + }, + { + "name": "InputMediaPhoto", + "description": "Represents a photo to be sent.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *photo*", + "required": true, + "type": "string", + "default": "photo" + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption of the photo to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the photo caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "has_spoiler", + "description": "*Optional*. Pass *True* if the photo needs to be covered with a spoiler animation", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmediaphoto" + }, + { + "name": "InputMediaVideo", + "description": "Represents a video to be sent.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *video*", + "required": true, + "type": "string", + "default": "video" + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "string" + }, + { + "name": "thumbnail", + "description": "*Optional*. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "caption", + "description": "*Optional*. Caption of the video to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the video caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "width", + "description": "*Optional*. Video width", + "required": false, + "type": "integer" + }, + { + "name": "height", + "description": "*Optional*. Video height", + "required": false, + "type": "integer" + }, + { + "name": "duration", + "description": "*Optional*. Video duration in seconds", + "required": false, + "type": "integer" + }, + { + "name": "supports_streaming", + "description": "*Optional*. Pass *True* if the uploaded video is suitable for streaming", + "required": false, + "type": "bool" + }, + { + "name": "has_spoiler", + "description": "*Optional*. Pass *True* if the video needs to be covered with a spoiler animation", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmediavideo" + }, + { + "name": "InputMediaAnimation", + "description": "Represents an animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *animation*", + "required": true, + "type": "string", + "default": "animation" + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "string" + }, + { + "name": "thumbnail", + "description": "*Optional*. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "caption", + "description": "*Optional*. Caption of the animation to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the animation caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "width", + "description": "*Optional*. Animation width", + "required": false, + "type": "integer" + }, + { + "name": "height", + "description": "*Optional*. Animation height", + "required": false, + "type": "integer" + }, + { + "name": "duration", + "description": "*Optional*. Animation duration in seconds", + "required": false, + "type": "integer" + }, + { + "name": "has_spoiler", + "description": "*Optional*. Pass *True* if the animation needs to be covered with a spoiler animation", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmediaanimation" + }, + { + "name": "InputMediaAudio", + "description": "Represents an audio file to be treated as music to be sent.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *audio*", + "required": true, + "type": "string", + "default": "audio" + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "string" + }, + { + "name": "thumbnail", + "description": "*Optional*. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "caption", + "description": "*Optional*. Caption of the audio to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the audio caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "duration", + "description": "*Optional*. Duration of the audio in seconds", + "required": false, + "type": "integer" + }, + { + "name": "performer", + "description": "*Optional*. Performer of the audio", + "required": false, + "type": "string" + }, + { + "name": "title", + "description": "*Optional*. Title of the audio", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmediaaudio" + }, + { + "name": "InputMediaDocument", + "description": "Represents a general file to be sent.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *document*", + "required": true, + "type": "string", + "default": "document" + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "string" + }, + { + "name": "thumbnail", + "description": "*Optional*. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "caption", + "description": "*Optional*. Caption of the document to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the document caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "disable_content_type_detection", + "description": "*Optional*. Disables automatic server-side content type detection for files uploaded using multipart/form-data. Always *True*, if the document is sent as part of an album.", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmediadocument" + }, + { + "name": "InputFile", + "description": "This object represents the contents of a file to be uploaded. Must be posted using multipart/form-data in the usual way that files are uploaded via the browser.", + "documentation_link": "https://core.telegram.org/bots/api/#inputfile" + }, + { + "name": "InputPaidMedia", + "description": "This object describes the paid media to be sent. Currently, it can be one of\n\n* [InputPaidMediaPhoto](https://core.telegram.org/bots/api/#inputpaidmediaphoto)\n* [InputPaidMediaVideo](https://core.telegram.org/bots/api/#inputpaidmediavideo)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputPaidMediaPhoto" + }, + { + "type": "reference", + "reference": "InputPaidMediaVideo" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputpaidmedia" + }, + { + "name": "InputPaidMediaPhoto", + "description": "The paid media to send is a photo.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the media, must be *photo*", + "required": true, + "type": "string", + "default": "photo" + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputpaidmediaphoto" + }, + { + "name": "InputPaidMediaVideo", + "description": "The paid media to send is a video.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the media, must be *video*", + "required": true, + "type": "string", + "default": "video" + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "string" + }, + { + "name": "thumbnail", + "description": "*Optional*. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "width", + "description": "*Optional*. Video width", + "required": false, + "type": "integer" + }, + { + "name": "height", + "description": "*Optional*. Video height", + "required": false, + "type": "integer" + }, + { + "name": "duration", + "description": "*Optional*. Video duration in seconds", + "required": false, + "type": "integer" + }, + { + "name": "supports_streaming", + "description": "*Optional*. Pass *True* if the uploaded video is suitable for streaming", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputpaidmediavideo" + }, + { + "name": "Sticker", + "description": "This object represents a sticker.", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type": "string" + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type": "string" + }, + { + "name": "type", + "description": "Type of the sticker, currently one of “regular”, “mask”, “custom\\_emoji”. The type of the sticker is independent from its format, which is determined by the fields *is\\_animated* and *is\\_video*.", + "required": true, + "type": "string", + "enumeration": [ + "regular", + "mask", + "custom_emoji" + ] + }, + { + "name": "width", + "description": "Sticker width", + "required": true, + "type": "integer" + }, + { + "name": "height", + "description": "Sticker height", + "required": true, + "type": "integer" + }, + { + "name": "is_animated", + "description": "*True*, if the sticker is [animated](https://telegram.org/blog/animated-stickers)", + "required": true, + "type": "bool" + }, + { + "name": "is_video", + "description": "*True*, if the sticker is a [video sticker](https://telegram.org/blog/video-stickers-better-reactions)", + "required": true, + "type": "bool" + }, + { + "name": "thumbnail", + "description": "*Optional*. Sticker thumbnail in the .WEBP or .JPG format", + "required": false, + "type": "reference", + "reference": "PhotoSize" + }, + { + "name": "emoji", + "description": "*Optional*. Emoji associated with the sticker", + "required": false, + "type": "string" + }, + { + "name": "set_name", + "description": "*Optional*. Name of the sticker set to which the sticker belongs", + "required": false, + "type": "string" + }, + { + "name": "premium_animation", + "description": "*Optional*. For premium regular stickers, premium animation for the sticker", + "required": false, + "type": "reference", + "reference": "File" + }, + { + "name": "mask_position", + "description": "*Optional*. For mask stickers, the position where the mask should be placed", + "required": false, + "type": "reference", + "reference": "MaskPosition" + }, + { + "name": "custom_emoji_id", + "description": "*Optional*. For custom emoji stickers, unique identifier of the custom emoji", + "required": false, + "type": "string" + }, + { + "name": "needs_repainting", + "description": "*Optional*. *True*, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#sticker" + }, + { + "name": "StickerSet", + "description": "This object represents a sticker set.", + "type": "properties", + "properties": [ + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "Sticker set title", + "required": true, + "type": "string" + }, + { + "name": "sticker_type", + "description": "Type of stickers in the set, currently one of “regular”, “mask”, “custom\\_emoji”", + "required": true, + "type": "string", + "enumeration": [ + "regular", + "mask", + "custom_emoji" + ] + }, + { + "name": "stickers", + "description": "List of all set stickers", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "Sticker" + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format", + "required": false, + "type": "reference", + "reference": "PhotoSize" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#stickerset" + }, + { + "name": "MaskPosition", + "description": "This object describes the position on faces where a mask should be placed by default.", + "type": "properties", + "properties": [ + { + "name": "point", + "description": "The part of the face relative to which the mask should be placed. One of “forehead”, “eyes”, “mouth”, or “chin”.", + "required": true, + "type": "string", + "enumeration": [ + "forehead", + "eyes", + "mouth", + "chin" + ] + }, + { + "name": "x_shift", + "description": "Shift by X-axis measured in widths of the mask scaled to the face size, from left to right. For example, choosing -1.0 will place mask just to the left of the default mask position.", + "required": true, + "type": "float" + }, + { + "name": "y_shift", + "description": "Shift by Y-axis measured in heights of the mask scaled to the face size, from top to bottom. For example, 1.0 will place the mask just below the default mask position.", + "required": true, + "type": "float" + }, + { + "name": "scale", + "description": "Mask scaling coefficient. For example, 2.0 means double size.", + "required": true, + "type": "float" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#maskposition" + }, + { + "name": "InputSticker", + "description": "This object describes a sticker to be added to a sticker set.", + "type": "properties", + "properties": [ + { + "name": "sticker", + "description": "The added sticker. Pass a *file\\_id* as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, upload a new one using multipart/form-data, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. Animated and video stickers can't be uploaded via HTTP URL. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string" + } + ] + }, + { + "name": "format", + "description": "Format of the added sticker, must be one of “static” for a **.WEBP** or **.PNG** image, “animated” for a **.TGS** animation, “video” for a **WEBM** video", + "required": true, + "type": "string", + "enumeration": [ + "static", + "animated", + "video" + ] + }, + { + "name": "emoji_list", + "description": "List of 1-20 emoji associated with the sticker", + "required": true, + "type": "array", + "array": { + "type": "string" + } + }, + { + "name": "mask_position", + "description": "*Optional*. Position where the mask should be placed on faces. For “mask” stickers only.", + "required": false, + "type": "reference", + "reference": "MaskPosition" + }, + { + "name": "keywords", + "description": "*Optional*. List of 0-20 search keywords for the sticker with total length of up to 64 characters. For “regular” and “custom\\_emoji” stickers only.", + "required": false, + "type": "array", + "array": { + "type": "string" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputsticker" + }, + { + "name": "Gift", + "description": "This object represents a gift that can be sent by the bot.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier of the gift", + "required": true, + "type": "string" + }, + { + "name": "sticker", + "description": "The sticker that represents the gift", + "required": true, + "type": "reference", + "reference": "Sticker" + }, + { + "name": "star_count", + "description": "The number of Telegram Stars that must be paid to send the sticker", + "required": true, + "type": "integer" + }, + { + "name": "total_count", + "description": "*Optional*. The total number of the gifts of this type that can be sent; for limited gifts only", + "required": false, + "type": "integer" + }, + { + "name": "remaining_count", + "description": "*Optional*. The number of remaining gifts of this type that can be sent; for limited gifts only", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#gift" + }, + { + "name": "Gifts", + "description": "This object represent a list of gifts.", + "type": "properties", + "properties": [ + { + "name": "gifts", + "description": "The list of gifts", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "Gift" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#gifts" + }, + { + "name": "InlineQuery", + "description": "This object represents an incoming inline query. When the user sends an empty query, your bot could return some default or trending results.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier for this query", + "required": true, + "type": "string" + }, + { + "name": "from", + "description": "Sender", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "query", + "description": "Text of the query (up to 256 characters)", + "required": true, + "type": "string" + }, + { + "name": "offset", + "description": "Offset of the results to be returned, can be controlled by the bot", + "required": true, + "type": "string" + }, + { + "name": "chat_type", + "description": "*Optional*. Type of the chat from which the inline query was sent. Can be either “sender” for a private chat with the inline query sender, “private”, “group”, “supergroup”, or “channel”. The chat type should be always known for requests sent from official clients and most third-party clients, unless the request was sent from a secret chat", + "required": false, + "type": "string", + "enumeration": [ + "sender", + "private", + "group", + "supergroup", + "channel" + ] + }, + { + "name": "location", + "description": "*Optional*. Sender location, only for bots that request user location", + "required": false, + "type": "reference", + "reference": "Location" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequery" + }, + { + "name": "InlineQueryResultsButton", + "description": "This object represents a button to be shown above inline query results. You **must** use exactly one of the optional fields.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "Label text on the button", + "required": true, + "type": "string" + }, + { + "name": "web_app", + "description": "*Optional*. Description of the [Web App](https://core.telegram.org/bots/webapps) that will be launched when the user presses the button. The Web App will be able to switch back to the inline mode using the method [switchInlineQuery](https://core.telegram.org/bots/webapps#initializing-mini-apps) inside the Web App.", + "required": false, + "type": "reference", + "reference": "WebAppInfo" + }, + { + "name": "start_parameter", + "description": "*Optional*. [Deep-linking](https://core.telegram.org/bots/features#deep-linking) parameter for the /start message sent to the bot when a user presses the button. 1-64 characters, only `A-Z`, `a-z`, `0-9`, `_` and `-` are allowed. \n\n*Example:* An inline bot that sends YouTube videos can ask the user to connect the bot to their YouTube account to adapt search results accordingly. To do this, it displays a 'Connect your YouTube account' button above the results, or even before showing any. The user presses the button, switches to a private chat with the bot and, in doing so, passes a start parameter that instructs the bot to return an OAuth link. Once done, the bot can offer a [*switch\\_inline*](https://core.telegram.org/bots/api/#inlinekeyboardmarkup) button so that the user can easily return to the chat where they wanted to use the bot's inline capabilities.", + "required": false, + "type": "string", + "min_len": 1, + "max_len": 64 + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultsbutton" + }, + { + "name": "InlineQueryResult", + "description": "This object represents one result of an inline query. Telegram clients currently support results of the following 20 types:\n\n* [InlineQueryResultCachedAudio](https://core.telegram.org/bots/api/#inlinequeryresultcachedaudio)\n* [InlineQueryResultCachedDocument](https://core.telegram.org/bots/api/#inlinequeryresultcacheddocument)\n* [InlineQueryResultCachedGif](https://core.telegram.org/bots/api/#inlinequeryresultcachedgif)\n* [InlineQueryResultCachedMpeg4Gif](https://core.telegram.org/bots/api/#inlinequeryresultcachedmpeg4gif)\n* [InlineQueryResultCachedPhoto](https://core.telegram.org/bots/api/#inlinequeryresultcachedphoto)\n* [InlineQueryResultCachedSticker](https://core.telegram.org/bots/api/#inlinequeryresultcachedsticker)\n* [InlineQueryResultCachedVideo](https://core.telegram.org/bots/api/#inlinequeryresultcachedvideo)\n* [InlineQueryResultCachedVoice](https://core.telegram.org/bots/api/#inlinequeryresultcachedvoice)\n* [InlineQueryResultArticle](https://core.telegram.org/bots/api/#inlinequeryresultarticle)\n* [InlineQueryResultAudio](https://core.telegram.org/bots/api/#inlinequeryresultaudio)\n* [InlineQueryResultContact](https://core.telegram.org/bots/api/#inlinequeryresultcontact)\n* [InlineQueryResultGame](https://core.telegram.org/bots/api/#inlinequeryresultgame)\n* [InlineQueryResultDocument](https://core.telegram.org/bots/api/#inlinequeryresultdocument)\n* [InlineQueryResultGif](https://core.telegram.org/bots/api/#inlinequeryresultgif)\n* [InlineQueryResultLocation](https://core.telegram.org/bots/api/#inlinequeryresultlocation)\n* [InlineQueryResultMpeg4Gif](https://core.telegram.org/bots/api/#inlinequeryresultmpeg4gif)\n* [InlineQueryResultPhoto](https://core.telegram.org/bots/api/#inlinequeryresultphoto)\n* [InlineQueryResultVenue](https://core.telegram.org/bots/api/#inlinequeryresultvenue)\n* [InlineQueryResultVideo](https://core.telegram.org/bots/api/#inlinequeryresultvideo)\n* [InlineQueryResultVoice](https://core.telegram.org/bots/api/#inlinequeryresultvoice)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineQueryResultCachedAudio" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedDocument" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedGif" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedMpeg4Gif" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedPhoto" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedSticker" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedVideo" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedVoice" + }, + { + "type": "reference", + "reference": "InlineQueryResultArticle" + }, + { + "type": "reference", + "reference": "InlineQueryResultAudio" + }, + { + "type": "reference", + "reference": "InlineQueryResultContact" + }, + { + "type": "reference", + "reference": "InlineQueryResultGame" + }, + { + "type": "reference", + "reference": "InlineQueryResultDocument" + }, + { + "type": "reference", + "reference": "InlineQueryResultGif" + }, + { + "type": "reference", + "reference": "InlineQueryResultLocation" + }, + { + "type": "reference", + "reference": "InlineQueryResultMpeg4Gif" + }, + { + "type": "reference", + "reference": "InlineQueryResultPhoto" + }, + { + "type": "reference", + "reference": "InlineQueryResultVenue" + }, + { + "type": "reference", + "reference": "InlineQueryResultVideo" + }, + { + "type": "reference", + "reference": "InlineQueryResultVoice" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresult" + }, + { + "name": "InlineQueryResultArticle", + "description": "Represents a link to an article or web page.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *article*", + "required": true, + "type": "string", + "default": "article" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 Bytes", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "Title of the result", + "required": true, + "type": "string" + }, + { + "name": "input_message_content", + "description": "Content of the message to be sent", + "required": true, + "type": "reference", + "reference": "InputMessageContent" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "url", + "description": "*Optional*. URL of the result", + "required": false, + "type": "string" + }, + { + "name": "hide_url", + "description": "*Optional*. Pass *True* if you don't want the URL to be shown in the message", + "required": false, + "type": "bool" + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type": "string" + }, + { + "name": "thumbnail_url", + "description": "*Optional*. Url of the thumbnail for the result", + "required": false, + "type": "string" + }, + { + "name": "thumbnail_width", + "description": "*Optional*. Thumbnail width", + "required": false, + "type": "integer" + }, + { + "name": "thumbnail_height", + "description": "*Optional*. Thumbnail height", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultarticle" + }, + { + "name": "InlineQueryResultPhoto", + "description": "Represents a link to a photo. By default, this photo will be sent by the user with optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the photo.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *photo*", + "required": true, + "type": "string", + "default": "photo" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "photo_url", + "description": "A valid URL of the photo. Photo must be in **JPEG** format. Photo size must not exceed 5MB", + "required": true, + "type": "string" + }, + { + "name": "thumbnail_url", + "description": "URL of the thumbnail for the photo", + "required": true, + "type": "string" + }, + { + "name": "photo_width", + "description": "*Optional*. Width of the photo", + "required": false, + "type": "integer" + }, + { + "name": "photo_height", + "description": "*Optional*. Height of the photo", + "required": false, + "type": "integer" + }, + { + "name": "title", + "description": "*Optional*. Title for the result", + "required": false, + "type": "string" + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption of the photo to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the photo caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the photo", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultphoto" + }, + { + "name": "InlineQueryResultGif", + "description": "Represents a link to an animated GIF file. By default, this animated GIF file will be sent by the user with optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the animation.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *gif*", + "required": true, + "type": "string", + "default": "gif" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "gif_url", + "description": "A valid URL for the GIF file. File size must not exceed 1MB", + "required": true, + "type": "string" + }, + { + "name": "gif_width", + "description": "*Optional*. Width of the GIF", + "required": false, + "type": "integer" + }, + { + "name": "gif_height", + "description": "*Optional*. Height of the GIF", + "required": false, + "type": "integer" + }, + { + "name": "gif_duration", + "description": "*Optional*. Duration of the GIF in seconds", + "required": false, + "type": "integer" + }, + { + "name": "thumbnail_url", + "description": "URL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the result", + "required": true, + "type": "string" + }, + { + "name": "thumbnail_mime_type", + "description": "*Optional*. MIME type of the thumbnail, must be one of “image/jpeg”, “image/gif”, or “video/mp4”. Defaults to “image/jpeg”", + "required": false, + "type": "string", + "default": "image/jpeg", + "enumeration": [ + "image/jpeg", + "image/gif", + "video/mp4" + ] + }, + { + "name": "title", + "description": "*Optional*. Title for the result", + "required": false, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption of the GIF file to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the GIF animation", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultgif" + }, + { + "name": "InlineQueryResultMpeg4Gif", + "description": "Represents a link to a video animation (H.264/MPEG-4 AVC video without sound). By default, this animated MPEG-4 file will be sent by the user with optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the animation.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *mpeg4\\_gif*", + "required": true, + "type": "string", + "default": "mpeg4_gif" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "mpeg4_url", + "description": "A valid URL for the MPEG4 file. File size must not exceed 1MB", + "required": true, + "type": "string" + }, + { + "name": "mpeg4_width", + "description": "*Optional*. Video width", + "required": false, + "type": "integer" + }, + { + "name": "mpeg4_height", + "description": "*Optional*. Video height", + "required": false, + "type": "integer" + }, + { + "name": "mpeg4_duration", + "description": "*Optional*. Video duration in seconds", + "required": false, + "type": "integer" + }, + { + "name": "thumbnail_url", + "description": "URL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the result", + "required": true, + "type": "string" + }, + { + "name": "thumbnail_mime_type", + "description": "*Optional*. MIME type of the thumbnail, must be one of “image/jpeg”, “image/gif”, or “video/mp4”. Defaults to “image/jpeg”", + "required": false, + "type": "string", + "default": "image/jpeg", + "enumeration": [ + "image/jpeg", + "image/gif", + "video/mp4" + ] + }, + { + "name": "title", + "description": "*Optional*. Title for the result", + "required": false, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption of the MPEG-4 file to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the video animation", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultmpeg4gif" + }, + { + "name": "InlineQueryResultVideo", + "description": "Represents a link to a page containing an embedded video player or a video file. By default, this video file will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the video.\n\nIf an InlineQueryResultVideo message contains an embedded video (e.g., YouTube), you **must** replace its content using *input\\_message\\_content*.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *video*", + "required": true, + "type": "string", + "default": "video" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "video_url", + "description": "A valid URL for the embedded video player or video file", + "required": true, + "type": "string" + }, + { + "name": "mime_type", + "description": "MIME type of the content of the video URL, “text/html” or “video/mp4”", + "required": true, + "type": "string", + "enumeration": [ + "text/html", + "video/mp4" + ] + }, + { + "name": "thumbnail_url", + "description": "URL of the thumbnail (JPEG only) for the video", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "Title for the result", + "required": true, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption of the video to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the video caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "video_width", + "description": "*Optional*. Video width", + "required": false, + "type": "integer" + }, + { + "name": "video_height", + "description": "*Optional*. Video height", + "required": false, + "type": "integer" + }, + { + "name": "video_duration", + "description": "*Optional*. Video duration in seconds", + "required": false, + "type": "integer" + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type": "string" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the video. This field is **required** if InlineQueryResultVideo is used to send an HTML-page as a result (e.g., a YouTube video).", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultvideo" + }, + { + "name": "InlineQueryResultAudio", + "description": "Represents a link to an MP3 audio file. By default, this audio file will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the audio.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *audio*", + "required": true, + "type": "string", + "default": "audio" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "audio_url", + "description": "A valid URL for the audio file", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "Title", + "required": true, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the audio caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "performer", + "description": "*Optional*. Performer", + "required": false, + "type": "string" + }, + { + "name": "audio_duration", + "description": "*Optional*. Audio duration in seconds", + "required": false, + "type": "integer" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the audio", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultaudio" + }, + { + "name": "InlineQueryResultVoice", + "description": "Represents a link to a voice recording in an .OGG container encoded with OPUS. By default, this voice recording will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the the voice message.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *voice*", + "required": true, + "type": "string", + "default": "voice" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "voice_url", + "description": "A valid URL for the voice recording", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "Recording title", + "required": true, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the voice message caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "voice_duration", + "description": "*Optional*. Recording duration in seconds", + "required": false, + "type": "integer" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the voice recording", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultvoice" + }, + { + "name": "InlineQueryResultDocument", + "description": "Represents a link to a file. By default, this file will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the file. Currently, only **.PDF** and **.ZIP** files can be sent using this method.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *document*", + "required": true, + "type": "string", + "default": "document" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "Title for the result", + "required": true, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption of the document to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the document caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "document_url", + "description": "A valid URL for the file", + "required": true, + "type": "string" + }, + { + "name": "mime_type", + "description": "MIME type of the content of the file, either “application/pdf” or “application/zip”", + "required": true, + "type": "string", + "enumeration": [ + "application/pdf", + "application/zip" + ] + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type": "string" + }, + { + "name": "reply_markup", + "description": "*Optional*. Inline keyboard attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the file", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + }, + { + "name": "thumbnail_url", + "description": "*Optional*. URL of the thumbnail (JPEG only) for the file", + "required": false, + "type": "string" + }, + { + "name": "thumbnail_width", + "description": "*Optional*. Thumbnail width", + "required": false, + "type": "integer" + }, + { + "name": "thumbnail_height", + "description": "*Optional*. Thumbnail height", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultdocument" + }, + { + "name": "InlineQueryResultLocation", + "description": "Represents a location on a map. By default, the location will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the location.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *location*", + "required": true, + "type": "string", + "default": "location" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 Bytes", + "required": true, + "type": "string" + }, + { + "name": "latitude", + "description": "Location latitude in degrees", + "required": true, + "type": "float" + }, + { + "name": "longitude", + "description": "Location longitude in degrees", + "required": true, + "type": "float" + }, + { + "name": "title", + "description": "Location title", + "required": true, + "type": "string" + }, + { + "name": "horizontal_accuracy", + "description": "*Optional*. The radius of uncertainty for the location, measured in meters; 0-1500", + "required": false, + "type": "float" + }, + { + "name": "live_period", + "description": "*Optional*. Period in seconds during which the location can be updated, should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely.", + "required": false, + "type": "integer" + }, + { + "name": "heading", + "description": "*Optional*. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.", + "required": false, + "type": "integer" + }, + { + "name": "proximity_alert_radius", + "description": "*Optional*. For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.", + "required": false, + "type": "integer" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the location", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + }, + { + "name": "thumbnail_url", + "description": "*Optional*. Url of the thumbnail for the result", + "required": false, + "type": "string" + }, + { + "name": "thumbnail_width", + "description": "*Optional*. Thumbnail width", + "required": false, + "type": "integer" + }, + { + "name": "thumbnail_height", + "description": "*Optional*. Thumbnail height", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultlocation" + }, + { + "name": "InlineQueryResultVenue", + "description": "Represents a venue. By default, the venue will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the venue.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *venue*", + "required": true, + "type": "string", + "default": "venue" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 Bytes", + "required": true, + "type": "string" + }, + { + "name": "latitude", + "description": "Latitude of the venue location in degrees", + "required": true, + "type": "float" + }, + { + "name": "longitude", + "description": "Longitude of the venue location in degrees", + "required": true, + "type": "float" + }, + { + "name": "title", + "description": "Title of the venue", + "required": true, + "type": "string" + }, + { + "name": "address", + "description": "Address of the venue", + "required": true, + "type": "string" + }, + { + "name": "foursquare_id", + "description": "*Optional*. Foursquare identifier of the venue if known", + "required": false, + "type": "string" + }, + { + "name": "foursquare_type", + "description": "*Optional*. Foursquare type of the venue, if known. (For example, “arts\\_entertainment/default”, “arts\\_entertainment/aquarium” or “food/icecream”.)", + "required": false, + "type": "string" + }, + { + "name": "google_place_id", + "description": "*Optional*. Google Places identifier of the venue", + "required": false, + "type": "string" + }, + { + "name": "google_place_type", + "description": "*Optional*. Google Places type of the venue. (See [supported types](https://developers.google.com/places/web-service/supported_types).)", + "required": false, + "type": "string" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the venue", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + }, + { + "name": "thumbnail_url", + "description": "*Optional*. Url of the thumbnail for the result", + "required": false, + "type": "string" + }, + { + "name": "thumbnail_width", + "description": "*Optional*. Thumbnail width", + "required": false, + "type": "integer" + }, + { + "name": "thumbnail_height", + "description": "*Optional*. Thumbnail height", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultvenue" + }, + { + "name": "InlineQueryResultContact", + "description": "Represents a contact with a phone number. By default, this contact will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the contact.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *contact*", + "required": true, + "type": "string", + "default": "contact" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 Bytes", + "required": true, + "type": "string" + }, + { + "name": "phone_number", + "description": "Contact's phone number", + "required": true, + "type": "string" + }, + { + "name": "first_name", + "description": "Contact's first name", + "required": true, + "type": "string" + }, + { + "name": "last_name", + "description": "*Optional*. Contact's last name", + "required": false, + "type": "string" + }, + { + "name": "vcard", + "description": "*Optional*. Additional data about the contact in the form of a [vCard](https://en.wikipedia.org/wiki/VCard), 0-2048 bytes", + "required": false, + "type": "string" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the contact", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + }, + { + "name": "thumbnail_url", + "description": "*Optional*. Url of the thumbnail for the result", + "required": false, + "type": "string" + }, + { + "name": "thumbnail_width", + "description": "*Optional*. Thumbnail width", + "required": false, + "type": "integer" + }, + { + "name": "thumbnail_height", + "description": "*Optional*. Thumbnail height", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcontact" + }, + { + "name": "InlineQueryResultGame", + "description": "Represents a [Game](https://core.telegram.org/bots/api/#games).", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *game*", + "required": true, + "type": "string", + "default": "game" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "game_short_name", + "description": "Short name of the game", + "required": true, + "type": "string" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultgame" + }, + { + "name": "InlineQueryResultCachedPhoto", + "description": "Represents a link to a photo stored on the Telegram servers. By default, this photo will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the photo.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *photo*", + "required": true, + "type": "string", + "default": "photo" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "photo_file_id", + "description": "A valid file identifier of the photo", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "*Optional*. Title for the result", + "required": false, + "type": "string" + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption of the photo to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the photo caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the photo", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedphoto" + }, + { + "name": "InlineQueryResultCachedGif", + "description": "Represents a link to an animated GIF file stored on the Telegram servers. By default, this animated GIF file will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with specified content instead of the animation.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *gif*", + "required": true, + "type": "string", + "default": "gif" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "gif_file_id", + "description": "A valid file identifier for the GIF file", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "*Optional*. Title for the result", + "required": false, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption of the GIF file to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the GIF animation", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedgif" + }, + { + "name": "InlineQueryResultCachedMpeg4Gif", + "description": "Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers. By default, this animated MPEG-4 file will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the animation.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *mpeg4\\_gif*", + "required": true, + "type": "string", + "default": "mpeg4_gif" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "mpeg4_file_id", + "description": "A valid file identifier for the MPEG4 file", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "*Optional*. Title for the result", + "required": false, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption of the MPEG-4 file to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the video animation", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedmpeg4gif" + }, + { + "name": "InlineQueryResultCachedSticker", + "description": "Represents a link to a sticker stored on the Telegram servers. By default, this sticker will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the sticker.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *sticker*", + "required": true, + "type": "string", + "default": "sticker" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "sticker_file_id", + "description": "A valid file identifier of the sticker", + "required": true, + "type": "string" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the sticker", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedsticker" + }, + { + "name": "InlineQueryResultCachedDocument", + "description": "Represents a link to a file stored on the Telegram servers. By default, this file will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the file.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *document*", + "required": true, + "type": "string", + "default": "document" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "Title for the result", + "required": true, + "type": "string" + }, + { + "name": "document_file_id", + "description": "A valid file identifier for the file", + "required": true, + "type": "string" + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption of the document to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the document caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the file", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcacheddocument" + }, + { + "name": "InlineQueryResultCachedVideo", + "description": "Represents a link to a video file stored on the Telegram servers. By default, this video file will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the video.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *video*", + "required": true, + "type": "string", + "default": "video" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "video_file_id", + "description": "A valid file identifier for the video file", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "Title for the result", + "required": true, + "type": "string" + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption of the video to be sent, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the video caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type": "bool" + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the video", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedvideo" + }, + { + "name": "InlineQueryResultCachedVoice", + "description": "Represents a link to a voice message stored on the Telegram servers. By default, this voice message will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the voice message.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *voice*", + "required": true, + "type": "string", + "default": "voice" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "voice_file_id", + "description": "A valid file identifier for the voice message", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "Voice message title", + "required": true, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the voice message caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the voice message", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedvoice" + }, + { + "name": "InlineQueryResultCachedAudio", + "description": "Represents a link to an MP3 audio file stored on the Telegram servers. By default, this audio file will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the audio.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *audio*", + "required": true, + "type": "string", + "default": "audio" + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type": "string" + }, + { + "name": "audio_file_id", + "description": "A valid file identifier for the audio file", + "required": true, + "type": "string" + }, + { + "name": "caption", + "description": "*Optional*. Caption, 0-1024 characters after entities parsing", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 1024 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the audio caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the audio", + "required": false, + "type": "reference", + "reference": "InputMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedaudio" + }, + { + "name": "InputMessageContent", + "description": "This object represents the content of a message to be sent as a result of an inline query. Telegram clients currently support the following 5 types:\n\n* [InputTextMessageContent](https://core.telegram.org/bots/api/#inputtextmessagecontent)\n* [InputLocationMessageContent](https://core.telegram.org/bots/api/#inputlocationmessagecontent)\n* [InputVenueMessageContent](https://core.telegram.org/bots/api/#inputvenuemessagecontent)\n* [InputContactMessageContent](https://core.telegram.org/bots/api/#inputcontactmessagecontent)\n* [InputInvoiceMessageContent](https://core.telegram.org/bots/api/#inputinvoicemessagecontent)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputTextMessageContent" + }, + { + "type": "reference", + "reference": "InputLocationMessageContent" + }, + { + "type": "reference", + "reference": "InputVenueMessageContent" + }, + { + "type": "reference", + "reference": "InputContactMessageContent" + }, + { + "type": "reference", + "reference": "InputInvoiceMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmessagecontent" + }, + { + "name": "InputTextMessageContent", + "description": "Represents the [content](https://core.telegram.org/bots/api/#inputmessagecontent) of a text message to be sent as the result of an inline query.", + "type": "properties", + "properties": [ + { + "name": "message_text", + "description": "Text of the message to be sent, 1-4096 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 4096 + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the message text. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type": "string" + }, + { + "name": "entities", + "description": "*Optional*. List of special entities that appear in message text, which can be specified instead of *parse\\_mode*", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "link_preview_options", + "description": "*Optional*. Link preview generation options for the message", + "required": false, + "type": "reference", + "reference": "LinkPreviewOptions" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputtextmessagecontent" + }, + { + "name": "InputLocationMessageContent", + "description": "Represents the [content](https://core.telegram.org/bots/api/#inputmessagecontent) of a location message to be sent as the result of an inline query.", + "type": "properties", + "properties": [ + { + "name": "latitude", + "description": "Latitude of the location in degrees", + "required": true, + "type": "float" + }, + { + "name": "longitude", + "description": "Longitude of the location in degrees", + "required": true, + "type": "float" + }, + { + "name": "horizontal_accuracy", + "description": "*Optional*. The radius of uncertainty for the location, measured in meters; 0-1500", + "required": false, + "type": "float" + }, + { + "name": "live_period", + "description": "*Optional*. Period in seconds during which the location can be updated, should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely.", + "required": false, + "type": "integer" + }, + { + "name": "heading", + "description": "*Optional*. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.", + "required": false, + "type": "integer" + }, + { + "name": "proximity_alert_radius", + "description": "*Optional*. For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.", + "required": false, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputlocationmessagecontent" + }, + { + "name": "InputVenueMessageContent", + "description": "Represents the [content](https://core.telegram.org/bots/api/#inputmessagecontent) of a venue message to be sent as the result of an inline query.", + "type": "properties", + "properties": [ + { + "name": "latitude", + "description": "Latitude of the venue in degrees", + "required": true, + "type": "float" + }, + { + "name": "longitude", + "description": "Longitude of the venue in degrees", + "required": true, + "type": "float" + }, + { + "name": "title", + "description": "Name of the venue", + "required": true, + "type": "string" + }, + { + "name": "address", + "description": "Address of the venue", + "required": true, + "type": "string" + }, + { + "name": "foursquare_id", + "description": "*Optional*. Foursquare identifier of the venue, if known", + "required": false, + "type": "string" + }, + { + "name": "foursquare_type", + "description": "*Optional*. Foursquare type of the venue, if known. (For example, “arts\\_entertainment/default”, “arts\\_entertainment/aquarium” or “food/icecream”.)", + "required": false, + "type": "string" + }, + { + "name": "google_place_id", + "description": "*Optional*. Google Places identifier of the venue", + "required": false, + "type": "string" + }, + { + "name": "google_place_type", + "description": "*Optional*. Google Places type of the venue. (See [supported types](https://developers.google.com/places/web-service/supported_types).)", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputvenuemessagecontent" + }, + { + "name": "InputContactMessageContent", + "description": "Represents the [content](https://core.telegram.org/bots/api/#inputmessagecontent) of a contact message to be sent as the result of an inline query.", + "type": "properties", + "properties": [ + { + "name": "phone_number", + "description": "Contact's phone number", + "required": true, + "type": "string" + }, + { + "name": "first_name", + "description": "Contact's first name", + "required": true, + "type": "string" + }, + { + "name": "last_name", + "description": "*Optional*. Contact's last name", + "required": false, + "type": "string" + }, + { + "name": "vcard", + "description": "*Optional*. Additional data about the contact in the form of a [vCard](https://en.wikipedia.org/wiki/VCard), 0-2048 bytes", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputcontactmessagecontent" + }, + { + "name": "InputInvoiceMessageContent", + "description": "Represents the [content](https://core.telegram.org/bots/api/#inputmessagecontent) of an invoice message to be sent as the result of an inline query.", + "type": "properties", + "properties": [ + { + "name": "title", + "description": "Product name, 1-32 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 32 + }, + { + "name": "description", + "description": "Product description, 1-255 characters", + "required": true, + "type": "string", + "min_len": 1, + "max_len": 255 + }, + { + "name": "payload", + "description": "Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes.", + "required": true, + "type": "string" + }, + { + "name": "provider_token", + "description": "*Optional*. Payment provider token, obtained via [@BotFather](https://t.me/botfather). Pass an empty string for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "string" + }, + { + "name": "currency", + "description": "Three-letter ISO 4217 currency code, see [more on currencies](https://core.telegram.org/bots/payments#supported-currencies). Pass “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": true, + "type": "string" + }, + { + "name": "prices", + "description": "Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "LabeledPrice" + } + }, + { + "name": "max_tip_amount", + "description": "*Optional*. The maximum accepted amount for tips in the *smallest units* of the currency (integer, **not** float/double). For example, for a maximum tip of `US$ 1.45` pass `max_tip_amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "integer", + "default": 0 + }, + { + "name": "suggested_tip_amounts", + "description": "*Optional*. A JSON-serialized array of suggested amounts of tip in the *smallest units* of the currency (integer, **not** float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed *max\\_tip\\_amount*.", + "required": false, + "type": "array", + "array": { + "type": "integer" + } + }, + { + "name": "provider_data", + "description": "*Optional*. A JSON-serialized object for data about the invoice, which will be shared with the payment provider. A detailed description of the required fields should be provided by the payment provider.", + "required": false, + "type": "string" + }, + { + "name": "photo_url", + "description": "*Optional*. URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service.", + "required": false, + "type": "string" + }, + { + "name": "photo_size", + "description": "*Optional*. Photo size in bytes", + "required": false, + "type": "integer" + }, + { + "name": "photo_width", + "description": "*Optional*. Photo width", + "required": false, + "type": "integer" + }, + { + "name": "photo_height", + "description": "*Optional*. Photo height", + "required": false, + "type": "integer" + }, + { + "name": "need_name", + "description": "*Optional*. Pass *True* if you require the user's full name to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "need_phone_number", + "description": "*Optional*. Pass *True* if you require the user's phone number to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "need_email", + "description": "*Optional*. Pass *True* if you require the user's email address to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "need_shipping_address", + "description": "*Optional*. Pass *True* if you require the user's shipping address to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "send_phone_number_to_provider", + "description": "*Optional*. Pass *True* if the user's phone number should be sent to the provider. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "send_email_to_provider", + "description": "*Optional*. Pass *True* if the user's email address should be sent to the provider. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + }, + { + "name": "is_flexible", + "description": "*Optional*. Pass *True* if the final price depends on the shipping method. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type": "bool" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputinvoicemessagecontent" + }, + { + "name": "ChosenInlineResult", + "description": "Represents a [result](https://core.telegram.org/bots/api/#inlinequeryresult) of an inline query that was chosen by the user and sent to their chat partner.", + "type": "properties", + "properties": [ + { + "name": "result_id", + "description": "The unique identifier for the result that was chosen", + "required": true, + "type": "string" + }, + { + "name": "from", + "description": "The user that chose the result", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "location", + "description": "*Optional*. Sender location, only for bots that require user location", + "required": false, + "type": "reference", + "reference": "Location" + }, + { + "name": "inline_message_id", + "description": "*Optional*. Identifier of the sent inline message. Available only if there is an [inline keyboard](https://core.telegram.org/bots/api/#inlinekeyboardmarkup) attached to the message. Will be also received in [callback queries](https://core.telegram.org/bots/api/#callbackquery) and can be used to [edit](https://core.telegram.org/bots/api/#updating-messages) the message.", + "required": false, + "type": "string" + }, + { + "name": "query", + "description": "The query that was used to obtain the result", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#choseninlineresult" + }, + { + "name": "SentWebAppMessage", + "description": "Describes an inline message sent by a [Web App](https://core.telegram.org/bots/webapps) on behalf of a user.", + "type": "properties", + "properties": [ + { + "name": "inline_message_id", + "description": "*Optional*. Identifier of the sent inline message. Available only if there is an [inline keyboard](https://core.telegram.org/bots/api/#inlinekeyboardmarkup) attached to the message.", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#sentwebappmessage" + }, + { + "name": "PreparedInlineMessage", + "description": "Describes an inline message to be sent by a user of a Mini App.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier of the prepared message", + "required": true, + "type": "string" + }, + { + "name": "expiration_date", + "description": "Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#preparedinlinemessage" + }, + { + "name": "LabeledPrice", + "description": "This object represents a portion of the price for goods or services.", + "type": "properties", + "properties": [ + { + "name": "label", + "description": "Portion label", + "required": true, + "type": "string" + }, + { + "name": "amount", + "description": "Price of the product in the *smallest units* of the [currency](https://core.telegram.org/bots/payments#supported-currencies) (integer, **not** float/double). For example, for a price of `US$ 1.45` pass `amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#labeledprice" + }, + { + "name": "Invoice", + "description": "This object contains basic information about an invoice.", + "type": "properties", + "properties": [ + { + "name": "title", + "description": "Product name", + "required": true, + "type": "string" + }, + { + "name": "description", + "description": "Product description", + "required": true, + "type": "string" + }, + { + "name": "start_parameter", + "description": "Unique bot deep-linking parameter that can be used to generate this invoice", + "required": true, + "type": "string" + }, + { + "name": "currency", + "description": "Three-letter ISO 4217 [currency](https://core.telegram.org/bots/payments#supported-currencies) code, or “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90)", + "required": true, + "type": "string" + }, + { + "name": "total_amount", + "description": "Total price in the *smallest units* of the currency (integer, **not** float/double). For example, for a price of `US$ 1.45` pass `amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#invoice" + }, + { + "name": "ShippingAddress", + "description": "This object represents a shipping address.", + "type": "properties", + "properties": [ + { + "name": "country_code", + "description": "Two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code", + "required": true, + "type": "string" + }, + { + "name": "state", + "description": "State, if applicable", + "required": true, + "type": "string" + }, + { + "name": "city", + "description": "City", + "required": true, + "type": "string" + }, + { + "name": "street_line1", + "description": "First line for the address", + "required": true, + "type": "string" + }, + { + "name": "street_line2", + "description": "Second line for the address", + "required": true, + "type": "string" + }, + { + "name": "post_code", + "description": "Address post code", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#shippingaddress" + }, + { + "name": "OrderInfo", + "description": "This object represents information about an order.", + "type": "properties", + "properties": [ + { + "name": "name", + "description": "*Optional*. User name", + "required": false, + "type": "string" + }, + { + "name": "phone_number", + "description": "*Optional*. User's phone number", + "required": false, + "type": "string" + }, + { + "name": "email", + "description": "*Optional*. User email", + "required": false, + "type": "string" + }, + { + "name": "shipping_address", + "description": "*Optional*. User shipping address", + "required": false, + "type": "reference", + "reference": "ShippingAddress" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#orderinfo" + }, + { + "name": "ShippingOption", + "description": "This object represents one shipping option.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Shipping option identifier", + "required": true, + "type": "string" + }, + { + "name": "title", + "description": "Option title", + "required": true, + "type": "string" + }, + { + "name": "prices", + "description": "List of price portions", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "LabeledPrice" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#shippingoption" + }, + { + "name": "SuccessfulPayment", + "description": "This object contains basic information about a successful payment.", + "type": "properties", + "properties": [ + { + "name": "currency", + "description": "Three-letter ISO 4217 [currency](https://core.telegram.org/bots/payments#supported-currencies) code, or “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90)", + "required": true, + "type": "string" + }, + { + "name": "total_amount", + "description": "Total price in the *smallest units* of the currency (integer, **not** float/double). For example, for a price of `US$ 1.45` pass `amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).", + "required": true, + "type": "integer" + }, + { + "name": "invoice_payload", + "description": "Bot-specified invoice payload", + "required": true, + "type": "string" + }, + { + "name": "subscription_expiration_date", + "description": "*Optional*. Expiration date of the subscription, in Unix time; for recurring payments only", + "required": false, + "type": "integer" + }, + { + "name": "is_recurring", + "description": "*Optional*. True, if the payment is a recurring payment for a subscription", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "is_first_recurring", + "description": "*Optional*. True, if the payment is the first payment for a subscription", + "required": false, + "type": "bool", + "default": true + }, + { + "name": "shipping_option_id", + "description": "*Optional*. Identifier of the shipping option chosen by the user", + "required": false, + "type": "string" + }, + { + "name": "order_info", + "description": "*Optional*. Order information provided by the user", + "required": false, + "type": "reference", + "reference": "OrderInfo" + }, + { + "name": "telegram_payment_charge_id", + "description": "Telegram payment identifier", + "required": true, + "type": "string" + }, + { + "name": "provider_payment_charge_id", + "description": "Provider payment identifier", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#successfulpayment" + }, + { + "name": "RefundedPayment", + "description": "This object contains basic information about a refunded payment.", + "type": "properties", + "properties": [ + { + "name": "currency", + "description": "Three-letter ISO 4217 [currency](https://core.telegram.org/bots/payments#supported-currencies) code, or “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90). Currently, always “XTR”", + "required": true, + "type": "string", + "default": "XTR" + }, + { + "name": "total_amount", + "description": "Total refunded price in the *smallest units* of the currency (integer, **not** float/double). For example, for a price of `US$ 1.45`, `total_amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).", + "required": true, + "type": "integer" + }, + { + "name": "invoice_payload", + "description": "Bot-specified invoice payload", + "required": true, + "type": "string" + }, + { + "name": "telegram_payment_charge_id", + "description": "Telegram payment identifier", + "required": true, + "type": "string" + }, + { + "name": "provider_payment_charge_id", + "description": "*Optional*. Provider payment identifier", + "required": false, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#refundedpayment" + }, + { + "name": "ShippingQuery", + "description": "This object contains information about an incoming shipping query.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique query identifier", + "required": true, + "type": "string" + }, + { + "name": "from", + "description": "User who sent the query", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "invoice_payload", + "description": "Bot-specified invoice payload", + "required": true, + "type": "string" + }, + { + "name": "shipping_address", + "description": "User specified shipping address", + "required": true, + "type": "reference", + "reference": "ShippingAddress" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#shippingquery" + }, + { + "name": "PreCheckoutQuery", + "description": "This object contains information about an incoming pre-checkout query.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique query identifier", + "required": true, + "type": "string" + }, + { + "name": "from", + "description": "User who sent the query", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "currency", + "description": "Three-letter ISO 4217 [currency](https://core.telegram.org/bots/payments#supported-currencies) code, or “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90)", + "required": true, + "type": "string" + }, + { + "name": "total_amount", + "description": "Total price in the *smallest units* of the currency (integer, **not** float/double). For example, for a price of `US$ 1.45` pass `amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).", + "required": true, + "type": "integer" + }, + { + "name": "invoice_payload", + "description": "Bot-specified invoice payload", + "required": true, + "type": "string" + }, + { + "name": "shipping_option_id", + "description": "*Optional*. Identifier of the shipping option chosen by the user", + "required": false, + "type": "string" + }, + { + "name": "order_info", + "description": "*Optional*. Order information provided by the user", + "required": false, + "type": "reference", + "reference": "OrderInfo" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#precheckoutquery" + }, + { + "name": "PaidMediaPurchased", + "description": "This object contains information about a paid media purchase.", + "type": "properties", + "properties": [ + { + "name": "from", + "description": "User who purchased the media", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "paid_media_payload", + "description": "Bot-specified paid media payload", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#paidmediapurchased" + }, + { + "name": "RevenueWithdrawalState", + "description": "This object describes the state of a revenue withdrawal operation. Currently, it can be one of\n\n* [RevenueWithdrawalStatePending](https://core.telegram.org/bots/api/#revenuewithdrawalstatepending)\n* [RevenueWithdrawalStateSucceeded](https://core.telegram.org/bots/api/#revenuewithdrawalstatesucceeded)\n* [RevenueWithdrawalStateFailed](https://core.telegram.org/bots/api/#revenuewithdrawalstatefailed)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "RevenueWithdrawalStatePending" + }, + { + "type": "reference", + "reference": "RevenueWithdrawalStateSucceeded" + }, + { + "type": "reference", + "reference": "RevenueWithdrawalStateFailed" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#revenuewithdrawalstate" + }, + { + "name": "RevenueWithdrawalStatePending", + "description": "The withdrawal is in progress.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the state, always “pending”", + "required": true, + "type": "string", + "default": "pending" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#revenuewithdrawalstatepending" + }, + { + "name": "RevenueWithdrawalStateSucceeded", + "description": "The withdrawal succeeded.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the state, always “succeeded”", + "required": true, + "type": "string", + "default": "succeeded" + }, + { + "name": "date", + "description": "Date the withdrawal was completed in Unix time", + "required": true, + "type": "integer" + }, + { + "name": "url", + "description": "An HTTPS URL that can be used to see transaction details", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#revenuewithdrawalstatesucceeded" + }, + { + "name": "RevenueWithdrawalStateFailed", + "description": "The withdrawal failed and the transaction was refunded.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the state, always “failed”", + "required": true, + "type": "string", + "default": "failed" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#revenuewithdrawalstatefailed" + }, + { + "name": "TransactionPartner", + "description": "This object describes the source of a transaction, or its recipient for outgoing transactions. Currently, it can be one of\n\n* [TransactionPartnerUser](https://core.telegram.org/bots/api/#transactionpartneruser)\n* [TransactionPartnerFragment](https://core.telegram.org/bots/api/#transactionpartnerfragment)\n* [TransactionPartnerTelegramAds](https://core.telegram.org/bots/api/#transactionpartnertelegramads)\n* [TransactionPartnerTelegramApi](https://core.telegram.org/bots/api/#transactionpartnertelegramapi)\n* [TransactionPartnerOther](https://core.telegram.org/bots/api/#transactionpartnerother)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "TransactionPartnerUser" + }, + { + "type": "reference", + "reference": "TransactionPartnerFragment" + }, + { + "type": "reference", + "reference": "TransactionPartnerTelegramAds" + }, + { + "type": "reference", + "reference": "TransactionPartnerTelegramApi" + }, + { + "type": "reference", + "reference": "TransactionPartnerOther" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#transactionpartner" + }, + { + "name": "TransactionPartnerUser", + "description": "Describes a transaction with a user.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the transaction partner, always “user”", + "required": true, + "type": "string", + "default": "user" + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "invoice_payload", + "description": "*Optional*. Bot-specified invoice payload", + "required": false, + "type": "string" + }, + { + "name": "subscription_period", + "description": "*Optional*. The duration of the paid subscription", + "required": false, + "type": "integer" + }, + { + "name": "paid_media", + "description": "*Optional*. Information about the paid media bought by the user", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "PaidMedia" + } + }, + { + "name": "paid_media_payload", + "description": "*Optional*. Bot-specified paid media payload", + "required": false, + "type": "string" + }, + { + "name": "gift", + "description": "*Optional*. The gift sent to the user by the bot", + "required": false, + "type": "reference", + "reference": "Gift" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#transactionpartneruser" + }, + { + "name": "TransactionPartnerFragment", + "description": "Describes a withdrawal transaction with Fragment.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the transaction partner, always “fragment”", + "required": true, + "type": "string", + "default": "fragment" + }, + { + "name": "withdrawal_state", + "description": "*Optional*. State of the transaction if the transaction is outgoing", + "required": false, + "type": "reference", + "reference": "RevenueWithdrawalState" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#transactionpartnerfragment" + }, + { + "name": "TransactionPartnerTelegramAds", + "description": "Describes a withdrawal transaction to the Telegram Ads platform.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the transaction partner, always “telegram\\_ads”", + "required": true, + "type": "string", + "default": "telegram_ads" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#transactionpartnertelegramads" + }, + { + "name": "TransactionPartnerTelegramApi", + "description": "Describes a transaction with payment for [paid broadcasting](https://core.telegram.org/bots/api/#paid-broadcasts).", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the transaction partner, always “telegram\\_api”", + "required": true, + "type": "string", + "default": "telegram_api" + }, + { + "name": "request_count", + "description": "The number of successful requests that exceeded regular limits and were therefore billed", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#transactionpartnertelegramapi" + }, + { + "name": "TransactionPartnerOther", + "description": "Describes a transaction with an unknown source or recipient.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the transaction partner, always “other”", + "required": true, + "type": "string", + "default": "other" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#transactionpartnerother" + }, + { + "name": "StarTransaction", + "description": "Describes a Telegram Star transaction.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier of the transaction. Coincides with the identifier of the original transaction for refund transactions. Coincides with *SuccessfulPayment.telegram\\_payment\\_charge\\_id* for successful incoming payments from users.", + "required": true, + "type": "string" + }, + { + "name": "amount", + "description": "Number of Telegram Stars transferred by the transaction", + "required": true, + "type": "integer" + }, + { + "name": "date", + "description": "Date the transaction was created in Unix time", + "required": true, + "type": "integer" + }, + { + "name": "source", + "description": "*Optional*. Source of an incoming transaction (e.g., a user purchasing goods or services, Fragment refunding a failed withdrawal). Only for incoming transactions", + "required": false, + "type": "reference", + "reference": "TransactionPartner" + }, + { + "name": "receiver", + "description": "*Optional*. Receiver of an outgoing transaction (e.g., a user for a purchase refund, Fragment for a withdrawal). Only for outgoing transactions", + "required": false, + "type": "reference", + "reference": "TransactionPartner" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#startransaction" + }, + { + "name": "StarTransactions", + "description": "Contains a list of Telegram Star transactions.", + "type": "properties", + "properties": [ + { + "name": "transactions", + "description": "The list of transactions", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "StarTransaction" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#startransactions" + }, + { + "name": "PassportData", + "description": "Describes Telegram Passport data shared with the bot by the user.", + "type": "properties", + "properties": [ + { + "name": "data", + "description": "Array with information about documents and other Telegram Passport elements that was shared with the bot", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "EncryptedPassportElement" + } + }, + { + "name": "credentials", + "description": "Encrypted credentials required to decrypt the data", + "required": true, + "type": "reference", + "reference": "EncryptedCredentials" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportdata" + }, + { + "name": "PassportFile", + "description": "This object represents a file uploaded to Telegram Passport. Currently all Telegram Passport files are in JPEG format when decrypted and don't exceed 10MB.", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type": "string" + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type": "string" + }, + { + "name": "file_size", + "description": "File size in bytes", + "required": true, + "type": "integer" + }, + { + "name": "file_date", + "description": "Unix time when the file was uploaded", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportfile" + }, + { + "name": "EncryptedPassportElement", + "description": "Describes documents or other Telegram Passport elements shared with the bot by the user.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Element type. One of “personal\\_details”, “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”, “address”, “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration”, “temporary\\_registration”, “phone\\_number”, “email”.", + "required": true, + "type": "string", + "enumeration": [ + "personal_details", + "passport", + "driver_license", + "identity_card", + "internal_passport", + "address", + "utility_bill", + "bank_statement", + "rental_agreement", + "passport_registration", + "temporary_registration", + "phone_number", + "email" + ] + }, + { + "name": "data", + "description": "*Optional*. Base64-encoded encrypted Telegram Passport element data provided by the user; available only for “personal\\_details”, “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport” and “address” types. Can be decrypted and verified using the accompanying [EncryptedCredentials](https://core.telegram.org/bots/api/#encryptedcredentials).", + "required": false, + "type": "string" + }, + { + "name": "phone_number", + "description": "*Optional*. User's verified phone number; available only for “phone\\_number” type", + "required": false, + "type": "string" + }, + { + "name": "email", + "description": "*Optional*. User's verified email address; available only for “email” type", + "required": false, + "type": "string" + }, + { + "name": "files", + "description": "*Optional*. Array of encrypted files with documents provided by the user; available only for “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration” and “temporary\\_registration” types. Files can be decrypted and verified using the accompanying [EncryptedCredentials](https://core.telegram.org/bots/api/#encryptedcredentials).", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "PassportFile" + } + }, + { + "name": "front_side", + "description": "*Optional*. Encrypted file with the front side of the document, provided by the user; available only for “passport”, “driver\\_license”, “identity\\_card” and “internal\\_passport”. The file can be decrypted and verified using the accompanying [EncryptedCredentials](https://core.telegram.org/bots/api/#encryptedcredentials).", + "required": false, + "type": "reference", + "reference": "PassportFile" + }, + { + "name": "reverse_side", + "description": "*Optional*. Encrypted file with the reverse side of the document, provided by the user; available only for “driver\\_license” and “identity\\_card”. The file can be decrypted and verified using the accompanying [EncryptedCredentials](https://core.telegram.org/bots/api/#encryptedcredentials).", + "required": false, + "type": "reference", + "reference": "PassportFile" + }, + { + "name": "selfie", + "description": "*Optional*. Encrypted file with the selfie of the user holding a document, provided by the user; available if requested for “passport”, “driver\\_license”, “identity\\_card” and “internal\\_passport”. The file can be decrypted and verified using the accompanying [EncryptedCredentials](https://core.telegram.org/bots/api/#encryptedcredentials).", + "required": false, + "type": "reference", + "reference": "PassportFile" + }, + { + "name": "translation", + "description": "*Optional*. Array of encrypted files with translated versions of documents provided by the user; available if requested for “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”, “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration” and “temporary\\_registration” types. Files can be decrypted and verified using the accompanying [EncryptedCredentials](https://core.telegram.org/bots/api/#encryptedcredentials).", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "PassportFile" + } + }, + { + "name": "hash", + "description": "Base64-encoded element hash for using in [PassportElementErrorUnspecified](https://core.telegram.org/bots/api/#passportelementerrorunspecified)", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#encryptedpassportelement" + }, + { + "name": "EncryptedCredentials", + "description": "Describes data required for decrypting and authenticating [EncryptedPassportElement](https://core.telegram.org/bots/api/#encryptedpassportelement). See the [Telegram Passport Documentation](https://core.telegram.org/passport#receiving-information) for a complete description of the data decryption and authentication processes.", + "type": "properties", + "properties": [ + { + "name": "data", + "description": "Base64-encoded encrypted JSON-serialized data with unique user's payload, data hashes and secrets required for [EncryptedPassportElement](https://core.telegram.org/bots/api/#encryptedpassportelement) decryption and authentication", + "required": true, + "type": "string" + }, + { + "name": "hash", + "description": "Base64-encoded data hash for data authentication", + "required": true, + "type": "string" + }, + { + "name": "secret", + "description": "Base64-encoded secret, encrypted with the bot's public RSA key, required for data decryption", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#encryptedcredentials" + }, + { + "name": "PassportElementError", + "description": "This object represents an error in the Telegram Passport element which was submitted that should be resolved by the user. It should be one of:\n\n* [PassportElementErrorDataField](https://core.telegram.org/bots/api/#passportelementerrordatafield)\n* [PassportElementErrorFrontSide](https://core.telegram.org/bots/api/#passportelementerrorfrontside)\n* [PassportElementErrorReverseSide](https://core.telegram.org/bots/api/#passportelementerrorreverseside)\n* [PassportElementErrorSelfie](https://core.telegram.org/bots/api/#passportelementerrorselfie)\n* [PassportElementErrorFile](https://core.telegram.org/bots/api/#passportelementerrorfile)\n* [PassportElementErrorFiles](https://core.telegram.org/bots/api/#passportelementerrorfiles)\n* [PassportElementErrorTranslationFile](https://core.telegram.org/bots/api/#passportelementerrortranslationfile)\n* [PassportElementErrorTranslationFiles](https://core.telegram.org/bots/api/#passportelementerrortranslationfiles)\n* [PassportElementErrorUnspecified](https://core.telegram.org/bots/api/#passportelementerrorunspecified)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "PassportElementErrorDataField" + }, + { + "type": "reference", + "reference": "PassportElementErrorFrontSide" + }, + { + "type": "reference", + "reference": "PassportElementErrorReverseSide" + }, + { + "type": "reference", + "reference": "PassportElementErrorSelfie" + }, + { + "type": "reference", + "reference": "PassportElementErrorFile" + }, + { + "type": "reference", + "reference": "PassportElementErrorFiles" + }, + { + "type": "reference", + "reference": "PassportElementErrorTranslationFile" + }, + { + "type": "reference", + "reference": "PassportElementErrorTranslationFiles" + }, + { + "type": "reference", + "reference": "PassportElementErrorUnspecified" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerror" + }, + { + "name": "PassportElementErrorDataField", + "description": "Represents an issue in one of the data fields that was provided by the user. The error is considered resolved when the field's value changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *data*", + "required": true, + "type": "string", + "default": "data" + }, + { + "name": "type", + "description": "The section of the user's Telegram Passport which has the error, one of “personal\\_details”, “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”, “address”", + "required": true, + "type": "string", + "enumeration": [ + "personal_details", + "passport", + "driver_license", + "identity_card", + "internal_passport", + "address" + ] + }, + { + "name": "field_name", + "description": "Name of the data field which has the error", + "required": true, + "type": "string" + }, + { + "name": "data_hash", + "description": "Base64-encoded data hash", + "required": true, + "type": "string" + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrordatafield" + }, + { + "name": "PassportElementErrorFrontSide", + "description": "Represents an issue with the front side of a document. The error is considered resolved when the file with the front side of the document changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *front\\_side*", + "required": true, + "type": "string", + "default": "front_side" + }, + { + "name": "type", + "description": "The section of the user's Telegram Passport which has the issue, one of “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”", + "required": true, + "type": "string", + "enumeration": [ + "passport", + "driver_license", + "identity_card", + "internal_passport" + ] + }, + { + "name": "file_hash", + "description": "Base64-encoded hash of the file with the front side of the document", + "required": true, + "type": "string" + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrorfrontside" + }, + { + "name": "PassportElementErrorReverseSide", + "description": "Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *reverse\\_side*", + "required": true, + "type": "string", + "default": "reverse_side" + }, + { + "name": "type", + "description": "The section of the user's Telegram Passport which has the issue, one of “driver\\_license”, “identity\\_card”", + "required": true, + "type": "string", + "enumeration": [ + "driver_license", + "identity_card" + ] + }, + { + "name": "file_hash", + "description": "Base64-encoded hash of the file with the reverse side of the document", + "required": true, + "type": "string" + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrorreverseside" + }, + { + "name": "PassportElementErrorSelfie", + "description": "Represents an issue with the selfie with a document. The error is considered resolved when the file with the selfie changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *selfie*", + "required": true, + "type": "string", + "default": "selfie" + }, + { + "name": "type", + "description": "The section of the user's Telegram Passport which has the issue, one of “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”", + "required": true, + "type": "string", + "enumeration": [ + "passport", + "driver_license", + "identity_card", + "internal_passport" + ] + }, + { + "name": "file_hash", + "description": "Base64-encoded hash of the file with the selfie", + "required": true, + "type": "string" + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrorselfie" + }, + { + "name": "PassportElementErrorFile", + "description": "Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *file*", + "required": true, + "type": "string", + "default": "file" + }, + { + "name": "type", + "description": "The section of the user's Telegram Passport which has the issue, one of “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration”, “temporary\\_registration”", + "required": true, + "type": "string", + "enumeration": [ + "utility_bill", + "bank_statement", + "rental_agreement", + "passport_registration", + "temporary_registration" + ] + }, + { + "name": "file_hash", + "description": "Base64-encoded file hash", + "required": true, + "type": "string" + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrorfile" + }, + { + "name": "PassportElementErrorFiles", + "description": "Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *files*", + "required": true, + "type": "string", + "default": "files" + }, + { + "name": "type", + "description": "The section of the user's Telegram Passport which has the issue, one of “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration”, “temporary\\_registration”", + "required": true, + "type": "string", + "enumeration": [ + "utility_bill", + "bank_statement", + "rental_agreement", + "passport_registration", + "temporary_registration" + ] + }, + { + "name": "file_hashes", + "description": "List of base64-encoded file hashes", + "required": true, + "type": "array", + "array": { + "type": "string" + } + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrorfiles" + }, + { + "name": "PassportElementErrorTranslationFile", + "description": "Represents an issue with one of the files that constitute the translation of a document. The error is considered resolved when the file changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *translation\\_file*", + "required": true, + "type": "string", + "default": "translation_file" + }, + { + "name": "type", + "description": "Type of element of the user's Telegram Passport which has the issue, one of “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”, “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration”, “temporary\\_registration”", + "required": true, + "type": "string", + "enumeration": [ + "passport", + "driver_license", + "identity_card", + "internal_passport", + "utility_bill", + "bank_statement", + "rental_agreement", + "passport_registration", + "temporary_registration" + ] + }, + { + "name": "file_hash", + "description": "Base64-encoded file hash", + "required": true, + "type": "string" + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrortranslationfile" + }, + { + "name": "PassportElementErrorTranslationFiles", + "description": "Represents an issue with the translated version of a document. The error is considered resolved when a file with the document translation change.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *translation\\_files*", + "required": true, + "type": "string", + "default": "translation_files" + }, + { + "name": "type", + "description": "Type of element of the user's Telegram Passport which has the issue, one of “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”, “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration”, “temporary\\_registration”", + "required": true, + "type": "string", + "enumeration": [ + "passport", + "driver_license", + "identity_card", + "internal_passport", + "utility_bill", + "bank_statement", + "rental_agreement", + "passport_registration", + "temporary_registration" + ] + }, + { + "name": "file_hashes", + "description": "List of base64-encoded file hashes", + "required": true, + "type": "array", + "array": { + "type": "string" + } + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrortranslationfiles" + }, + { + "name": "PassportElementErrorUnspecified", + "description": "Represents an issue in an unspecified place. The error is considered resolved when new data is added.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *unspecified*", + "required": true, + "type": "string", + "default": "unspecified" + }, + { + "name": "type", + "description": "Type of element of the user's Telegram Passport which has the issue", + "required": true, + "type": "string" + }, + { + "name": "element_hash", + "description": "Base64-encoded element hash", + "required": true, + "type": "string" + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type": "string" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrorunspecified" + }, + { + "name": "Game", + "description": "This object represents a game. Use BotFather to create and edit games, their short names will act as unique identifiers.", + "type": "properties", + "properties": [ + { + "name": "title", + "description": "Title of the game", + "required": true, + "type": "string" + }, + { + "name": "description", + "description": "Description of the game", + "required": true, + "type": "string" + }, + { + "name": "photo", + "description": "Photo that will be displayed in the game message in chats.", + "required": true, + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + }, + { + "name": "text", + "description": "*Optional*. Brief description of the game or high scores included in the game message. Can be automatically edited to include current high scores for the game when the bot calls [setGameScore](https://core.telegram.org/bots/api/#setgamescore), or manually edited using [editMessageText](https://core.telegram.org/bots/api/#editmessagetext). 0-4096 characters.", + "required": false, + "type": "string", + "min_len": 0, + "max_len": 4096 + }, + { + "name": "text_entities", + "description": "*Optional*. Special entities that appear in *text*, such as usernames, URLs, bot commands, etc.", + "required": false, + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + }, + { + "name": "animation", + "description": "*Optional*. Animation that will be displayed in the game message in chats. Upload via [BotFather](https://t.me/botfather)", + "required": false, + "type": "reference", + "reference": "Animation" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#game" + }, + { + "name": "CallbackGame", + "description": "A placeholder, currently holds no information. Use [BotFather](https://t.me/botfather) to set up your game.", + "documentation_link": "https://core.telegram.org/bots/api/#callbackgame" + }, + { + "name": "GameHighScore", + "description": "This object represents one row of the high scores table for a game.", + "type": "properties", + "properties": [ + { + "name": "position", + "description": "Position in high score table for the game", + "required": true, + "type": "integer" + }, + { + "name": "user", + "description": "User", + "required": true, + "type": "reference", + "reference": "User" + }, + { + "name": "score", + "description": "Score", + "required": true, + "type": "integer" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#gamehighscore" + } + ] +} \ No newline at end of file diff --git a/core-gen/src/main/resources/api800.md b/core-gen/src/main/resources/api800.md new file mode 100644 index 0000000..5743cbc --- /dev/null +++ b/core-gen/src/main/resources/api800.md @@ -0,0 +1,6451 @@ + +> The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create and set up a bot, please consult our Introduction to Bots and Bot FAQ. + + +### Recent changes + + +> Subscribe to @BotNews to be the first to know about the latest updates and join the discussion in @BotTalk + + +#### November 17, 2024 + + +Bot API 8.0 + + +> Bot API 8.0 introduces 10 powerful new features for Mini Apps - including the ability to enter full-screen mode, launch from home screen shortcuts, offer subscription plans and more. Check out all the details in our dedicated blog and Mini App documentation. + + +Star Subscriptions + + +* Bots now support paid subscriptions powered by Telegram Stars - monetizing their efforts with multiple tiers of content and features. +* Added the parameter subscription_period to the method createInvoiceLink to support the creation of links that are billed periodically. +* Added the parameter business_connection_id to the method createInvoiceLink to support the creation of invoice links on behalf of business accounts. +* Added the fields subscription_expiration_date, is_recurring and is_first_recurring to the class SuccessfulPayment. +* Added the method editUserStarSubscription. +* Added the field subscription_period to the class TransactionPartnerUser. + + +Full-screen Mode + + +* Mini Apps are now able to become full-screen in both portrait and landscape mode - allowing them to host more games, play widescreen media and support immersive user experiences. +* Added the methods requestFullscreen and exitFullscreen to the class WebApp to toggle full-screen mode. +* Added the fields safeAreaInset and contentSafeAreaInset to the class WebApp, allowing Mini Apps to ensure that their content properly respects the device's safe area margins. +* Further added the fields isActive and isFullscreen to the class WebApp. +* Added the events activated, deactivated, safeAreaChanged, contentSafeAreaChanged, fullscreenChanged and fullscreenFailed for Mini Apps. + + +Homescreen Shortcuts + + +* Mini Apps can now be accessed via direct shortcuts added to the home screen of mobile devices. +* Added the method addToHomeScreen to the class WebApp to create a shortcut for users to add to their home screens. +* Added the method checkHomeScreenStatus to the class WebApp to determine the status and support of the home screen shortcut for the Mini App on the current device. +* Added the events homeScreenAdded and homeScreenChecked for Mini Apps. + + +Emoji Status + + +* Mini Apps can now prompt users to set their emoji status - or request access to later sync it automatically with in-game badges, third-party APIs and more. +* Added the method setUserEmojiStatus. The user must allow the bot to manage their emoji status. +* Added the method setEmojiStatus to the class WebApp to let users manually confirm a custom emoji as their new status via a native dialog. +* 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 events emojiStatusSet, emojiStatusFailed and emojiStatusAccessRequested for Mini Apps. + + +Media Sharing and File Downloads + + +* Users can now share media directly from Mini Apps - sending referral codes, custom memes, artwork and more to any chat or posting them as a story. +* 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 method shareMessage to the class WebApp to share media from Mini Apps to Telegram chats. +* Added the method downloadFile to the class WebApp, introducing support for a native popup that prompts users to download files from the Mini App. +* Added the events shareMessageSent, shareMessageFailed and fileDownloadRequested for Mini Apps. + + +Geolocation Access + + +* Mini Apps can now request geolocation access to users, allowing them to build virtually any location-based service, from games with dynamic points of interest to interactive maps for events. +* Added the field LocationManager to the class WebApp. +* Added the events locationManagerUpdated and locationRequested for Mini Apps. + + +Device Motion Tracking + + +* Mini Apps can now track detailed device motion data, allowing them to implement better productivity tools, immersive VR experiences and more. +* Added the fields isOrientationLocked, Accelerometer, DeviceOrientation and Gyroscope to the class WebApp. +* Added the methods lockOrientation and unlockOrientation to the class WebApp to control the screen orientation. +* Added the events accelerometerStarted, accelerometerStopped, accelerometerChanged, accelerometerFailed, deviceOrientationStarted, deviceOrientationStopped, deviceOrientationChanged, deviceOrientationFailed, gyroscopeStarted, gyroscopeStopped, gyroscopeChanged, gyroscopeFailed for Mini Apps. + + +Gifts + + +* Bots can now send Paid Gifts to users in exchange for Telegram Stars. +* Added the classes Gift and Gifts and the method getAvailableGifts, allowing bots to get all gifts available for sending. +* Added the method sendGift, allowing bots to send gifts to users. +* Added the field gift to the class TransactionPartnerUser. + + +Loading Screen Customization + + +* Mini Apps can customize their loading screen, adding their own icon and specific colors for light and dark themes. +* You can access these customization settings in @BotFather via /mybots > Select Bot > Bot Settings > Configure Mini App > Enable Mini App + + +Hardware-specific Optimizations + + +* Mini Apps running on Android can now receive basic information about a device's processing hardware, allowing them to optimize user experience based on the device's capabilities. +* This information includes the OS, App and SDK's respective versions as well as the device's model and performance class. + + +General + + +* Added the field photo_url to the class WebAppUser for all bots, allowing Mini Apps to access a user's profile photo if their privacy settings allow for it. +* Third parties (e.g., Mini App builders) that receive or process data on behalf of Mini Apps are now able to validate it without knowing the App's bot token. +* Debugging options have been expanded to include full support for iOS devices. You can use these tools to find app-specific issues in your Mini App. + + +--- + + +> WARNING! Starting December 1, 2024 messages with video that are sent, copied or forwarded to groups and channels with a sufficiently large audience can be automatically scheduled by the server until the respective video is reencoded. Such messages will have 0 as their message identifier and can't be used before they are actually sent. + + +#### October 31, 2024 + + +Bot API 7.11 + + +* Added the class CopyTextButton and the field copy_text in the class InlineKeyboardButton allowing bots to send and receive inline buttons that copy arbitrary text. +* 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 class TransactionPartnerTelegramApi for transactions related to paid broadcasted messages. +* Introduced the ability to add media to existing text messages using the method editMessageMedia. +* Added support for hashtag and cashtag entities with a specified chat username that opens a search for the relevant tag within the specified chat. + + +--- + + +> WARNING! Starting December 1, 2024 messages with video that are sent, copied or forwarded to groups and channels with a sufficiently large audience can be automatically scheduled by the server until the respective video is reencoded. Such messages will have 0 as their message identifier and can't be used before they are actually sent. + + +#### September 6, 2024 + + +Bot API 7.10 + + +* 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 and ChatBoostSourceGiveaway. +* Added the field is_star_giveaway to the class GiveawayCompleted. +* Added the field SecondaryButton to the class WebApp. +* Added the event secondaryButtonClicked for Mini Apps. +* Added the field bottomBarColor and the method setBottomBarColor to the class WebApp. +* Added the field bottom_bar_bg_color to the class ThemeParams. + + +#### August 14, 2024 + + +Bot API 7.9 + + +* 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 fields subscription_period and subscription_price to the class ChatInviteLink. +* 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. + + +See earlier changes » + + +### Authorizing your bot + + +Each bot is given a unique authentication token when it is created. The token looks something like 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11, but we'll use simply in this document instead. You can learn about obtaining tokens and generating new ones in this document. + + +### Making requests + + +All queries to the Telegram Bot API must be served over HTTPS and need to be presented in this form: https://api.telegram.org/bot/METHOD_NAME. Like this for example: + + +https://api.telegram.org/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11/getMe + + +We support GET and POST HTTP methods. We support four ways of passing parameters in Bot API requests: + + +* URL query string +* application/x-www-form-urlencoded +* application/json (except for uploading files) +* multipart/form-data (use to upload files) + + +The response contains a JSON object, which always has a Boolean field 'ok' and may have an optional String field 'description' with a human-readable description of the result. If 'ok' equals True, the request was successful and the result of the query can be found in the 'result' field. In case of an unsuccessful request, 'ok' equals false and the error is explained in the 'description'. An Integer 'error_code' field is also returned, but its contents are subject to change in the future. Some errors may also have an optional field 'parameters' of the type ResponseParameters, which can help to automatically handle the error. + + +* All methods in the Bot API are case-insensitive. +* All queries must be made using UTF-8. + + +#### Making requests when getting updates + + +If you're using webhooks, you can perform a request to the Bot API while sending an answer to the webhook. Use either application/json or application/x-www-form-urlencoded or multipart/form-data response content type for passing parameters. Specify the method to be invoked in the method parameter of the request. It's not possible to know that such a request was successful or get its result. + + +> Please see our FAQ for examples. + + +### Using a Local Bot API Server + + +The Bot API server source code is available at telegram-bot-api. You can run it locally and send the requests to your own server instead of https://api.telegram.org. If you switch to a local Bot API server, your bot will be able to: + + +* Download files without a size limit. +* Upload files up to 2000 MB. +* Upload files using their local path and the file URI scheme. +* Use an HTTP URL for the webhook. +* Use any local IP address for the webhook. +* Use any port for the webhook. +* Set max_webhook_connections up to 100000. +* Receive the absolute local path as a value of the file_path field without the need to download the file after a getFile request. + + +#### Do I need a Local Bot API Server + + +The majority of bots will be OK with the default configuration, running on our servers. But if you feel that you need one of these features, you're welcome to switch to your own at any time. + + +### Getting updates + + +There are two mutually exclusive ways of receiving updates for your bot - the getUpdates method on one hand and webhooks on the other. Incoming updates are stored on the server until the bot receives them either way, but they will not be kept longer than 24 hours. + + +Regardless of which option you choose, you will receive JSON-serialized Update objects as a result. + + +#### Update + + +This object represents an incoming update. At most one of the optional parameters can be present in any given update. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| update_id | Integer | The update's unique identifier. Update identifiers start from a certain positive number and increase sequentially. This identifier becomes especially handy if you're using webhooks, since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order. If there are no new updates for at least a week, then identifier of the next update will be chosen randomly instead of sequentially. | +| message | Message | Optional. New incoming message of any kind - text, photo, sticker, etc. | +| edited_message | Message | Optional. New version of a message that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot. | +| channel_post | Message | Optional. New incoming channel post of any kind - text, photo, sticker, etc. | +| edited_channel_post | Message | Optional. New version of a channel post that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot. | +| business_connection | BusinessConnection | Optional. The bot was connected to or disconnected from a business account, or a user edited an existing connection with the bot | +| business_message | Message | Optional. New message from a connected business account | +| edited_business_message | Message | Optional. New version of a message from a connected business account | +| deleted_business_messages | BusinessMessagesDeleted | Optional. Messages were deleted from a connected business account | +| message_reaction | MessageReactionUpdated | Optional. A reaction to a message was changed by a user. The bot must be an administrator in the chat and must explicitly specify "message_reaction" in the list of allowed_updates to receive these updates. The update isn't received for reactions set by bots. | +| message_reaction_count | MessageReactionCountUpdated | Optional. Reactions to a message with anonymous reactions were changed. The bot must be an administrator in the chat and must explicitly specify "message_reaction_count" in the list of allowed_updates to receive these updates. The updates are grouped and can be sent with delay up to a few minutes. | +| inline_query | InlineQuery | Optional. New incoming inline query | +| chosen_inline_result | ChosenInlineResult | Optional. The result of an inline query that was chosen by a user and sent to their chat partner. Please see our documentation on the feedback collecting for details on how to enable these updates for your bot. | +| callback_query | CallbackQuery | Optional. New incoming callback query | +| shipping_query | ShippingQuery | Optional. New incoming shipping query. Only for invoices with flexible price | +| pre_checkout_query | PreCheckoutQuery | Optional. New incoming pre-checkout query. Contains full information about checkout | +| purchased_paid_media | PaidMediaPurchased | Optional. A user purchased paid media with a non-empty payload sent by the bot in a non-channel chat | +| poll | Poll | Optional. New poll state. Bots receive only updates about manually stopped polls and polls, which are sent by the bot | +| poll_answer | PollAnswer | Optional. A user changed their answer in a non-anonymous poll. Bots receive new votes only in polls that were sent by the bot itself. | +| my_chat_member | ChatMemberUpdated | Optional. The bot's chat member status was updated in a chat. For private chats, this update is received only when the bot is blocked or unblocked by the user. | +| chat_member | ChatMemberUpdated | Optional. A chat member's status was updated in a chat. The bot must be an administrator in the chat and must explicitly specify "chat_member" in the list of allowed_updates to receive these updates. | +| chat_join_request | ChatJoinRequest | Optional. A request to join the chat has been sent. The bot must have the can_invite_users administrator right in the chat to receive these updates. | +| chat_boost | ChatBoostUpdated | Optional. A chat boost was added or changed. The bot must be an administrator in the chat to receive these updates. | +| removed_chat_boost | ChatBoostRemoved | Optional. A boost was removed from a chat. The bot must be an administrator in the chat to receive these updates. | + + +#### getUpdates + + +Use this method to receive incoming updates using long polling (wiki). Returns an Array of Update objects. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| offset | Integer | Optional | Identifier of the first update to be returned. Must be greater by one than the highest among the identifiers of previously received updates. By default, updates starting with the earliest unconfirmed update are returned. An update is considered confirmed as soon as getUpdates is called with an offset higher than its update_id. The negative offset can be specified to retrieve updates starting from -offset update from the end of the updates queue. All previous updates will be forgotten. | +| limit | Integer | Optional | Limits the number of updates to be retrieved. Values between 1-100 are accepted. Defaults to 100. | +| timeout | Integer | Optional | Timeout in seconds for long polling. Defaults to 0, i.e. usual short polling. Should be positive, short polling should be used for testing purposes only. | +| allowed_updates | Array of String | Optional | A JSON-serialized list of the update types you want your bot to receive. For example, specify ["message", "edited_channel_post", "callback_query"] to only receive updates of these types. See Update for a complete list of available update types. Specify an empty list to receive all update types except chat_member, message_reaction, and message_reaction_count (default). If not specified, the previous setting will be used. Please note that this parameter doesn't affect updates created before the call to the getUpdates, so unwanted updates may be received for a short period of time. | + + +> Notes 1. This method will not work if an outgoing webhook is set up. 2. In order to avoid getting duplicate updates, recalculate offset after each server response. + + +#### setWebhook + + +Use this method to specify a URL and receive incoming updates via an outgoing webhook. Whenever there is an update for the bot, we will send an HTTPS POST request to the specified URL, containing a JSON-serialized Update. In case of an unsuccessful request, we will give up after a reasonable amount of attempts. Returns True on success. + + +If you'd like to make sure that the webhook was set by you, you can specify secret data in the parameter secret_token. If specified, the request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the secret token as content. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| url | String | Yes | HTTPS URL to send updates to. Use an empty string to remove webhook integration | +| certificate | InputFile | Optional | Upload your public key certificate so that the root certificate in use can be checked. See our self-signed guide for details. | +| ip_address | String | Optional | The fixed IP address which will be used to send webhook requests instead of the IP address resolved through DNS | +| max_connections | Integer | Optional | The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery, 1-100. Defaults to 40. Use lower values to limit the load on your bot's server, and higher values to increase your bot's throughput. | +| allowed_updates | Array of String | Optional | A JSON-serialized list of the update types you want your bot to receive. For example, specify ["message", "edited_channel_post", "callback_query"] to only receive updates of these types. See Update for a complete list of available update types. Specify an empty list to receive all update types except chat_member, message_reaction, and message_reaction_count (default). If not specified, the previous setting will be used. Please note that this parameter doesn't affect updates created before the call to the setWebhook, so unwanted updates may be received for a short period of time. | +| drop_pending_updates | Boolean | Optional | Pass True to drop all pending updates | +| secret_token | String | Optional | A secret token to be sent in a header “X-Telegram-Bot-Api-Secret-Token” in every webhook request, 1-256 characters. Only characters A-Z, a-z, 0-9, _ and - are allowed. The header is useful to ensure that the request comes from a webhook set by you. | + + +> Notes 1. You will not be able to receive updates using getUpdates for as long as an outgoing webhook is set up. 2. To use a self-signed certificate, you need to upload your public key certificate using certificate parameter. Please upload as InputFile, sending a String will not work. 3. Ports currently supported for webhooks: 443, 80, 88, 8443. If you're having any trouble setting up webhooks, please check out this amazing guide to webhooks. + + +#### deleteWebhook + + +Use this method to remove webhook integration if you decide to switch back to getUpdates. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| drop_pending_updates | Boolean | Optional | Pass True to drop all pending updates | + + +#### getWebhookInfo + + +Use this method to get current webhook status. Requires no parameters. On success, returns a WebhookInfo object. If the bot is using getUpdates, will return an object with the url field empty. + + +#### WebhookInfo + + +Describes the current status of a webhook. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| url | String | Webhook URL, may be empty if webhook is not set up | +| has_custom_certificate | Boolean | True, if a custom certificate was provided for webhook certificate checks | +| pending_update_count | Integer | Number of updates awaiting delivery | +| ip_address | String | Optional. Currently used webhook IP address | +| last_error_date | Integer | Optional. Unix time for the most recent error that happened when trying to deliver an update via webhook | +| last_error_message | String | Optional. Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook | +| last_synchronization_error_date | Integer | Optional. Unix time of the most recent error that happened when trying to synchronize available updates with Telegram datacenters | +| max_connections | Integer | Optional. The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery | +| allowed_updates | Array of String | Optional. A list of update types the bot is subscribed to. Defaults to all update types except chat_member | + + +### Available types + + +All types used in the Bot API responses are represented as JSON-objects. + + +It is safe to use 32-bit signed integers for storing all Integer fields unless otherwise noted. + + +> Optional fields may be not returned when irrelevant. + + +#### User + + +This object represents a Telegram user or bot. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | Integer | Unique identifier for this user or bot. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. | +| is_bot | Boolean | True, if this user is a bot | +| first_name | String | User's or bot's first name | +| last_name | String | Optional. User's or bot's last name | +| username | String | Optional. User's or bot's username | +| language_code | String | Optional. IETF language tag of the user's language | +| is_premium | True | Optional. True, if this user is a Telegram Premium user | +| added_to_attachment_menu | True | Optional. True, if this user added the bot to the attachment menu | +| can_join_groups | Boolean | Optional. True, if the bot can be invited to groups. Returned only in getMe. | +| can_read_all_group_messages | Boolean | Optional. True, if privacy mode is disabled for the bot. Returned only in getMe. | +| supports_inline_queries | Boolean | Optional. True, if the bot supports inline queries. Returned only in getMe. | +| can_connect_to_business | Boolean | Optional. True, if the bot can be connected to a Telegram Business account to receive its messages. Returned only in getMe. | +| has_main_web_app | Boolean | Optional. True, if the bot has a main Web App. Returned only in getMe. | + + +#### Chat + + +This object represents a chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | Integer | Unique identifier for this chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier. | +| type | String | Type of the chat, can be either “private”, “group”, “supergroup” or “channel” | +| title | String | Optional. Title, for supergroups, channels and group chats | +| username | String | Optional. Username, for private chats, supergroups and channels if available | +| first_name | String | Optional. First name of the other party in a private chat | +| last_name | String | Optional. Last name of the other party in a private chat | +| is_forum | True | Optional. True, if the supergroup chat is a forum (has topics enabled) | + + +#### ChatFullInfo + + +This object contains full information about a chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | Integer | Unique identifier for this chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier. | +| type | String | Type of the chat, can be either “private”, “group”, “supergroup” or “channel” | +| title | String | Optional. Title, for supergroups, channels and group chats | +| username | String | Optional. Username, for private chats, supergroups and channels if available | +| first_name | String | Optional. First name of the other party in a private chat | +| last_name | String | Optional. Last name of the other party in a private chat | +| is_forum | True | Optional. True, if the supergroup chat is a forum (has topics enabled) | +| accent_color_id | Integer | Identifier of the accent color for the chat name and backgrounds of the chat photo, reply header, and link preview. See accent colors for more details. | +| max_reaction_count | Integer | The maximum number of reactions that can be set on a message in the chat | +| photo | ChatPhoto | Optional. Chat photo | +| active_usernames | Array of String | Optional. If non-empty, the list of all active chat usernames; for private chats, supergroups and channels | +| birthdate | Birthdate | Optional. For private chats, the date of birth of the user | +| business_intro | BusinessIntro | Optional. For private chats with business accounts, the intro of the business | +| business_location | BusinessLocation | Optional. For private chats with business accounts, the location of the business | +| business_opening_hours | BusinessOpeningHours | Optional. For private chats with business accounts, the opening hours of the business | +| personal_chat | Chat | Optional. For private chats, the personal channel of the user | +| available_reactions | Array of ReactionType | Optional. List of available reactions allowed in the chat. If omitted, then all emoji reactions are allowed. | +| background_custom_emoji_id | String | Optional. Custom emoji identifier of the emoji chosen by the chat for the reply header and link preview background | +| profile_accent_color_id | Integer | Optional. Identifier of the accent color for the chat's profile background. See profile accent colors for more details. | +| profile_background_custom_emoji_id | String | Optional. Custom emoji identifier of the emoji chosen by the chat for its profile background | +| emoji_status_custom_emoji_id | String | Optional. Custom emoji identifier of the emoji status of the chat or the other party in a private chat | +| emoji_status_expiration_date | Integer | Optional. Expiration date of the emoji status of the chat or the other party in a private chat, in Unix time, if any | +| bio | String | Optional. Bio of the other party in a private chat | +| has_private_forwards | True | Optional. True, if privacy settings of the other party in the private chat allows to use tg://user?id= links only in chats with the user | +| has_restricted_voice_and_video_messages | True | Optional. True, if the privacy settings of the other party restrict sending voice and video note messages in the private chat | +| join_to_send_messages | True | Optional. True, if users need to join the supergroup before they can send messages | +| join_by_request | True | Optional. True, if all users directly joining the supergroup without using an invite link need to be approved by supergroup administrators | +| description | String | Optional. Description, for groups, supergroups and channel chats | +| invite_link | String | Optional. Primary invite link, for groups, supergroups and channel chats | +| pinned_message | Message | Optional. The most recent pinned message (by sending date) | +| permissions | ChatPermissions | Optional. Default chat member permissions, for groups and supergroups | +| can_send_paid_media | True | Optional. True, if paid media messages can be sent or forwarded to the channel chat. The field is available only for channel chats. | +| slow_mode_delay | Integer | Optional. For supergroups, the minimum allowed delay between consecutive messages sent by each unprivileged user; in seconds | +| unrestrict_boost_count | Integer | Optional. For supergroups, the minimum number of boosts that a non-administrator user needs to add in order to ignore slow mode and chat permissions | +| message_auto_delete_time | Integer | Optional. The time after which all messages sent to the chat will be automatically deleted; in seconds | +| has_aggressive_anti_spam_enabled | True | Optional. True, if aggressive anti-spam checks are enabled in the supergroup. The field is only available to chat administrators. | +| has_hidden_members | True | Optional. True, if non-administrators can only get the list of bots and administrators in the chat | +| has_protected_content | True | Optional. True, if messages from the chat can't be forwarded to other chats | +| has_visible_history | True | Optional. True, if new chat members will have access to old messages; available only to chat administrators | +| sticker_set_name | String | Optional. For supergroups, name of the group sticker set | +| can_set_sticker_set | True | Optional. True, if the bot can change the group sticker set | +| custom_emoji_sticker_set_name | String | Optional. For supergroups, the name of the group's custom emoji sticker set. Custom emoji from this set can be used by all users and bots in the group. | +| linked_chat_id | Integer | Optional. Unique identifier for the linked chat, i.e. the discussion group identifier for a channel and vice versa; for supergroups and channel chats. This identifier may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it is smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier. | +| location | ChatLocation | Optional. For supergroups, the location to which the supergroup is connected | + + +#### Message + + +This object represents a message. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| message_id | Integer | Unique message identifier inside this chat. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent | +| message_thread_id | Integer | Optional. Unique identifier of a message thread to which the message belongs; for supergroups only | +| from | User | Optional. Sender of the message; may be empty for messages sent to channels. For backward compatibility, if the message was sent on behalf of a chat, the field contains a fake sender user in non-channel chats | +| sender_chat | Chat | Optional. Sender of the message when sent on behalf of a chat. For example, the supergroup itself for messages sent by its anonymous administrators or a linked channel for messages automatically forwarded to the channel's discussion group. For backward compatibility, if the message was sent on behalf of a chat, the field from contains a fake sender user in non-channel chats. | +| sender_boost_count | Integer | Optional. If the sender of the message boosted the chat, the number of boosts added by the user | +| sender_business_bot | User | Optional. The bot that actually sent the message on behalf of the business account. Available only for outgoing messages sent on behalf of the connected business account. | +| date | Integer | Date the message was sent in Unix time. It is always a positive number, representing a valid date. | +| business_connection_id | String | Optional. Unique identifier of the business connection from which the message was received. If non-empty, the message belongs to a chat of the corresponding business account that is independent from any potential bot chat which might share the same identifier. | +| chat | Chat | Chat the message belongs to | +| forward_origin | MessageOrigin | Optional. Information about the original message for forwarded messages | +| is_topic_message | True | Optional. True, if the message is sent to a forum topic | +| is_automatic_forward | True | Optional. True, if the message is a channel post that was automatically forwarded to the connected discussion group | +| reply_to_message | Message | Optional. For replies in the same chat and message thread, the original message. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply. | +| external_reply | ExternalReplyInfo | Optional. Information about the message that is being replied to, which may come from another chat or forum topic | +| quote | TextQuote | Optional. For replies that quote part of the original message, the quoted part of the message | +| reply_to_story | Story | Optional. For replies to a story, the original story | +| via_bot | User | Optional. Bot through which the message was sent | +| edit_date | Integer | Optional. Date the message was last edited in Unix time | +| has_protected_content | True | Optional. True, if the message can't be forwarded | +| is_from_offline | True | Optional. True, if the message was sent by an implicit action, for example, as an away or a greeting business message, or as a scheduled message | +| media_group_id | String | Optional. The unique identifier of a media message group this message belongs to | +| author_signature | String | Optional. Signature of the post author for messages in channels, or the custom title of an anonymous group administrator | +| text | String | Optional. For text messages, the actual UTF-8 text of the message | +| entities | Array of MessageEntity | Optional. For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text | +| link_preview_options | LinkPreviewOptions | Optional. Options used for link preview generation for the message, if it is a text message and link preview options were changed | +| effect_id | String | Optional. Unique identifier of the message effect added to the message | +| animation | Animation | Optional. Message is an animation, information about the animation. For backward compatibility, when this field is set, the document field will also be set | +| audio | Audio | Optional. Message is an audio file, information about the file | +| document | Document | Optional. Message is a general file, information about the file | +| paid_media | PaidMediaInfo | Optional. Message contains paid media; information about the paid media | +| photo | Array of PhotoSize | Optional. Message is a photo, available sizes of the photo | +| sticker | Sticker | Optional. Message is a sticker, information about the sticker | +| story | Story | Optional. Message is a forwarded story | +| video | Video | Optional. Message is a video, information about the video | +| video_note | VideoNote | Optional. Message is a video note, information about the video message | +| voice | Voice | Optional. Message is a voice message, information about the file | +| caption | String | Optional. Caption for the animation, audio, document, paid media, photo, video or voice | +| caption_entities | Array of MessageEntity | Optional. For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption | +| show_caption_above_media | True | Optional. True, if the caption must be shown above the message media | +| has_media_spoiler | True | Optional. True, if the message media is covered by a spoiler animation | +| contact | Contact | Optional. Message is a shared contact, information about the contact | +| dice | Dice | Optional. Message is a dice with random value | +| game | Game | Optional. Message is a game, information about the game. More about games » | +| poll | Poll | Optional. Message is a native poll, information about the poll | +| venue | Venue | Optional. Message is a venue, information about the venue. For backward compatibility, when this field is set, the location field will also be set | +| location | Location | Optional. Message is a shared location, information about the location | +| new_chat_members | Array of User | Optional. New members that were added to the group or supergroup and information about them (the bot itself may be one of these members) | +| left_chat_member | User | Optional. A member was removed from the group, information about them (this member may be the bot itself) | +| new_chat_title | String | Optional. A chat title was changed to this value | +| new_chat_photo | Array of PhotoSize | Optional. A chat photo was change to this value | +| delete_chat_photo | True | Optional. Service message: the chat photo was deleted | +| group_chat_created | True | Optional. Service message: the group has been created | +| supergroup_chat_created | True | Optional. Service message: the supergroup has been created. This field can't be received in a message coming through updates, because bot can't be a member of a supergroup when it is created. It can only be found in reply_to_message if someone replies to a very first message in a directly created supergroup. | +| channel_chat_created | True | Optional. Service message: the channel has been created. This field can't be received in a message coming through updates, because bot can't be a member of a channel when it is created. It can only be found in reply_to_message if someone replies to a very first message in a channel. | +| message_auto_delete_timer_changed | MessageAutoDeleteTimerChanged | Optional. Service message: auto-delete timer settings changed in the chat | +| migrate_to_chat_id | Integer | Optional. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier. | +| migrate_from_chat_id | Integer | Optional. The supergroup has been migrated from a group with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier. | +| pinned_message | MaybeInaccessibleMessage | Optional. Specified message was pinned. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply. | +| invoice | Invoice | Optional. Message is an invoice for a payment, information about the invoice. More about payments » | +| successful_payment | SuccessfulPayment | Optional. Message is a service message about a successful payment, information about the payment. More about payments » | +| refunded_payment | RefundedPayment | Optional. Message is a service message about a refunded payment, information about the payment. More about payments » | +| users_shared | UsersShared | Optional. Service message: users were shared with the bot | +| chat_shared | ChatShared | Optional. Service message: a chat was shared with the bot | +| connected_website | String | Optional. The domain name of the website on which the user has logged in. More about Telegram Login » | +| write_access_allowed | WriteAccessAllowed | Optional. Service message: the user allowed the bot to write messages after adding it to the attachment or side menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method requestWriteAccess | +| passport_data | PassportData | Optional. Telegram Passport data | +| proximity_alert_triggered | ProximityAlertTriggered | Optional. Service message. A user in the chat triggered another user's proximity alert while sharing Live Location. | +| boost_added | ChatBoostAdded | Optional. Service message: user boosted the chat | +| chat_background_set | ChatBackground | Optional. Service message: chat background set | +| forum_topic_created | ForumTopicCreated | Optional. Service message: forum topic created | +| forum_topic_edited | ForumTopicEdited | Optional. Service message: forum topic edited | +| forum_topic_closed | ForumTopicClosed | Optional. Service message: forum topic closed | +| forum_topic_reopened | ForumTopicReopened | Optional. Service message: forum topic reopened | +| general_forum_topic_hidden | GeneralForumTopicHidden | Optional. Service message: the 'General' forum topic hidden | +| general_forum_topic_unhidden | GeneralForumTopicUnhidden | Optional. Service message: the 'General' forum topic unhidden | +| giveaway_created | GiveawayCreated | Optional. Service message: a scheduled giveaway was created | +| giveaway | Giveaway | Optional. The message is a scheduled giveaway message | +| giveaway_winners | GiveawayWinners | Optional. A giveaway with public winners was completed | +| giveaway_completed | GiveawayCompleted | Optional. Service message: a giveaway without public winners was completed | +| video_chat_scheduled | VideoChatScheduled | Optional. Service message: video chat scheduled | +| video_chat_started | VideoChatStarted | Optional. Service message: video chat started | +| video_chat_ended | VideoChatEnded | Optional. Service message: video chat ended | +| video_chat_participants_invited | VideoChatParticipantsInvited | Optional. Service message: new participants invited to a video chat | +| web_app_data | WebAppData | Optional. Service message: data sent by a Web App | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons. | + + +#### MessageId + + +This object represents a unique message identifier. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| message_id | Integer | Unique message identifier. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent | + + +#### InaccessibleMessage + + +This object describes a message that was deleted or is otherwise inaccessible to the bot. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| chat | Chat | Chat the message belonged to | +| message_id | Integer | Unique message identifier inside the chat | +| date | Integer | Always 0. The field can be used to differentiate regular and inaccessible messages. | + + +#### MaybeInaccessibleMessage + + +This object describes a message that can be inaccessible to the bot. It can be one of + + +* Message +* InaccessibleMessage + + +#### MessageEntity + + +This object represents one special entity in a text message. For example, hashtags, usernames, URLs, etc. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the entity. Currently, can be “mention” (@username), “hashtag” (#hashtag or #hashtag@chatusername), “cashtag” ($USD or $USD@chatusername), “bot_command” (/start@jobs_bot), “url” (https://telegram.org), “email” (do-not-reply@telegram.org), “phone_number” (+1-212-555-0123), “bold” (bold text), “italic” (italic text), “underline” (underlined text), “strikethrough” (strikethrough text), “spoiler” (spoiler message), “blockquote” (block quotation), “expandable_blockquote” (collapsed-by-default block quotation), “code” (monowidth string), “pre” (monowidth block), “text_link” (for clickable text URLs), “text_mention” (for users without usernames), “custom_emoji” (for inline custom emoji stickers) | +| offset | Integer | Offset in UTF-16 code units to the start of the entity | +| length | Integer | Length of the entity in UTF-16 code units | +| url | String | Optional. For “text_link” only, URL that will be opened after user taps on the text | +| user | User | Optional. For “text_mention” only, the mentioned user | +| language | String | Optional. For “pre” only, the programming language of the entity text | +| custom_emoji_id | String | Optional. For “custom_emoji” only, unique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker | + + +#### TextQuote + + +This object contains information about the quoted part of a message that is replied to by the given message. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| text | String | Text of the quoted part of a message that is replied to by the given message | +| entities | Array of MessageEntity | Optional. Special entities that appear in the quote. Currently, only bold, italic, underline, strikethrough, spoiler, and custom_emoji entities are kept in quotes. | +| position | Integer | Approximate quote position in the original message in UTF-16 code units as specified by the sender | +| is_manual | True | Optional. True, if the quote was chosen manually by the message sender. Otherwise, the quote was added automatically by the server. | + + +#### ExternalReplyInfo + + +This object contains information about a message that is being replied to, which may come from another chat or forum topic. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| origin | MessageOrigin | Origin of the message replied to by the given message | +| chat | Chat | Optional. Chat the original message belongs to. Available only if the chat is a supergroup or a channel. | +| message_id | Integer | Optional. Unique message identifier inside the original chat. Available only if the original chat is a supergroup or a channel. | +| link_preview_options | LinkPreviewOptions | Optional. Options used for link preview generation for the original message, if it is a text message | +| animation | Animation | Optional. Message is an animation, information about the animation | +| audio | Audio | Optional. Message is an audio file, information about the file | +| document | Document | Optional. Message is a general file, information about the file | +| paid_media | PaidMediaInfo | Optional. Message contains paid media; information about the paid media | +| photo | Array of PhotoSize | Optional. Message is a photo, available sizes of the photo | +| sticker | Sticker | Optional. Message is a sticker, information about the sticker | +| story | Story | Optional. Message is a forwarded story | +| video | Video | Optional. Message is a video, information about the video | +| video_note | VideoNote | Optional. Message is a video note, information about the video message | +| voice | Voice | Optional. Message is a voice message, information about the file | +| has_media_spoiler | True | Optional. True, if the message media is covered by a spoiler animation | +| contact | Contact | Optional. Message is a shared contact, information about the contact | +| dice | Dice | Optional. Message is a dice with random value | +| game | Game | Optional. Message is a game, information about the game. More about games » | +| giveaway | Giveaway | Optional. Message is a scheduled giveaway, information about the giveaway | +| giveaway_winners | GiveawayWinners | Optional. A giveaway with public winners was completed | +| invoice | Invoice | Optional. Message is an invoice for a payment, information about the invoice. More about payments » | +| location | Location | Optional. Message is a shared location, information about the location | +| poll | Poll | Optional. Message is a native poll, information about the poll | +| venue | Venue | Optional. Message is a venue, information about the venue | + + +#### ReplyParameters + + +Describes reply parameters for the message that is being sent. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| message_id | Integer | Identifier of the message that will be replied to in the current chat, or in the chat chat_id if it is specified | +| chat_id | Integer or String | Optional. If the message to be replied to is from a different chat, unique identifier for the chat or username of the channel (in the format @channelusername). Not supported for messages sent on behalf of a business account. | +| allow_sending_without_reply | Boolean | Optional. Pass True if the message should be sent even if the specified message to be replied to is not found. Always False for replies in another chat or forum topic. Always True for messages sent on behalf of a business account. | +| quote | String | Optional. Quoted part of the message to be replied to; 0-1024 characters after entities parsing. The quote must be an exact substring of the message to be replied to, including bold, italic, underline, strikethrough, spoiler, and custom_emoji entities. The message will fail to send if the quote isn't found in the original message. | +| quote_parse_mode | String | Optional. Mode for parsing entities in the quote. See formatting options for more details. | +| quote_entities | Array of MessageEntity | Optional. A JSON-serialized list of special entities that appear in the quote. It can be specified instead of quote_parse_mode. | +| quote_position | Integer | Optional. Position of the quote in the original message in UTF-16 code units | + + +#### MessageOrigin + + +This object describes the origin of a message. It can be one of + + +* MessageOriginUser +* MessageOriginHiddenUser +* MessageOriginChat +* MessageOriginChannel + + +#### MessageOriginUser + + +The message was originally sent by a known user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the message origin, always “user” | +| date | Integer | Date the message was sent originally in Unix time | +| sender_user | User | User that sent the message originally | + + +#### MessageOriginHiddenUser + + +The message was originally sent by an unknown user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the message origin, always “hidden_user” | +| date | Integer | Date the message was sent originally in Unix time | +| sender_user_name | String | Name of the user that sent the message originally | + + +#### MessageOriginChat + + +The message was originally sent on behalf of a chat to a group chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the message origin, always “chat” | +| date | Integer | Date the message was sent originally in Unix time | +| sender_chat | Chat | Chat that sent the message originally | +| author_signature | String | Optional. For messages originally sent by an anonymous chat administrator, original message author signature | + + +#### MessageOriginChannel + + +The message was originally sent to a channel chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the message origin, always “channel” | +| date | Integer | Date the message was sent originally in Unix time | +| chat | Chat | Channel chat to which the message was originally sent | +| message_id | Integer | Unique message identifier inside the chat | +| author_signature | String | Optional. Signature of the original post author | + + +#### PhotoSize + + +This object represents one size of a photo or a file / sticker thumbnail. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| file_id | String | Identifier for this file, which can be used to download or reuse the file | +| file_unique_id | String | Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | +| width | Integer | Photo width | +| height | Integer | Photo height | +| file_size | Integer | Optional. File size in bytes | + + +#### Animation + + +This object represents an animation file (GIF or H.264/MPEG-4 AVC video without sound). + + +| Field | Type | Description | +| --- | --- | --- | +| | +| file_id | String | Identifier for this file, which can be used to download or reuse the file | +| file_unique_id | String | Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | +| width | Integer | Video width as defined by the sender | +| height | Integer | Video height as defined by the sender | +| duration | Integer | Duration of the video in seconds as defined by the sender | +| thumbnail | PhotoSize | Optional. Animation thumbnail as defined by the sender | +| file_name | String | Optional. Original animation filename as defined by the sender | +| mime_type | String | Optional. MIME type of the file as defined by the sender | +| file_size | Integer | Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value. | + + +#### Audio + + +This object represents an audio file to be treated as music by the Telegram clients. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| file_id | String | Identifier for this file, which can be used to download or reuse the file | +| file_unique_id | String | Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | +| duration | Integer | Duration of the audio in seconds as defined by the sender | +| performer | String | Optional. Performer of the audio as defined by the sender or by audio tags | +| title | String | Optional. Title of the audio as defined by the sender or by audio tags | +| file_name | String | Optional. Original filename as defined by the sender | +| mime_type | String | Optional. MIME type of the file as defined by the sender | +| file_size | Integer | Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value. | +| thumbnail | PhotoSize | Optional. Thumbnail of the album cover to which the music file belongs | + + +#### Document + + +This object represents a general file (as opposed to photos, voice messages and audio files). + + +| Field | Type | Description | +| --- | --- | --- | +| | +| file_id | String | Identifier for this file, which can be used to download or reuse the file | +| file_unique_id | String | Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | +| thumbnail | PhotoSize | Optional. Document thumbnail as defined by the sender | +| file_name | String | Optional. Original filename as defined by the sender | +| mime_type | String | Optional. MIME type of the file as defined by the sender | +| file_size | Integer | Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value. | + + +#### Story + + +This object represents a story. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| chat | Chat | Chat that posted the story | +| id | Integer | Unique identifier for the story in the chat | + + +#### Video + + +This object represents a video file. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| file_id | String | Identifier for this file, which can be used to download or reuse the file | +| file_unique_id | String | Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | +| width | Integer | Video width as defined by the sender | +| height | Integer | Video height as defined by the sender | +| duration | Integer | Duration of the video in seconds as defined by the sender | +| thumbnail | PhotoSize | Optional. Video thumbnail | +| file_name | String | Optional. Original filename as defined by the sender | +| mime_type | String | Optional. MIME type of the file as defined by the sender | +| file_size | Integer | Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value. | + + +#### VideoNote + + +This object represents a video message (available in Telegram apps as of v.4.0). + + +| Field | Type | Description | +| --- | --- | --- | +| | +| file_id | String | Identifier for this file, which can be used to download or reuse the file | +| file_unique_id | String | Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | +| length | Integer | Video width and height (diameter of the video message) as defined by the sender | +| duration | Integer | Duration of the video in seconds as defined by the sender | +| thumbnail | PhotoSize | Optional. Video thumbnail | +| file_size | Integer | Optional. File size in bytes | + + +#### Voice + + +This object represents a voice note. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| file_id | String | Identifier for this file, which can be used to download or reuse the file | +| file_unique_id | String | Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | +| duration | Integer | Duration of the audio in seconds as defined by the sender | +| mime_type | String | Optional. MIME type of the file as defined by the sender | +| file_size | Integer | Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value. | + + +#### PaidMediaInfo + + +Describes the paid media added to a message. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| star_count | Integer | The number of Telegram Stars that must be paid to buy access to the media | +| paid_media | Array of PaidMedia | Information about the paid media | + + +#### PaidMedia + + +This object describes paid media. Currently, it can be one of + + +* PaidMediaPreview +* PaidMediaPhoto +* PaidMediaVideo + + +#### PaidMediaPreview + + +The paid media isn't available before the payment. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the paid media, always “preview” | +| width | Integer | Optional. Media width as defined by the sender | +| height | Integer | Optional. Media height as defined by the sender | +| duration | Integer | Optional. Duration of the media in seconds as defined by the sender | + + +#### PaidMediaPhoto + + +The paid media is a photo. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the paid media, always “photo” | +| photo | Array of PhotoSize | The photo | + + +#### PaidMediaVideo + + +The paid media is a video. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the paid media, always “video” | +| video | Video | The video | + + +#### Contact + + +This object represents a phone contact. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| phone_number | String | Contact's phone number | +| first_name | String | Contact's first name | +| last_name | String | Optional. Contact's last name | +| user_id | Integer | Optional. Contact's user identifier in Telegram. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. | +| vcard | String | Optional. Additional data about the contact in the form of a vCard | + + +#### Dice + + +This object represents an animated emoji that displays a random value. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| emoji | String | Emoji on which the dice throw animation is based | +| value | Integer | Value of the dice, 1-6 for “”, “” and “” base emoji, 1-5 for “” and “” base emoji, 1-64 for “” base emoji | + + +#### PollOption + + +This object contains information about one answer option in a poll. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| text | String | Option text, 1-100 characters | +| text_entities | Array of MessageEntity | Optional. Special entities that appear in the option text. Currently, only custom emoji entities are allowed in poll option texts | +| voter_count | Integer | Number of users that voted for this option | + + +#### InputPollOption + + +This object contains information about one answer option in a poll to be sent. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| text | String | Option text, 1-100 characters | +| text_parse_mode | String | Optional. Mode for parsing entities in the text. See formatting options for more details. Currently, only custom emoji entities are allowed | +| text_entities | Array of MessageEntity | Optional. A JSON-serialized list of special entities that appear in the poll option text. It can be specified instead of text_parse_mode | + + +#### PollAnswer + + +This object represents an answer of a user in a non-anonymous poll. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| poll_id | String | Unique poll identifier | +| voter_chat | Chat | Optional. The chat that changed the answer to the poll, if the voter is anonymous | +| user | User | Optional. The user that changed the answer to the poll, if the voter isn't anonymous | +| option_ids | Array of Integer | 0-based identifiers of chosen answer options. May be empty if the vote was retracted. | + + +#### Poll + + +This object contains information about a poll. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | String | Unique poll identifier | +| question | String | Poll question, 1-300 characters | +| question_entities | Array of MessageEntity | Optional. Special entities that appear in the question. Currently, only custom emoji entities are allowed in poll questions | +| options | Array of PollOption | List of poll options | +| total_voter_count | Integer | Total number of users that voted in the poll | +| is_closed | Boolean | True, if the poll is closed | +| is_anonymous | Boolean | True, if the poll is anonymous | +| type | String | Poll type, currently can be “regular” or “quiz” | +| allows_multiple_answers | Boolean | True, if the poll allows multiple answers | +| correct_option_id | Integer | Optional. 0-based identifier of the correct answer option. Available only for polls in the quiz mode, which are closed, or was sent (not forwarded) by the bot or to the private chat with the bot. | +| explanation | String | Optional. Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters | +| explanation_entities | Array of MessageEntity | Optional. Special entities like usernames, URLs, bot commands, etc. that appear in the explanation | +| open_period | Integer | Optional. Amount of time in seconds the poll will be active after creation | +| close_date | Integer | Optional. Point in time (Unix timestamp) when the poll will be automatically closed | + + +#### Location + + +This object represents a point on the map. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| latitude | Float | Latitude as defined by the sender | +| longitude | Float | Longitude as defined by the sender | +| horizontal_accuracy | Float | Optional. The radius of uncertainty for the location, measured in meters; 0-1500 | +| live_period | Integer | Optional. Time relative to the message sending date, during which the location can be updated; in seconds. For active live locations only. | +| heading | Integer | Optional. The direction in which user is moving, in degrees; 1-360. For active live locations only. | +| proximity_alert_radius | Integer | Optional. The maximum distance for proximity alerts about approaching another chat member, in meters. For sent live locations only. | + + +#### Venue + + +This object represents a venue. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| location | Location | Venue location. Can't be a live location | +| title | String | Name of the venue | +| address | String | Address of the venue | +| foursquare_id | String | Optional. Foursquare identifier of the venue | +| foursquare_type | String | Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) | +| google_place_id | String | Optional. Google Places identifier of the venue | +| google_place_type | String | Optional. Google Places type of the venue. (See supported types.) | + + +#### WebAppData + + +Describes data sent from a Web App to the bot. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| data | String | The data. Be aware that a bad client can send arbitrary data in this field. | +| button_text | String | Text of the web_app keyboard button from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field. | + + +#### ProximityAlertTriggered + + +This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| traveler | User | User that triggered the alert | +| watcher | User | User that set the alert | +| distance | Integer | The distance between the users | + + +#### MessageAutoDeleteTimerChanged + + +This object represents a service message about a change in auto-delete timer settings. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| message_auto_delete_time | Integer | New auto-delete time for messages in the chat; in seconds | + + +#### ChatBoostAdded + + +This object represents a service message about a user boosting a chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| boost_count | Integer | Number of boosts added by the user | + + +#### BackgroundFill + + +This object describes the way a background is filled based on the selected colors. Currently, it can be one of + + +* BackgroundFillSolid +* BackgroundFillGradient +* BackgroundFillFreeformGradient + + +#### BackgroundFillSolid + + +The background is filled using the selected color. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the background fill, always “solid” | +| color | Integer | The color of the background fill in the RGB24 format | + + +#### BackgroundFillGradient + + +The background is a gradient fill. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the background fill, always “gradient” | +| top_color | Integer | Top color of the gradient in the RGB24 format | +| bottom_color | Integer | Bottom color of the gradient in the RGB24 format | +| rotation_angle | Integer | Clockwise rotation angle of the background fill in degrees; 0-359 | + + +#### BackgroundFillFreeformGradient + + +The background is a freeform gradient that rotates after every message in the chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the background fill, always “freeform_gradient” | +| colors | Array of Integer | A list of the 3 or 4 base colors that are used to generate the freeform gradient in the RGB24 format | + + +#### BackgroundType + + +This object describes the type of a background. Currently, it can be one of + + +* BackgroundTypeFill +* BackgroundTypeWallpaper +* BackgroundTypePattern +* BackgroundTypeChatTheme + + +#### BackgroundTypeFill + + +The background is automatically filled based on the selected colors. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the background, always “fill” | +| fill | BackgroundFill | The background fill | +| dark_theme_dimming | Integer | Dimming of the background in dark themes, as a percentage; 0-100 | + + +#### BackgroundTypeWallpaper + + +The background is a wallpaper in the JPEG format. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the background, always “wallpaper” | +| document | Document | Document with the wallpaper | +| dark_theme_dimming | Integer | Dimming of the background in dark themes, as a percentage; 0-100 | +| is_blurred | True | Optional. True, if the wallpaper is downscaled to fit in a 450x450 square and then box-blurred with radius 12 | +| is_moving | True | Optional. True, if the background moves slightly when the device is tilted | + + +#### BackgroundTypePattern + + +The background is a PNG or TGV (gzipped subset of SVG with MIME type “application/x-tgwallpattern”) pattern to be combined with the background fill chosen by the user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the background, always “pattern” | +| document | Document | Document with the pattern | +| fill | BackgroundFill | The background fill that is combined with the pattern | +| intensity | Integer | Intensity of the pattern when it is shown above the filled background; 0-100 | +| is_inverted | True | Optional. True, if the background fill must be applied only to the pattern itself. All other pixels are black in this case. For dark themes only | +| is_moving | True | Optional. True, if the background moves slightly when the device is tilted | + + +#### BackgroundTypeChatTheme + + +The background is taken directly from a built-in chat theme. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the background, always “chat_theme” | +| theme_name | String | Name of the chat theme, which is usually an emoji | + + +#### ChatBackground + + +This object represents a chat background. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | BackgroundType | Type of the background | + + +#### ForumTopicCreated + + +This object represents a service message about a new forum topic created in the chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| name | String | Name of the topic | +| icon_color | Integer | Color of the topic icon in RGB format | +| icon_custom_emoji_id | String | Optional. Unique identifier of the custom emoji shown as the topic icon | + + +#### ForumTopicClosed + + +This object represents a service message about a forum topic closed in the chat. Currently holds no information. + + +#### ForumTopicEdited + + +This object represents a service message about an edited forum topic. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| name | String | Optional. New name of the topic, if it was edited | +| icon_custom_emoji_id | String | Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed | + + +#### ForumTopicReopened + + +This object represents a service message about a forum topic reopened in the chat. Currently holds no information. + + +#### GeneralForumTopicHidden + + +This object represents a service message about General forum topic hidden in the chat. Currently holds no information. + + +#### GeneralForumTopicUnhidden + + +This object represents a service message about General forum topic unhidden in the chat. Currently holds no information. + + +#### SharedUser + + +This object contains information about a user that was shared with the bot using a KeyboardButtonRequestUsers button. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| user_id | Integer | Identifier of the shared user. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so 64-bit integers or double-precision float types are safe for storing these identifiers. The bot may not have access to the user and could be unable to use this identifier, unless the user is already known to the bot by some other means. | +| first_name | String | Optional. First name of the user, if the name was requested by the bot | +| last_name | String | Optional. Last name of the user, if the name was requested by the bot | +| username | String | Optional. Username of the user, if the username was requested by the bot | +| photo | Array of PhotoSize | Optional. Available sizes of the chat photo, if the photo was requested by the bot | + + +#### UsersShared + + +This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| request_id | Integer | Identifier of the request | +| users | Array of SharedUser | Information about users shared with the bot. | + + +#### ChatShared + + +This object contains information about a chat that was shared with the bot using a KeyboardButtonRequestChat button. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| request_id | Integer | Identifier of the request | +| chat_id | Integer | Identifier of the shared chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. The bot may not have access to the chat and could be unable to use this identifier, unless the chat is already known to the bot by some other means. | +| title | String | Optional. Title of the chat, if the title was requested by the bot. | +| username | String | Optional. Username of the chat, if the username was requested by the bot and available. | +| photo | Array of PhotoSize | Optional. Available sizes of the chat photo, if the photo was requested by the bot | + + +#### WriteAccessAllowed + + +This object represents a service message about a user allowing a bot to write messages after adding it to the attachment menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method requestWriteAccess. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| from_request | Boolean | Optional. True, if the access was granted after the user accepted an explicit request from a Web App sent by the method requestWriteAccess | +| web_app_name | String | Optional. Name of the Web App, if the access was granted when the Web App was launched from a link | +| from_attachment_menu | Boolean | Optional. True, if the access was granted when the bot was added to the attachment or side menu | + + +#### VideoChatScheduled + + +This object represents a service message about a video chat scheduled in the chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| start_date | Integer | Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator | + + +#### VideoChatStarted + + +This object represents a service message about a video chat started in the chat. Currently holds no information. + + +#### VideoChatEnded + + +This object represents a service message about a video chat ended in the chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| duration | Integer | Video chat duration in seconds | + + +#### VideoChatParticipantsInvited + + +This object represents a service message about new members invited to a video chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| users | Array of User | New members that were invited to the video chat | + + +#### GiveawayCreated + + +This object represents a service message about the creation of a scheduled giveaway. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| prize_star_count | Integer | Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only | + + +#### Giveaway + + +This object represents a message about a scheduled giveaway. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| chats | Array of Chat | The list of chats which the user must join to participate in the giveaway | +| winners_selection_date | Integer | Point in time (Unix timestamp) when winners of the giveaway will be selected | +| winner_count | Integer | The number of users which are supposed to be selected as winners of the giveaway | +| only_new_members | True | Optional. True, if only users who join the chats after the giveaway started should be eligible to win | +| has_public_winners | True | Optional. True, if the list of giveaway winners will be visible to everyone | +| prize_description | String | Optional. Description of additional giveaway prize | +| country_codes | Array of String | Optional. A list of two-letter ISO 3166-1 alpha-2 country codes indicating the countries from which eligible users for the giveaway must come. If empty, then all users can participate in the giveaway. Users with a phone number that was bought on Fragment can always participate in giveaways. | +| prize_star_count | Integer | Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only | +| premium_subscription_month_count | Integer | Optional. The number of months the Telegram Premium subscription won from the giveaway will be active for; for Telegram Premium giveaways only | + + +#### GiveawayWinners + + +This object represents a message about the completion of a giveaway with public winners. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| chat | Chat | The chat that created the giveaway | +| giveaway_message_id | Integer | Identifier of the message with the giveaway in the chat | +| winners_selection_date | Integer | Point in time (Unix timestamp) when winners of the giveaway were selected | +| winner_count | Integer | Total number of winners in the giveaway | +| winners | Array of User | List of up to 100 winners of the giveaway | +| additional_chat_count | Integer | Optional. The number of other chats the user had to join in order to be eligible for the giveaway | +| prize_star_count | Integer | Optional. The number of Telegram Stars that were split between giveaway winners; for Telegram Star giveaways only | +| premium_subscription_month_count | Integer | Optional. The number of months the Telegram Premium subscription won from the giveaway will be active for; for Telegram Premium giveaways only | +| unclaimed_prize_count | Integer | Optional. Number of undistributed prizes | +| only_new_members | True | Optional. True, if only users who had joined the chats after the giveaway started were eligible to win | +| was_refunded | True | Optional. True, if the giveaway was canceled because the payment for it was refunded | +| prize_description | String | Optional. Description of additional giveaway prize | + + +#### GiveawayCompleted + + +This object represents a service message about the completion of a giveaway without public winners. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| winner_count | Integer | Number of winners in the giveaway | +| unclaimed_prize_count | Integer | Optional. Number of undistributed prizes | +| giveaway_message | Message | Optional. Message with the giveaway that was completed, if it wasn't deleted | +| is_star_giveaway | True | Optional. True, if the giveaway is a Telegram Star giveaway. Otherwise, currently, the giveaway is a Telegram Premium giveaway. | + + +#### LinkPreviewOptions + + +Describes the options used for link preview generation. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| is_disabled | Boolean | Optional. True, if the link preview is disabled | +| url | String | Optional. URL to use for the link preview. If empty, then the first URL found in the message text will be used | +| prefer_small_media | Boolean | Optional. True, if the media in the link preview is supposed to be shrunk; ignored if the URL isn't explicitly specified or media size change isn't supported for the preview | +| prefer_large_media | Boolean | Optional. True, if the media in the link preview is supposed to be enlarged; ignored if the URL isn't explicitly specified or media size change isn't supported for the preview | +| show_above_text | Boolean | Optional. True, if the link preview must be shown above the message text; otherwise, the link preview will be shown below the message text | + + +#### UserProfilePhotos + + +This object represent a user's profile pictures. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| total_count | Integer | Total number of profile pictures the target user has | +| photos | Array of Array of PhotoSize | Requested profile pictures (in up to 4 sizes each) | + + +#### File + + +This object represents a file ready to be downloaded. The file can be downloaded via the link https://api.telegram.org/file/bot/. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile. + + +> The maximum file size to download is 20 MB + + +| Field | Type | Description | +| --- | --- | --- | +| | +| file_id | String | Identifier for this file, which can be used to download or reuse the file | +| file_unique_id | String | Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | +| file_size | Integer | Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value. | +| file_path | String | Optional. File path. Use https://api.telegram.org/file/bot/ to get the file. | + + +#### WebAppInfo + + +Describes a Web App. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| url | String | An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps | + + +#### ReplyKeyboardMarkup + + +This object represents a custom keyboard with reply options (see Introduction to bots for details and examples). Not supported in channels and for messages sent on behalf of a Telegram Business account. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| keyboard | Array of Array of KeyboardButton | Array of button rows, each represented by an Array of KeyboardButton objects | +| is_persistent | Boolean | Optional. Requests clients to always show the keyboard when the regular keyboard is hidden. Defaults to false, in which case the custom keyboard can be hidden and opened with a keyboard icon. | +| resize_keyboard | Boolean | Optional. Requests clients to resize the keyboard vertically for optimal fit (e.g., make the keyboard smaller if there are just two rows of buttons). Defaults to false, in which case the custom keyboard is always of the same height as the app's standard keyboard. | +| one_time_keyboard | Boolean | Optional. Requests clients to hide the keyboard as soon as it's been used. The keyboard will still be available, but clients will automatically display the usual letter-keyboard in the chat - the user can press a special button in the input field to see the custom keyboard again. Defaults to false. | +| input_field_placeholder | String | Optional. The placeholder to be shown in the input field when the keyboard is active; 1-64 characters | +| selective | Boolean | Optional. Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message. Example: A user requests to change the bot's language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard. | + + +#### KeyboardButton + + +This object represents one button of the reply keyboard. At most one of the optional fields must be used to specify type of the button. For simple text buttons, String can be used instead of this object to specify the button text. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| text | String | Text of the button. If none of the optional fields are used, it will be sent as a message when the button is pressed | +| request_users | KeyboardButtonRequestUsers | Optional. If specified, pressing the button will open a list of suitable users. Identifiers of selected users will be sent to the bot in a “users_shared” service message. Available in private chats only. | +| request_chat | KeyboardButtonRequestChat | Optional. If specified, pressing the button will open a list of suitable chats. Tapping on a chat will send its identifier to the bot in a “chat_shared” service message. Available in private chats only. | +| request_contact | Boolean | Optional. If True, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only. | +| request_location | Boolean | Optional. If True, the user's current location will be sent when the button is pressed. Available in private chats only. | +| request_poll | KeyboardButtonPollType | Optional. If specified, the user will be asked to create a poll and send it to the bot when the button is pressed. Available in private chats only. | +| web_app | WebAppInfo | Optional. If specified, the described Web App will be launched when the button is pressed. The Web App will be able to send a “web_app_data” service message. Available in private chats only. | + + +Note: request_users and request_chat options will only work in Telegram versions released after 3 February, 2023. Older clients will display unsupported message. + + +#### KeyboardButtonRequestUsers + + +This object defines the criteria used to request suitable users. Information about the selected users will be shared with the bot when the corresponding button is pressed. More about requesting users » + + +| Field | Type | Description | +| --- | --- | --- | +| | +| request_id | Integer | Signed 32-bit identifier of the request that will be received back in the UsersShared object. Must be unique within the message | +| user_is_bot | Boolean | Optional. Pass True to request bots, pass False to request regular users. If not specified, no additional restrictions are applied. | +| user_is_premium | Boolean | Optional. Pass True to request premium users, pass False to request non-premium users. If not specified, no additional restrictions are applied. | +| max_quantity | Integer | Optional. The maximum number of users to be selected; 1-10. Defaults to 1. | +| request_name | Boolean | Optional. Pass True to request the users' first and last names | +| request_username | Boolean | Optional. Pass True to request the users' usernames | +| request_photo | Boolean | Optional. Pass True to request the users' photos | + + +#### KeyboardButtonRequestChat + + +This object defines the criteria used to request a suitable chat. Information about the selected chat will be shared with the bot when the corresponding button is pressed. The bot will be granted requested rights in the chat if appropriate. More about requesting chats ». + + +| Field | Type | Description | +| --- | --- | --- | +| | +| request_id | Integer | Signed 32-bit identifier of the request, which will be received back in the ChatShared object. Must be unique within the message | +| chat_is_channel | Boolean | Pass True to request a channel chat, pass False to request a group or a supergroup chat. | +| chat_is_forum | Boolean | Optional. Pass True to request a forum supergroup, pass False to request a non-forum chat. If not specified, no additional restrictions are applied. | +| chat_has_username | Boolean | Optional. Pass True to request a supergroup or a channel with a username, pass False to request a chat without a username. If not specified, no additional restrictions are applied. | +| chat_is_created | Boolean | Optional. Pass True to request a chat owned by the user. Otherwise, no additional restrictions are applied. | +| user_administrator_rights | ChatAdministratorRights | Optional. A JSON-serialized object listing the required administrator rights of the user in the chat. The rights must be a superset of bot_administrator_rights. If not specified, no additional restrictions are applied. | +| bot_administrator_rights | ChatAdministratorRights | Optional. A JSON-serialized object listing the required administrator rights of the bot in the chat. The rights must be a subset of user_administrator_rights. If not specified, no additional restrictions are applied. | +| bot_is_member | Boolean | Optional. Pass True to request a chat with the bot as a member. Otherwise, no additional restrictions are applied. | +| request_title | Boolean | Optional. Pass True to request the chat's title | +| request_username | Boolean | Optional. Pass True to request the chat's username | +| request_photo | Boolean | Optional. Pass True to request the chat's photo | + + +#### KeyboardButtonPollType + + +This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Optional. If quiz is passed, the user will be allowed to create only polls in the quiz mode. If regular is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type. | + + +#### ReplyKeyboardRemove + + +Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the default letter-keyboard. By default, custom keyboards are displayed until a new keyboard is sent by a bot. An exception is made for one-time keyboards that are hidden immediately after the user presses a button (see ReplyKeyboardMarkup). Not supported in channels and for messages sent on behalf of a Telegram Business account. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| remove_keyboard | True | Requests clients to remove the custom keyboard (user will not be able to summon this keyboard; if you want to hide the keyboard from sight but keep it accessible, use one_time_keyboard in ReplyKeyboardMarkup) | +| selective | Boolean | Optional. Use this parameter if you want to remove the keyboard for specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message. Example: A user votes in a poll, bot returns confirmation message in reply to the vote and removes the keyboard for that user, while still showing the keyboard with poll options to users who haven't voted yet. | + + +#### InlineKeyboardMarkup + + +This object represents an inline keyboard that appears right next to the message it belongs to. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| inline_keyboard | Array of Array of InlineKeyboardButton | Array of button rows, each represented by an Array of InlineKeyboardButton objects | + + +#### InlineKeyboardButton + + +This object represents one button of an inline keyboard. Exactly one of the optional fields must be used to specify type of the button. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| text | String | Label text on the button | +| url | String | Optional. HTTP or tg:// URL to be opened when the button is pressed. Links tg://user?id= can be used to mention a user by their identifier without using a username, if this is allowed by their privacy settings. | +| callback_data | String | Optional. Data to be sent in a callback query to the bot when the button is pressed, 1-64 bytes | +| web_app | WebAppInfo | Optional. Description of the Web App that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method answerWebAppQuery. Available only in private chats between a user and the bot. Not supported for messages sent on behalf of a Telegram Business account. | +| login_url | LoginUrl | Optional. An HTTPS URL used to automatically authorize the user. Can be used as a replacement for the Telegram Login Widget. | +| switch_inline_query | String | Optional. If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot's username and the specified inline query in the input field. May be empty, in which case just the bot's username will be inserted. Not supported for messages sent on behalf of a Telegram Business account. | +| switch_inline_query_current_chat | String | Optional. If set, pressing the button will insert the bot's username and the specified inline query in the current chat's input field. May be empty, in which case only the bot's username will be inserted. This offers a quick way for the user to open your bot in inline mode in the same chat - good for selecting something from multiple options. Not supported in channels and for messages sent on behalf of a Telegram Business account. | +| switch_inline_query_chosen_chat | SwitchInlineQueryChosenChat | Optional. If set, pressing the button will prompt the user to select one of their chats of the specified type, open that chat and insert the bot's username and the specified inline query in the input field. Not supported for messages sent on behalf of a Telegram Business account. | +| copy_text | CopyTextButton | Optional. Description of the button that copies the specified text to the clipboard. | +| callback_game | CallbackGame | Optional. Description of the game that will be launched when the user presses the button. NOTE: This type of button must always be the first button in the first row. | +| pay | Boolean | Optional. Specify True, to send a Pay button. Substrings “” and “XTR” in the buttons's text will be replaced with a Telegram Star icon. NOTE: This type of button must always be the first button in the first row and can only be used in invoice messages. | + + +#### LoginUrl + + +This object represents a parameter of the inline keyboard button used to automatically authorize a user. Serves as a great replacement for the Telegram Login Widget when the user is coming from Telegram. All the user needs to do is tap/click a button and confirm that they want to log in: + + + + +Telegram apps support these buttons as of version 5.7. + + +> Sample bot: @discussbot + + +| Field | Type | Description | +| --- | --- | --- | +| | +| url | String | An HTTPS URL to be opened with user authorization data added to the query string when the button is pressed. If the user refuses to provide authorization data, the original URL without information about the user will be opened. The data added is the same as described in Receiving authorization data. NOTE: You must always check the hash of the received data to verify the authentication and the integrity of the data as described in Checking authorization. | +| forward_text | String | Optional. New text of the button in forwarded messages. | +| bot_username | String | Optional. Username of a bot, which will be used for user authorization. See Setting up a bot for more details. If not specified, the current bot's username will be assumed. The url's domain must be the same as the domain linked with the bot. See Linking your domain to the bot for more details. | +| request_write_access | Boolean | Optional. Pass True to request the permission for your bot to send messages to the user. | + + +#### SwitchInlineQueryChosenChat + + +This object represents an inline button that switches the current user to inline mode in a chosen chat, with an optional default inline query. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| query | String | Optional. The default inline query to be inserted in the input field. If left empty, only the bot's username will be inserted | +| allow_user_chats | Boolean | Optional. True, if private chats with users can be chosen | +| allow_bot_chats | Boolean | Optional. True, if private chats with bots can be chosen | +| allow_group_chats | Boolean | Optional. True, if group and supergroup chats can be chosen | +| allow_channel_chats | Boolean | Optional. True, if channel chats can be chosen | + + +#### CopyTextButton + + +This object represents an inline keyboard button that copies specified text to the clipboard. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| text | String | The text to be copied to the clipboard; 1-256 characters | + + +#### CallbackQuery + + +This object represents an incoming callback query from a callback button in an inline keyboard. If the button that originated the query was attached to a message sent by the bot, the field message will be present. If the button was attached to a message sent via the bot (in inline mode), the field inline_message_id will be present. Exactly one of the fields data or game_short_name will be present. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | String | Unique identifier for this query | +| from | User | Sender | +| message | MaybeInaccessibleMessage | Optional. Message sent by the bot with the callback button that originated the query | +| inline_message_id | String | Optional. Identifier of the message sent via the bot in inline mode, that originated the query. | +| chat_instance | String | Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games. | +| data | String | Optional. Data associated with the callback button. Be aware that the message originated the query can contain no callback buttons with this data. | +| game_short_name | String | Optional. Short name of a Game to be returned, serves as the unique identifier for the game | + + +> NOTE: After the user presses a callback button, Telegram clients will display a progress bar until you call answerCallbackQuery. It is, therefore, necessary to react by calling answerCallbackQuery even if no notification to the user is needed (e.g., without specifying any of the optional parameters). + + +#### ForceReply + + +Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot's message and tapped 'Reply'). This can be extremely useful if you want to create user-friendly step-by-step interfaces without having to sacrifice privacy mode. Not supported in channels and for messages sent on behalf of a Telegram Business account. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| force_reply | True | Shows reply interface to the user, as if they manually selected the bot's message and tapped 'Reply' | +| input_field_placeholder | String | Optional. The placeholder to be shown in the input field when the reply is active; 1-64 characters | +| selective | Boolean | Optional. Use this parameter if you want to force reply from specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message. | + + +> Example: A poll bot for groups runs in privacy mode (only receives commands, replies to its messages and mentions). There could be two ways to create a new poll: Explain the user how to send a command with parameters (e.g. /newpoll question answer1 answer2). May be appealing for hardcore users but lacks modern day polish. Guide the user through a step-by-step process. 'Please send me your question', 'Cool, now let's add the first answer option', 'Great. Keep adding answer options, then send /done when you're ready'. The last option is definitely more attractive. And if you use ForceReply in your bot's questions, it will receive the user's answers even if it only receives replies, commands and mentions - without any extra work for the user. + + +#### ChatPhoto + + +This object represents a chat photo. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| small_file_id | String | File identifier of small (160x160) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed. | +| small_file_unique_id | String | Unique file identifier of small (160x160) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | +| big_file_id | String | File identifier of big (640x640) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed. | +| big_file_unique_id | String | Unique file identifier of big (640x640) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | + + +#### ChatInviteLink + + +Represents an invite link for a chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| invite_link | String | The invite link. If the link was created by another chat administrator, then the second part of the link will be replaced with “…”. | +| creator | User | Creator of the link | +| creates_join_request | Boolean | True, if users joining the chat via the link need to be approved by chat administrators | +| is_primary | Boolean | True, if the link is primary | +| is_revoked | Boolean | True, if the link is revoked | +| name | String | Optional. Invite link name | +| expire_date | Integer | Optional. Point in time (Unix timestamp) when the link will expire or has been expired | +| member_limit | Integer | Optional. The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999 | +| pending_join_request_count | Integer | Optional. Number of pending join requests created using this link | +| subscription_period | Integer | Optional. The number of seconds the subscription will be active for before the next payment | +| subscription_price | Integer | Optional. The amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat using the link | + + +#### ChatAdministratorRights + + +Represents the rights of an administrator in a chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| is_anonymous | Boolean | True, if the user's presence in the chat is hidden | +| can_manage_chat | Boolean | True, if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege. | +| can_delete_messages | Boolean | True, if the administrator can delete messages of other users | +| can_manage_video_chats | Boolean | True, if the administrator can manage video chats | +| can_restrict_members | Boolean | True, if the administrator can restrict, ban or unban chat members, or access supergroup statistics | +| can_promote_members | Boolean | True, if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by the user) | +| can_change_info | Boolean | True, if the user is allowed to change the chat title, photo and other settings | +| can_invite_users | Boolean | True, if the user is allowed to invite new users to the chat | +| can_post_stories | Boolean | True, if the administrator can post stories to the chat | +| can_edit_stories | Boolean | True, if the administrator can edit stories posted by other users, post stories to the chat page, pin chat stories, and access the chat's story archive | +| can_delete_stories | Boolean | True, if the administrator can delete stories posted by other users | +| can_post_messages | Boolean | Optional. True, if the administrator can post messages in the channel, or access channel statistics; for channels only | +| can_edit_messages | Boolean | Optional. True, if the administrator can edit messages of other users and can pin messages; for channels only | +| can_pin_messages | Boolean | Optional. True, if the user is allowed to pin messages; for groups and supergroups only | +| can_manage_topics | Boolean | Optional. True, if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only | + + +#### ChatMemberUpdated + + +This object represents changes in the status of a chat member. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| chat | Chat | Chat the user belongs to | +| from | User | Performer of the action, which resulted in the change | +| date | Integer | Date the change was done in Unix time | +| old_chat_member | ChatMember | Previous information about the chat member | +| new_chat_member | ChatMember | New information about the chat member | +| invite_link | ChatInviteLink | Optional. Chat invite link, which was used by the user to join the chat; for joining by invite link events only. | +| via_join_request | Boolean | Optional. True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator | +| via_chat_folder_invite_link | Boolean | Optional. True, if the user joined the chat via a chat folder invite link | + + +#### ChatMember + + +This object contains information about one member of a chat. Currently, the following 6 types of chat members are supported: + + +* ChatMemberOwner +* ChatMemberAdministrator +* ChatMemberMember +* ChatMemberRestricted +* ChatMemberLeft +* ChatMemberBanned + + +#### ChatMemberOwner + + +Represents a chat member that owns the chat and has all administrator privileges. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| status | String | The member's status in the chat, always “creator” | +| user | User | Information about the user | +| is_anonymous | Boolean | True, if the user's presence in the chat is hidden | +| custom_title | String | Optional. Custom title for this user | + + +#### ChatMemberAdministrator + + +Represents a chat member that has some additional privileges. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| status | String | The member's status in the chat, always “administrator” | +| user | User | Information about the user | +| can_be_edited | Boolean | True, if the bot is allowed to edit administrator privileges of that user | +| is_anonymous | Boolean | True, if the user's presence in the chat is hidden | +| can_manage_chat | Boolean | True, if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege. | +| can_delete_messages | Boolean | True, if the administrator can delete messages of other users | +| can_manage_video_chats | Boolean | True, if the administrator can manage video chats | +| can_restrict_members | Boolean | True, if the administrator can restrict, ban or unban chat members, or access supergroup statistics | +| can_promote_members | Boolean | True, if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by the user) | +| can_change_info | Boolean | True, if the user is allowed to change the chat title, photo and other settings | +| can_invite_users | Boolean | True, if the user is allowed to invite new users to the chat | +| can_post_stories | Boolean | True, if the administrator can post stories to the chat | +| can_edit_stories | Boolean | True, if the administrator can edit stories posted by other users, post stories to the chat page, pin chat stories, and access the chat's story archive | +| can_delete_stories | Boolean | True, if the administrator can delete stories posted by other users | +| can_post_messages | Boolean | Optional. True, if the administrator can post messages in the channel, or access channel statistics; for channels only | +| can_edit_messages | Boolean | Optional. True, if the administrator can edit messages of other users and can pin messages; for channels only | +| can_pin_messages | Boolean | Optional. True, if the user is allowed to pin messages; for groups and supergroups only | +| can_manage_topics | Boolean | Optional. True, if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only | +| custom_title | String | Optional. Custom title for this user | + + +#### ChatMemberMember + + +Represents a chat member that has no additional privileges or restrictions. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| status | String | The member's status in the chat, always “member” | +| user | User | Information about the user | +| until_date | Integer | Optional. Date when the user's subscription will expire; Unix time | + + +#### ChatMemberRestricted + + +Represents a chat member that is under certain restrictions in the chat. Supergroups only. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| status | String | The member's status in the chat, always “restricted” | +| user | User | Information about the user | +| is_member | Boolean | True, if the user is a member of the chat at the moment of the request | +| can_send_messages | Boolean | True, if the user is allowed to send text messages, contacts, giveaways, giveaway winners, invoices, locations and venues | +| can_send_audios | Boolean | True, if the user is allowed to send audios | +| can_send_documents | Boolean | True, if the user is allowed to send documents | +| can_send_photos | Boolean | True, if the user is allowed to send photos | +| can_send_videos | Boolean | True, if the user is allowed to send videos | +| can_send_video_notes | Boolean | True, if the user is allowed to send video notes | +| can_send_voice_notes | Boolean | True, if the user is allowed to send voice notes | +| can_send_polls | Boolean | True, if the user is allowed to send polls | +| can_send_other_messages | Boolean | True, if the user is allowed to send animations, games, stickers and use inline bots | +| can_add_web_page_previews | Boolean | True, if the user is allowed to add web page previews to their messages | +| can_change_info | Boolean | True, if the user is allowed to change the chat title, photo and other settings | +| can_invite_users | Boolean | True, if the user is allowed to invite new users to the chat | +| can_pin_messages | Boolean | True, if the user is allowed to pin messages | +| can_manage_topics | Boolean | True, if the user is allowed to create forum topics | +| until_date | Integer | Date when restrictions will be lifted for this user; Unix time. If 0, then the user is restricted forever | + + +#### ChatMemberLeft + + +Represents a chat member that isn't currently a member of the chat, but may join it themselves. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| status | String | The member's status in the chat, always “left” | +| user | User | Information about the user | + + +#### ChatMemberBanned + + +Represents a chat member that was banned in the chat and can't return to the chat or view chat messages. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| status | String | The member's status in the chat, always “kicked” | +| user | User | Information about the user | +| until_date | Integer | Date when restrictions will be lifted for this user; Unix time. If 0, then the user is banned forever | + + +#### ChatJoinRequest + + +Represents a join request sent to a chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| chat | Chat | Chat to which the request was sent | +| from | User | User that sent the join request | +| user_chat_id | Integer | Identifier of a private chat with the user who sent the join request. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. The bot can use this identifier for 5 minutes to send messages until the join request is processed, assuming no other administrator contacted the user. | +| date | Integer | Date the request was sent in Unix time | +| bio | String | Optional. Bio of the user. | +| invite_link | ChatInviteLink | Optional. Chat invite link that was used by the user to send the join request | + + +#### ChatPermissions + + +Describes actions that a non-administrator user is allowed to take in a chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| can_send_messages | Boolean | Optional. True, if the user is allowed to send text messages, contacts, giveaways, giveaway winners, invoices, locations and venues | +| can_send_audios | Boolean | Optional. True, if the user is allowed to send audios | +| can_send_documents | Boolean | Optional. True, if the user is allowed to send documents | +| can_send_photos | Boolean | Optional. True, if the user is allowed to send photos | +| can_send_videos | Boolean | Optional. True, if the user is allowed to send videos | +| can_send_video_notes | Boolean | Optional. True, if the user is allowed to send video notes | +| can_send_voice_notes | Boolean | Optional. True, if the user is allowed to send voice notes | +| can_send_polls | Boolean | Optional. True, if the user is allowed to send polls | +| can_send_other_messages | Boolean | Optional. True, if the user is allowed to send animations, games, stickers and use inline bots | +| can_add_web_page_previews | Boolean | Optional. True, if the user is allowed to add web page previews to their messages | +| can_change_info | Boolean | Optional. True, if the user is allowed to change the chat title, photo and other settings. Ignored in public supergroups | +| can_invite_users | Boolean | Optional. True, if the user is allowed to invite new users to the chat | +| can_pin_messages | Boolean | Optional. True, if the user is allowed to pin messages. Ignored in public supergroups | +| can_manage_topics | Boolean | Optional. True, if the user is allowed to create forum topics. If omitted defaults to the value of can_pin_messages | + + +#### Birthdate + + +Describes the birthdate of a user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| day | Integer | Day of the user's birth; 1-31 | +| month | Integer | Month of the user's birth; 1-12 | +| year | Integer | Optional. Year of the user's birth | + + +#### BusinessIntro + + +Contains information about the start page settings of a Telegram Business account. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| title | String | Optional. Title text of the business intro | +| message | String | Optional. Message text of the business intro | +| sticker | Sticker | Optional. Sticker of the business intro | + + +#### BusinessLocation + + +Contains information about the location of a Telegram Business account. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| address | String | Address of the business | +| location | Location | Optional. Location of the business | + + +#### BusinessOpeningHoursInterval + + +Describes an interval of time during which a business is open. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| opening_minute | Integer | The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60 | +| closing_minute | Integer | The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60 | + + +#### BusinessOpeningHours + + +Describes the opening hours of a business. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| time_zone_name | String | Unique name of the time zone for which the opening hours are defined | +| opening_hours | Array of BusinessOpeningHoursInterval | List of time intervals describing business opening hours | + + +#### ChatLocation + + +Represents a location to which a chat is connected. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| location | Location | The location to which the supergroup is connected. Can't be a live location. | +| address | String | Location address; 1-64 characters, as defined by the chat owner | + + +#### ReactionType + + +This object describes the type of a reaction. Currently, it can be one of + + +* ReactionTypeEmoji +* ReactionTypeCustomEmoji +* ReactionTypePaid + + +#### ReactionTypeEmoji + + +The reaction is based on an emoji. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the reaction, always “emoji” | +| emoji | String | Reaction emoji. Currently, it can be one of "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" | + + +#### ReactionTypeCustomEmoji + + +The reaction is based on a custom emoji. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the reaction, always “custom_emoji” | +| custom_emoji_id | String | Custom emoji identifier | + + +#### ReactionTypePaid + + +The reaction is paid. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the reaction, always “paid” | + + +#### ReactionCount + + +Represents a reaction added to a message along with the number of times it was added. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | ReactionType | Type of the reaction | +| total_count | Integer | Number of times the reaction was added | + + +#### MessageReactionUpdated + + +This object represents a change of a reaction on a message performed by a user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| chat | Chat | The chat containing the message the user reacted to | +| message_id | Integer | Unique identifier of the message inside the chat | +| user | User | Optional. The user that changed the reaction, if the user isn't anonymous | +| actor_chat | Chat | Optional. The chat on behalf of which the reaction was changed, if the user is anonymous | +| date | Integer | Date of the change in Unix time | +| old_reaction | Array of ReactionType | Previous list of reaction types that were set by the user | +| new_reaction | Array of ReactionType | New list of reaction types that have been set by the user | + + +#### MessageReactionCountUpdated + + +This object represents reaction changes on a message with anonymous reactions. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| chat | Chat | The chat containing the message | +| message_id | Integer | Unique message identifier inside the chat | +| date | Integer | Date of the change in Unix time | +| reactions | Array of ReactionCount | List of reactions that are present on the message | + + +#### ForumTopic + + +This object represents a forum topic. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| message_thread_id | Integer | Unique identifier of the forum topic | +| name | String | Name of the topic | +| icon_color | Integer | Color of the topic icon in RGB format | +| icon_custom_emoji_id | String | Optional. Unique identifier of the custom emoji shown as the topic icon | + + +#### BotCommand + + +This object represents a bot command. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| command | String | Text of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores. | +| description | String | Description of the command; 1-256 characters. | + + +#### BotCommandScope + + +This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported: + + +* BotCommandScopeDefault +* BotCommandScopeAllPrivateChats +* BotCommandScopeAllGroupChats +* BotCommandScopeAllChatAdministrators +* BotCommandScopeChat +* BotCommandScopeChatAdministrators +* BotCommandScopeChatMember + + +#### Determining list of commands + + +The following algorithm is used to determine the list of commands for a particular user viewing the bot menu. The first list of commands which is set is returned: + + +Commands in the chat with the bot + + +* botCommandScopeChat + language_code +* botCommandScopeChat +* botCommandScopeAllPrivateChats + language_code +* botCommandScopeAllPrivateChats +* botCommandScopeDefault + language_code +* botCommandScopeDefault + + +Commands in group and supergroup chats + + +* botCommandScopeChatMember + language_code +* botCommandScopeChatMember +* botCommandScopeChatAdministrators + language_code (administrators only) +* botCommandScopeChatAdministrators (administrators only) +* botCommandScopeChat + language_code +* botCommandScopeChat +* botCommandScopeAllChatAdministrators + language_code (administrators only) +* botCommandScopeAllChatAdministrators (administrators only) +* botCommandScopeAllGroupChats + language_code +* botCommandScopeAllGroupChats +* botCommandScopeDefault + language_code +* botCommandScopeDefault + + +#### BotCommandScopeDefault + + +Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Scope type, must be default | + + +#### BotCommandScopeAllPrivateChats + + +Represents the scope of bot commands, covering all private chats. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Scope type, must be all_private_chats | + + +#### BotCommandScopeAllGroupChats + + +Represents the scope of bot commands, covering all group and supergroup chats. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Scope type, must be all_group_chats | + + +#### BotCommandScopeAllChatAdministrators + + +Represents the scope of bot commands, covering all group and supergroup chat administrators. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Scope type, must be all_chat_administrators | + + +#### BotCommandScopeChat + + +Represents the scope of bot commands, covering a specific chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Scope type, must be chat | +| chat_id | Integer or String | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + + +#### BotCommandScopeChatAdministrators + + +Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Scope type, must be chat_administrators | +| chat_id | Integer or String | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + + +#### BotCommandScopeChatMember + + +Represents the scope of bot commands, covering a specific member of a group or supergroup chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Scope type, must be chat_member | +| chat_id | Integer or String | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | +| user_id | Integer | Unique identifier of the target user | + + +#### BotName + + +This object represents the bot's name. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| name | String | The bot's name | + + +#### BotDescription + + +This object represents the bot's description. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| description | String | The bot's description | + + +#### BotShortDescription + + +This object represents the bot's short description. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| short_description | String | The bot's short description | + + +#### MenuButton + + +This object describes the bot's menu button in a private chat. It should be one of + + +* MenuButtonCommands +* MenuButtonWebApp +* MenuButtonDefault + + +If a menu button other than MenuButtonDefault is set for a private chat, then it is applied in the chat. Otherwise the default menu button is applied. By default, the menu button opens the list of bot commands. + + +#### MenuButtonCommands + + +Represents a menu button, which opens the bot's list of commands. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the button, must be commands | + + +#### MenuButtonWebApp + + +Represents a menu button, which launches a Web App. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the button, must be web_app | +| text | String | Text on the button | +| web_app | WebAppInfo | Description of the Web App that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method answerWebAppQuery. Alternatively, a t.me link to a Web App of the bot can be specified in the object instead of the Web App's URL, in which case the Web App will be opened as if the user pressed the link. | + + +#### MenuButtonDefault + + +Describes that no specific value for the menu button was set. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the button, must be default | + + +#### ChatBoostSource + + +This object describes the source of a chat boost. It can be one of + + +* ChatBoostSourcePremium +* ChatBoostSourceGiftCode +* ChatBoostSourceGiveaway + + +#### ChatBoostSourcePremium + + +The boost was obtained by subscribing to Telegram Premium or by gifting a Telegram Premium subscription to another user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| source | String | Source of the boost, always “premium” | +| user | User | User that boosted the chat | + + +#### ChatBoostSourceGiftCode + + +The boost was obtained by the creation of Telegram Premium gift codes to boost a chat. Each such code boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| source | String | Source of the boost, always “gift_code” | +| user | User | User for which the gift code was created | + + +#### ChatBoostSourceGiveaway + + +The boost was obtained by the creation of a Telegram Premium or a Telegram Star giveaway. This boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription for Telegram Premium giveaways and prize_star_count / 500 times for one year for Telegram Star giveaways. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| source | String | Source of the boost, always “giveaway” | +| giveaway_message_id | Integer | Identifier of a message in the chat with the giveaway; the message could have been deleted already. May be 0 if the message isn't sent yet. | +| user | User | Optional. User that won the prize in the giveaway if any; for Telegram Premium giveaways only | +| prize_star_count | Integer | Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only | +| is_unclaimed | True | Optional. True, if the giveaway was completed, but there was no user to win the prize | + + +#### ChatBoost + + +This object contains information about a chat boost. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| boost_id | String | Unique identifier of the boost | +| add_date | Integer | Point in time (Unix timestamp) when the chat was boosted | +| expiration_date | Integer | Point in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged | +| source | ChatBoostSource | Source of the added boost | + + +#### ChatBoostUpdated + + +This object represents a boost added to a chat or changed. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| chat | Chat | Chat which was boosted | +| boost | ChatBoost | Information about the chat boost | + + +#### ChatBoostRemoved + + +This object represents a boost removed from a chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| chat | Chat | Chat which was boosted | +| boost_id | String | Unique identifier of the boost | +| remove_date | Integer | Point in time (Unix timestamp) when the boost was removed | +| source | ChatBoostSource | Source of the removed boost | + + +#### UserChatBoosts + + +This object represents a list of boosts added to a chat by a user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| boosts | Array of ChatBoost | The list of boosts added to the chat by the user | + + +#### BusinessConnection + + +Describes the connection of the bot with a business account. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | String | Unique identifier of the business connection | +| user | User | Business account user that created the business connection | +| user_chat_id | Integer | Identifier of a private chat with the user who created the business connection. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. | +| date | Integer | Date the connection was established in Unix time | +| can_reply | Boolean | True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours | +| is_enabled | Boolean | True, if the connection is active | + + +#### BusinessMessagesDeleted + + +This object is received when messages are deleted from a connected business account. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| business_connection_id | String | Unique identifier of the business connection | +| chat | Chat | Information about a chat in the business account. The bot may not have access to the chat or the corresponding user. | +| message_ids | Array of Integer | The list of identifiers of deleted messages in the chat of the business account | + + +#### ResponseParameters + + +Describes why a request was unsuccessful. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| migrate_to_chat_id | Integer | Optional. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier. | +| retry_after | Integer | Optional. In case of exceeding flood control, the number of seconds left to wait before the request can be repeated | + + +#### InputMedia + + +This object represents the content of a media message to be sent. It should be one of + + +* InputMediaAnimation +* InputMediaDocument +* InputMediaAudio +* InputMediaPhoto +* InputMediaVideo + + +#### InputMediaPhoto + + +Represents a photo to be sent. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be photo | +| media | String | File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://” to upload a new one using multipart/form-data under name. More information on Sending Files » | +| caption | String | Optional. Caption of the photo to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the photo caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional. Pass True, if the caption must be shown above the message media | +| has_spoiler | Boolean | Optional. Pass True if the photo needs to be covered with a spoiler animation | + + +#### InputMediaVideo + + +Represents a video to be sent. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be video | +| media | String | File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://” to upload a new one using multipart/form-data under name. More information on Sending Files » | +| thumbnail | InputFile or String | Optional. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . More information on Sending Files » | +| caption | String | Optional. Caption of the video to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the video caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional. Pass True, if the caption must be shown above the message media | +| width | Integer | Optional. Video width | +| height | Integer | Optional. Video height | +| duration | Integer | Optional. Video duration in seconds | +| supports_streaming | Boolean | Optional. Pass True if the uploaded video is suitable for streaming | +| has_spoiler | Boolean | Optional. Pass True if the video needs to be covered with a spoiler animation | + + +#### InputMediaAnimation + + +Represents an animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be animation | +| media | String | File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://” to upload a new one using multipart/form-data under name. More information on Sending Files » | +| thumbnail | InputFile or String | Optional. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . More information on Sending Files » | +| caption | String | Optional. Caption of the animation to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the animation caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional. Pass True, if the caption must be shown above the message media | +| width | Integer | Optional. Animation width | +| height | Integer | Optional. Animation height | +| duration | Integer | Optional. Animation duration in seconds | +| has_spoiler | Boolean | Optional. Pass True if the animation needs to be covered with a spoiler animation | + + +#### InputMediaAudio + + +Represents an audio file to be treated as music to be sent. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be audio | +| media | String | File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://” to upload a new one using multipart/form-data under name. More information on Sending Files » | +| thumbnail | InputFile or String | Optional. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . More information on Sending Files » | +| caption | String | Optional. Caption of the audio to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the audio caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| duration | Integer | Optional. Duration of the audio in seconds | +| performer | String | Optional. Performer of the audio | +| title | String | Optional. Title of the audio | + + +#### InputMediaDocument + + +Represents a general file to be sent. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be document | +| media | String | File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://” to upload a new one using multipart/form-data under name. More information on Sending Files » | +| thumbnail | InputFile or String | Optional. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . More information on Sending Files » | +| caption | String | Optional. Caption of the document to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the document caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| disable_content_type_detection | Boolean | Optional. Disables automatic server-side content type detection for files uploaded using multipart/form-data. Always True, if the document is sent as part of an album. | + + +#### InputFile + + +This object represents the contents of a file to be uploaded. Must be posted using multipart/form-data in the usual way that files are uploaded via the browser. + + +#### InputPaidMedia + + +This object describes the paid media to be sent. Currently, it can be one of + + +* InputPaidMediaPhoto +* InputPaidMediaVideo + + +#### InputPaidMediaPhoto + + +The paid media to send is a photo. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the media, must be photo | +| media | String | File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://” to upload a new one using multipart/form-data under name. More information on Sending Files » | + + +#### InputPaidMediaVideo + + +The paid media to send is a video. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the media, must be video | +| media | String | File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://” to upload a new one using multipart/form-data under name. More information on Sending Files » | +| thumbnail | InputFile or String | Optional. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . More information on Sending Files » | +| width | Integer | Optional. Video width | +| height | Integer | Optional. Video height | +| duration | Integer | Optional. Video duration in seconds | +| supports_streaming | Boolean | Optional. Pass True if the uploaded video is suitable for streaming | + + +#### Sending files + + +There are three ways to send files (photos, stickers, audio, media, etc.): + + +1. If the file is already stored somewhere on the Telegram servers, you don't need to reupload it: each file object has a file_id field, simply pass this file_id as a parameter instead of uploading. There are no limits for files sent this way. +1. Provide Telegram with an HTTP URL for the file to be sent. Telegram will download and send the file. 5 MB max size for photos and 20 MB max for other types of content. +1. Post the file using multipart/form-data in the usual way that files are uploaded via the browser. 10 MB max size for photos, 50 MB for other files. + + +Sending by file_id + + +* It is not possible to change the file type when resending by file_id. I.e. a video can't be sent as a photo, a photo can't be sent as a document, etc. +* It is not possible to resend thumbnails. +* Resending a photo by file_id will send all of its sizes. +* file_id is unique for each individual bot and can't be transferred from one bot to another. +* file_id uniquely identifies a file, but a file can have different valid file_ids even for the same bot. + + +Sending by URL + + +* When sending by URL the target file must have the correct MIME type (e.g., audio/mpeg for sendAudio, etc.). +* In sendDocument, sending by URL will currently only work for GIF, PDF and ZIP files. +* To use sendVoice, the file must have the type audio/ogg and be no more than 1MB in size. 1-20MB voice notes will be sent as files. +* Other configurations may work but we can't guarantee that they will. + + +#### Accent colors + + +Colors with identifiers 0 (red), 1 (orange), 2 (purple/violet), 3 (green), 4 (cyan), 5 (blue), 6 (pink) can be customized by app themes. Additionally, the following colors in RGB format are currently in use. + + + + + +| Color identifier | Light colors | Dark colors | +| --- | --- | --- | +| | +| 7 | E15052 F9AE63 | FF9380 992F37 | +| 8 | E0802B FAC534 | ECB04E C35714 | +| 9 | A05FF3 F48FFF | C697FF 5E31C8 | +| 10 | 27A910 A7DC57 | A7EB6E 167E2D | +| 11 | 27ACCE 82E8D6 | 40D8D0 045C7F | +| 12 | 3391D4 7DD3F0 | 52BFFF 0B5494 | +| 13 | DD4371 FFBE9F | FF86A6 8E366E | +| 14 | 247BED F04856 FFFFFF | 3FA2FE E5424F FFFFFF | +| 15 | D67722 1EA011 FFFFFF | FF905E 32A527 FFFFFF | +| 16 | 179E42 E84A3F FFFFFF | 66D364 D5444F FFFFFF | +| 17 | 2894AF 6FC456 FFFFFF | 22BCE2 3DA240 FFFFFF | +| 18 | 0C9AB3 FFAD95 FFE6B5 | 22BCE2 FF9778 FFDA6B | +| 19 | 7757D6 F79610 FFDE8E | 9791FF F2731D FFDB59 | +| 20 | 1585CF F2AB1D FFFFFF | 3DA6EB EEA51D FFFFFF | + + + + + +#### Profile accent colors + + +Currently, the following colors in RGB format are in use for profile backgrounds. + + + + + +| Color identifier | Light colors | Dark colors | +| --- | --- | --- | +| | +| 0 | BA5650 | 9C4540 | +| 1 | C27C3E | 945E2C | +| 2 | 956AC8 | 715099 | +| 3 | 49A355 | 33713B | +| 4 | 3E97AD | 387E87 | +| 5 | 5A8FBB | 477194 | +| 6 | B85378 | 944763 | +| 7 | 7F8B95 | 435261 | +| 8 | C9565D D97C57 | 994343 AC583E | +| 9 | CF7244 CC9433 | 8F552F A17232 | +| 10 | 9662D4 B966B6 | 634691 9250A2 | +| 11 | 3D9755 89A650 | 296A43 5F8F44 | +| 12 | 3D95BA 50AD98 | 306C7C 3E987E | +| 13 | 538BC2 4DA8BD | 38618C 458BA1 | +| 14 | B04F74 D1666D | 884160 A65259 | +| 15 | 637482 7B8A97 | 53606E 384654 | + + + + + +#### Inline mode objects + + +Objects and methods used in the inline mode are described in the Inline mode section. + + +### Available methods + + +> All methods in the Bot API are case-insensitive. We support GET and POST HTTP methods. Use either URL query string or application/json or application/x-www-form-urlencoded or multipart/form-data for passing parameters in Bot API requests. On successful call, a JSON-object containing the result will be returned. + + +#### getMe + + +A simple method for testing your bot's authentication token. Requires no parameters. Returns basic information about the bot in form of a User object. + + +#### logOut + + +Use this method to log out from the cloud Bot API server before launching the bot locally. You must log out the bot before running it locally, otherwise there is no guarantee that the bot will receive updates. After a successful call, you can immediately log in on a local server, but will not be able to log in back to the cloud Bot API server for 10 minutes. Returns True on success. Requires no parameters. + + +#### close + + +Use this method to close the bot instance before moving it from one local server to another. You need to delete the webhook before calling this method to ensure that the bot isn't launched again after server restart. The method will return error 429 in the first 10 minutes after the bot is launched. Returns True on success. Requires no parameters. + + +#### sendMessage + + +Use this method to send text messages. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| text | String | Yes | Text of the message to be sent, 1-4096 characters after entities parsing | +| parse_mode | String | Optional | Mode for parsing entities in the message text. See formatting options for more details. | +| entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode | +| link_preview_options | LinkPreviewOptions | Optional | Link preview generation options for the message | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### Formatting options + + +The Bot API supports basic formatting for messages. You can use bold, italic, underlined, strikethrough, spoiler text, block quotations as well as inline links and pre-formatted code in your bots' messages. Telegram clients will render them accordingly. You can specify text entities directly, or use markdown-style or HTML-style formatting. + + +Note that Telegram clients will display an alert to the user before opening an inline link ('Open this link?' together with the full URL). + + +Message entities can be nested, providing following restrictions are met: - If two entities have common characters, then one of them is fully contained inside another. - bold, italic, underline, strikethrough, and spoiler entities can contain and can be part of any other entities, except pre and code. - blockquote and expandable_blockquote entities can't be nested. - All other entities can't contain each other. + + +Links tg://user?id= can be used to mention a user by their identifier without using a username. Please note: + + +* These links will work only if they are used inside an inline link or in an inline keyboard button. For example, they will not work, when used in a message text. +* Unless the user is a member of the chat where they were mentioned, these mentions are only guaranteed to work if the user has contacted the bot in private in the past or has sent a callback query to the bot via an inline button and doesn't have Forwarded Messages privacy enabled for the bot. + + +You can find the list of programming and markup languages for which syntax highlighting is supported at libprisma#supported-languages. + + +###### MarkdownV2 style + + +To use this mode, pass MarkdownV2 in the parse_mode field. Use the following syntax in your message: + + +*bold \*text* +_italic \*text_ +__underline__ +~strikethrough~ +||spoiler|| +*bold _italic bold ~italic bold strikethrough ||italic bold strikethrough spoiler||~ __underline italic bold___ bold* +[inline URL](http://www.example.com/) +[inline mention of a user](tg://user?id=123456789) +![](tg://emoji?id=5368324170671202286) +`inline fixed-width code` +``` +pre-formatted fixed-width code block +``` +```python +pre-formatted fixed-width code block written in the Python programming language +``` +>Block quotation started +>Block quotation continued +>Block quotation continued +>Block quotation continued +>The last line of the block quotation +**>The expandable block quotation started right after the previous block quotation +>It is separated from the previous block quotation by an empty bold entity +>Expandable block quotation continued +>Hidden by default part of the expandable block quotation started +>Expandable block quotation continued +>The last line of the expandable block quotation with the expandability mark|| + + +Please note: + + +* Any character with code between 1 and 126 inclusively can be escaped anywhere with a preceding '\' character, in which case it is treated as an ordinary character and not a part of the markup. This implies that '\' character usually must be escaped with a preceding '\' character. +* Inside pre and code entities, all '`' and '\' characters must be escaped with a preceding '\' character. +* Inside the (...) part of the inline link and custom emoji definition, all ')' and '\' must be escaped with a preceding '\' character. +* In all other places characters '_', '*', '[', ']', '(', ')', '~', '`', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!' must be escaped with the preceding character '\'. +* In case of ambiguity between italic and underline entities __ is always greadily treated from left to right as beginning or end of an underline entity, so instead of ___italic underline___ use ___italic underline_**__, adding an empty bold entity as a separator. +* A valid emoji must be provided as an alternative value for the custom emoji. The emoji will be shown instead of the custom emoji in places where a custom emoji cannot be displayed (e.g., system notifications) or if the message is forwarded by a non-premium user. It is recommended to use the emoji from the emoji field of the custom emoji sticker. +* Custom emoji entities can only be used by bots that purchased additional usernames on Fragment. + + +###### HTML style + + +To use this mode, pass HTML in the parse_mode field. The following tags are currently supported: + + +bold, bold +italic, italic +underline, underline +strikethrough, strikethrough, strikethrough +spoiler, spoiler +bold italic bold italic bold strikethrough italic bold strikethrough spoiler underline italic bold bold +inline URL +inline mention of a user + +inline fixed-width code +
pre-formatted fixed-width code block
+
pre-formatted fixed-width code block written in the Python programming language
+
Block quotation started\nBlock quotation continued\nThe last line of the block quotation
+
Expandable block quotation started\nExpandable block quotation continued\nExpandable block quotation continued\nHidden by default part of the block quotation started\nExpandable block quotation continued\nThe last line of the block quotation
+ + +Please note: + + +* Only the tags mentioned above are currently supported. +* All <, > and & symbols that are not a part of a tag or an HTML entity must be replaced with the corresponding HTML entities (< with <, > with > and & with &). +* All numerical HTML entities are supported. +* The API currently supports only the following named HTML entities: <, >, & and ". +* Use nested pre and code tags, to define programming language for pre entity. +* Programming language can't be specified for standalone code tags. +* A valid emoji must be used as the content of the tg-emoji tag. The emoji will be shown instead of the custom emoji in places where a custom emoji cannot be displayed (e.g., system notifications) or if the message is forwarded by a non-premium user. It is recommended to use the emoji from the emoji field of the custom emoji sticker. +* Custom emoji entities can only be used by bots that purchased additional usernames on Fragment. + + +###### Markdown style + + +This is a legacy mode, retained for backward compatibility. To use this mode, pass Markdown in the parse_mode field. Use the following syntax in your message: + + +*bold text* +_italic text_ +[inline URL](http://www.example.com/) +[inline mention of a user](tg://user?id=123456789) +`inline fixed-width code` +``` +pre-formatted fixed-width code block +``` +```python +pre-formatted fixed-width code block written in the Python programming language +``` + + +Please note: + + +* Entities must not be nested, use parse mode MarkdownV2 instead. +* There is no way to specify “underline”, “strikethrough”, “spoiler”, “blockquote”, “expandable_blockquote” and “custom_emoji” entities, use parse mode MarkdownV2 instead. +* To escape characters '_', '*', '`', '[' outside of an entity, prepend the characters '\' before them. +* Escaping inside entities is not allowed, so entity must be closed first and reopened again: use _snake_\__case_ for italic snake_case and *2*\**2=4* for bold 2*2=4. + + +#### Paid Broadcasts + + +By default, all bots are able to broadcast up to 30 messages per second to their users. Developers can increase this limit by enabling Paid Broadcasts in @Botfather - allowing their bot to broadcast up to 1000 messages per second. + + +Each message broadcasted over the free amount of 30 messages per second incurs a cost of 0.1 Stars per message, paid with Telegram Stars from the bot's balance. In order to use this feature, a bot must have at least 10,000 Stars on its balance. + + +> Bots with increased limits are only charged for messages that are broadcasted successfully. + + +#### forwardMessage + + +Use this method to forward messages of any kind. Service messages and messages with protected content can't be forwarded. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| from_chat_id | Integer or String | Yes | Unique identifier for the chat where the original message was sent (or channel username in the format @channelusername) | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the forwarded message from forwarding and saving | +| message_id | Integer | Yes | Message identifier in the chat specified in from_chat_id | + + +#### forwardMessages + + +Use this method to forward multiple messages of any kind. If some of the specified messages can't be found or forwarded, they are skipped. Service messages and messages with protected content can't be forwarded. Album grouping is kept for forwarded messages. On success, an array of MessageId of the sent messages is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| from_chat_id | Integer or String | Yes | Unique identifier for the chat where the original messages were sent (or channel username in the format @channelusername) | +| message_ids | Array of Integer | Yes | A JSON-serialized list of 1-100 identifiers of messages in the chat from_chat_id to forward. The identifiers must be specified in a strictly increasing order. | +| disable_notification | Boolean | Optional | Sends the messages silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the forwarded messages from forwarding and saving | + + +#### copyMessage + + +Use this method to copy messages of any kind. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is analogous to the method forwardMessage, but the copied message doesn't have a link to the original message. Returns the MessageId of the sent message on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| from_chat_id | Integer or String | Yes | Unique identifier for the chat where the original message was sent (or channel username in the format @channelusername) | +| message_id | Integer | Yes | Message identifier in the chat specified in from_chat_id | +| caption | String | Optional | New caption for media, 0-1024 characters after entities parsing. If not specified, the original caption is kept | +| parse_mode | String | Optional | Mode for parsing entities in the new caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional | Pass True, if the caption must be shown above the message media. Ignored if a new caption isn't specified. | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### copyMessages + + +Use this method to copy messages of any kind. If some of the specified messages can't be found or copied, they are skipped. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is analogous to the method forwardMessages, but the copied messages don't have a link to the original message. Album grouping is kept for copied messages. On success, an array of MessageId of the sent messages is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| from_chat_id | Integer or String | Yes | Unique identifier for the chat where the original messages were sent (or channel username in the format @channelusername) | +| message_ids | Array of Integer | Yes | A JSON-serialized list of 1-100 identifiers of messages in the chat from_chat_id to copy. The identifiers must be specified in a strictly increasing order. | +| disable_notification | Boolean | Optional | Sends the messages silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent messages from forwarding and saving | +| remove_caption | Boolean | Optional | Pass True to copy the messages without their captions | + + +#### sendPhoto + + +Use this method to send photos. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| photo | InputFile or String | Yes | Photo to send. Pass a file_id as String to send a photo that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a photo from the Internet, or upload a new photo using multipart/form-data. The photo must be at most 10 MB in size. The photo's width and height must not exceed 10000 in total. Width and height ratio must be at most 20. More information on Sending Files » | +| caption | String | Optional | Photo caption (may also be used when resending photos by file_id), 0-1024 characters after entities parsing | +| parse_mode | String | Optional | Mode for parsing entities in the photo caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional | Pass True, if the caption must be shown above the message media | +| has_spoiler | Boolean | Optional | Pass True if the photo needs to be covered with a spoiler animation | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendAudio + + +Use this method to send audio files, if you want Telegram clients to display them in the music player. Your audio must be in the .MP3 or .M4A format. On success, the sent Message is returned. Bots can currently send audio files of up to 50 MB in size, this limit may be changed in the future. + + +For sending voice messages, use the sendVoice method instead. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| audio | InputFile or String | Yes | Audio file to send. Pass a file_id as String to send an audio file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get an audio file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files » | +| caption | String | Optional | Audio caption, 0-1024 characters after entities parsing | +| parse_mode | String | Optional | Mode for parsing entities in the audio caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode | +| duration | Integer | Optional | Duration of the audio in seconds | +| performer | String | Optional | Performer | +| title | String | Optional | Track name | +| thumbnail | InputFile or String | Optional | Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . More information on Sending Files » | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendDocument + + +Use this method to send general files. On success, the sent Message is returned. Bots can currently send files of any type of up to 50 MB in size, this limit may be changed in the future. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| document | InputFile or String | Yes | File to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files » | +| thumbnail | InputFile or String | Optional | Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . More information on Sending Files » | +| caption | String | Optional | Document caption (may also be used when resending documents by file_id), 0-1024 characters after entities parsing | +| parse_mode | String | Optional | Mode for parsing entities in the document caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode | +| disable_content_type_detection | Boolean | Optional | Disables automatic server-side content type detection for files uploaded using multipart/form-data | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendVideo + + +Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as Document). On success, the sent Message is returned. Bots can currently send video files of up to 50 MB in size, this limit may be changed in the future. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| video | InputFile or String | Yes | Video to send. Pass a file_id as String to send a video that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a video from the Internet, or upload a new video using multipart/form-data. More information on Sending Files » | +| duration | Integer | Optional | Duration of sent video in seconds | +| width | Integer | Optional | Video width | +| height | Integer | Optional | Video height | +| thumbnail | InputFile or String | Optional | Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . More information on Sending Files » | +| caption | String | Optional | Video caption (may also be used when resending videos by file_id), 0-1024 characters after entities parsing | +| parse_mode | String | Optional | Mode for parsing entities in the video caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional | Pass True, if the caption must be shown above the message media | +| has_spoiler | Boolean | Optional | Pass True if the video needs to be covered with a spoiler animation | +| supports_streaming | Boolean | Optional | Pass True if the uploaded video is suitable for streaming | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendAnimation + + +Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). On success, the sent Message is returned. Bots can currently send animation files of up to 50 MB in size, this limit may be changed in the future. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| animation | InputFile or String | Yes | Animation to send. Pass a file_id as String to send an animation that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get an animation from the Internet, or upload a new animation using multipart/form-data. More information on Sending Files » | +| duration | Integer | Optional | Duration of sent animation in seconds | +| width | Integer | Optional | Animation width | +| height | Integer | Optional | Animation height | +| thumbnail | InputFile or String | Optional | Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . More information on Sending Files » | +| caption | String | Optional | Animation caption (may also be used when resending animation by file_id), 0-1024 characters after entities parsing | +| parse_mode | String | Optional | Mode for parsing entities in the animation caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional | Pass True, if the caption must be shown above the message media | +| has_spoiler | Boolean | Optional | Pass True if the animation needs to be covered with a spoiler animation | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendVoice + + +Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded with OPUS, or in .MP3 format, or in .M4A format (other formats may be sent as Audio or Document). On success, the sent Message is returned. Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| voice | InputFile or String | Yes | Audio file to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files » | +| caption | String | Optional | Voice message caption, 0-1024 characters after entities parsing | +| parse_mode | String | Optional | Mode for parsing entities in the voice message caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode | +| duration | Integer | Optional | Duration of the voice message in seconds | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendVideoNote + + +As of v.4.0, Telegram clients support rounded square MPEG4 videos of up to 1 minute long. Use this method to send video messages. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| video_note | InputFile or String | Yes | Video note to send. Pass a file_id as String to send a video note that exists on the Telegram servers (recommended) or upload a new video using multipart/form-data. More information on Sending Files ». Sending video notes by a URL is currently unsupported | +| duration | Integer | Optional | Duration of sent video in seconds | +| length | Integer | Optional | Video width and height, i.e. diameter of the video message | +| thumbnail | InputFile or String | Optional | Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . More information on Sending Files » | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendPaidMedia + + +Use this method to send paid media. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername). If the chat is a channel, all Telegram Star proceeds from this media will be credited to the chat's balance. Otherwise, they will be credited to the bot's balance. | +| star_count | Integer | Yes | The number of Telegram Stars that must be paid to buy access to the media; 1-2500 | +| media | Array of InputPaidMedia | Yes | A JSON-serialized array describing the media to be sent; up to 10 items | +| payload | String | Optional | Bot-defined paid media payload, 0-128 bytes. This will not be displayed to the user, use it for your internal processes. | +| caption | String | Optional | Media caption, 0-1024 characters after entities parsing | +| parse_mode | String | Optional | Mode for parsing entities in the media caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional | Pass True, if the caption must be shown above the message media | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendMediaGroup + + +Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On success, an array of Messages that were sent is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| media | Array of InputMediaAudio, InputMediaDocument, InputMediaPhoto and InputMediaVideo | Yes | A JSON-serialized array describing messages to be sent, must include 2-10 items | +| disable_notification | Boolean | Optional | Sends messages silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent messages from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | + + +#### sendLocation + + +Use this method to send point on the map. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| latitude | Float | Yes | Latitude of the location | +| longitude | Float | Yes | Longitude of the location | +| horizontal_accuracy | Float | Optional | The radius of uncertainty for the location, measured in meters; 0-1500 | +| live_period | Integer | Optional | Period in seconds during which the location will be updated (see Live Locations, should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely. | +| heading | Integer | Optional | For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified. | +| proximity_alert_radius | Integer | Optional | For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified. | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendVenue + + +Use this method to send information about a venue. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| latitude | Float | Yes | Latitude of the venue | +| longitude | Float | Yes | Longitude of the venue | +| title | String | Yes | Name of the venue | +| address | String | Yes | Address of the venue | +| foursquare_id | String | Optional | Foursquare identifier of the venue | +| foursquare_type | String | Optional | Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) | +| google_place_id | String | Optional | Google Places identifier of the venue | +| google_place_type | String | Optional | Google Places type of the venue. (See supported types.) | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendContact + + +Use this method to send phone contacts. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| phone_number | String | Yes | Contact's phone number | +| first_name | String | Yes | Contact's first name | +| last_name | String | Optional | Contact's last name | +| vcard | String | Optional | Additional data about the contact in the form of a vCard, 0-2048 bytes | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendPoll + + +Use this method to send a native poll. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| question | String | Yes | Poll question, 1-300 characters | +| question_parse_mode | String | Optional | Mode for parsing entities in the question. See formatting options for more details. Currently, only custom emoji entities are allowed | +| question_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the poll question. It can be specified instead of question_parse_mode | +| options | Array of InputPollOption | Yes | A JSON-serialized list of 2-10 answer options | +| is_anonymous | Boolean | Optional | True, if the poll needs to be anonymous, defaults to True | +| type | String | Optional | Poll type, “quiz” or “regular”, defaults to “regular” | +| allows_multiple_answers | Boolean | Optional | True, if the poll allows multiple answers, ignored for polls in quiz mode, defaults to False | +| correct_option_id | Integer | Optional | 0-based identifier of the correct answer option, required for polls in quiz mode | +| explanation | String | Optional | Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters with at most 2 line feeds after entities parsing | +| explanation_parse_mode | String | Optional | Mode for parsing entities in the explanation. See formatting options for more details. | +| explanation_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the poll explanation. It can be specified instead of explanation_parse_mode | +| open_period | Integer | Optional | Amount of time in seconds the poll will be active after creation, 5-600. Can't be used together with close_date. | +| close_date | Integer | Optional | Point in time (Unix timestamp) when the poll will be automatically closed. Must be at least 5 and no more than 600 seconds in the future. Can't be used together with open_period. | +| is_closed | Boolean | Optional | Pass True if the poll needs to be immediately closed. This can be useful for poll preview. | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendDice + + +Use this method to send an animated emoji that will display a random value. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| emoji | String | Optional | Emoji on which the dice throw animation is based. Currently, must be one of “”, “”, “”, “”, “”, or “”. Dice can have values 1-6 for “”, “” and “”, values 1-5 for “” and “”, and values 1-64 for “”. Defaults to “” | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### sendChatAction + + +Use this method when you need to tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status). Returns True on success. + + +> Example: The ImageBot needs some time to process a request and upload the image. Instead of sending a text message along the lines of “Retrieving image, please wait…”, the bot may use sendChatAction with action = upload_photo. The user will see a “sending photo” status for the bot. + + +We only recommend using this method when a response from the bot will take a noticeable amount of time to arrive. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the action will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread; for supergroups only | +| action | String | Yes | Type of action to broadcast. Choose one, depending on what the user is about to receive: typing for text messages, upload_photo for photos, record_video or upload_video for videos, record_voice or upload_voice for voice notes, upload_document for general files, choose_sticker for stickers, find_location for location data, record_video_note or upload_video_note for video notes. | + + +#### setMessageReaction + + +Use this method to change the chosen reactions on a message. Service messages can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. Bots can't use paid reactions. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_id | Integer | Yes | Identifier of the target message. If the message belongs to a media group, the reaction is set to the first non-deleted message in the group instead. | +| reaction | Array of ReactionType | Optional | A JSON-serialized list of reaction types to set on the message. Currently, as non-premium users, bots can set up to one reaction per message. A custom emoji reaction can be used if it is either already present on the message or explicitly allowed by chat administrators. Paid reactions can't be used by bots. | +| is_big | Boolean | Optional | Pass True to set the reaction with a big animation | + + +#### getUserProfilePhotos + + +Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | Unique identifier of the target user | +| offset | Integer | Optional | Sequential number of the first photo to be returned. By default, all photos are returned. | +| limit | Integer | Optional | Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100. | + + +#### setUserEmojiStatus + + +Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method requestEmojiStatusAccess. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | Unique identifier of the target user | +| emoji_status_custom_emoji_id | String | Optional | Custom emoji identifier of the emoji status to set. Pass an empty string to remove the status. | +| emoji_status_expiration_date | Integer | Optional | Expiration date of the emoji status, if any | + + +#### getFile + + +Use this method to get basic information about a file and prepare it for downloading. For the moment, bots can download files of up to 20MB in size. On success, a File object is returned. The file can then be downloaded via the link https://api.telegram.org/file/bot/, where is taken from the response. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile again. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| file_id | String | Yes | File identifier to get information about | + + +Note: This function may not preserve the original file name and MIME type. You should save the file's MIME type and name (if available) when the File object is received. + + +#### banChatMember + + +Use this method to ban a user in a group, a supergroup or a channel. In the case of supergroups and channels, the user will not be able to return to the chat on their own using invite links, etc., unless unbanned first. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target group or username of the target supergroup or channel (in the format @channelusername) | +| user_id | Integer | Yes | Unique identifier of the target user | +| until_date | Integer | Optional | Date when the user will be unbanned; Unix time. If user is banned for more than 366 days or less than 30 seconds from the current time they are considered to be banned forever. Applied for supergroups and channels only. | +| revoke_messages | Boolean | Optional | Pass True to delete all messages from the chat for the user that is being removed. If False, the user will be able to see messages in the group that were sent before the user was removed. Always True for supergroups and channels. | + + +#### unbanChatMember + + +Use this method to unban a previously banned user in a supergroup or channel. The user will not return to the group or channel automatically, but will be able to join via link, etc. The bot must be an administrator for this to work. By default, this method guarantees that after the call the user is not a member of the chat, but will be able to join it. So if the user is a member of the chat they will also be removed from the chat. If you don't want this, use the parameter only_if_banned. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target group or username of the target supergroup or channel (in the format @channelusername) | +| user_id | Integer | Yes | Unique identifier of the target user | +| only_if_banned | Boolean | Optional | Do nothing if the user is not banned | + + +#### restrictChatMember + + +Use this method to restrict a user in a supergroup. The bot must be an administrator in the supergroup for this to work and must have the appropriate administrator rights. Pass True for all permissions to lift restrictions from a user. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | +| user_id | Integer | Yes | Unique identifier of the target user | +| permissions | ChatPermissions | Yes | A JSON-serialized object for new user permissions | +| use_independent_chat_permissions | Boolean | Optional | Pass True if chat permissions are set independently. Otherwise, the can_send_other_messages and can_add_web_page_previews permissions will imply the can_send_messages, can_send_audios, can_send_documents, can_send_photos, can_send_videos, can_send_video_notes, and can_send_voice_notes permissions; the can_send_polls permission will imply the can_send_messages permission. | +| until_date | Integer | Optional | Date when restrictions will be lifted for the user; Unix time. If user is restricted for more than 366 days or less than 30 seconds from the current time, they are considered to be restricted forever | + + +#### promoteChatMember + + +Use this method to promote or demote a user in a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Pass False for all boolean parameters to demote a user. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| user_id | Integer | Yes | Unique identifier of the target user | +| is_anonymous | Boolean | Optional | Pass True if the administrator's presence in the chat is hidden | +| can_manage_chat | Boolean | Optional | Pass True if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege. | +| can_delete_messages | Boolean | Optional | Pass True if the administrator can delete messages of other users | +| can_manage_video_chats | Boolean | Optional | Pass True if the administrator can manage video chats | +| can_restrict_members | Boolean | Optional | Pass True if the administrator can restrict, ban or unban chat members, or access supergroup statistics | +| can_promote_members | Boolean | Optional | Pass True if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by him) | +| can_change_info | Boolean | Optional | Pass True if the administrator can change chat title, photo and other settings | +| can_invite_users | Boolean | Optional | Pass True if the administrator can invite new users to the chat | +| can_post_stories | Boolean | Optional | Pass True if the administrator can post stories to the chat | +| can_edit_stories | Boolean | Optional | Pass True if the administrator can edit stories posted by other users, post stories to the chat page, pin chat stories, and access the chat's story archive | +| can_delete_stories | Boolean | Optional | Pass True if the administrator can delete stories posted by other users | +| can_post_messages | Boolean | Optional | Pass True if the administrator can post messages in the channel, or access channel statistics; for channels only | +| can_edit_messages | Boolean | Optional | Pass True if the administrator can edit messages of other users and can pin messages; for channels only | +| can_pin_messages | Boolean | Optional | Pass True if the administrator can pin messages; for supergroups only | +| can_manage_topics | Boolean | Optional | Pass True if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only | + + +#### setChatAdministratorCustomTitle + + +Use this method to set a custom title for an administrator in a supergroup promoted by the bot. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | +| user_id | Integer | Yes | Unique identifier of the target user | +| custom_title | String | Yes | New custom title for the administrator; 0-16 characters, emoji are not allowed | + + +#### banChatSenderChat + + +Use this method to ban a channel chat in a supergroup or a channel. Until the chat is unbanned, the owner of the banned chat won't be able to send messages on behalf of any of their channels. The bot must be an administrator in the supergroup or channel for this to work and must have the appropriate administrator rights. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| sender_chat_id | Integer | Yes | Unique identifier of the target sender chat | + + +#### unbanChatSenderChat + + +Use this method to unban a previously banned channel chat in a supergroup or channel. The bot must be an administrator for this to work and must have the appropriate administrator rights. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| sender_chat_id | Integer | Yes | Unique identifier of the target sender chat | + + +#### setChatPermissions + + +Use this method to set default chat permissions for all members. The bot must be an administrator in the group or a supergroup for this to work and must have the can_restrict_members administrator rights. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | +| permissions | ChatPermissions | Yes | A JSON-serialized object for new default chat permissions | +| use_independent_chat_permissions | Boolean | Optional | Pass True if chat permissions are set independently. Otherwise, the can_send_other_messages and can_add_web_page_previews permissions will imply the can_send_messages, can_send_audios, can_send_documents, can_send_photos, can_send_videos, can_send_video_notes, and can_send_voice_notes permissions; the can_send_polls permission will imply the can_send_messages permission. | + + +#### exportChatInviteLink + + +Use this method to generate a new primary invite link for a chat; any previously generated primary link is revoked. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the new invite link as String on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | + + +> Note: Each administrator in a chat generates their own invite links. Bots can't use invite links generated by other administrators. If you want your bot to work with invite links, it will need to generate its own link using exportChatInviteLink or by calling the getChat method. If your bot needs to generate a new primary invite link replacing its previous one, use exportChatInviteLink again. + + +#### createChatInviteLink + + +Use this method to create an additional invite link for a chat. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. The link can be revoked using the method revokeChatInviteLink. Returns the new invite link as ChatInviteLink object. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| name | String | Optional | Invite link name; 0-32 characters | +| expire_date | Integer | Optional | Point in time (Unix timestamp) when the link will expire | +| member_limit | Integer | Optional | The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999 | +| creates_join_request | Boolean | Optional | True, if users joining the chat via the link need to be approved by chat administrators. If True, member_limit can't be specified | + + +#### editChatInviteLink + + +Use this method to edit a non-primary invite link created by the bot. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the edited invite link as a ChatInviteLink object. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| invite_link | String | Yes | The invite link to edit | +| name | String | Optional | Invite link name; 0-32 characters | +| expire_date | Integer | Optional | Point in time (Unix timestamp) when the link will expire | +| member_limit | Integer | Optional | The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999 | +| creates_join_request | Boolean | Optional | True, if users joining the chat via the link need to be approved by chat administrators. If True, member_limit can't be specified | + + +#### createChatSubscriptionInviteLink + + +Use this method to create a subscription invite link for a channel chat. The bot must have the can_invite_users administrator rights. The link can be edited using the method editChatSubscriptionInviteLink or revoked using the method revokeChatInviteLink. Returns the new invite link as a ChatInviteLink object. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target channel chat or username of the target channel (in the format @channelusername) | +| name | String | Optional | Invite link name; 0-32 characters | +| subscription_period | Integer | Yes | The number of seconds the subscription will be active for before the next payment. Currently, it must always be 2592000 (30 days). | +| subscription_price | Integer | Yes | The amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat; 1-2500 | + + +#### editChatSubscriptionInviteLink + + +Use this method to edit a subscription invite link created by the bot. The bot must have the can_invite_users administrator rights. Returns the edited invite link as a ChatInviteLink object. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| invite_link | String | Yes | The invite link to edit | +| name | String | Optional | Invite link name; 0-32 characters | + + +#### revokeChatInviteLink + + +Use this method to revoke an invite link created by the bot. If the primary link is revoked, a new link is automatically generated. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the revoked invite link as ChatInviteLink object. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier of the target chat or username of the target channel (in the format @channelusername) | +| invite_link | String | Yes | The invite link to revoke | + + +#### approveChatJoinRequest + + +Use this method to approve a chat join request. The bot must be an administrator in the chat for this to work and must have the can_invite_users administrator right. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| user_id | Integer | Yes | Unique identifier of the target user | + + +#### declineChatJoinRequest + + +Use this method to decline a chat join request. The bot must be an administrator in the chat for this to work and must have the can_invite_users administrator right. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| user_id | Integer | Yes | Unique identifier of the target user | + + +#### setChatPhoto + + +Use this method to set a new profile photo for the chat. Photos can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| photo | InputFile | Yes | New chat photo, uploaded using multipart/form-data | + + +#### deleteChatPhoto + + +Use this method to delete a chat photo. Photos can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | + + +#### setChatTitle + + +Use this method to change the title of a chat. Titles can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| title | String | Yes | New chat title, 1-128 characters | + + +#### setChatDescription + + +Use this method to change the description of a group, a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| description | String | Optional | New chat description, 0-255 characters | + + +#### pinChatMessage + + +Use this method to add a message to the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be pinned | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_id | Integer | Yes | Identifier of a message to pin | +| disable_notification | Boolean | Optional | Pass True if it is not necessary to send a notification to all chat members about the new pinned message. Notifications are always disabled in channels and private chats. | + + +#### unpinChatMessage + + +Use this method to remove a message from the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be unpinned | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_id | Integer | Optional | Identifier of the message to unpin. Required if business_connection_id is specified. If not specified, the most recent pinned message (by sending date) will be unpinned. | + + +#### unpinAllChatMessages + + +Use this method to clear the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | + + +#### leaveChat + + +Use this method for your bot to leave a group, supergroup or channel. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername) | + + +#### getChat + + +Use this method to get up-to-date information about the chat. Returns a ChatFullInfo object on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername) | + + +#### getChatAdministrators + + +Use this method to get a list of administrators in a chat, which aren't bots. Returns an Array of ChatMember objects. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername) | + + +#### getChatMemberCount + + +Use this method to get the number of members in a chat. Returns Int on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername) | + + +#### getChatMember + + +Use this method to get information about a member of a chat. The method is only guaranteed to work for other users if the bot is an administrator in the chat. Returns a ChatMember object on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername) | +| user_id | Integer | Yes | Unique identifier of the target user | + + +#### setChatStickerSet + + +Use this method to set a new group sticker set for a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field can_set_sticker_set optionally returned in getChat requests to check if the bot can use this method. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | +| sticker_set_name | String | Yes | Name of the sticker set to be set as the group sticker set | + + +#### deleteChatStickerSet + + +Use this method to delete a group sticker set from a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field can_set_sticker_set optionally returned in getChat requests to check if the bot can use this method. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + + +#### getForumTopicIconStickers + + +Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no parameters. Returns an Array of Sticker objects. + + +#### createForumTopic + + +Use this method to create a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns information about the created topic as a ForumTopic object. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | +| name | String | Yes | Topic name, 1-128 characters | +| icon_color | Integer | Optional | Color of the topic icon in RGB format. Currently, must be one of 7322096 (0x6FB9F0), 16766590 (0xFFD67E), 13338331 (0xCB86DB), 9367192 (0x8EEE98), 16749490 (0xFF93B2), or 16478047 (0xFB6F5F) | +| icon_custom_emoji_id | String | Optional | Unique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers. | + + +#### editForumTopic + + +Use this method to edit name and icon of a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | +| message_thread_id | Integer | Yes | Unique identifier for the target message thread of the forum topic | +| name | String | Optional | New topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept | +| icon_custom_emoji_id | String | Optional | New unique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers. Pass an empty string to remove the icon. If not specified, the current icon will be kept | + + +#### closeForumTopic + + +Use this method to close an open topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | +| message_thread_id | Integer | Yes | Unique identifier for the target message thread of the forum topic | + + +#### reopenForumTopic + + +Use this method to reopen a closed topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | +| message_thread_id | Integer | Yes | Unique identifier for the target message thread of the forum topic | + + +#### deleteForumTopic + + +Use this method to delete a forum topic along with all its messages in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_delete_messages administrator rights. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | +| message_thread_id | Integer | Yes | Unique identifier for the target message thread of the forum topic | + + +#### unpinAllForumTopicMessages + + +Use this method to clear the list of pinned messages in a forum topic. The bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | +| message_thread_id | Integer | Yes | Unique identifier for the target message thread of the forum topic | + + +#### editGeneralForumTopic + + +Use this method to edit the name of the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | +| name | String | Yes | New topic name, 1-128 characters | + + +#### closeGeneralForumTopic + + +Use this method to close an open 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + + +#### reopenGeneralForumTopic + + +Use this method to reopen a closed 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. The topic will be automatically unhidden if it was hidden. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + + +#### hideGeneralForumTopic + + +Use this method to hide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. The topic will be automatically closed if it was open. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + + +#### unhideGeneralForumTopic + + +Use this method to unhide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + + +#### unpinAllGeneralForumTopicMessages + + +Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + + +#### answerCallbackQuery + + +Use this method to send answers to callback queries sent from inline keyboards. The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, True is returned. + + +> Alternatively, the user can be redirected to the specified Game URL. For this option to work, you must first create a game for your bot via @BotFather and accept the terms. Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| callback_query_id | String | Yes | Unique identifier for the query to be answered | +| text | String | Optional | Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters | +| show_alert | Boolean | Optional | If True, an alert will be shown by the client instead of a notification at the top of the chat screen. Defaults to false. | +| url | String | Optional | URL that will be opened by the user's client. If you have created a Game and accepted the conditions via @BotFather, specify the URL that opens your game - note that this will only work if the query comes from a callback_game button. Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter. | +| cache_time | Integer | Optional | The maximum amount of time in seconds that the result of the callback query may be cached client-side. Telegram apps will support caching starting in version 3.14. Defaults to 0. | + + +#### getUserChatBoosts + + +Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a UserChatBoosts object. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the chat or username of the channel (in the format @channelusername) | +| user_id | Integer | Yes | Unique identifier of the target user | + + +#### getBusinessConnection + + +Use this method to get information about the connection of the bot with a business account. Returns a BusinessConnection object on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Yes | Unique identifier of the business connection | + + +#### setMyCommands + + +Use this method to change the list of the bot's commands. See this manual for more details about bot commands. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| commands | Array of BotCommand | Yes | A JSON-serialized list of bot commands to be set as the list of the bot's commands. At most 100 commands can be specified. | +| scope | BotCommandScope | Optional | A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to BotCommandScopeDefault. | +| language_code | String | Optional | A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands | + + +#### deleteMyCommands + + +Use this method to delete the list of the bot's commands for the given scope and user language. After deletion, higher level commands will be shown to affected users. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| scope | BotCommandScope | Optional | A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to BotCommandScopeDefault. | +| language_code | String | Optional | A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands | + + +#### getMyCommands + + +Use this method to get the current list of the bot's commands for the given scope and user language. Returns an Array of BotCommand objects. If commands aren't set, an empty list is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| scope | BotCommandScope | Optional | A JSON-serialized object, describing scope of users. Defaults to BotCommandScopeDefault. | +| language_code | String | Optional | A two-letter ISO 639-1 language code or an empty string | + + +#### setMyName + + +Use this method to change the bot's name. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| name | String | Optional | New bot name; 0-64 characters. Pass an empty string to remove the dedicated name for the given language. | +| language_code | String | Optional | A two-letter ISO 639-1 language code. If empty, the name will be shown to all users for whose language there is no dedicated name. | + + +#### getMyName + + +Use this method to get the current bot name for the given user language. Returns BotName on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| language_code | String | Optional | A two-letter ISO 639-1 language code or an empty string | + + +#### setMyDescription + + +Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| description | String | Optional | New bot description; 0-512 characters. Pass an empty string to remove the dedicated description for the given language. | +| language_code | String | Optional | A two-letter ISO 639-1 language code. If empty, the description will be applied to all users for whose language there is no dedicated description. | + + +#### getMyDescription + + +Use this method to get the current bot description for the given user language. Returns BotDescription on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| language_code | String | Optional | A two-letter ISO 639-1 language code or an empty string | + + +#### setMyShortDescription + + +Use this method to change the bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| short_description | String | Optional | New short description for the bot; 0-120 characters. Pass an empty string to remove the dedicated short description for the given language. | +| language_code | String | Optional | A two-letter ISO 639-1 language code. If empty, the short description will be applied to all users for whose language there is no dedicated short description. | + + +#### getMyShortDescription + + +Use this method to get the current bot short description for the given user language. Returns BotShortDescription on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| language_code | String | Optional | A two-letter ISO 639-1 language code or an empty string | + + +#### setChatMenuButton + + +Use this method to change the bot's menu button in a private chat, or the default menu button. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer | Optional | Unique identifier for the target private chat. If not specified, default bot's menu button will be changed | +| menu_button | MenuButton | Optional | A JSON-serialized object for the bot's new menu button. Defaults to MenuButtonDefault | + + +#### getChatMenuButton + + +Use this method to get the current value of the bot's menu button in a private chat, or the default menu button. Returns MenuButton on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer | Optional | Unique identifier for the target private chat. If not specified, default bot's menu button will be returned | + + +#### setMyDefaultAdministratorRights + + +Use this method to change the default administrator rights requested by the bot when it's added as an administrator to groups or channels. These rights will be suggested to users, but they are free to modify the list before adding the bot. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| rights | ChatAdministratorRights | Optional | A JSON-serialized object describing new default administrator rights. If not specified, the default administrator rights will be cleared. | +| for_channels | Boolean | Optional | Pass True to change the default administrator rights of the bot in channels. Otherwise, the default administrator rights of the bot for groups and supergroups will be changed. | + + +#### getMyDefaultAdministratorRights + + +Use this method to get the current default administrator rights of the bot. Returns ChatAdministratorRights on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| for_channels | Boolean | Optional | Pass True to get default administrator rights of the bot in channels. Otherwise, default administrator rights of the bot for groups and supergroups will be returned. | + + +#### Inline mode methods + + +Methods and objects used in the inline mode are described in the Inline mode section. + + +### Updating messages + + +The following methods allow you to change an existing message in the message history instead of sending a new one with a result of an action. This is most useful for messages with inline keyboards using callback queries, but can also help reduce clutter in conversations with regular chat bots. + + +Please note, that it is currently only possible to edit messages without reply_markup or with inline keyboards. + + +#### editMessageText + + +Use this method to edit text and game messages. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message to be edited was sent | +| chat_id | Integer or String | Optional | Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_id | Integer | Optional | Required if inline_message_id is not specified. Identifier of the message to edit | +| inline_message_id | String | Optional | Required if chat_id and message_id are not specified. Identifier of the inline message | +| text | String | Yes | New text of the message, 1-4096 characters after entities parsing | +| parse_mode | String | Optional | Mode for parsing entities in the message text. See formatting options for more details. | +| entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode | +| link_preview_options | LinkPreviewOptions | Optional | Link preview generation options for the message | +| reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for an inline keyboard. | + + +#### editMessageCaption + + +Use this method to edit captions of messages. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message to be edited was sent | +| chat_id | Integer or String | Optional | Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_id | Integer | Optional | Required if inline_message_id is not specified. Identifier of the message to edit | +| inline_message_id | String | Optional | Required if chat_id and message_id are not specified. Identifier of the inline message | +| caption | String | Optional | New caption of the message, 0-1024 characters after entities parsing | +| parse_mode | String | Optional | Mode for parsing entities in the message caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional | Pass True, if the caption must be shown above the message media. Supported only for animation, photo and video messages. | +| reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for an inline keyboard. | + + +#### editMessageMedia + + +Use this method to edit animation, audio, document, photo, or video messages, or to add media to text messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its file_id or specify a URL. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message to be edited was sent | +| chat_id | Integer or String | Optional | Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_id | Integer | Optional | Required if inline_message_id is not specified. Identifier of the message to edit | +| inline_message_id | String | Optional | Required if chat_id and message_id are not specified. Identifier of the inline message | +| media | InputMedia | Yes | A JSON-serialized object for a new media content of the message | +| reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for a new inline keyboard. | + + +#### editMessageLiveLocation + + +Use this method to edit live location messages. A location can be edited until its live_period expires or editing is explicitly disabled by a call to stopMessageLiveLocation. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message to be edited was sent | +| chat_id | Integer or String | Optional | Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_id | Integer | Optional | Required if inline_message_id is not specified. Identifier of the message to edit | +| inline_message_id | String | Optional | Required if chat_id and message_id are not specified. Identifier of the inline message | +| latitude | Float | Yes | Latitude of new location | +| longitude | Float | Yes | Longitude of new location | +| live_period | Integer | Optional | New period in seconds during which the location can be updated, starting from the message send date. If 0x7FFFFFFF is specified, then the location can be updated forever. Otherwise, the new value must not exceed the current live_period by more than a day, and the live location expiration date must remain within the next 90 days. If not specified, then live_period remains unchanged | +| horizontal_accuracy | Float | Optional | The radius of uncertainty for the location, measured in meters; 0-1500 | +| heading | Integer | Optional | Direction in which the user is moving, in degrees. Must be between 1 and 360 if specified. | +| proximity_alert_radius | Integer | Optional | The maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified. | +| reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for a new inline keyboard. | + + +#### stopMessageLiveLocation + + +Use this method to stop updating a live location message before live_period expires. On success, if the message is not an inline message, the edited Message is returned, otherwise True is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message to be edited was sent | +| chat_id | Integer or String | Optional | Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_id | Integer | Optional | Required if inline_message_id is not specified. Identifier of the message with live location to stop | +| inline_message_id | String | Optional | Required if chat_id and message_id are not specified. Identifier of the inline message | +| reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for a new inline keyboard. | + + +#### editMessageReplyMarkup + + +Use this method to edit only the reply markup of messages. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message to be edited was sent | +| chat_id | Integer or String | Optional | Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_id | Integer | Optional | Required if inline_message_id is not specified. Identifier of the message to edit | +| inline_message_id | String | Optional | Required if chat_id and message_id are not specified. Identifier of the inline message | +| reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for an inline keyboard. | + + +#### stopPoll + + +Use this method to stop a poll which was sent by the bot. On success, the stopped Poll is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message to be edited was sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_id | Integer | Yes | Identifier of the original message with the poll | +| reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for a new message inline keyboard. | + + +#### deleteMessage + + +Use this method to delete a message, including service messages, with the following limitations: - A message can only be deleted if it was sent less than 48 hours ago. - Service messages about a supergroup, channel, or forum topic creation can't be deleted. - A dice message in a private chat can only be deleted if it was sent more than 24 hours ago. - Bots can delete outgoing messages in private chats, groups, and supergroups. - Bots can delete incoming messages in private chats. - Bots granted can_post_messages permissions can delete outgoing messages in channels. - If the bot is an administrator of a group, it can delete any message there. - If the bot has can_delete_messages permission in a supergroup or a channel, it can delete any message there. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_id | Integer | Yes | Identifier of the message to delete | + + +#### deleteMessages + + +Use this method to delete multiple messages simultaneously. If some of the specified messages can't be found, they are skipped. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_ids | Array of Integer | Yes | A JSON-serialized list of 1-100 identifiers of messages to delete. See deleteMessage for limitations on which messages can be deleted | + + +### Stickers + + +The following methods and objects allow your bot to handle stickers and sticker sets. + + +#### Sticker + + +This object represents a sticker. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| file_id | String | Identifier for this file, which can be used to download or reuse the file | +| file_unique_id | String | Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | +| type | String | Type of the sticker, currently one of “regular”, “mask”, “custom_emoji”. The type of the sticker is independent from its format, which is determined by the fields is_animated and is_video. | +| width | Integer | Sticker width | +| height | Integer | Sticker height | +| is_animated | Boolean | True, if the sticker is animated | +| is_video | Boolean | True, if the sticker is a video sticker | +| thumbnail | PhotoSize | Optional. Sticker thumbnail in the .WEBP or .JPG format | +| emoji | String | Optional. Emoji associated with the sticker | +| set_name | String | Optional. Name of the sticker set to which the sticker belongs | +| premium_animation | File | Optional. For premium regular stickers, premium animation for the sticker | +| mask_position | MaskPosition | Optional. For mask stickers, the position where the mask should be placed | +| custom_emoji_id | String | Optional. For custom emoji stickers, unique identifier of the custom emoji | +| needs_repainting | True | Optional. True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places | +| file_size | Integer | Optional. File size in bytes | + + +#### StickerSet + + +This object represents a sticker set. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| name | String | Sticker set name | +| title | String | Sticker set title | +| sticker_type | String | Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji” | +| stickers | Array of Sticker | List of all set stickers | +| thumbnail | PhotoSize | Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format | + + +#### MaskPosition + + +This object describes the position on faces where a mask should be placed by default. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| point | String | The part of the face relative to which the mask should be placed. One of “forehead”, “eyes”, “mouth”, or “chin”. | +| x_shift | Float | Shift by X-axis measured in widths of the mask scaled to the face size, from left to right. For example, choosing -1.0 will place mask just to the left of the default mask position. | +| y_shift | Float | Shift by Y-axis measured in heights of the mask scaled to the face size, from top to bottom. For example, 1.0 will place the mask just below the default mask position. | +| scale | Float | Mask scaling coefficient. For example, 2.0 means double size. | + + +#### InputSticker + + +This object describes a sticker to be added to a sticker set. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| sticker | InputFile or String | The added sticker. Pass a file_id as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, upload a new one using multipart/form-data, or pass “attach://” to upload a new one using multipart/form-data under name. Animated and video stickers can't be uploaded via HTTP URL. More information on Sending Files » | +| format | String | Format of the added sticker, must be one of “static” for a .WEBP or .PNG image, “animated” for a .TGS animation, “video” for a WEBM video | +| emoji_list | Array of String | List of 1-20 emoji associated with the sticker | +| mask_position | MaskPosition | Optional. Position where the mask should be placed on faces. For “mask” stickers only. | +| keywords | Array of String | Optional. List of 0-20 search keywords for the sticker with total length of up to 64 characters. For “regular” and “custom_emoji” stickers only. | + + +#### sendSticker + + +Use this method to send static .WEBP, animated .TGS, or video .WEBM stickers. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| sticker | InputFile or String | Yes | Sticker to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a .WEBP sticker from the Internet, or upload a new .WEBP, .TGS, or .WEBM sticker using multipart/form-data. More information on Sending Files ». Video and animated stickers can't be sent via an HTTP URL. | +| emoji | String | Optional | Emoji associated with the sticker; only for just uploaded stickers | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + + +#### getStickerSet + + +Use this method to get a sticker set. On success, a StickerSet object is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| name | String | Yes | Name of the sticker set | + + +#### getCustomEmojiStickers + + +Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker objects. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| custom_emoji_ids | Array of String | Yes | A JSON-serialized list of custom emoji identifiers. At most 200 custom emoji identifiers can be specified. | + + +#### uploadStickerFile + + +Use this method to upload a file with a sticker for later use in the createNewStickerSet, addStickerToSet, or replaceStickerInSet methods (the file can be used multiple times). Returns the uploaded File on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | User identifier of sticker file owner | +| sticker | InputFile | Yes | A file with the sticker in .WEBP, .PNG, .TGS, or .WEBM format. See https://core.telegram.org/stickers for technical requirements. More information on Sending Files » | +| sticker_format | String | Yes | Format of the sticker, must be one of “static”, “animated”, “video” | + + +#### createNewStickerSet + + +Use this method to create a new sticker set owned by a user. The bot will be able to edit the sticker set thus created. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | User identifier of created sticker set owner | +| name | String | Yes | Short name of sticker set, to be used in t.me/addstickers/ URLs (e.g., animals). Can contain only English letters, digits and underscores. Must begin with a letter, can't contain consecutive underscores and must end in "_by_". is case insensitive. 1-64 characters. | +| title | String | Yes | Sticker set title, 1-64 characters | +| stickers | Array of InputSticker | Yes | A JSON-serialized list of 1-50 initial stickers to be added to the sticker set | +| sticker_type | String | Optional | Type of stickers in the set, pass “regular”, “mask”, or “custom_emoji”. By default, a regular sticker set is created. | +| needs_repainting | Boolean | Optional | Pass True if stickers in the sticker set must be repainted to the color of text when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context; for custom emoji sticker sets only | + + +#### addStickerToSet + + +Use this method to add a new sticker to a set created by the bot. Emoji sticker sets can have up to 200 stickers. Other sticker sets can have up to 120 stickers. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | User identifier of sticker set owner | +| name | String | Yes | Sticker set name | +| sticker | InputSticker | Yes | A JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set isn't changed. | + + +#### setStickerPositionInSet + + +Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| sticker | String | Yes | File identifier of the sticker | +| position | Integer | Yes | New sticker position in the set, zero-based | + + +#### deleteStickerFromSet + + +Use this method to delete a sticker from a set created by the bot. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| sticker | String | Yes | File identifier of the sticker | + + +#### replaceStickerInSet + + +Use this method to replace an existing sticker in a sticker set with a new one. The method is equivalent to calling deleteStickerFromSet, then addStickerToSet, then setStickerPositionInSet. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | User identifier of the sticker set owner | +| name | String | Yes | Sticker set name | +| old_sticker | String | Yes | File identifier of the replaced sticker | +| sticker | InputSticker | Yes | A JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set remains unchanged. | + + +#### setStickerEmojiList + + +Use this method to change the list of emoji assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| sticker | String | Yes | File identifier of the sticker | +| emoji_list | Array of String | Yes | A JSON-serialized list of 1-20 emoji associated with the sticker | + + +#### setStickerKeywords + + +Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| sticker | String | Yes | File identifier of the sticker | +| keywords | Array of String | Optional | A JSON-serialized list of 0-20 search keywords for the sticker with total length of up to 64 characters | + + +#### setStickerMaskPosition + + +Use this method to change the mask position of a mask sticker. The sticker must belong to a sticker set that was created by the bot. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| sticker | String | Yes | File identifier of the sticker | +| mask_position | MaskPosition | Optional | A JSON-serialized object with the position where the mask should be placed on faces. Omit the parameter to remove the mask position. | + + +#### setStickerSetTitle + + +Use this method to set the title of a created sticker set. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| name | String | Yes | Sticker set name | +| title | String | Yes | Sticker set title, 1-64 characters | + + +#### setStickerSetThumbnail + + +Use this method to set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the format of the stickers in the set. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| name | String | Yes | Sticker set name | +| user_id | Integer | Yes | User identifier of the sticker set owner | +| thumbnail | InputFile or String | Optional | A .WEBP or .PNG image with the thumbnail, must be up to 128 kilobytes in size and have a width and height of exactly 100px, or a .TGS animation with a thumbnail up to 32 kilobytes in size (see https://core.telegram.org/stickers#animation-requirements for animated sticker technical requirements), or a WEBM video with the thumbnail up to 32 kilobytes in size; see https://core.telegram.org/stickers#video-requirements for video sticker technical requirements. Pass a file_id as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files ». Animated and video sticker set thumbnails can't be uploaded via HTTP URL. If omitted, then the thumbnail is dropped and the first sticker is used as the thumbnail. | +| format | String | Yes | Format of the thumbnail, must be one of “static” for a .WEBP or .PNG image, “animated” for a .TGS animation, or “video” for a WEBM video | + + +#### setCustomEmojiStickerSetThumbnail + + +Use this method to set the thumbnail of a custom emoji sticker set. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| name | String | Yes | Sticker set name | +| custom_emoji_id | String | Optional | Custom emoji identifier of a sticker from the sticker set; pass an empty string to drop the thumbnail and use the first sticker as the thumbnail. | + + +#### deleteStickerSet + + +Use this method to delete a sticker set that was created by the bot. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| name | String | Yes | Sticker set name | + + +#### Gift + + +This object represents a gift that can be sent by the bot. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | String | Unique identifier of the gift | +| sticker | Sticker | The sticker that represents the gift | +| star_count | Integer | The number of Telegram Stars that must be paid to send the sticker | +| total_count | Integer | Optional. The total number of the gifts of this type that can be sent; for limited gifts only | +| remaining_count | Integer | Optional. The number of remaining gifts of this type that can be sent; for limited gifts only | + + +#### Gifts + + +This object represent a list of gifts. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| gifts | Array of Gift | The list of gifts | + + +#### getAvailableGifts + + +Returns the list of gifts that can be sent by the bot to users. Requires no parameters. Returns a Gifts object. + + +#### sendGift + + +Sends a gift to the given user. The gift can't be converted to Telegram Stars by the user. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | Unique identifier of the target user that will receive the gift | +| gift_id | String | Yes | Identifier of the gift | +| text | String | Optional | Text that will be shown along with the gift; 0-255 characters | +| text_parse_mode | String | Optional | Mode for parsing entities in the text. See formatting options for more details. Entities other than “bold”, “italic”, “underline”, “strikethrough”, “spoiler”, and “custom_emoji” are ignored. | +| text_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the gift text. It can be specified instead of text_parse_mode. Entities other than “bold”, “italic”, “underline”, “strikethrough”, “spoiler”, and “custom_emoji” are ignored. | + + +### Inline mode + + +The following methods and objects allow your bot to work in inline mode. Please see our Introduction to Inline bots for more details. + + +To enable this option, send the /setinline command to @BotFather and provide the placeholder text that the user will see in the input field after typing your bot's name. + + +#### InlineQuery + + +This object represents an incoming inline query. When the user sends an empty query, your bot could return some default or trending results. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | String | Unique identifier for this query | +| from | User | Sender | +| query | String | Text of the query (up to 256 characters) | +| offset | String | Offset of the results to be returned, can be controlled by the bot | +| chat_type | String | Optional. Type of the chat from which the inline query was sent. Can be either “sender” for a private chat with the inline query sender, “private”, “group”, “supergroup”, or “channel”. The chat type should be always known for requests sent from official clients and most third-party clients, unless the request was sent from a secret chat | +| location | Location | Optional. Sender location, only for bots that request user location | + + +#### answerInlineQuery + + +Use this method to send answers to an inline query. On success, True is returned. No more than 50 results per query are allowed. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| inline_query_id | String | Yes | Unique identifier for the answered query | +| results | Array of InlineQueryResult | Yes | A JSON-serialized array of results for the inline query | +| cache_time | Integer | Optional | The maximum amount of time in seconds that the result of the inline query may be cached on the server. Defaults to 300. | +| is_personal | Boolean | Optional | Pass True if results may be cached on the server side only for the user that sent the query. By default, results may be returned to any user who sends the same query. | +| next_offset | String | Optional | Pass the offset that a client should send in the next query with the same text to receive more results. Pass an empty string if there are no more results or if you don't support pagination. Offset length can't exceed 64 bytes. | +| button | InlineQueryResultsButton | Optional | A JSON-serialized object describing a button to be shown above inline query results | + + +#### InlineQueryResultsButton + + +This object represents a button to be shown above inline query results. You must use exactly one of the optional fields. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| text | String | Label text on the button | +| web_app | WebAppInfo | Optional. Description of the Web App that will be launched when the user presses the button. The Web App will be able to switch back to the inline mode using the method switchInlineQuery inside the Web App. | +| start_parameter | String | Optional. Deep-linking parameter for the /start message sent to the bot when a user presses the button. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed. Example: An inline bot that sends YouTube videos can ask the user to connect the bot to their YouTube account to adapt search results accordingly. To do this, it displays a 'Connect your YouTube account' button above the results, or even before showing any. The user presses the button, switches to a private chat with the bot and, in doing so, passes a start parameter that instructs the bot to return an OAuth link. Once done, the bot can offer a switch_inline button so that the user can easily return to the chat where they wanted to use the bot's inline capabilities. | + + +#### InlineQueryResult + + +This object represents one result of an inline query. Telegram clients currently support results of the following 20 types: + + +* InlineQueryResultCachedAudio +* InlineQueryResultCachedDocument +* InlineQueryResultCachedGif +* InlineQueryResultCachedMpeg4Gif +* InlineQueryResultCachedPhoto +* InlineQueryResultCachedSticker +* InlineQueryResultCachedVideo +* InlineQueryResultCachedVoice +* InlineQueryResultArticle +* InlineQueryResultAudio +* InlineQueryResultContact +* InlineQueryResultGame +* InlineQueryResultDocument +* InlineQueryResultGif +* InlineQueryResultLocation +* InlineQueryResultMpeg4Gif +* InlineQueryResultPhoto +* InlineQueryResultVenue +* InlineQueryResultVideo +* InlineQueryResultVoice + + +Note: All URLs passed in inline query results will be available to end users and therefore must be assumed to be public. + + +#### InlineQueryResultArticle + + +Represents a link to an article or web page. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be article | +| id | String | Unique identifier for this result, 1-64 Bytes | +| title | String | Title of the result | +| input_message_content | InputMessageContent | Content of the message to be sent | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| url | String | Optional. URL of the result | +| hide_url | Boolean | Optional. Pass True if you don't want the URL to be shown in the message | +| description | String | Optional. Short description of the result | +| thumbnail_url | String | Optional. Url of the thumbnail for the result | +| thumbnail_width | Integer | Optional. Thumbnail width | +| thumbnail_height | Integer | Optional. Thumbnail height | + + +#### InlineQueryResultPhoto + + +Represents a link to a photo. By default, this photo will be sent by the user with optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the photo. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be photo | +| id | String | Unique identifier for this result, 1-64 bytes | +| photo_url | String | A valid URL of the photo. Photo must be in JPEG format. Photo size must not exceed 5MB | +| thumbnail_url | String | URL of the thumbnail for the photo | +| photo_width | Integer | Optional. Width of the photo | +| photo_height | Integer | Optional. Height of the photo | +| title | String | Optional. Title for the result | +| description | String | Optional. Short description of the result | +| caption | String | Optional. Caption of the photo to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the photo caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional. Pass True, if the caption must be shown above the message media | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the photo | + + +#### InlineQueryResultGif + + +Represents a link to an animated GIF file. By default, this animated GIF file will be sent by the user with optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the animation. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be gif | +| id | String | Unique identifier for this result, 1-64 bytes | +| gif_url | String | A valid URL for the GIF file. File size must not exceed 1MB | +| gif_width | Integer | Optional. Width of the GIF | +| gif_height | Integer | Optional. Height of the GIF | +| gif_duration | Integer | Optional. Duration of the GIF in seconds | +| thumbnail_url | String | URL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the result | +| thumbnail_mime_type | String | Optional. MIME type of the thumbnail, must be one of “image/jpeg”, “image/gif”, or “video/mp4”. Defaults to “image/jpeg” | +| title | String | Optional. Title for the result | +| caption | String | Optional. Caption of the GIF file to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional. Pass True, if the caption must be shown above the message media | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the GIF animation | + + +#### InlineQueryResultMpeg4Gif + + +Represents a link to a video animation (H.264/MPEG-4 AVC video without sound). By default, this animated MPEG-4 file will be sent by the user with optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the animation. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be mpeg4_gif | +| id | String | Unique identifier for this result, 1-64 bytes | +| mpeg4_url | String | A valid URL for the MPEG4 file. File size must not exceed 1MB | +| mpeg4_width | Integer | Optional. Video width | +| mpeg4_height | Integer | Optional. Video height | +| mpeg4_duration | Integer | Optional. Video duration in seconds | +| thumbnail_url | String | URL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the result | +| thumbnail_mime_type | String | Optional. MIME type of the thumbnail, must be one of “image/jpeg”, “image/gif”, or “video/mp4”. Defaults to “image/jpeg” | +| title | String | Optional. Title for the result | +| caption | String | Optional. Caption of the MPEG-4 file to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional. Pass True, if the caption must be shown above the message media | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the video animation | + + +#### InlineQueryResultVideo + + +Represents a link to a page containing an embedded video player or a video file. By default, this video file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the video. + + +> If an InlineQueryResultVideo message contains an embedded video (e.g., YouTube), you must replace its content using input_message_content. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be video | +| id | String | Unique identifier for this result, 1-64 bytes | +| video_url | String | A valid URL for the embedded video player or video file | +| mime_type | String | MIME type of the content of the video URL, “text/html” or “video/mp4” | +| thumbnail_url | String | URL of the thumbnail (JPEG only) for the video | +| title | String | Title for the result | +| caption | String | Optional. Caption of the video to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the video caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional. Pass True, if the caption must be shown above the message media | +| video_width | Integer | Optional. Video width | +| video_height | Integer | Optional. Video height | +| video_duration | Integer | Optional. Video duration in seconds | +| description | String | Optional. Short description of the result | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the video. This field is required if InlineQueryResultVideo is used to send an HTML-page as a result (e.g., a YouTube video). | + + +#### InlineQueryResultAudio + + +Represents a link to an MP3 audio file. By default, this audio file will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the audio. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be audio | +| id | String | Unique identifier for this result, 1-64 bytes | +| audio_url | String | A valid URL for the audio file | +| title | String | Title | +| caption | String | Optional. Caption, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the audio caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| performer | String | Optional. Performer | +| audio_duration | Integer | Optional. Audio duration in seconds | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the audio | + + +#### InlineQueryResultVoice + + +Represents a link to a voice recording in an .OGG container encoded with OPUS. By default, this voice recording will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the the voice message. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be voice | +| id | String | Unique identifier for this result, 1-64 bytes | +| voice_url | String | A valid URL for the voice recording | +| title | String | Recording title | +| caption | String | Optional. Caption, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the voice message caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| voice_duration | Integer | Optional. Recording duration in seconds | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the voice recording | + + +#### InlineQueryResultDocument + + +Represents a link to a file. By default, this file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the file. Currently, only .PDF and .ZIP files can be sent using this method. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be document | +| id | String | Unique identifier for this result, 1-64 bytes | +| title | String | Title for the result | +| caption | String | Optional. Caption of the document to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the document caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| document_url | String | A valid URL for the file | +| mime_type | String | MIME type of the content of the file, either “application/pdf” or “application/zip” | +| description | String | Optional. Short description of the result | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the file | +| thumbnail_url | String | Optional. URL of the thumbnail (JPEG only) for the file | +| thumbnail_width | Integer | Optional. Thumbnail width | +| thumbnail_height | Integer | Optional. Thumbnail height | + + +#### InlineQueryResultLocation + + +Represents a location on a map. By default, the location will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the location. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be location | +| id | String | Unique identifier for this result, 1-64 Bytes | +| latitude | Float | Location latitude in degrees | +| longitude | Float | Location longitude in degrees | +| title | String | Location title | +| horizontal_accuracy | Float | Optional. The radius of uncertainty for the location, measured in meters; 0-1500 | +| live_period | Integer | Optional. Period in seconds during which the location can be updated, should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely. | +| heading | Integer | Optional. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified. | +| proximity_alert_radius | Integer | Optional. For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified. | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the location | +| thumbnail_url | String | Optional. Url of the thumbnail for the result | +| thumbnail_width | Integer | Optional. Thumbnail width | +| thumbnail_height | Integer | Optional. Thumbnail height | + + +#### InlineQueryResultVenue + + +Represents a venue. By default, the venue will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the venue. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be venue | +| id | String | Unique identifier for this result, 1-64 Bytes | +| latitude | Float | Latitude of the venue location in degrees | +| longitude | Float | Longitude of the venue location in degrees | +| title | String | Title of the venue | +| address | String | Address of the venue | +| foursquare_id | String | Optional. Foursquare identifier of the venue if known | +| foursquare_type | String | Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) | +| google_place_id | String | Optional. Google Places identifier of the venue | +| google_place_type | String | Optional. Google Places type of the venue. (See supported types.) | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the venue | +| thumbnail_url | String | Optional. Url of the thumbnail for the result | +| thumbnail_width | Integer | Optional. Thumbnail width | +| thumbnail_height | Integer | Optional. Thumbnail height | + + +#### InlineQueryResultContact + + +Represents a contact with a phone number. By default, this contact will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the contact. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be contact | +| id | String | Unique identifier for this result, 1-64 Bytes | +| phone_number | String | Contact's phone number | +| first_name | String | Contact's first name | +| last_name | String | Optional. Contact's last name | +| vcard | String | Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the contact | +| thumbnail_url | String | Optional. Url of the thumbnail for the result | +| thumbnail_width | Integer | Optional. Thumbnail width | +| thumbnail_height | Integer | Optional. Thumbnail height | + + +#### InlineQueryResultGame + + +Represents a Game. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be game | +| id | String | Unique identifier for this result, 1-64 bytes | +| game_short_name | String | Short name of the game | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | + + +#### InlineQueryResultCachedPhoto + + +Represents a link to a photo stored on the Telegram servers. By default, this photo will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the photo. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be photo | +| id | String | Unique identifier for this result, 1-64 bytes | +| photo_file_id | String | A valid file identifier of the photo | +| title | String | Optional. Title for the result | +| description | String | Optional. Short description of the result | +| caption | String | Optional. Caption of the photo to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the photo caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional. Pass True, if the caption must be shown above the message media | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the photo | + + +#### InlineQueryResultCachedGif + + +Represents a link to an animated GIF file stored on the Telegram servers. By default, this animated GIF file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with specified content instead of the animation. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be gif | +| id | String | Unique identifier for this result, 1-64 bytes | +| gif_file_id | String | A valid file identifier for the GIF file | +| title | String | Optional. Title for the result | +| caption | String | Optional. Caption of the GIF file to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional. Pass True, if the caption must be shown above the message media | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the GIF animation | + + +#### InlineQueryResultCachedMpeg4Gif + + +Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers. By default, this animated MPEG-4 file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the animation. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be mpeg4_gif | +| id | String | Unique identifier for this result, 1-64 bytes | +| mpeg4_file_id | String | A valid file identifier for the MPEG4 file | +| title | String | Optional. Title for the result | +| caption | String | Optional. Caption of the MPEG-4 file to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional. Pass True, if the caption must be shown above the message media | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the video animation | + + +#### InlineQueryResultCachedSticker + + +Represents a link to a sticker stored on the Telegram servers. By default, this sticker will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the sticker. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be sticker | +| id | String | Unique identifier for this result, 1-64 bytes | +| sticker_file_id | String | A valid file identifier of the sticker | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the sticker | + + +#### InlineQueryResultCachedDocument + + +Represents a link to a file stored on the Telegram servers. By default, this file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the file. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be document | +| id | String | Unique identifier for this result, 1-64 bytes | +| title | String | Title for the result | +| document_file_id | String | A valid file identifier for the file | +| description | String | Optional. Short description of the result | +| caption | String | Optional. Caption of the document to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the document caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the file | + + +#### InlineQueryResultCachedVideo + + +Represents a link to a video file stored on the Telegram servers. By default, this video file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the video. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be video | +| id | String | Unique identifier for this result, 1-64 bytes | +| video_file_id | String | A valid file identifier for the video file | +| title | String | Title for the result | +| description | String | Optional. Short description of the result | +| caption | String | Optional. Caption of the video to be sent, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the video caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| show_caption_above_media | Boolean | Optional. Pass True, if the caption must be shown above the message media | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the video | + + +#### InlineQueryResultCachedVoice + + +Represents a link to a voice message stored on the Telegram servers. By default, this voice message will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the voice message. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be voice | +| id | String | Unique identifier for this result, 1-64 bytes | +| voice_file_id | String | A valid file identifier for the voice message | +| title | String | Voice message title | +| caption | String | Optional. Caption, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the voice message caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the voice message | + + +#### InlineQueryResultCachedAudio + + +Represents a link to an MP3 audio file stored on the Telegram servers. By default, this audio file will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the audio. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the result, must be audio | +| id | String | Unique identifier for this result, 1-64 bytes | +| audio_file_id | String | A valid file identifier for the audio file | +| caption | String | Optional. Caption, 0-1024 characters after entities parsing | +| parse_mode | String | Optional. Mode for parsing entities in the audio caption. See formatting options for more details. | +| caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | +| reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | +| input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the audio | + + +#### InputMessageContent + + +This object represents the content of a message to be sent as a result of an inline query. Telegram clients currently support the following 5 types: + + +* InputTextMessageContent +* InputLocationMessageContent +* InputVenueMessageContent +* InputContactMessageContent +* InputInvoiceMessageContent + + +#### InputTextMessageContent + + +Represents the content of a text message to be sent as the result of an inline query. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| message_text | String | Text of the message to be sent, 1-4096 characters | +| parse_mode | String | Optional. Mode for parsing entities in the message text. See formatting options for more details. | +| entities | Array of MessageEntity | Optional. List of special entities that appear in message text, which can be specified instead of parse_mode | +| link_preview_options | LinkPreviewOptions | Optional. Link preview generation options for the message | + + +#### InputLocationMessageContent + + +Represents the content of a location message to be sent as the result of an inline query. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| latitude | Float | Latitude of the location in degrees | +| longitude | Float | Longitude of the location in degrees | +| horizontal_accuracy | Float | Optional. The radius of uncertainty for the location, measured in meters; 0-1500 | +| live_period | Integer | Optional. Period in seconds during which the location can be updated, should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely. | +| heading | Integer | Optional. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified. | +| proximity_alert_radius | Integer | Optional. For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified. | + + +#### InputVenueMessageContent + + +Represents the content of a venue message to be sent as the result of an inline query. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| latitude | Float | Latitude of the venue in degrees | +| longitude | Float | Longitude of the venue in degrees | +| title | String | Name of the venue | +| address | String | Address of the venue | +| foursquare_id | String | Optional. Foursquare identifier of the venue, if known | +| foursquare_type | String | Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) | +| google_place_id | String | Optional. Google Places identifier of the venue | +| google_place_type | String | Optional. Google Places type of the venue. (See supported types.) | + + +#### InputContactMessageContent + + +Represents the content of a contact message to be sent as the result of an inline query. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| phone_number | String | Contact's phone number | +| first_name | String | Contact's first name | +| last_name | String | Optional. Contact's last name | +| vcard | String | Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes | + + +#### InputInvoiceMessageContent + + +Represents the content of an invoice message to be sent as the result of an inline query. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| title | String | Product name, 1-32 characters | +| description | String | Product description, 1-255 characters | +| payload | String | Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes. | +| provider_token | String | Optional. Payment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars. | +| currency | String | Three-letter ISO 4217 currency code, see more on currencies. Pass “XTR” for payments in Telegram Stars. | +| prices | Array of LabeledPrice | Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in Telegram Stars. | +| max_tip_amount | Integer | Optional. The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in Telegram Stars. | +| suggested_tip_amounts | Array of Integer | Optional. A JSON-serialized array of suggested amounts of tip in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount. | +| provider_data | String | Optional. A JSON-serialized object for data about the invoice, which will be shared with the payment provider. A detailed description of the required fields should be provided by the payment provider. | +| photo_url | String | Optional. URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. | +| photo_size | Integer | Optional. Photo size in bytes | +| photo_width | Integer | Optional. Photo width | +| photo_height | Integer | Optional. Photo height | +| need_name | Boolean | Optional. Pass True if you require the user's full name to complete the order. Ignored for payments in Telegram Stars. | +| need_phone_number | Boolean | Optional. Pass True if you require the user's phone number to complete the order. Ignored for payments in Telegram Stars. | +| need_email | Boolean | Optional. Pass True if you require the user's email address to complete the order. Ignored for payments in Telegram Stars. | +| need_shipping_address | Boolean | Optional. Pass True if you require the user's shipping address to complete the order. Ignored for payments in Telegram Stars. | +| send_phone_number_to_provider | Boolean | Optional. Pass True if the user's phone number should be sent to the provider. Ignored for payments in Telegram Stars. | +| send_email_to_provider | Boolean | Optional. Pass True if the user's email address should be sent to the provider. Ignored for payments in Telegram Stars. | +| is_flexible | Boolean | Optional. Pass True if the final price depends on the shipping method. Ignored for payments in Telegram Stars. | + + +#### ChosenInlineResult + + +Represents a result of an inline query that was chosen by the user and sent to their chat partner. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| result_id | String | The unique identifier for the result that was chosen | +| from | User | The user that chose the result | +| location | Location | Optional. Sender location, only for bots that require user location | +| inline_message_id | String | Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. Will be also received in callback queries and can be used to edit the message. | +| query | String | The query that was used to obtain the result | + + +Note: It is necessary to enable inline feedback via @BotFather in order to receive these objects in updates. + + +#### answerWebAppQuery + + +Use this method to set the result of an interaction with a Web App and send a corresponding message on behalf of the user to the chat from which the query originated. On success, a SentWebAppMessage object is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| web_app_query_id | String | Yes | Unique identifier for the query to be answered | +| result | InlineQueryResult | Yes | A JSON-serialized object describing the message to be sent | + + +#### SentWebAppMessage + + +Describes an inline message sent by a Web App on behalf of a user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| inline_message_id | String | Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. | + + +#### savePreparedInlineMessage + + +Stores a message that can be sent by a user of a Mini App. Returns a PreparedInlineMessage object. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | Unique identifier of the target user that can use the prepared message | +| result | InlineQueryResult | Yes | A JSON-serialized object describing the message to be sent | +| allow_user_chats | Boolean | Optional | Pass True if the message can be sent to private chats with users | +| allow_bot_chats | Boolean | Optional | Pass True if the message can be sent to private chats with bots | +| allow_group_chats | Boolean | Optional | Pass True if the message can be sent to group and supergroup chats | +| allow_channel_chats | Boolean | Optional | Pass True if the message can be sent to channel chats | + + +#### PreparedInlineMessage + + +Describes an inline message to be sent by a user of a Mini App. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | String | Unique identifier of the prepared message | +| expiration_date | Integer | Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used | + + +### Payments + + +Your bot can accept payments from Telegram users. Please see the introduction to payments for more details on the process and how to set up payments for your bot. + + +#### sendInvoice + + +Use this method to send invoices. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| title | String | Yes | Product name, 1-32 characters | +| description | String | Yes | Product description, 1-255 characters | +| payload | String | Yes | Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes. | +| provider_token | String | Optional | Payment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars. | +| currency | String | Yes | Three-letter ISO 4217 currency code, see more on currencies. Pass “XTR” for payments in Telegram Stars. | +| prices | Array of LabeledPrice | Yes | Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in Telegram Stars. | +| max_tip_amount | Integer | Optional | The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in Telegram Stars. | +| suggested_tip_amounts | Array of Integer | Optional | A JSON-serialized array of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount. | +| start_parameter | String | Optional | Unique deep-linking parameter. If left empty, forwarded copies of the sent message will have a Pay button, allowing multiple users to pay directly from the forwarded message, using the same invoice. If non-empty, forwarded copies of the sent message will have a URL button with a deep link to the bot (instead of a Pay button), with the value used as the start parameter | +| provider_data | String | Optional | JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider. | +| photo_url | String | Optional | URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for. | +| photo_size | Integer | Optional | Photo size in bytes | +| photo_width | Integer | Optional | Photo width | +| photo_height | Integer | Optional | Photo height | +| need_name | Boolean | Optional | Pass True if you require the user's full name to complete the order. Ignored for payments in Telegram Stars. | +| need_phone_number | Boolean | Optional | Pass True if you require the user's phone number to complete the order. Ignored for payments in Telegram Stars. | +| need_email | Boolean | Optional | Pass True if you require the user's email address to complete the order. Ignored for payments in Telegram Stars. | +| need_shipping_address | Boolean | Optional | Pass True if you require the user's shipping address to complete the order. Ignored for payments in Telegram Stars. | +| send_phone_number_to_provider | Boolean | Optional | Pass True if the user's phone number should be sent to the provider. Ignored for payments in Telegram Stars. | +| send_email_to_provider | Boolean | Optional | Pass True if the user's email address should be sent to the provider. Ignored for payments in Telegram Stars. | +| is_flexible | Boolean | Optional | Pass True if the final price depends on the shipping method. Ignored for payments in Telegram Stars. | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for an inline keyboard. If empty, one 'Pay total price' button will be shown. If not empty, the first button must be a Pay button. | + + +#### createInvoiceLink + + +Use this method to create a link for an invoice. Returns the created invoice link as String on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the link will be created. For payments in Telegram Stars only. | +| title | String | Yes | Product name, 1-32 characters | +| description | String | Yes | Product description, 1-255 characters | +| payload | String | Yes | Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes. | +| provider_token | String | Optional | Payment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars. | +| currency | String | Yes | Three-letter ISO 4217 currency code, see more on currencies. Pass “XTR” for payments in Telegram Stars. | +| prices | Array of LabeledPrice | Yes | Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in Telegram Stars. | +| subscription_period | Integer | Optional | The number of seconds the subscription will be active for before the next payment. The currency must be set to “XTR” (Telegram Stars) if the parameter is used. Currently, it must always be 2592000 (30 days) if specified. Any number of subscriptions can be active for a given bot at the same time, including multiple concurrent subscriptions from the same user. | +| max_tip_amount | Integer | Optional | The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in Telegram Stars. | +| suggested_tip_amounts | Array of Integer | Optional | A JSON-serialized array of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount. | +| provider_data | String | Optional | JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider. | +| photo_url | String | Optional | URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. | +| photo_size | Integer | Optional | Photo size in bytes | +| photo_width | Integer | Optional | Photo width | +| photo_height | Integer | Optional | Photo height | +| need_name | Boolean | Optional | Pass True if you require the user's full name to complete the order. Ignored for payments in Telegram Stars. | +| need_phone_number | Boolean | Optional | Pass True if you require the user's phone number to complete the order. Ignored for payments in Telegram Stars. | +| need_email | Boolean | Optional | Pass True if you require the user's email address to complete the order. Ignored for payments in Telegram Stars. | +| need_shipping_address | Boolean | Optional | Pass True if you require the user's shipping address to complete the order. Ignored for payments in Telegram Stars. | +| send_phone_number_to_provider | Boolean | Optional | Pass True if the user's phone number should be sent to the provider. Ignored for payments in Telegram Stars. | +| send_email_to_provider | Boolean | Optional | Pass True if the user's email address should be sent to the provider. Ignored for payments in Telegram Stars. | +| is_flexible | Boolean | Optional | Pass True if the final price depends on the shipping method. Ignored for payments in Telegram Stars. | + + +#### answerShippingQuery + + +If you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the Bot API will send an Update with a shipping_query field to the bot. Use this method to reply to shipping queries. On success, True is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| shipping_query_id | String | Yes | Unique identifier for the query to be answered | +| ok | Boolean | Yes | Pass True if delivery to the specified address is possible and False if there are any problems (for example, if delivery to the specified address is not possible) | +| shipping_options | Array of ShippingOption | Optional | Required if ok is True. A JSON-serialized array of available shipping options. | +| error_message | String | Optional | Required if ok is False. Error message in human readable form that explains why it is impossible to complete the order (e.g. "Sorry, delivery to your desired address is unavailable'). Telegram will display this message to the user. | + + +#### answerPreCheckoutQuery + + +Once the user has confirmed their payment and shipping details, the Bot API sends the final confirmation in the form of an Update with the field pre_checkout_query. Use this method to respond to such pre-checkout queries. On success, True is returned. Note: The Bot API must receive an answer within 10 seconds after the pre-checkout query was sent. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| pre_checkout_query_id | String | Yes | Unique identifier for the query to be answered | +| ok | Boolean | Yes | Specify True if everything is alright (goods are available, etc.) and the bot is ready to proceed with the order. Use False if there are any problems. | +| error_message | String | Optional | Required if ok is False. Error message in human readable form that explains the reason for failure to proceed with the checkout (e.g. "Sorry, somebody just bought the last of our amazing black T-shirts while you were busy filling out your payment details. Please choose a different color or garment!"). Telegram will display this message to the user. | + + +#### getStarTransactions + + +Returns the bot's Telegram Star transactions in chronological order. On success, returns a StarTransactions object. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| offset | Integer | Optional | Number of transactions to skip in the response | +| limit | Integer | Optional | The maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100. | + + +#### refundStarPayment + + +Refunds a successful payment in Telegram Stars. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | Identifier of the user whose payment will be refunded | +| telegram_payment_charge_id | String | Yes | Telegram payment identifier | + + +#### editUserStarSubscription + + +Allows the bot to cancel or re-enable extension of a subscription paid in Telegram Stars. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | Identifier of the user whose subscription will be edited | +| telegram_payment_charge_id | String | Yes | Telegram payment identifier for the subscription | +| is_canceled | Boolean | Yes | Pass True to cancel extension of the user subscription; the subscription must be active up to the end of the current subscription period. Pass False to allow the user to re-enable a subscription that was previously canceled by the bot. | + + +#### LabeledPrice + + +This object represents a portion of the price for goods or services. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| label | String | Portion label | +| amount | Integer | Price of the product in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). | + + +#### Invoice + + +This object contains basic information about an invoice. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| title | String | Product name | +| description | String | Product description | +| start_parameter | String | Unique bot deep-linking parameter that can be used to generate this invoice | +| currency | String | Three-letter ISO 4217 currency code, or “XTR” for payments in Telegram Stars | +| total_amount | Integer | Total price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). | + + +#### ShippingAddress + + +This object represents a shipping address. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| country_code | String | Two-letter ISO 3166-1 alpha-2 country code | +| state | String | State, if applicable | +| city | String | City | +| street_line1 | String | First line for the address | +| street_line2 | String | Second line for the address | +| post_code | String | Address post code | + + +#### OrderInfo + + +This object represents information about an order. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| name | String | Optional. User name | +| phone_number | String | Optional. User's phone number | +| email | String | Optional. User email | +| shipping_address | ShippingAddress | Optional. User shipping address | + + +#### ShippingOption + + +This object represents one shipping option. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | String | Shipping option identifier | +| title | String | Option title | +| prices | Array of LabeledPrice | List of price portions | + + +#### SuccessfulPayment + + +This object contains basic information about a successful payment. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| currency | String | Three-letter ISO 4217 currency code, or “XTR” for payments in Telegram Stars | +| total_amount | Integer | Total price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). | +| invoice_payload | String | Bot-specified invoice payload | +| subscription_expiration_date | Integer | Optional. Expiration date of the subscription, in Unix time; for recurring payments only | +| is_recurring | True | Optional. True, if the payment is a recurring payment for a subscription | +| is_first_recurring | True | Optional. True, if the payment is the first payment for a subscription | +| shipping_option_id | String | Optional. Identifier of the shipping option chosen by the user | +| order_info | OrderInfo | Optional. Order information provided by the user | +| telegram_payment_charge_id | String | Telegram payment identifier | +| provider_payment_charge_id | String | Provider payment identifier | + + +#### RefundedPayment + + +This object contains basic information about a refunded payment. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| currency | String | Three-letter ISO 4217 currency code, or “XTR” for payments in Telegram Stars. Currently, always “XTR” | +| total_amount | Integer | Total refunded price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45, total_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). | +| invoice_payload | String | Bot-specified invoice payload | +| telegram_payment_charge_id | String | Telegram payment identifier | +| provider_payment_charge_id | String | Optional. Provider payment identifier | + + +#### ShippingQuery + + +This object contains information about an incoming shipping query. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | String | Unique query identifier | +| from | User | User who sent the query | +| invoice_payload | String | Bot-specified invoice payload | +| shipping_address | ShippingAddress | User specified shipping address | + + +#### PreCheckoutQuery + + +This object contains information about an incoming pre-checkout query. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | String | Unique query identifier | +| from | User | User who sent the query | +| currency | String | Three-letter ISO 4217 currency code, or “XTR” for payments in Telegram Stars | +| total_amount | Integer | Total price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). | +| invoice_payload | String | Bot-specified invoice payload | +| shipping_option_id | String | Optional. Identifier of the shipping option chosen by the user | +| order_info | OrderInfo | Optional. Order information provided by the user | + + +#### PaidMediaPurchased + + +This object contains information about a paid media purchase. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| from | User | User who purchased the media | +| paid_media_payload | String | Bot-specified paid media payload | + + +#### RevenueWithdrawalState + + +This object describes the state of a revenue withdrawal operation. Currently, it can be one of + + +* RevenueWithdrawalStatePending +* RevenueWithdrawalStateSucceeded +* RevenueWithdrawalStateFailed + + +#### RevenueWithdrawalStatePending + + +The withdrawal is in progress. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the state, always “pending” | + + +#### RevenueWithdrawalStateSucceeded + + +The withdrawal succeeded. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the state, always “succeeded” | +| date | Integer | Date the withdrawal was completed in Unix time | +| url | String | An HTTPS URL that can be used to see transaction details | + + +#### RevenueWithdrawalStateFailed + + +The withdrawal failed and the transaction was refunded. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the state, always “failed” | + + +#### TransactionPartner + + +This object describes the source of a transaction, or its recipient for outgoing transactions. Currently, it can be one of + + +* TransactionPartnerUser +* TransactionPartnerFragment +* TransactionPartnerTelegramAds +* TransactionPartnerTelegramApi +* TransactionPartnerOther + + +#### TransactionPartnerUser + + +Describes a transaction with a user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the transaction partner, always “user” | +| user | User | Information about the user | +| invoice_payload | String | Optional. Bot-specified invoice payload | +| subscription_period | Integer | Optional. The duration of the paid subscription | +| paid_media | Array of PaidMedia | Optional. Information about the paid media bought by the user | +| paid_media_payload | String | Optional. Bot-specified paid media payload | +| gift | Gift | Optional. The gift sent to the user by the bot | + + +#### TransactionPartnerFragment + + +Describes a withdrawal transaction with Fragment. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the transaction partner, always “fragment” | +| withdrawal_state | RevenueWithdrawalState | Optional. State of the transaction if the transaction is outgoing | + + +#### TransactionPartnerTelegramAds + + +Describes a withdrawal transaction to the Telegram Ads platform. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the transaction partner, always “telegram_ads” | + + +#### TransactionPartnerTelegramApi + + +Describes a transaction with payment for paid broadcasting. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the transaction partner, always “telegram_api” | +| request_count | Integer | The number of successful requests that exceeded regular limits and were therefore billed | + + +#### TransactionPartnerOther + + +Describes a transaction with an unknown source or recipient. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the transaction partner, always “other” | + + +#### StarTransaction + + +Describes a Telegram Star transaction. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | String | Unique identifier of the transaction. Coincides with the identifier of the original transaction for refund transactions. Coincides with SuccessfulPayment.telegram_payment_charge_id for successful incoming payments from users. | +| amount | Integer | Number of Telegram Stars transferred by the transaction | +| date | Integer | Date the transaction was created in Unix time | +| source | TransactionPartner | Optional. Source of an incoming transaction (e.g., a user purchasing goods or services, Fragment refunding a failed withdrawal). Only for incoming transactions | +| receiver | TransactionPartner | Optional. Receiver of an outgoing transaction (e.g., a user for a purchase refund, Fragment for a withdrawal). Only for outgoing transactions | + + +#### StarTransactions + + +Contains a list of Telegram Star transactions. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| transactions | Array of StarTransaction | The list of transactions | + + +### Telegram Passport + + +Telegram Passport is a unified authorization method for services that require personal identification. Users can upload their documents once, then instantly share their data with services that require real-world ID (finance, ICOs, etc.). Please see the manual for details. + + +#### PassportData + + +Describes Telegram Passport data shared with the bot by the user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| data | Array of EncryptedPassportElement | Array with information about documents and other Telegram Passport elements that was shared with the bot | +| credentials | EncryptedCredentials | Encrypted credentials required to decrypt the data | + + +#### PassportFile + + +This object represents a file uploaded to Telegram Passport. Currently all Telegram Passport files are in JPEG format when decrypted and don't exceed 10MB. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| file_id | String | Identifier for this file, which can be used to download or reuse the file | +| file_unique_id | String | Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | +| file_size | Integer | File size in bytes | +| file_date | Integer | Unix time when the file was uploaded | + + +#### EncryptedPassportElement + + +Describes documents or other Telegram Passport elements shared with the bot by the user. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Element type. One of “personal_details”, “passport”, “driver_license”, “identity_card”, “internal_passport”, “address”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”, “phone_number”, “email”. | +| data | String | Optional. Base64-encoded encrypted Telegram Passport element data provided by the user; available only for “personal_details”, “passport”, “driver_license”, “identity_card”, “internal_passport” and “address” types. Can be decrypted and verified using the accompanying EncryptedCredentials. | +| phone_number | String | Optional. User's verified phone number; available only for “phone_number” type | +| email | String | Optional. User's verified email address; available only for “email” type | +| files | Array of PassportFile | Optional. Array of encrypted files with documents provided by the user; available only for “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration” and “temporary_registration” types. Files can be decrypted and verified using the accompanying EncryptedCredentials. | +| front_side | PassportFile | Optional. Encrypted file with the front side of the document, provided by the user; available only for “passport”, “driver_license”, “identity_card” and “internal_passport”. The file can be decrypted and verified using the accompanying EncryptedCredentials. | +| reverse_side | PassportFile | Optional. Encrypted file with the reverse side of the document, provided by the user; available only for “driver_license” and “identity_card”. The file can be decrypted and verified using the accompanying EncryptedCredentials. | +| selfie | PassportFile | Optional. Encrypted file with the selfie of the user holding a document, provided by the user; available if requested for “passport”, “driver_license”, “identity_card” and “internal_passport”. The file can be decrypted and verified using the accompanying EncryptedCredentials. | +| translation | Array of PassportFile | Optional. Array of encrypted files with translated versions of documents provided by the user; available if requested for “passport”, “driver_license”, “identity_card”, “internal_passport”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration” and “temporary_registration” types. Files can be decrypted and verified using the accompanying EncryptedCredentials. | +| hash | String | Base64-encoded element hash for using in PassportElementErrorUnspecified | + + +#### EncryptedCredentials + + +Describes data required for decrypting and authenticating EncryptedPassportElement. See the Telegram Passport Documentation for a complete description of the data decryption and authentication processes. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| data | String | Base64-encoded encrypted JSON-serialized data with unique user's payload, data hashes and secrets required for EncryptedPassportElement decryption and authentication | +| hash | String | Base64-encoded data hash for data authentication | +| secret | String | Base64-encoded secret, encrypted with the bot's public RSA key, required for data decryption | + + +#### setPassportDataErrors + + +Informs a user that some of the Telegram Passport elements they provided contains errors. The user will not be able to re-submit their Passport to you until the errors are fixed (the contents of the field for which you returned the error must change). Returns True on success. + + +Use this if the data submitted by the user doesn't satisfy the standards your service requires for any reason. For example, if a birthday date seems invalid, a submitted document is blurry, a scan shows evidence of tampering, etc. Supply some details in the error message to make sure the user knows how to correct the issues. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | User identifier | +| errors | Array of PassportElementError | Yes | A JSON-serialized array describing the errors | + + +#### PassportElementError + + +This object represents an error in the Telegram Passport element which was submitted that should be resolved by the user. It should be one of: + + +* PassportElementErrorDataField +* PassportElementErrorFrontSide +* PassportElementErrorReverseSide +* PassportElementErrorSelfie +* PassportElementErrorFile +* PassportElementErrorFiles +* PassportElementErrorTranslationFile +* PassportElementErrorTranslationFiles +* PassportElementErrorUnspecified + + +#### PassportElementErrorDataField + + +Represents an issue in one of the data fields that was provided by the user. The error is considered resolved when the field's value changes. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| source | String | Error source, must be data | +| type | String | The section of the user's Telegram Passport which has the error, one of “personal_details”, “passport”, “driver_license”, “identity_card”, “internal_passport”, “address” | +| field_name | String | Name of the data field which has the error | +| data_hash | String | Base64-encoded data hash | +| message | String | Error message | + + +#### PassportElementErrorFrontSide + + +Represents an issue with the front side of a document. The error is considered resolved when the file with the front side of the document changes. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| source | String | Error source, must be front_side | +| type | String | The section of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport” | +| file_hash | String | Base64-encoded hash of the file with the front side of the document | +| message | String | Error message | + + +#### PassportElementErrorReverseSide + + +Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| source | String | Error source, must be reverse_side | +| type | String | The section of the user's Telegram Passport which has the issue, one of “driver_license”, “identity_card” | +| file_hash | String | Base64-encoded hash of the file with the reverse side of the document | +| message | String | Error message | + + +#### PassportElementErrorSelfie + + +Represents an issue with the selfie with a document. The error is considered resolved when the file with the selfie changes. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| source | String | Error source, must be selfie | +| type | String | The section of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport” | +| file_hash | String | Base64-encoded hash of the file with the selfie | +| message | String | Error message | + + +#### PassportElementErrorFile + + +Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| source | String | Error source, must be file | +| type | String | The section of the user's Telegram Passport which has the issue, one of “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration” | +| file_hash | String | Base64-encoded file hash | +| message | String | Error message | + + +#### PassportElementErrorFiles + + +Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| source | String | Error source, must be files | +| type | String | The section of the user's Telegram Passport which has the issue, one of “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration” | +| file_hashes | Array of String | List of base64-encoded file hashes | +| message | String | Error message | + + +#### PassportElementErrorTranslationFile + + +Represents an issue with one of the files that constitute the translation of a document. The error is considered resolved when the file changes. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| source | String | Error source, must be translation_file | +| type | String | Type of element of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration” | +| file_hash | String | Base64-encoded file hash | +| message | String | Error message | + + +#### PassportElementErrorTranslationFiles + + +Represents an issue with the translated version of a document. The error is considered resolved when a file with the document translation change. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| source | String | Error source, must be translation_files | +| type | String | Type of element of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration” | +| file_hashes | Array of String | List of base64-encoded file hashes | +| message | String | Error message | + + +#### PassportElementErrorUnspecified + + +Represents an issue in an unspecified place. The error is considered resolved when new data is added. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| source | String | Error source, must be unspecified | +| type | String | Type of element of the user's Telegram Passport which has the issue | +| element_hash | String | Base64-encoded element hash | +| message | String | Error message | + + +### Games + + +Your bot can offer users HTML5 games to play solo or to compete against each other in groups and one-on-one chats. Create games via @BotFather using the /newgame command. Please note that this kind of power requires responsibility: you will need to accept the terms for each game that your bots will be offering. + + +* Games are a new type of content on Telegram, represented by the Game and InlineQueryResultGame objects. +* Once you've created a game via BotFather, you can send games to chats as regular messages using the sendGame method, or use inline mode with InlineQueryResultGame. +* If you send the game message without any buttons, it will automatically have a 'Play GameName' button. When this button is pressed, your bot gets a CallbackQuery with the game_short_name of the requested game. You provide the correct URL for this particular user and the app opens the game in the in-app browser. +* You can manually add multiple buttons to your game message. Please note that the first button in the first row must always launch the game, using the field callback_game in InlineKeyboardButton. You can add extra buttons according to taste: e.g., for a description of the rules, or to open the game's official community. +* To make your game more attractive, you can upload a GIF animation that demonstrates the game to the users via BotFather (see Lumberjack for example). +* A game message will also display high scores for the current chat. Use setGameScore to post high scores to the chat with the game, add the disable_edit_message parameter to disable automatic update of the message with the current scoreboard. +* Use getGameHighScores to get data for in-game high score tables. +* You can also add an extra sharing button for users to share their best score to different chats. +* For examples of what can be done using this new stuff, check the @gamebot and @gamee bots. + + +#### sendGame + + +Use this method to send a game. On success, the sent Message is returned. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | +| chat_id | Integer | Yes | Unique identifier for the target chat | +| message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | +| game_short_name | String | Yes | Short name of the game, serves as the unique identifier for the game. Set up your games via @BotFather. | +| disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | +| protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | +| message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | +| reply_parameters | ReplyParameters | Optional | Description of the message to reply to | +| reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for an inline keyboard. If empty, one 'Play game_title' button will be shown. If not empty, the first button must launch the game. | + + +#### Game + + +This object represents a game. Use BotFather to create and edit games, their short names will act as unique identifiers. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| title | String | Title of the game | +| description | String | Description of the game | +| photo | Array of PhotoSize | Photo that will be displayed in the game message in chats. | +| text | String | Optional. Brief description of the game or high scores included in the game message. Can be automatically edited to include current high scores for the game when the bot calls setGameScore, or manually edited using editMessageText. 0-4096 characters. | +| text_entities | Array of MessageEntity | Optional. Special entities that appear in text, such as usernames, URLs, bot commands, etc. | +| animation | Animation | Optional. Animation that will be displayed in the game message in chats. Upload via BotFather | + + +#### CallbackGame + + +A placeholder, currently holds no information. Use BotFather to set up your game. + + +#### setGameScore + + +Use this method to set the score of the specified user in a game message. On success, if the message is not an inline message, the Message is returned, otherwise True is returned. Returns an error, if the new score is not greater than the user's current score in the chat and force is False. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | User identifier | +| score | Integer | Yes | New score, must be non-negative | +| force | Boolean | Optional | Pass True if the high score is allowed to decrease. This can be useful when fixing mistakes or banning cheaters | +| disable_edit_message | Boolean | Optional | Pass True if the game message should not be automatically edited to include the current scoreboard | +| chat_id | Integer | Optional | Required if inline_message_id is not specified. Unique identifier for the target chat | +| message_id | Integer | Optional | Required if inline_message_id is not specified. Identifier of the sent message | +| inline_message_id | String | Optional | Required if chat_id and message_id are not specified. Identifier of the inline message | + + +#### getGameHighScores + + +Use this method to get data for high score tables. Will return the score of the specified user and several of their neighbors in a game. Returns an Array of GameHighScore objects. + + +> This method will currently return scores for the target user, plus two of their closest neighbors on each side. Will also return the top three users if the user and their neighbors are not among them. Please note that this behavior is subject to change. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | Target user id | +| chat_id | Integer | Optional | Required if inline_message_id is not specified. Unique identifier for the target chat | +| message_id | Integer | Optional | Required if inline_message_id is not specified. Identifier of the sent message | +| inline_message_id | String | Optional | Required if chat_id and message_id are not specified. Identifier of the inline message | + + +#### GameHighScore + + +This object represents one row of the high scores table for a game. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| position | Integer | Position in high score table for the game | +| user | User | User | +| score | Integer | Score | + + +--- + + +And that's about all we've got for now. If you've got any questions, please check out our Bot FAQ » + diff --git a/core-gen/src/main/resources/api800_v2.json b/core-gen/src/main/resources/api800_v2.json new file mode 100644 index 0000000..49e6c13 --- /dev/null +++ b/core-gen/src/main/resources/api800_v2.json @@ -0,0 +1,22201 @@ +{ + "version": { + "major": 8, + "minor": 0, + "patch": 0 + }, + "recent_changes": { + "year": 2024, + "month": 11, + "day": 17 + }, + "methods": [ + { + "name": "getUpdates", + "description": "Use this method to receive incoming updates using long polling ([wiki](https://en.wikipedia.org/wiki/Push_technology#Long_polling)). Returns an Array of [Update](https://core.telegram.org/bots/api/#update) objects.", + "arguments": [ + { + "name": "offset", + "description": "Identifier of the first update to be returned. Must be greater by one than the highest among the identifiers of previously received updates. By default, updates starting with the earliest unconfirmed update are returned. An update is considered confirmed as soon as [getUpdates](https://core.telegram.org/bots/api/#getupdates) is called with an *offset* higher than its *update\\_id*. The negative offset can be specified to retrieve updates starting from *-offset* update from the end of the updates queue. All previous updates will be forgotten.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "limit", + "description": "Limits the number of updates to be retrieved. Values between 1-100 are accepted. Defaults to 100.", + "required": false, + "type_info": { + "type": "integer", + "default": 100, + "min": 1, + "max": 100, + "enumeration": [] + } + }, + { + "name": "timeout", + "description": "Timeout in seconds for long polling. Defaults to 0, i.e. usual short polling. Should be positive, short polling should be used for testing purposes only.", + "required": false, + "type_info": { + "type": "integer", + "default": 0, + "enumeration": [] + } + }, + { + "name": "allowed_updates", + "description": "A JSON-serialized list of the update types you want your bot to receive. For example, specify `[\"message\", \"edited_channel_post\", \"callback_query\"]` to only receive updates of these types. See [Update](https://core.telegram.org/bots/api/#update) for a complete list of available update types. Specify an empty list to receive all update types except *chat\\_member*, *message\\_reaction*, and *message\\_reaction\\_count* (default). If not specified, the previous setting will be used. \n\nPlease note that this parameter doesn't affect updates created before the call to the getUpdates, so unwanted updates may be received for a short period of time.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "string", + "enumeration": [] + } + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "Update" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#getupdates" + }, + { + "name": "setWebhook", + "description": "Use this method to specify a URL and receive incoming updates via an outgoing webhook. Whenever there is an update for the bot, we will send an HTTPS POST request to the specified URL, containing a JSON-serialized [Update](https://core.telegram.org/bots/api/#update). In case of an unsuccessful request, we will give up after a reasonable amount of attempts. Returns *True* on success.\n\nIf you'd like to make sure that the webhook was set by you, you can specify secret data in the parameter *secret\\_token*. If specified, the request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the secret token as content.", + "arguments": [ + { + "name": "url", + "description": "HTTPS URL to send updates to. Use an empty string to remove webhook integration", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "certificate", + "description": "Upload your public key certificate so that the root certificate in use can be checked. See our [self-signed guide](https://core.telegram.org/bots/self-signed) for details.", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputFile" + } + }, + { + "name": "ip_address", + "description": "The fixed IP address which will be used to send webhook requests instead of the IP address resolved through DNS", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "max_connections", + "description": "The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery, 1-100. Defaults to *40*. Use lower values to limit the load on your bot's server, and higher values to increase your bot's throughput.", + "required": false, + "type_info": { + "type": "integer", + "default": 40, + "enumeration": [] + } + }, + { + "name": "allowed_updates", + "description": "A JSON-serialized list of the update types you want your bot to receive. For example, specify `[\"message\", \"edited_channel_post\", \"callback_query\"]` to only receive updates of these types. See [Update](https://core.telegram.org/bots/api/#update) for a complete list of available update types. Specify an empty list to receive all update types except *chat\\_member*, *message\\_reaction*, and *message\\_reaction\\_count* (default). If not specified, the previous setting will be used. \nPlease note that this parameter doesn't affect updates created before the call to the setWebhook, so unwanted updates may be received for a short period of time.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "string", + "enumeration": [] + } + } + }, + { + "name": "drop_pending_updates", + "description": "Pass *True* to drop all pending updates", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "secret_token", + "description": "A secret token to be sent in a header “X-Telegram-Bot-Api-Secret-Token” in every webhook request, 1-256 characters. Only characters `A-Z`, `a-z`, `0-9`, `_` and `-` are allowed. The header is useful to ensure that the request comes from a webhook set by you.", + "required": false, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 256, + "enumeration": [] + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setwebhook" + }, + { + "name": "deleteWebhook", + "description": "Use this method to remove webhook integration if you decide to switch back to [getUpdates](https://core.telegram.org/bots/api/#getupdates). Returns *True* on success.", + "arguments": [ + { + "name": "drop_pending_updates", + "description": "Pass *True* to drop all pending updates", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletewebhook" + }, + { + "name": "getWebhookInfo", + "description": "Use this method to get current webhook status. Requires no parameters. On success, returns a [WebhookInfo](https://core.telegram.org/bots/api/#webhookinfo) object. If the bot is using [getUpdates](https://core.telegram.org/bots/api/#getupdates), will return an object with the *url* field empty.", + "arguments": [], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "WebhookInfo" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getwebhookinfo" + }, + { + "name": "getMe", + "description": "A simple method for testing your bot's authentication token. Requires no parameters. Returns basic information about the bot in form of a [User](https://core.telegram.org/bots/api/#user) object.", + "arguments": [], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "User" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getme" + }, + { + "name": "logOut", + "description": "Use this method to log out from the cloud Bot API server before launching the bot locally. You **must** log out the bot before running it locally, otherwise there is no guarantee that the bot will receive updates. After a successful call, you can immediately log in on a local server, but will not be able to log in back to the cloud Bot API server for 10 minutes. Returns *True* on success. Requires no parameters.", + "arguments": [], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#logout" + }, + { + "name": "close", + "description": "Use this method to close the bot instance before moving it from one local server to another. You need to delete the webhook before calling this method to ensure that the bot isn't launched again after server restart. The method will return error 429 in the first 10 minutes after the bot is launched. Returns *True* on success. Requires no parameters.", + "arguments": [], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#close" + }, + { + "name": "sendMessage", + "description": "Use this method to send text messages. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "text", + "description": "Text of the message to be sent, 1-4096 characters after entities parsing", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 4096, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the message text. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "entities", + "description": "A JSON-serialized list of special entities that appear in message text, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "link_preview_options", + "description": "Link preview generation options for the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "LinkPreviewOptions" + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendmessage" + }, + { + "name": "forwardMessage", + "description": "Use this method to forward messages of any kind. Service messages and messages with protected content can't be forwarded. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "from_chat_id", + "description": "Unique identifier for the chat where the original message was sent (or channel username in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the forwarded message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_id", + "description": "Message identifier in the chat specified in *from\\_chat\\_id*", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#forwardmessage" + }, + { + "name": "forwardMessages", + "description": "Use this method to forward multiple messages of any kind. If some of the specified messages can't be found or forwarded, they are skipped. Service messages and messages with protected content can't be forwarded. Album grouping is kept for forwarded messages. On success, an array of [MessageId](https://core.telegram.org/bots/api/#messageid) of the sent messages is returned.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "from_chat_id", + "description": "Unique identifier for the chat where the original messages were sent (or channel username in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_ids", + "description": "A JSON-serialized list of 1-100 identifiers of messages in the chat *from\\_chat\\_id* to forward. The identifiers must be specified in a strictly increasing order.", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "integer", + "enumeration": [] + } + } + }, + { + "name": "disable_notification", + "description": "Sends the messages [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the forwarded messages from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageId" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#forwardmessages" + }, + { + "name": "copyMessage", + "description": "Use this method to copy messages of any kind. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz [poll](https://core.telegram.org/bots/api/#poll) can be copied only if the value of the field *correct\\_option\\_id* is known to the bot. The method is analogous to the method [forwardMessage](https://core.telegram.org/bots/api/#forwardmessage), but the copied message doesn't have a link to the original message. Returns the [MessageId](https://core.telegram.org/bots/api/#messageid) of the sent message on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "from_chat_id", + "description": "Unique identifier for the chat where the original message was sent (or channel username in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_id", + "description": "Message identifier in the chat specified in *from\\_chat\\_id*", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "New caption for media, 0-1024 characters after entities parsing. If not specified, the original caption is kept", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the new caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "Pass *True*, if the caption must be shown above the message media. Ignored if a new caption isn't specified.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "MessageId" + }, + "documentation_link": "https://core.telegram.org/bots/api/#copymessage" + }, + { + "name": "copyMessages", + "description": "Use this method to copy messages of any kind. If some of the specified messages can't be found or copied, they are skipped. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz [poll](https://core.telegram.org/bots/api/#poll) can be copied only if the value of the field *correct\\_option\\_id* is known to the bot. The method is analogous to the method [forwardMessages](https://core.telegram.org/bots/api/#forwardmessages), but the copied messages don't have a link to the original message. Album grouping is kept for copied messages. On success, an array of [MessageId](https://core.telegram.org/bots/api/#messageid) of the sent messages is returned.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "from_chat_id", + "description": "Unique identifier for the chat where the original messages were sent (or channel username in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_ids", + "description": "A JSON-serialized list of 1-100 identifiers of messages in the chat *from\\_chat\\_id* to copy. The identifiers must be specified in a strictly increasing order.", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "integer", + "enumeration": [] + } + } + }, + { + "name": "disable_notification", + "description": "Sends the messages [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent messages from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "remove_caption", + "description": "Pass *True* to copy the messages without their captions", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageId" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#copymessages" + }, + { + "name": "sendPhoto", + "description": "Use this method to send photos. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "photo", + "description": "Photo to send. Pass a file\\_id as String to send a photo that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a photo from the Internet, or upload a new photo using multipart/form-data. The photo must be at most 10 MB in size. The photo's width and height must not exceed 10000 in total. Width and height ratio must be at most 20. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "caption", + "description": "Photo caption (may also be used when resending photos by *file\\_id*), 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the photo caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "has_spoiler", + "description": "Pass *True* if the photo needs to be covered with a spoiler animation", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendphoto" + }, + { + "name": "sendAudio", + "description": "Use this method to send audio files, if you want Telegram clients to display them in the music player. Your audio must be in the .MP3 or .M4A format. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send audio files of up to 50 MB in size, this limit may be changed in the future.\n\nFor sending voice messages, use the [sendVoice](https://core.telegram.org/bots/api/#sendvoice) method instead.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "audio", + "description": "Audio file to send. Pass a file\\_id as String to send an audio file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get an audio file from the Internet, or upload a new one using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "caption", + "description": "Audio caption, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the audio caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "duration", + "description": "Duration of the audio in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "performer", + "description": "Performer", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Track name", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendaudio" + }, + { + "name": "sendDocument", + "description": "Use this method to send general files. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send files of any type of up to 50 MB in size, this limit may be changed in the future.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "document", + "description": "File to send. Pass a file\\_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "thumbnail", + "description": "Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "caption", + "description": "Document caption (may also be used when resending documents by *file\\_id*), 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the document caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "disable_content_type_detection", + "description": "Disables automatic server-side content type detection for files uploaded using multipart/form-data", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#senddocument" + }, + { + "name": "sendVideo", + "description": "Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as [Document](https://core.telegram.org/bots/api/#document)). On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send video files of up to 50 MB in size, this limit may be changed in the future.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "video", + "description": "Video to send. Pass a file\\_id as String to send a video that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a video from the Internet, or upload a new video using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "duration", + "description": "Duration of sent video in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "width", + "description": "Video width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "height", + "description": "Video height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "caption", + "description": "Video caption (may also be used when resending videos by *file\\_id*), 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the video caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "has_spoiler", + "description": "Pass *True* if the video needs to be covered with a spoiler animation", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "supports_streaming", + "description": "Pass *True* if the uploaded video is suitable for streaming", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendvideo" + }, + { + "name": "sendAnimation", + "description": "Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send animation files of up to 50 MB in size, this limit may be changed in the future.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "animation", + "description": "Animation to send. Pass a file\\_id as String to send an animation that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get an animation from the Internet, or upload a new animation using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "duration", + "description": "Duration of sent animation in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "width", + "description": "Animation width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "height", + "description": "Animation height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "caption", + "description": "Animation caption (may also be used when resending animation by *file\\_id*), 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the animation caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "has_spoiler", + "description": "Pass *True* if the animation needs to be covered with a spoiler animation", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendanimation" + }, + { + "name": "sendVoice", + "description": "Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded with OPUS, or in .MP3 format, or in .M4A format (other formats may be sent as [Audio](https://core.telegram.org/bots/api/#audio) or [Document](https://core.telegram.org/bots/api/#document)). On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned. Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "voice", + "description": "Audio file to send. Pass a file\\_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "caption", + "description": "Voice message caption, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the voice message caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "duration", + "description": "Duration of the voice message in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendvoice" + }, + { + "name": "sendVideoNote", + "description": "As of [v.4.0](https://telegram.org/blog/video-messages-and-telescope), Telegram clients support rounded square MPEG4 videos of up to 1 minute long. Use this method to send video messages. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "video_note", + "description": "Video note to send. Pass a file\\_id as String to send a video note that exists on the Telegram servers (recommended) or upload a new video using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files). Sending video notes by a URL is currently unsupported", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "duration", + "description": "Duration of sent video in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "length", + "description": "Video width and height, i.e. diameter of the video message", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendvideonote" + }, + { + "name": "sendPaidMedia", + "description": "Use this method to send paid media. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`). If the chat is a channel, all Telegram Star proceeds from this media will be credited to the chat's balance. Otherwise, they will be credited to the bot's balance.", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "star_count", + "description": "The number of Telegram Stars that must be paid to buy access to the media; 1-2500", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "media", + "description": "A JSON-serialized array describing the media to be sent; up to 10 items", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "InputPaidMedia" + } + } + }, + { + "name": "payload", + "description": "Bot-defined paid media payload, 0-128 bytes. This will not be displayed to the user, use it for your internal processes.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "Media caption, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the media caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendpaidmedia" + }, + { + "name": "sendMediaGroup", + "description": "Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On success, an array of [Messages](https://core.telegram.org/bots/api/#message) that were sent is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "media", + "description": "A JSON-serialized array describing messages to be sent, must include 2-10 items", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputMediaAudio" + }, + { + "type": "reference", + "reference": "InputMediaDocument" + }, + { + "type": "reference", + "reference": "InputMediaPhoto" + }, + { + "type": "reference", + "reference": "InputMediaVideo" + } + ] + } + } + }, + { + "name": "disable_notification", + "description": "Sends messages [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent messages from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "Message" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendmediagroup" + }, + { + "name": "sendLocation", + "description": "Use this method to send point on the map. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "latitude", + "description": "Latitude of the location", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "longitude", + "description": "Longitude of the location", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "horizontal_accuracy", + "description": "The radius of uncertainty for the location, measured in meters; 0-1500", + "required": false, + "type_info": { + "type": "float" + } + }, + { + "name": "live_period", + "description": "Period in seconds during which the location will be updated (see [Live Locations](https://telegram.org/blog/live-locations), should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "heading", + "description": "For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "proximity_alert_radius", + "description": "For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendlocation" + }, + { + "name": "sendVenue", + "description": "Use this method to send information about a venue. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "latitude", + "description": "Latitude of the venue", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "longitude", + "description": "Longitude of the venue", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "title", + "description": "Name of the venue", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "address", + "description": "Address of the venue", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "foursquare_id", + "description": "Foursquare identifier of the venue", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "foursquare_type", + "description": "Foursquare type of the venue, if known. (For example, “arts\\_entertainment/default”, “arts\\_entertainment/aquarium” or “food/icecream”.)", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "google_place_id", + "description": "Google Places identifier of the venue", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "google_place_type", + "description": "Google Places type of the venue. (See [supported types](https://developers.google.com/places/web-service/supported_types).)", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendvenue" + }, + { + "name": "sendContact", + "description": "Use this method to send phone contacts. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "phone_number", + "description": "Contact's phone number", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "first_name", + "description": "Contact's first name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "last_name", + "description": "Contact's last name", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "vcard", + "description": "Additional data about the contact in the form of a [vCard](https://en.wikipedia.org/wiki/VCard), 0-2048 bytes", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendcontact" + }, + { + "name": "sendPoll", + "description": "Use this method to send a native poll. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "question", + "description": "Poll question, 1-300 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 300, + "enumeration": [] + } + }, + { + "name": "question_parse_mode", + "description": "Mode for parsing entities in the question. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details. Currently, only custom emoji entities are allowed", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "question_entities", + "description": "A JSON-serialized list of special entities that appear in the poll question. It can be specified instead of *question\\_parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "options", + "description": "A JSON-serialized list of 2-10 answer options", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "InputPollOption" + } + } + }, + { + "name": "is_anonymous", + "description": "*True*, if the poll needs to be anonymous, defaults to *True*", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "type", + "description": "Poll type, “quiz” or “regular”, defaults to “regular”", + "required": false, + "type_info": { + "type": "string", + "enumeration": [ + "quiz", + "regular" + ] + } + }, + { + "name": "allows_multiple_answers", + "description": "*True*, if the poll allows multiple answers, ignored for polls in quiz mode, defaults to *False*", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "correct_option_id", + "description": "0-based identifier of the correct answer option, required for polls in quiz mode", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "explanation", + "description": "Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters with at most 2 line feeds after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 200, + "enumeration": [] + } + }, + { + "name": "explanation_parse_mode", + "description": "Mode for parsing entities in the explanation. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "explanation_entities", + "description": "A JSON-serialized list of special entities that appear in the poll explanation. It can be specified instead of *explanation\\_parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "open_period", + "description": "Amount of time in seconds the poll will be active after creation, 5-600. Can't be used together with *close\\_date*.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "close_date", + "description": "Point in time (Unix timestamp) when the poll will be automatically closed. Must be at least 5 and no more than 600 seconds in the future. Can't be used together with *open\\_period*.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "is_closed", + "description": "Pass *True* if the poll needs to be immediately closed. This can be useful for poll preview.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendpoll" + }, + { + "name": "sendDice", + "description": "Use this method to send an animated emoji that will display a random value. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "emoji", + "description": "Emoji on which the dice throw animation is based. Currently, must be one of “🎲”, “🎯”, “🏀”, “⚽”, “🎳”, or “🎰”. Dice can have values 1-6 for “🎲”, “🎯” and “🎳”, values 1-5 for “🏀” and “⚽”, and values 1-64 for “🎰”. Defaults to “🎲”", + "required": false, + "type_info": { + "type": "string", + "default": "🎲", + "enumeration": [ + "🎲", + "🎯", + "🏀", + "⚽", + "🎳", + "🎰" + ] + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#senddice" + }, + { + "name": "sendChatAction", + "description": "Use this method when you need to tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status). Returns *True* on success.\n\nExample: The [ImageBot](https://t.me/imagebot) needs some time to process a request and upload the image. Instead of sending a text message along the lines of “Retrieving image, please wait…”, the bot may use [sendChatAction](https://core.telegram.org/bots/api/#sendchataction) with *action* = *upload\\_photo*. The user will see a “sending photo” status for the bot.\n\nWe only recommend using this method when a response from the bot will take a **noticeable** amount of time to arrive.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the action will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread; for supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "action", + "description": "Type of action to broadcast. Choose one, depending on what the user is about to receive: *typing* for [text messages](https://core.telegram.org/bots/api/#sendmessage), *upload\\_photo* for [photos](https://core.telegram.org/bots/api/#sendphoto), *record\\_video* or *upload\\_video* for [videos](https://core.telegram.org/bots/api/#sendvideo), *record\\_voice* or *upload\\_voice* for [voice notes](https://core.telegram.org/bots/api/#sendvoice), *upload\\_document* for [general files](https://core.telegram.org/bots/api/#senddocument), *choose\\_sticker* for [stickers](https://core.telegram.org/bots/api/#sendsticker), *find\\_location* for [location data](https://core.telegram.org/bots/api/#sendlocation), *record\\_video\\_note* or *upload\\_video\\_note* for [video notes](https://core.telegram.org/bots/api/#sendvideonote).", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "typing", + "upload_photo", + "record_video", + "upload_video", + "record_voice", + "upload_voice", + "upload_document", + "choose_sticker", + "find_location", + "record_video_note", + "upload_video_note" + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendchataction" + }, + { + "name": "setMessageReaction", + "description": "Use this method to change the chosen reactions on a message. Service messages can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. Bots can't use paid reactions. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_id", + "description": "Identifier of the target message. If the message belongs to a media group, the reaction is set to the first non-deleted message in the group instead.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "reaction", + "description": "A JSON-serialized list of reaction types to set on the message. Currently, as non-premium users, bots can set up to one reaction per message. A custom emoji reaction can be used if it is either already present on the message or explicitly allowed by chat administrators. Paid reactions can't be used by bots.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "ReactionType" + } + } + }, + { + "name": "is_big", + "description": "Pass *True* to set the reaction with a big animation", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setmessagereaction" + }, + { + "name": "getUserProfilePhotos", + "description": "Use this method to get a list of profile pictures for a user. Returns a [UserProfilePhotos](https://core.telegram.org/bots/api/#userprofilephotos) object.", + "arguments": [ + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "offset", + "description": "Sequential number of the first photo to be returned. By default, all photos are returned.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "limit", + "description": "Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.", + "required": false, + "type_info": { + "type": "integer", + "default": 100, + "min": 1, + "max": 100, + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "UserProfilePhotos" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getuserprofilephotos" + }, + { + "name": "setUserEmojiStatus", + "description": "Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method [requestEmojiStatusAccess](https://core.telegram.org/bots/webapps#initializing-mini-apps). Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "emoji_status_custom_emoji_id", + "description": "Custom emoji identifier of the emoji status to set. Pass an empty string to remove the status.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "emoji_status_expiration_date", + "description": "Expiration date of the emoji status, if any", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setuseremojistatus" + }, + { + "name": "getFile", + "description": "Use this method to get basic information about a file and prepare it for downloading. For the moment, bots can download files of up to 20MB in size. On success, a [File](https://core.telegram.org/bots/api/#file) object is returned. The file can then be downloaded via the link `https://api.telegram.org/file/bot/`, where `` is taken from the response. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling [getFile](https://core.telegram.org/bots/api/#getfile) again.", + "arguments": [ + { + "name": "file_id", + "description": "File identifier to get information about", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "File" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getfile" + }, + { + "name": "banChatMember", + "description": "Use this method to ban a user in a group, a supergroup or a channel. In the case of supergroups and channels, the user will not be able to return to the chat on their own using invite links, etc., unless [unbanned](https://core.telegram.org/bots/api/#unbanchatmember) first. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target group or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "until_date", + "description": "Date when the user will be unbanned; Unix time. If user is banned for more than 366 days or less than 30 seconds from the current time they are considered to be banned forever. Applied for supergroups and channels only.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "revoke_messages", + "description": "Pass *True* to delete all messages from the chat for the user that is being removed. If *False*, the user will be able to see messages in the group that were sent before the user was removed. Always *True* for supergroups and channels.", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#banchatmember" + }, + { + "name": "unbanChatMember", + "description": "Use this method to unban a previously banned user in a supergroup or channel. The user will **not** return to the group or channel automatically, but will be able to join via link, etc. The bot must be an administrator for this to work. By default, this method guarantees that after the call the user is not a member of the chat, but will be able to join it. So if the user is a member of the chat they will also be **removed** from the chat. If you don't want this, use the parameter *only\\_if\\_banned*. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target group or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "only_if_banned", + "description": "Do nothing if the user is not banned", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unbanchatmember" + }, + { + "name": "restrictChatMember", + "description": "Use this method to restrict a user in a supergroup. The bot must be an administrator in the supergroup for this to work and must have the appropriate administrator rights. Pass *True* for all permissions to lift restrictions from a user. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "permissions", + "description": "A JSON-serialized object for new user permissions", + "required": true, + "type_info": { + "type": "reference", + "reference": "ChatPermissions" + } + }, + { + "name": "use_independent_chat_permissions", + "description": "Pass *True* if chat permissions are set independently. Otherwise, the *can\\_send\\_other\\_messages* and *can\\_add\\_web\\_page\\_previews* permissions will imply the *can\\_send\\_messages*, *can\\_send\\_audios*, *can\\_send\\_documents*, *can\\_send\\_photos*, *can\\_send\\_videos*, *can\\_send\\_video\\_notes*, and *can\\_send\\_voice\\_notes* permissions; the *can\\_send\\_polls* permission will imply the *can\\_send\\_messages* permission.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "until_date", + "description": "Date when restrictions will be lifted for the user; Unix time. If user is restricted for more than 366 days or less than 30 seconds from the current time, they are considered to be restricted forever", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#restrictchatmember" + }, + { + "name": "promoteChatMember", + "description": "Use this method to promote or demote a user in a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Pass *False* for all boolean parameters to demote a user. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "is_anonymous", + "description": "Pass *True* if the administrator's presence in the chat is hidden", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_manage_chat", + "description": "Pass *True* if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_delete_messages", + "description": "Pass *True* if the administrator can delete messages of other users", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_manage_video_chats", + "description": "Pass *True* if the administrator can manage video chats", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_restrict_members", + "description": "Pass *True* if the administrator can restrict, ban or unban chat members, or access supergroup statistics", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_promote_members", + "description": "Pass *True* if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by him)", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_change_info", + "description": "Pass *True* if the administrator can change chat title, photo and other settings", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_invite_users", + "description": "Pass *True* if the administrator can invite new users to the chat", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_post_stories", + "description": "Pass *True* if the administrator can post stories to the chat", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_edit_stories", + "description": "Pass *True* if the administrator can edit stories posted by other users, post stories to the chat page, pin chat stories, and access the chat's story archive", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_delete_stories", + "description": "Pass *True* if the administrator can delete stories posted by other users", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_post_messages", + "description": "Pass *True* if the administrator can post messages in the channel, or access channel statistics; for channels only", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_edit_messages", + "description": "Pass *True* if the administrator can edit messages of other users and can pin messages; for channels only", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_pin_messages", + "description": "Pass *True* if the administrator can pin messages; for supergroups only", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_manage_topics", + "description": "Pass *True* if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#promotechatmember" + }, + { + "name": "setChatAdministratorCustomTitle", + "description": "Use this method to set a custom title for an administrator in a supergroup promoted by the bot. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "custom_title", + "description": "New custom title for the administrator; 0-16 characters, emoji are not allowed", + "required": true, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 16, + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchatadministratorcustomtitle" + }, + { + "name": "banChatSenderChat", + "description": "Use this method to ban a channel chat in a supergroup or a channel. Until the chat is [unbanned](https://core.telegram.org/bots/api/#unbanchatsenderchat), the owner of the banned chat won't be able to send messages on behalf of **any of their channels**. The bot must be an administrator in the supergroup or channel for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "sender_chat_id", + "description": "Unique identifier of the target sender chat", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#banchatsenderchat" + }, + { + "name": "unbanChatSenderChat", + "description": "Use this method to unban a previously banned channel chat in a supergroup or channel. The bot must be an administrator for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "sender_chat_id", + "description": "Unique identifier of the target sender chat", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unbanchatsenderchat" + }, + { + "name": "setChatPermissions", + "description": "Use this method to set default chat permissions for all members. The bot must be an administrator in the group or a supergroup for this to work and must have the *can\\_restrict\\_members* administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "permissions", + "description": "A JSON-serialized object for new default chat permissions", + "required": true, + "type_info": { + "type": "reference", + "reference": "ChatPermissions" + } + }, + { + "name": "use_independent_chat_permissions", + "description": "Pass *True* if chat permissions are set independently. Otherwise, the *can\\_send\\_other\\_messages* and *can\\_add\\_web\\_page\\_previews* permissions will imply the *can\\_send\\_messages*, *can\\_send\\_audios*, *can\\_send\\_documents*, *can\\_send\\_photos*, *can\\_send\\_videos*, *can\\_send\\_video\\_notes*, and *can\\_send\\_voice\\_notes* permissions; the *can\\_send\\_polls* permission will imply the *can\\_send\\_messages* permission.", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchatpermissions" + }, + { + "name": "exportChatInviteLink", + "description": "Use this method to generate a new primary invite link for a chat; any previously generated primary link is revoked. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the new invite link as *String* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "string", + "enumeration": [] + }, + "documentation_link": "https://core.telegram.org/bots/api/#exportchatinvitelink" + }, + { + "name": "createChatInviteLink", + "description": "Use this method to create an additional invite link for a chat. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. The link can be revoked using the method [revokeChatInviteLink](https://core.telegram.org/bots/api/#revokechatinvitelink). Returns the new invite link as [ChatInviteLink](https://core.telegram.org/bots/api/#chatinvitelink) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "name", + "description": "Invite link name; 0-32 characters", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 32, + "enumeration": [] + } + }, + { + "name": "expire_date", + "description": "Point in time (Unix timestamp) when the link will expire", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "member_limit", + "description": "The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "creates_join_request", + "description": "*True*, if users joining the chat via the link need to be approved by chat administrators. If *True*, *member\\_limit* can't be specified", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "ChatInviteLink" + }, + "documentation_link": "https://core.telegram.org/bots/api/#createchatinvitelink" + }, + { + "name": "editChatInviteLink", + "description": "Use this method to edit a non-primary invite link created by the bot. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the edited invite link as a [ChatInviteLink](https://core.telegram.org/bots/api/#chatinvitelink) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "invite_link", + "description": "The invite link to edit", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "name", + "description": "Invite link name; 0-32 characters", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 32, + "enumeration": [] + } + }, + { + "name": "expire_date", + "description": "Point in time (Unix timestamp) when the link will expire", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "member_limit", + "description": "The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "creates_join_request", + "description": "*True*, if users joining the chat via the link need to be approved by chat administrators. If *True*, *member\\_limit* can't be specified", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "ChatInviteLink" + }, + "documentation_link": "https://core.telegram.org/bots/api/#editchatinvitelink" + }, + { + "name": "createChatSubscriptionInviteLink", + "description": "Use this method to create a [subscription invite link](https://telegram.org/blog/superchannels-star-reactions-subscriptions#star-subscriptions) for a channel chat. The bot must have the *can\\_invite\\_users* administrator rights. The link can be edited using the method [editChatSubscriptionInviteLink](https://core.telegram.org/bots/api/#editchatsubscriptioninvitelink) or revoked using the method [revokeChatInviteLink](https://core.telegram.org/bots/api/#revokechatinvitelink). Returns the new invite link as a [ChatInviteLink](https://core.telegram.org/bots/api/#chatinvitelink) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target channel chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "name", + "description": "Invite link name; 0-32 characters", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 32, + "enumeration": [] + } + }, + { + "name": "subscription_period", + "description": "The number of seconds the subscription will be active for before the next payment. Currently, it must always be 2592000 (30 days).", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "subscription_price", + "description": "The amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat; 1-2500", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "ChatInviteLink" + }, + "documentation_link": "https://core.telegram.org/bots/api/#createchatsubscriptioninvitelink" + }, + { + "name": "editChatSubscriptionInviteLink", + "description": "Use this method to edit a subscription invite link created by the bot. The bot must have the *can\\_invite\\_users* administrator rights. Returns the edited invite link as a [ChatInviteLink](https://core.telegram.org/bots/api/#chatinvitelink) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "invite_link", + "description": "The invite link to edit", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "name", + "description": "Invite link name; 0-32 characters", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 32, + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "ChatInviteLink" + }, + "documentation_link": "https://core.telegram.org/bots/api/#editchatsubscriptioninvitelink" + }, + { + "name": "revokeChatInviteLink", + "description": "Use this method to revoke an invite link created by the bot. If the primary link is revoked, a new link is automatically generated. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the revoked invite link as [ChatInviteLink](https://core.telegram.org/bots/api/#chatinvitelink) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier of the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "invite_link", + "description": "The invite link to revoke", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "ChatInviteLink" + }, + "documentation_link": "https://core.telegram.org/bots/api/#revokechatinvitelink" + }, + { + "name": "approveChatJoinRequest", + "description": "Use this method to approve a chat join request. The bot must be an administrator in the chat for this to work and must have the *can\\_invite\\_users* administrator right. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#approvechatjoinrequest" + }, + { + "name": "declineChatJoinRequest", + "description": "Use this method to decline a chat join request. The bot must be an administrator in the chat for this to work and must have the *can\\_invite\\_users* administrator right. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#declinechatjoinrequest" + }, + { + "name": "setChatPhoto", + "description": "Use this method to set a new profile photo for the chat. Photos can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "photo", + "description": "New chat photo, uploaded using multipart/form-data", + "required": true, + "type_info": { + "type": "reference", + "reference": "InputFile" + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchatphoto" + }, + { + "name": "deleteChatPhoto", + "description": "Use this method to delete a chat photo. Photos can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletechatphoto" + }, + { + "name": "setChatTitle", + "description": "Use this method to change the title of a chat. Titles can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "title", + "description": "New chat title, 1-128 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 128, + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchattitle" + }, + { + "name": "setChatDescription", + "description": "Use this method to change the description of a group, a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "description", + "description": "New chat description, 0-255 characters", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 255, + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchatdescription" + }, + { + "name": "pinChatMessage", + "description": "Use this method to add a message to the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can\\_pin\\_messages' administrator right in a supergroup or 'can\\_edit\\_messages' administrator right in a channel. Returns *True* on success.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be pinned", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_id", + "description": "Identifier of a message to pin", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "disable_notification", + "description": "Pass *True* if it is not necessary to send a notification to all chat members about the new pinned message. Notifications are always disabled in channels and private chats.", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#pinchatmessage" + }, + { + "name": "unpinChatMessage", + "description": "Use this method to remove a message from the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can\\_pin\\_messages' administrator right in a supergroup or 'can\\_edit\\_messages' administrator right in a channel. Returns *True* on success.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be unpinned", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_id", + "description": "Identifier of the message to unpin. Required if *business\\_connection\\_id* is specified. If not specified, the most recent pinned message (by sending date) will be unpinned.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unpinchatmessage" + }, + { + "name": "unpinAllChatMessages", + "description": "Use this method to clear the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can\\_pin\\_messages' administrator right in a supergroup or 'can\\_edit\\_messages' administrator right in a channel. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unpinallchatmessages" + }, + { + "name": "leaveChat", + "description": "Use this method for your bot to leave a group, supergroup or channel. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#leavechat" + }, + { + "name": "getChat", + "description": "Use this method to get up-to-date information about the chat. Returns a [ChatFullInfo](https://core.telegram.org/bots/api/#chatfullinfo) object on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "ChatFullInfo" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getchat" + }, + { + "name": "getChatAdministrators", + "description": "Use this method to get a list of administrators in a chat, which aren't bots. Returns an Array of [ChatMember](https://core.telegram.org/bots/api/#chatmember) objects.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "ChatMember" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#getchatadministrators" + }, + { + "name": "getChatMemberCount", + "description": "Use this method to get the number of members in a chat. Returns *Int* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "integer", + "enumeration": [] + }, + "documentation_link": "https://core.telegram.org/bots/api/#getchatmembercount" + }, + { + "name": "getChatMember", + "description": "Use this method to get information about a member of a chat. The method is only guaranteed to work for other users if the bot is an administrator in the chat. Returns a [ChatMember](https://core.telegram.org/bots/api/#chatmember) object on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup or channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "ChatMember" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getchatmember" + }, + { + "name": "setChatStickerSet", + "description": "Use this method to set a new group sticker set for a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field *can\\_set\\_sticker\\_set* optionally returned in [getChat](https://core.telegram.org/bots/api/#getchat) requests to check if the bot can use this method. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "sticker_set_name", + "description": "Name of the sticker set to be set as the group sticker set", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchatstickerset" + }, + { + "name": "deleteChatStickerSet", + "description": "Use this method to delete a group sticker set from a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field *can\\_set\\_sticker\\_set* optionally returned in [getChat](https://core.telegram.org/bots/api/#getchat) requests to check if the bot can use this method. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletechatstickerset" + }, + { + "name": "getForumTopicIconStickers", + "description": "Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no parameters. Returns an Array of [Sticker](https://core.telegram.org/bots/api/#sticker) objects.", + "arguments": [], + "maybe_multipart": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "Sticker" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#getforumtopiciconstickers" + }, + { + "name": "createForumTopic", + "description": "Use this method to create a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights. Returns information about the created topic as a [ForumTopic](https://core.telegram.org/bots/api/#forumtopic) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "name", + "description": "Topic name, 1-128 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 128, + "enumeration": [] + } + }, + { + "name": "icon_color", + "description": "Color of the topic icon in RGB format. Currently, must be one of 7322096 (0x6FB9F0), 16766590 (0xFFD67E), 13338331 (0xCB86DB), 9367192 (0x8EEE98), 16749490 (0xFF93B2), or 16478047 (0xFB6F5F)", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [ + 7322096, + 16766590, + 13338331, + 9367192, + 16749490, + 16478047 + ] + } + }, + { + "name": "icon_custom_emoji_id", + "description": "Unique identifier of the custom emoji shown as the topic icon. Use [getForumTopicIconStickers](https://core.telegram.org/bots/api/#getforumtopiciconstickers) to get all allowed custom emoji identifiers.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "ForumTopic" + }, + "documentation_link": "https://core.telegram.org/bots/api/#createforumtopic" + }, + { + "name": "editForumTopic", + "description": "Use this method to edit name and icon of a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights, unless it is the creator of the topic. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread of the forum topic", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "name", + "description": "New topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 128, + "enumeration": [] + } + }, + { + "name": "icon_custom_emoji_id", + "description": "New unique identifier of the custom emoji shown as the topic icon. Use [getForumTopicIconStickers](https://core.telegram.org/bots/api/#getforumtopiciconstickers) to get all allowed custom emoji identifiers. Pass an empty string to remove the icon. If not specified, the current icon will be kept", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#editforumtopic" + }, + { + "name": "closeForumTopic", + "description": "Use this method to close an open topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights, unless it is the creator of the topic. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread of the forum topic", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#closeforumtopic" + }, + { + "name": "reopenForumTopic", + "description": "Use this method to reopen a closed topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights, unless it is the creator of the topic. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread of the forum topic", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#reopenforumtopic" + }, + { + "name": "deleteForumTopic", + "description": "Use this method to delete a forum topic along with all its messages in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_delete\\_messages* administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread of the forum topic", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deleteforumtopic" + }, + { + "name": "unpinAllForumTopicMessages", + "description": "Use this method to clear the list of pinned messages in a forum topic. The bot must be an administrator in the chat for this to work and must have the *can\\_pin\\_messages* administrator right in the supergroup. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread of the forum topic", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unpinallforumtopicmessages" + }, + { + "name": "editGeneralForumTopic", + "description": "Use this method to edit the name of the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "name", + "description": "New topic name, 1-128 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 128, + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#editgeneralforumtopic" + }, + { + "name": "closeGeneralForumTopic", + "description": "Use this method to close an open 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#closegeneralforumtopic" + }, + { + "name": "reopenGeneralForumTopic", + "description": "Use this method to reopen a closed 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights. The topic will be automatically unhidden if it was hidden. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#reopengeneralforumtopic" + }, + { + "name": "hideGeneralForumTopic", + "description": "Use this method to hide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights. The topic will be automatically closed if it was open. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#hidegeneralforumtopic" + }, + { + "name": "unhideGeneralForumTopic", + "description": "Use this method to unhide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the *can\\_manage\\_topics* administrator rights. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unhidegeneralforumtopic" + }, + { + "name": "unpinAllGeneralForumTopicMessages", + "description": "Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the *can\\_pin\\_messages* administrator right in the supergroup. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#unpinallgeneralforumtopicmessages" + }, + { + "name": "answerCallbackQuery", + "description": "Use this method to send answers to callback queries sent from [inline keyboards](https://core.telegram.org/bots/features#inline-keyboards). The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, *True* is returned.\n\nAlternatively, the user can be redirected to the specified Game URL. For this option to work, you must first create a game for your bot via [@BotFather](https://t.me/botfather) and accept the terms. Otherwise, you may use links like `t.me/your_bot?start=XXXX` that open your bot with a parameter.", + "arguments": [ + { + "name": "callback_query_id", + "description": "Unique identifier for the query to be answered", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "text", + "description": "Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 200, + "enumeration": [] + } + }, + { + "name": "show_alert", + "description": "If *True*, an alert will be shown by the client instead of a notification at the top of the chat screen. Defaults to *false*.", + "required": false, + "type_info": { + "type": "bool", + "default": false + } + }, + { + "name": "url", + "description": "URL that will be opened by the user's client. If you have created a [Game](https://core.telegram.org/bots/api/#game) and accepted the conditions via [@BotFather](https://t.me/botfather), specify the URL that opens your game - note that this will only work if the query comes from a [*callback\\_game*](https://core.telegram.org/bots/api/#inlinekeyboardbutton) button. \n\nOtherwise, you may use links like `t.me/your_bot?start=XXXX` that open your bot with a parameter.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "cache_time", + "description": "The maximum amount of time in seconds that the result of the callback query may be cached client-side. Telegram apps will support caching starting in version 3.14. Defaults to 0.", + "required": false, + "type_info": { + "type": "integer", + "default": 0, + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#answercallbackquery" + }, + { + "name": "getUserChatBoosts", + "description": "Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a [UserChatBoosts](https://core.telegram.org/bots/api/#userchatboosts) object.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the chat or username of the channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "UserChatBoosts" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getuserchatboosts" + }, + { + "name": "getBusinessConnection", + "description": "Use this method to get information about the connection of the bot with a business account. Returns a [BusinessConnection](https://core.telegram.org/bots/api/#businessconnection) object on success.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "BusinessConnection" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getbusinessconnection" + }, + { + "name": "setMyCommands", + "description": "Use this method to change the list of the bot's commands. See [this manual](https://core.telegram.org/bots/features#commands) for more details about bot commands. Returns *True* on success.", + "arguments": [ + { + "name": "commands", + "description": "A JSON-serialized list of bot commands to be set as the list of the bot's commands. At most 100 commands can be specified.", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "BotCommand" + } + } + }, + { + "name": "scope", + "description": "A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to [BotCommandScopeDefault](https://core.telegram.org/bots/api/#botcommandscopedefault).", + "required": false, + "type_info": { + "type": "reference", + "reference": "BotCommandScope" + } + }, + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setmycommands" + }, + { + "name": "deleteMyCommands", + "description": "Use this method to delete the list of the bot's commands for the given scope and user language. After deletion, [higher level commands](https://core.telegram.org/bots/api/#determining-list-of-commands) will be shown to affected users. Returns *True* on success.", + "arguments": [ + { + "name": "scope", + "description": "A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to [BotCommandScopeDefault](https://core.telegram.org/bots/api/#botcommandscopedefault).", + "required": false, + "type_info": { + "type": "reference", + "reference": "BotCommandScope" + } + }, + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletemycommands" + }, + { + "name": "getMyCommands", + "description": "Use this method to get the current list of the bot's commands for the given scope and user language. Returns an Array of [BotCommand](https://core.telegram.org/bots/api/#botcommand) objects. If commands aren't set, an empty list is returned.", + "arguments": [ + { + "name": "scope", + "description": "A JSON-serialized object, describing scope of users. Defaults to [BotCommandScopeDefault](https://core.telegram.org/bots/api/#botcommandscopedefault).", + "required": false, + "type_info": { + "type": "reference", + "reference": "BotCommandScope" + } + }, + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code or an empty string", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "BotCommand" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#getmycommands" + }, + { + "name": "setMyName", + "description": "Use this method to change the bot's name. Returns *True* on success.", + "arguments": [ + { + "name": "name", + "description": "New bot name; 0-64 characters. Pass an empty string to remove the dedicated name for the given language.", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 64, + "enumeration": [] + } + }, + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code. If empty, the name will be shown to all users for whose language there is no dedicated name.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setmyname" + }, + { + "name": "getMyName", + "description": "Use this method to get the current bot name for the given user language. Returns [BotName](https://core.telegram.org/bots/api/#botname) on success.", + "arguments": [ + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code or an empty string", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "BotName" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getmyname" + }, + { + "name": "setMyDescription", + "description": "Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns *True* on success.", + "arguments": [ + { + "name": "description", + "description": "New bot description; 0-512 characters. Pass an empty string to remove the dedicated description for the given language.", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 512, + "enumeration": [] + } + }, + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code. If empty, the description will be applied to all users for whose language there is no dedicated description.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setmydescription" + }, + { + "name": "getMyDescription", + "description": "Use this method to get the current bot description for the given user language. Returns [BotDescription](https://core.telegram.org/bots/api/#botdescription) on success.", + "arguments": [ + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code or an empty string", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "BotDescription" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getmydescription" + }, + { + "name": "setMyShortDescription", + "description": "Use this method to change the bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot. Returns *True* on success.", + "arguments": [ + { + "name": "short_description", + "description": "New short description for the bot; 0-120 characters. Pass an empty string to remove the dedicated short description for the given language.", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 120, + "enumeration": [] + } + }, + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code. If empty, the short description will be applied to all users for whose language there is no dedicated short description.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setmyshortdescription" + }, + { + "name": "getMyShortDescription", + "description": "Use this method to get the current bot short description for the given user language. Returns [BotShortDescription](https://core.telegram.org/bots/api/#botshortdescription) on success.", + "arguments": [ + { + "name": "language_code", + "description": "A two-letter ISO 639-1 language code or an empty string", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "BotShortDescription" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getmyshortdescription" + }, + { + "name": "setChatMenuButton", + "description": "Use this method to change the bot's menu button in a private chat, or the default menu button. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target private chat. If not specified, default bot's menu button will be changed", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "menu_button", + "description": "A JSON-serialized object for the bot's new menu button. Defaults to [MenuButtonDefault](https://core.telegram.org/bots/api/#menubuttondefault)", + "required": false, + "type_info": { + "type": "reference", + "reference": "MenuButton" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setchatmenubutton" + }, + { + "name": "getChatMenuButton", + "description": "Use this method to get the current value of the bot's menu button in a private chat, or the default menu button. Returns [MenuButton](https://core.telegram.org/bots/api/#menubutton) on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target private chat. If not specified, default bot's menu button will be returned", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "MenuButton" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getchatmenubutton" + }, + { + "name": "setMyDefaultAdministratorRights", + "description": "Use this method to change the default administrator rights requested by the bot when it's added as an administrator to groups or channels. These rights will be suggested to users, but they are free to modify the list before adding the bot. Returns *True* on success.", + "arguments": [ + { + "name": "rights", + "description": "A JSON-serialized object describing new default administrator rights. If not specified, the default administrator rights will be cleared.", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatAdministratorRights" + } + }, + { + "name": "for_channels", + "description": "Pass *True* to change the default administrator rights of the bot in channels. Otherwise, the default administrator rights of the bot for groups and supergroups will be changed.", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setmydefaultadministratorrights" + }, + { + "name": "getMyDefaultAdministratorRights", + "description": "Use this method to get the current default administrator rights of the bot. Returns [ChatAdministratorRights](https://core.telegram.org/bots/api/#chatadministratorrights) on success.", + "arguments": [ + { + "name": "for_channels", + "description": "Pass *True* to get default administrator rights of the bot in channels. Otherwise, default administrator rights of the bot for groups and supergroups will be returned.", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "ChatAdministratorRights" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getmydefaultadministratorrights" + }, + { + "name": "editMessageText", + "description": "Use this method to edit text and [game](https://core.telegram.org/bots/api/#games) messages. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the message to edit", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "text", + "description": "New text of the message, 1-4096 characters after entities parsing", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 4096, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the message text. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "entities", + "description": "A JSON-serialized list of special entities that appear in message text, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "link_preview_options", + "description": "Link preview generation options for the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "LinkPreviewOptions" + } + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#editmessagetext" + }, + { + "name": "editMessageCaption", + "description": "Use this method to edit captions of messages. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the message to edit", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "New caption of the message, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "Mode for parsing entities in the message caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "Pass *True*, if the caption must be shown above the message media. Supported only for animation, photo and video messages.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#editmessagecaption" + }, + { + "name": "editMessageMedia", + "description": "Use this method to edit animation, audio, document, photo, or video messages, or to add media to text messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its file\\_id or specify a URL. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the message to edit", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "media", + "description": "A JSON-serialized object for a new media content of the message", + "required": true, + "type_info": { + "type": "reference", + "reference": "InputMedia" + } + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for a new [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#editmessagemedia" + }, + { + "name": "editMessageLiveLocation", + "description": "Use this method to edit live location messages. A location can be edited until its *live\\_period* expires or editing is explicitly disabled by a call to [stopMessageLiveLocation](https://core.telegram.org/bots/api/#stopmessagelivelocation). On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the message to edit", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "latitude", + "description": "Latitude of new location", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "longitude", + "description": "Longitude of new location", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "live_period", + "description": "New period in seconds during which the location can be updated, starting from the message send date. If 0x7FFFFFFF is specified, then the location can be updated forever. Otherwise, the new value must not exceed the current *live\\_period* by more than a day, and the live location expiration date must remain within the next 90 days. If not specified, then *live\\_period* remains unchanged", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "horizontal_accuracy", + "description": "The radius of uncertainty for the location, measured in meters; 0-1500", + "required": false, + "type_info": { + "type": "float" + } + }, + { + "name": "heading", + "description": "Direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "proximity_alert_radius", + "description": "The maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for a new [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#editmessagelivelocation" + }, + { + "name": "stopMessageLiveLocation", + "description": "Use this method to stop updating a live location message before *live\\_period* expires. On success, if the message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the message with live location to stop", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for a new [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#stopmessagelivelocation" + }, + { + "name": "editMessageReplyMarkup", + "description": "Use this method to edit only the reply markup of messages. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the message to edit", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#editmessagereplymarkup" + }, + { + "name": "stopPoll", + "description": "Use this method to stop a poll which was sent by the bot. On success, the stopped [Poll](https://core.telegram.org/bots/api/#poll) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message to be edited was sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_id", + "description": "Identifier of the original message with the poll", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for a new message [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards).", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "Poll" + }, + "documentation_link": "https://core.telegram.org/bots/api/#stoppoll" + }, + { + "name": "deleteMessage", + "description": "Use this method to delete a message, including service messages, with the following limitations: \n\\- A message can only be deleted if it was sent less than 48 hours ago. \n\\- Service messages about a supergroup, channel, or forum topic creation can't be deleted. \n\\- A dice message in a private chat can only be deleted if it was sent more than 24 hours ago. \n\\- Bots can delete outgoing messages in private chats, groups, and supergroups. \n\\- Bots can delete incoming messages in private chats. \n\\- Bots granted *can\\_post\\_messages* permissions can delete outgoing messages in channels. \n\\- If the bot is an administrator of a group, it can delete any message there. \n\\- If the bot has *can\\_delete\\_messages* permission in a supergroup or a channel, it can delete any message there. \nReturns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_id", + "description": "Identifier of the message to delete", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletemessage" + }, + { + "name": "deleteMessages", + "description": "Use this method to delete multiple messages simultaneously. If some of the specified messages can't be found, they are skipped. Returns *True* on success.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_ids", + "description": "A JSON-serialized list of 1-100 identifiers of messages to delete. See [deleteMessage](https://core.telegram.org/bots/api/#deletemessage) for limitations on which messages can be deleted", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "integer", + "enumeration": [] + } + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletemessages" + }, + { + "name": "sendSticker", + "description": "Use this method to send static .WEBP, [animated](https://telegram.org/blog/animated-stickers) .TGS, or [video](https://telegram.org/blog/video-stickers-better-reactions) .WEBM stickers. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "sticker", + "description": "Sticker to send. Pass a file\\_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a .WEBP sticker from the Internet, or upload a new .WEBP, .TGS, or .WEBM sticker using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files). Video and animated stickers can't be sent via an HTTP URL.", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "emoji", + "description": "Emoji associated with the sticker; only for just uploaded stickers", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "Additional interface options. A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards), [custom reply keyboard](https://core.telegram.org/bots/features#keyboards), instructions to remove a reply keyboard or to force a reply from the user", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardMarkup" + }, + { + "type": "reference", + "reference": "ReplyKeyboardRemove" + }, + { + "type": "reference", + "reference": "ForceReply" + } + ] + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendsticker" + }, + { + "name": "getStickerSet", + "description": "Use this method to get a sticker set. On success, a [StickerSet](https://core.telegram.org/bots/api/#stickerset) object is returned.", + "arguments": [ + { + "name": "name", + "description": "Name of the sticker set", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "StickerSet" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getstickerset" + }, + { + "name": "getCustomEmojiStickers", + "description": "Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of [Sticker](https://core.telegram.org/bots/api/#sticker) objects.", + "arguments": [ + { + "name": "custom_emoji_ids", + "description": "A JSON-serialized list of custom emoji identifiers. At most 200 custom emoji identifiers can be specified.", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "string", + "enumeration": [] + } + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "Sticker" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#getcustomemojistickers" + }, + { + "name": "uploadStickerFile", + "description": "Use this method to upload a file with a sticker for later use in the [createNewStickerSet](https://core.telegram.org/bots/api/#createnewstickerset), [addStickerToSet](https://core.telegram.org/bots/api/#addstickertoset), or [replaceStickerInSet](https://core.telegram.org/bots/api/#replacestickerinset) methods (the file can be used multiple times). Returns the uploaded [File](https://core.telegram.org/bots/api/#file) on success.", + "arguments": [ + { + "name": "user_id", + "description": "User identifier of sticker file owner", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "sticker", + "description": "A file with the sticker in .WEBP, .PNG, .TGS, or .WEBM format. See [https://core.telegram.org/stickers](https://core.telegram.org/stickers) for technical requirements. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "reference", + "reference": "InputFile" + } + }, + { + "name": "sticker_format", + "description": "Format of the sticker, must be one of “static”, “animated”, “video”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "static", + "animated", + "video" + ] + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "reference", + "reference": "File" + }, + "documentation_link": "https://core.telegram.org/bots/api/#uploadstickerfile" + }, + { + "name": "createNewStickerSet", + "description": "Use this method to create a new sticker set owned by a user. The bot will be able to edit the sticker set thus created. Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "User identifier of created sticker set owner", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "name", + "description": "Short name of sticker set, to be used in `t.me/addstickers/` URLs (e.g., *animals*). Can contain only English letters, digits and underscores. Must begin with a letter, can't contain consecutive underscores and must end in `\"_by_\"`. `` is case insensitive. 1-64 characters.", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 64, + "enumeration": [] + } + }, + { + "name": "title", + "description": "Sticker set title, 1-64 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 64, + "enumeration": [] + } + }, + { + "name": "stickers", + "description": "A JSON-serialized list of 1-50 initial stickers to be added to the sticker set", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "InputSticker" + } + } + }, + { + "name": "sticker_type", + "description": "Type of stickers in the set, pass “regular”, “mask”, or “custom\\_emoji”. By default, a regular sticker set is created.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [ + "mask", + "custom_emoji" + ] + } + }, + { + "name": "needs_repainting", + "description": "Pass *True* if stickers in the sticker set must be repainted to the color of text when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context; for custom emoji sticker sets only", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#createnewstickerset" + }, + { + "name": "addStickerToSet", + "description": "Use this method to add a new sticker to a set created by the bot. Emoji sticker sets can have up to 200 stickers. Other sticker sets can have up to 120 stickers. Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "User identifier of sticker set owner", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "sticker", + "description": "A JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set isn't changed.", + "required": true, + "type_info": { + "type": "reference", + "reference": "InputSticker" + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#addstickertoset" + }, + { + "name": "setStickerPositionInSet", + "description": "Use this method to move a sticker in a set created by the bot to a specific position. Returns *True* on success.", + "arguments": [ + { + "name": "sticker", + "description": "File identifier of the sticker", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "position", + "description": "New sticker position in the set, zero-based", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setstickerpositioninset" + }, + { + "name": "deleteStickerFromSet", + "description": "Use this method to delete a sticker from a set created by the bot. Returns *True* on success.", + "arguments": [ + { + "name": "sticker", + "description": "File identifier of the sticker", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletestickerfromset" + }, + { + "name": "replaceStickerInSet", + "description": "Use this method to replace an existing sticker in a sticker set with a new one. The method is equivalent to calling [deleteStickerFromSet](https://core.telegram.org/bots/api/#deletestickerfromset), then [addStickerToSet](https://core.telegram.org/bots/api/#addstickertoset), then [setStickerPositionInSet](https://core.telegram.org/bots/api/#setstickerpositioninset). Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "User identifier of the sticker set owner", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "old_sticker", + "description": "File identifier of the replaced sticker", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "sticker", + "description": "A JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set remains unchanged.", + "required": true, + "type_info": { + "type": "reference", + "reference": "InputSticker" + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#replacestickerinset" + }, + { + "name": "setStickerEmojiList", + "description": "Use this method to change the list of emoji assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns *True* on success.", + "arguments": [ + { + "name": "sticker", + "description": "File identifier of the sticker", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "emoji_list", + "description": "A JSON-serialized list of 1-20 emoji associated with the sticker", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "string", + "enumeration": [] + } + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setstickeremojilist" + }, + { + "name": "setStickerKeywords", + "description": "Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns *True* on success.", + "arguments": [ + { + "name": "sticker", + "description": "File identifier of the sticker", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "keywords", + "description": "A JSON-serialized list of 0-20 search keywords for the sticker with total length of up to 64 characters", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "string", + "enumeration": [] + } + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setstickerkeywords" + }, + { + "name": "setStickerMaskPosition", + "description": "Use this method to change the [mask position](https://core.telegram.org/bots/api/#maskposition) of a mask sticker. The sticker must belong to a sticker set that was created by the bot. Returns *True* on success.", + "arguments": [ + { + "name": "sticker", + "description": "File identifier of the sticker", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "mask_position", + "description": "A JSON-serialized object with the position where the mask should be placed on faces. Omit the parameter to remove the mask position.", + "required": false, + "type_info": { + "type": "reference", + "reference": "MaskPosition" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setstickermaskposition" + }, + { + "name": "setStickerSetTitle", + "description": "Use this method to set the title of a created sticker set. Returns *True* on success.", + "arguments": [ + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Sticker set title, 1-64 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 64, + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setstickersettitle" + }, + { + "name": "setStickerSetThumbnail", + "description": "Use this method to set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the format of the stickers in the set. Returns *True* on success.", + "arguments": [ + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "user_id", + "description": "User identifier of the sticker set owner", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "A **.WEBP** or **.PNG** image with the thumbnail, must be up to 128 kilobytes in size and have a width and height of exactly 100px, or a **.TGS** animation with a thumbnail up to 32 kilobytes in size (see [https://core.telegram.org/stickers#animation-requirements](https://core.telegram.org/stickers#animation-requirements) for animated sticker technical requirements), or a **WEBM** video with the thumbnail up to 32 kilobytes in size; see [https://core.telegram.org/stickers#video-requirements](https://core.telegram.org/stickers#video-requirements) for video sticker technical requirements. Pass a *file\\_id* as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files). Animated and video sticker set thumbnails can't be uploaded via HTTP URL. If omitted, then the thumbnail is dropped and the first sticker is used as the thumbnail.", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "format", + "description": "Format of the thumbnail, must be one of “static” for a **.WEBP** or **.PNG** image, “animated” for a **.TGS** animation, or “video” for a **WEBM** video", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "static", + "animated", + "video" + ] + } + } + ], + "maybe_multipart": true, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setstickersetthumbnail" + }, + { + "name": "setCustomEmojiStickerSetThumbnail", + "description": "Use this method to set the thumbnail of a custom emoji sticker set. Returns *True* on success.", + "arguments": [ + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "custom_emoji_id", + "description": "Custom emoji identifier of a sticker from the sticker set; pass an empty string to drop the thumbnail and use the first sticker as the thumbnail.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setcustomemojistickersetthumbnail" + }, + { + "name": "deleteStickerSet", + "description": "Use this method to delete a sticker set that was created by the bot. Returns *True* on success.", + "arguments": [ + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#deletestickerset" + }, + { + "name": "getAvailableGifts", + "description": "Returns the list of gifts that can be sent by the bot to users. Requires no parameters. Returns a [Gifts](https://core.telegram.org/bots/api/#gifts) object.", + "arguments": [], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "Gifts" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getavailablegifts" + }, + { + "name": "sendGift", + "description": "Sends a gift to the given user. The gift can't be converted to Telegram Stars by the user. Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "Unique identifier of the target user that will receive the gift", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "gift_id", + "description": "Identifier of the gift", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "text", + "description": "Text that will be shown along with the gift; 0-255 characters", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 255, + "enumeration": [] + } + }, + { + "name": "text_parse_mode", + "description": "Mode for parsing entities in the text. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details. Entities other than “bold”, “italic”, “underline”, “strikethrough”, “spoiler”, and “custom\\_emoji” are ignored.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "text_entities", + "description": "A JSON-serialized list of special entities that appear in the gift text. It can be specified instead of *text\\_parse\\_mode*. Entities other than “bold”, “italic”, “underline”, “strikethrough”, “spoiler”, and “custom\\_emoji” are ignored.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendgift" + }, + { + "name": "answerInlineQuery", + "description": "Use this method to send answers to an inline query. On success, *True* is returned. \nNo more than **50** results per query are allowed.", + "arguments": [ + { + "name": "inline_query_id", + "description": "Unique identifier for the answered query", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "results", + "description": "A JSON-serialized array of results for the inline query", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "InlineQueryResult" + } + } + }, + { + "name": "cache_time", + "description": "The maximum amount of time in seconds that the result of the inline query may be cached on the server. Defaults to 300.", + "required": false, + "type_info": { + "type": "integer", + "default": 300, + "enumeration": [] + } + }, + { + "name": "is_personal", + "description": "Pass *True* if results may be cached on the server side only for the user that sent the query. By default, results may be returned to any user who sends the same query.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "next_offset", + "description": "Pass the offset that a client should send in the next query with the same text to receive more results. Pass an empty string if there are no more results or if you don't support pagination. Offset length can't exceed 64 bytes.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "button", + "description": "A JSON-serialized object describing a button to be shown above inline query results", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineQueryResultsButton" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#answerinlinequery" + }, + { + "name": "answerWebAppQuery", + "description": "Use this method to set the result of an interaction with a [Web App](https://core.telegram.org/bots/webapps) and send a corresponding message on behalf of the user to the chat from which the query originated. On success, a [SentWebAppMessage](https://core.telegram.org/bots/api/#sentwebappmessage) object is returned.", + "arguments": [ + { + "name": "web_app_query_id", + "description": "Unique identifier for the query to be answered", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "result", + "description": "A JSON-serialized object describing the message to be sent", + "required": true, + "type_info": { + "type": "reference", + "reference": "InlineQueryResult" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "SentWebAppMessage" + }, + "documentation_link": "https://core.telegram.org/bots/api/#answerwebappquery" + }, + { + "name": "savePreparedInlineMessage", + "description": "Stores a message that can be sent by a user of a Mini App. Returns a [PreparedInlineMessage](https://core.telegram.org/bots/api/#preparedinlinemessage) object.", + "arguments": [ + { + "name": "user_id", + "description": "Unique identifier of the target user that can use the prepared message", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "result", + "description": "A JSON-serialized object describing the message to be sent", + "required": true, + "type_info": { + "type": "reference", + "reference": "InlineQueryResult" + } + }, + { + "name": "allow_user_chats", + "description": "Pass *True* if the message can be sent to private chats with users", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_bot_chats", + "description": "Pass *True* if the message can be sent to private chats with bots", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_group_chats", + "description": "Pass *True* if the message can be sent to group and supergroup chats", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_channel_chats", + "description": "Pass *True* if the message can be sent to channel chats", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "PreparedInlineMessage" + }, + "documentation_link": "https://core.telegram.org/bots/api/#savepreparedinlinemessage" + }, + { + "name": "sendInvoice", + "description": "Use this method to send invoices. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Product name, 1-32 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 32, + "enumeration": [] + } + }, + { + "name": "description", + "description": "Product description, 1-255 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 255, + "enumeration": [] + } + }, + { + "name": "payload", + "description": "Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "provider_token", + "description": "Payment provider token, obtained via [@BotFather](https://t.me/botfather). Pass an empty string for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "currency", + "description": "Three-letter ISO 4217 currency code, see [more on currencies](https://core.telegram.org/bots/payments#supported-currencies). Pass “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "prices", + "description": "Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "LabeledPrice" + } + } + }, + { + "name": "max_tip_amount", + "description": "The maximum accepted amount for tips in the *smallest units* of the currency (integer, **not** float/double). For example, for a maximum tip of `US$ 1.45` pass `max_tip_amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "integer", + "default": 0, + "enumeration": [] + } + }, + { + "name": "suggested_tip_amounts", + "description": "A JSON-serialized array of suggested amounts of tips in the *smallest units* of the currency (integer, **not** float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed *max\\_tip\\_amount*.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "integer", + "enumeration": [] + } + } + }, + { + "name": "start_parameter", + "description": "Unique deep-linking parameter. If left empty, **forwarded copies** of the sent message will have a *Pay* button, allowing multiple users to pay directly from the forwarded message, using the same invoice. If non-empty, forwarded copies of the sent message will have a *URL* button with a deep link to the bot (instead of a *Pay* button), with the value used as the start parameter", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "provider_data", + "description": "JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "photo_url", + "description": "URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "photo_size", + "description": "Photo size in bytes", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "photo_width", + "description": "Photo width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "photo_height", + "description": "Photo height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "need_name", + "description": "Pass *True* if you require the user's full name to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "need_phone_number", + "description": "Pass *True* if you require the user's phone number to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "need_email", + "description": "Pass *True* if you require the user's email address to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "need_shipping_address", + "description": "Pass *True* if you require the user's shipping address to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "send_phone_number_to_provider", + "description": "Pass *True* if the user's phone number should be sent to the provider. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "send_email_to_provider", + "description": "Pass *True* if the user's email address should be sent to the provider. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "is_flexible", + "description": "Pass *True* if the final price depends on the shipping method. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards). If empty, one 'Pay `total price`' button will be shown. If not empty, the first button must be a Pay button.", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendinvoice" + }, + { + "name": "createInvoiceLink", + "description": "Use this method to create a link for an invoice. Returns the created invoice link as *String* on success.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the link will be created. For payments in [Telegram Stars](https://t.me/BotNews/90) only.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Product name, 1-32 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 32, + "enumeration": [] + } + }, + { + "name": "description", + "description": "Product description, 1-255 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 255, + "enumeration": [] + } + }, + { + "name": "payload", + "description": "Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "provider_token", + "description": "Payment provider token, obtained via [@BotFather](https://t.me/botfather). Pass an empty string for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "currency", + "description": "Three-letter ISO 4217 currency code, see [more on currencies](https://core.telegram.org/bots/payments#supported-currencies). Pass “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "prices", + "description": "Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "LabeledPrice" + } + } + }, + { + "name": "subscription_period", + "description": "The number of seconds the subscription will be active for before the next payment. The currency must be set to “XTR” (Telegram Stars) if the parameter is used. Currently, it must always be 2592000 (30 days) if specified. Any number of subscriptions can be active for a given bot at the same time, including multiple concurrent subscriptions from the same user.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "max_tip_amount", + "description": "The maximum accepted amount for tips in the *smallest units* of the currency (integer, **not** float/double). For example, for a maximum tip of `US$ 1.45` pass `max_tip_amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "integer", + "default": 0, + "enumeration": [] + } + }, + { + "name": "suggested_tip_amounts", + "description": "A JSON-serialized array of suggested amounts of tips in the *smallest units* of the currency (integer, **not** float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed *max\\_tip\\_amount*.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "integer", + "enumeration": [] + } + } + }, + { + "name": "provider_data", + "description": "JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "photo_url", + "description": "URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "photo_size", + "description": "Photo size in bytes", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "photo_width", + "description": "Photo width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "photo_height", + "description": "Photo height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "need_name", + "description": "Pass *True* if you require the user's full name to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "need_phone_number", + "description": "Pass *True* if you require the user's phone number to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "need_email", + "description": "Pass *True* if you require the user's email address to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "need_shipping_address", + "description": "Pass *True* if you require the user's shipping address to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "send_phone_number_to_provider", + "description": "Pass *True* if the user's phone number should be sent to the provider. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "send_email_to_provider", + "description": "Pass *True* if the user's email address should be sent to the provider. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "is_flexible", + "description": "Pass *True* if the final price depends on the shipping method. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "string", + "enumeration": [] + }, + "documentation_link": "https://core.telegram.org/bots/api/#createinvoicelink" + }, + { + "name": "answerShippingQuery", + "description": "If you sent an invoice requesting a shipping address and the parameter *is\\_flexible* was specified, the Bot API will send an [Update](https://core.telegram.org/bots/api/#update) with a *shipping\\_query* field to the bot. Use this method to reply to shipping queries. On success, *True* is returned.", + "arguments": [ + { + "name": "shipping_query_id", + "description": "Unique identifier for the query to be answered", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "ok", + "description": "Pass *True* if delivery to the specified address is possible and *False* if there are any problems (for example, if delivery to the specified address is not possible)", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "shipping_options", + "description": "Required if *ok* is *True*. A JSON-serialized array of available shipping options.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "ShippingOption" + } + } + }, + { + "name": "error_message", + "description": "Required if *ok* is *False*. Error message in human readable form that explains why it is impossible to complete the order (e.g. \"Sorry, delivery to your desired address is unavailable'). Telegram will display this message to the user.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#answershippingquery" + }, + { + "name": "answerPreCheckoutQuery", + "description": "Once the user has confirmed their payment and shipping details, the Bot API sends the final confirmation in the form of an [Update](https://core.telegram.org/bots/api/#update) with the field *pre\\_checkout\\_query*. Use this method to respond to such pre-checkout queries. On success, *True* is returned. **Note:** The Bot API must receive an answer within 10 seconds after the pre-checkout query was sent.", + "arguments": [ + { + "name": "pre_checkout_query_id", + "description": "Unique identifier for the query to be answered", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "ok", + "description": "Specify *True* if everything is alright (goods are available, etc.) and the bot is ready to proceed with the order. Use *False* if there are any problems.", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "error_message", + "description": "Required if *ok* is *False*. Error message in human readable form that explains the reason for failure to proceed with the checkout (e.g. \"Sorry, somebody just bought the last of our amazing black T-shirts while you were busy filling out your payment details. Please choose a different color or garment!\"). Telegram will display this message to the user.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#answerprecheckoutquery" + }, + { + "name": "getStarTransactions", + "description": "Returns the bot's Telegram Star transactions in chronological order. On success, returns a [StarTransactions](https://core.telegram.org/bots/api/#startransactions) object.", + "arguments": [ + { + "name": "offset", + "description": "Number of transactions to skip in the response", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "limit", + "description": "The maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100.", + "required": false, + "type_info": { + "type": "integer", + "default": 100, + "min": 1, + "max": 100, + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "StarTransactions" + }, + "documentation_link": "https://core.telegram.org/bots/api/#getstartransactions" + }, + { + "name": "refundStarPayment", + "description": "Refunds a successful payment in [Telegram Stars](https://t.me/BotNews/90). Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "Identifier of the user whose payment will be refunded", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "telegram_payment_charge_id", + "description": "Telegram payment identifier", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#refundstarpayment" + }, + { + "name": "editUserStarSubscription", + "description": "Allows the bot to cancel or re-enable extension of a subscription paid in Telegram Stars. Returns *True* on success.", + "arguments": [ + { + "name": "user_id", + "description": "Identifier of the user whose subscription will be edited", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "telegram_payment_charge_id", + "description": "Telegram payment identifier for the subscription", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "is_canceled", + "description": "Pass *True* to cancel extension of the user subscription; the subscription must be active up to the end of the current subscription period. Pass *False* to allow the user to re-enable a subscription that was previously canceled by the bot.", + "required": true, + "type_info": { + "type": "bool" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#edituserstarsubscription" + }, + { + "name": "setPassportDataErrors", + "description": "Informs a user that some of the Telegram Passport elements they provided contains errors. The user will not be able to re-submit their Passport to you until the errors are fixed (the contents of the field for which you returned the error must change). Returns *True* on success.\n\nUse this if the data submitted by the user doesn't satisfy the standards your service requires for any reason. For example, if a birthday date seems invalid, a submitted document is blurry, a scan shows evidence of tampering, etc. Supply some details in the error message to make sure the user knows how to correct the issues.", + "arguments": [ + { + "name": "user_id", + "description": "User identifier", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "errors", + "description": "A JSON-serialized array describing the errors", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PassportElementError" + } + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "bool", + "default": true + }, + "documentation_link": "https://core.telegram.org/bots/api/#setpassportdataerrors" + }, + { + "name": "sendGame", + "description": "Use this method to send a game. On success, the sent [Message](https://core.telegram.org/bots/api/#message) is returned.", + "arguments": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection on behalf of which the message will be sent", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "message_thread_id", + "description": "Unique identifier for the target message thread (topic) of the forum; for forum supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "game_short_name", + "description": "Short name of the game, serves as the unique identifier for the game. Set up your games via [@BotFather](https://t.me/botfather).", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "disable_notification", + "description": "Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). Users will receive a notification with no sound.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "protect_content", + "description": "Protects the contents of the sent message from forwarding and saving", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_paid_broadcast", + "description": "Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "message_effect_id", + "description": "Unique identifier of the message effect to be added to the message; for private chats only", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_parameters", + "description": "Description of the message to reply to", + "required": false, + "type_info": { + "type": "reference", + "reference": "ReplyParameters" + } + }, + { + "name": "reply_markup", + "description": "A JSON-serialized object for an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards). If empty, one 'Play game\\_title' button will be shown. If not empty, the first button must launch the game.", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "reference", + "reference": "Message" + }, + "documentation_link": "https://core.telegram.org/bots/api/#sendgame" + }, + { + "name": "setGameScore", + "description": "Use this method to set the score of the specified user in a game message. On success, if the message is not an inline message, the [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Returns an error, if the new score is not greater than the user's current score in the chat and *force* is *False*.", + "arguments": [ + { + "name": "user_id", + "description": "User identifier", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "score", + "description": "New score, must be non-negative", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "force", + "description": "Pass *True* if the high score is allowed to decrease. This can be useful when fixing mistakes or banning cheaters", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "disable_edit_message", + "description": "Pass *True* if the game message should not be automatically edited to include the current scoreboard", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the sent message", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "bool", + "default": true + } + ] + }, + "documentation_link": "https://core.telegram.org/bots/api/#setgamescore" + }, + { + "name": "getGameHighScores", + "description": "Use this method to get data for high score tables. Will return the score of the specified user and several of their neighbors in a game. Returns an Array of [GameHighScore](https://core.telegram.org/bots/api/#gamehighscore) objects.\n\nThis method will currently return scores for the target user, plus two of their closest neighbors on each side. Will also return the top three users if the user and their neighbors are not among them. Please note that this behavior is subject to change.", + "arguments": [ + { + "name": "user_id", + "description": "Target user id", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Required if *inline\\_message\\_id* is not specified. Unique identifier for the target chat", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "message_id", + "description": "Required if *inline\\_message\\_id* is not specified. Identifier of the sent message", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "inline_message_id", + "description": "Required if *chat\\_id* and *message\\_id* are not specified. Identifier of the inline message", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "maybe_multipart": false, + "return_type": { + "type": "array", + "array": { + "type": "reference", + "reference": "GameHighScore" + } + }, + "documentation_link": "https://core.telegram.org/bots/api/#getgamehighscores" + } + ], + "objects": [ + { + "name": "Update", + "description": "This [object](https://core.telegram.org/bots/api/#available-types) represents an incoming update. \nAt most **one** of the optional parameters can be present in any given update.", + "type": "properties", + "properties": [ + { + "name": "update_id", + "description": "The update's unique identifier. Update identifiers start from a certain positive number and increase sequentially. This identifier becomes especially handy if you're using [webhooks](https://core.telegram.org/bots/api/#setwebhook), since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order. If there are no new updates for at least a week, then identifier of the next update will be chosen randomly instead of sequentially.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "message", + "description": "*Optional*. New incoming message of any kind - text, photo, sticker, etc.", + "required": false, + "type_info": { + "type": "reference", + "reference": "Message" + } + }, + { + "name": "edited_message", + "description": "*Optional*. New version of a message that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot.", + "required": false, + "type_info": { + "type": "reference", + "reference": "Message" + } + }, + { + "name": "channel_post", + "description": "*Optional*. New incoming channel post of any kind - text, photo, sticker, etc.", + "required": false, + "type_info": { + "type": "reference", + "reference": "Message" + } + }, + { + "name": "edited_channel_post", + "description": "*Optional*. New version of a channel post that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot.", + "required": false, + "type_info": { + "type": "reference", + "reference": "Message" + } + }, + { + "name": "business_connection", + "description": "*Optional*. The bot was connected to or disconnected from a business account, or a user edited an existing connection with the bot", + "required": false, + "type_info": { + "type": "reference", + "reference": "BusinessConnection" + } + }, + { + "name": "business_message", + "description": "*Optional*. New message from a connected business account", + "required": false, + "type_info": { + "type": "reference", + "reference": "Message" + } + }, + { + "name": "edited_business_message", + "description": "*Optional*. New version of a message from a connected business account", + "required": false, + "type_info": { + "type": "reference", + "reference": "Message" + } + }, + { + "name": "deleted_business_messages", + "description": "*Optional*. Messages were deleted from a connected business account", + "required": false, + "type_info": { + "type": "reference", + "reference": "BusinessMessagesDeleted" + } + }, + { + "name": "message_reaction", + "description": "*Optional*. A reaction to a message was changed by a user. The bot must be an administrator in the chat and must explicitly specify `\"message_reaction\"` in the list of *allowed\\_updates* to receive these updates. The update isn't received for reactions set by bots.", + "required": false, + "type_info": { + "type": "reference", + "reference": "MessageReactionUpdated" + } + }, + { + "name": "message_reaction_count", + "description": "*Optional*. Reactions to a message with anonymous reactions were changed. The bot must be an administrator in the chat and must explicitly specify `\"message_reaction_count\"` in the list of *allowed\\_updates* to receive these updates. The updates are grouped and can be sent with delay up to a few minutes.", + "required": false, + "type_info": { + "type": "reference", + "reference": "MessageReactionCountUpdated" + } + }, + { + "name": "inline_query", + "description": "*Optional*. New incoming [inline](https://core.telegram.org/bots/api/#inline-mode) query", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineQuery" + } + }, + { + "name": "chosen_inline_result", + "description": "*Optional*. The result of an [inline](https://core.telegram.org/bots/api/#inline-mode) query that was chosen by a user and sent to their chat partner. Please see our documentation on the [feedback collecting](https://core.telegram.org/bots/inline#collecting-feedback) for details on how to enable these updates for your bot.", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChosenInlineResult" + } + }, + { + "name": "callback_query", + "description": "*Optional*. New incoming callback query", + "required": false, + "type_info": { + "type": "reference", + "reference": "CallbackQuery" + } + }, + { + "name": "shipping_query", + "description": "*Optional*. New incoming shipping query. Only for invoices with flexible price", + "required": false, + "type_info": { + "type": "reference", + "reference": "ShippingQuery" + } + }, + { + "name": "pre_checkout_query", + "description": "*Optional*. New incoming pre-checkout query. Contains full information about checkout", + "required": false, + "type_info": { + "type": "reference", + "reference": "PreCheckoutQuery" + } + }, + { + "name": "purchased_paid_media", + "description": "*Optional*. A user purchased paid media with a non-empty payload sent by the bot in a non-channel chat", + "required": false, + "type_info": { + "type": "reference", + "reference": "PaidMediaPurchased" + } + }, + { + "name": "poll", + "description": "*Optional*. New poll state. Bots receive only updates about manually stopped polls and polls, which are sent by the bot", + "required": false, + "type_info": { + "type": "reference", + "reference": "Poll" + } + }, + { + "name": "poll_answer", + "description": "*Optional*. A user changed their answer in a non-anonymous poll. Bots receive new votes only in polls that were sent by the bot itself.", + "required": false, + "type_info": { + "type": "reference", + "reference": "PollAnswer" + } + }, + { + "name": "my_chat_member", + "description": "*Optional*. The bot's chat member status was updated in a chat. For private chats, this update is received only when the bot is blocked or unblocked by the user.", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatMemberUpdated" + } + }, + { + "name": "chat_member", + "description": "*Optional*. A chat member's status was updated in a chat. The bot must be an administrator in the chat and must explicitly specify `\"chat_member\"` in the list of *allowed\\_updates* to receive these updates.", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatMemberUpdated" + } + }, + { + "name": "chat_join_request", + "description": "*Optional*. A request to join the chat has been sent. The bot must have the *can\\_invite\\_users* administrator right in the chat to receive these updates.", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatJoinRequest" + } + }, + { + "name": "chat_boost", + "description": "*Optional*. A chat boost was added or changed. The bot must be an administrator in the chat to receive these updates.", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatBoostUpdated" + } + }, + { + "name": "removed_chat_boost", + "description": "*Optional*. A boost was removed from a chat. The bot must be an administrator in the chat to receive these updates.", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatBoostRemoved" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#update" + }, + { + "name": "WebhookInfo", + "description": "Describes the current status of a webhook.", + "type": "properties", + "properties": [ + { + "name": "url", + "description": "Webhook URL, may be empty if webhook is not set up", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "has_custom_certificate", + "description": "*True*, if a custom certificate was provided for webhook certificate checks", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "pending_update_count", + "description": "Number of updates awaiting delivery", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "ip_address", + "description": "*Optional*. Currently used webhook IP address", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "last_error_date", + "description": "*Optional*. Unix time for the most recent error that happened when trying to deliver an update via webhook", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "last_error_message", + "description": "*Optional*. Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "last_synchronization_error_date", + "description": "*Optional*. Unix time of the most recent error that happened when trying to synchronize available updates with Telegram datacenters", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "max_connections", + "description": "*Optional*. The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "allowed_updates", + "description": "*Optional*. A list of update types the bot is subscribed to. Defaults to all update types except *chat\\_member*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "string", + "enumeration": [] + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#webhookinfo" + }, + { + "name": "User", + "description": "This object represents a Telegram user or bot.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier for this user or bot. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "is_bot", + "description": "*True*, if this user is a bot", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "first_name", + "description": "User's or bot's first name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "last_name", + "description": "*Optional*. User's or bot's last name", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "username", + "description": "*Optional*. User's or bot's username", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "language_code", + "description": "*Optional*. [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) of the user's language", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "is_premium", + "description": "*Optional*. *True*, if this user is a Telegram Premium user", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "added_to_attachment_menu", + "description": "*Optional*. *True*, if this user added the bot to the attachment menu", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "can_join_groups", + "description": "*Optional*. *True*, if the bot can be invited to groups. Returned only in [getMe](https://core.telegram.org/bots/api/#getme).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_read_all_group_messages", + "description": "*Optional*. *True*, if [privacy mode](https://core.telegram.org/bots/features#privacy-mode) is disabled for the bot. Returned only in [getMe](https://core.telegram.org/bots/api/#getme).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "supports_inline_queries", + "description": "*Optional*. *True*, if the bot supports inline queries. Returned only in [getMe](https://core.telegram.org/bots/api/#getme).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_connect_to_business", + "description": "*Optional*. *True*, if the bot can be connected to a Telegram Business account to receive its messages. Returned only in [getMe](https://core.telegram.org/bots/api/#getme).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "has_main_web_app", + "description": "*Optional*. *True*, if the bot has a main Web App. Returned only in [getMe](https://core.telegram.org/bots/api/#getme).", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#user" + }, + { + "name": "Chat", + "description": "This object represents a chat.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier for this chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "type", + "description": "Type of the chat, can be either “private”, “group”, “supergroup” or “channel”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "private", + "group", + "supergroup", + "channel" + ] + } + }, + { + "name": "title", + "description": "*Optional*. Title, for supergroups, channels and group chats", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "username", + "description": "*Optional*. Username, for private chats, supergroups and channels if available", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "first_name", + "description": "*Optional*. First name of the other party in a private chat", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "last_name", + "description": "*Optional*. Last name of the other party in a private chat", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "is_forum", + "description": "*Optional*. *True*, if the supergroup chat is a forum (has [topics](https://telegram.org/blog/topics-in-groups-collectible-usernames#topics-in-groups) enabled)", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chat" + }, + { + "name": "ChatFullInfo", + "description": "This object contains full information about a chat.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier for this chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "type", + "description": "Type of the chat, can be either “private”, “group”, “supergroup” or “channel”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "private", + "group", + "supergroup", + "channel" + ] + } + }, + { + "name": "title", + "description": "*Optional*. Title, for supergroups, channels and group chats", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "username", + "description": "*Optional*. Username, for private chats, supergroups and channels if available", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "first_name", + "description": "*Optional*. First name of the other party in a private chat", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "last_name", + "description": "*Optional*. Last name of the other party in a private chat", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "is_forum", + "description": "*Optional*. *True*, if the supergroup chat is a forum (has [topics](https://telegram.org/blog/topics-in-groups-collectible-usernames#topics-in-groups) enabled)", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "accent_color_id", + "description": "Identifier of the accent color for the chat name and backgrounds of the chat photo, reply header, and link preview. See [accent colors](https://core.telegram.org/bots/api/#accent-colors) for more details.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "max_reaction_count", + "description": "The maximum number of reactions that can be set on a message in the chat", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "photo", + "description": "*Optional*. Chat photo", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatPhoto" + } + }, + { + "name": "active_usernames", + "description": "*Optional*. If non-empty, the list of all [active chat usernames](https://telegram.org/blog/topics-in-groups-collectible-usernames#collectible-usernames); for private chats, supergroups and channels", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "string", + "enumeration": [] + } + } + }, + { + "name": "birthdate", + "description": "*Optional*. For private chats, the date of birth of the user", + "required": false, + "type_info": { + "type": "reference", + "reference": "Birthdate" + } + }, + { + "name": "business_intro", + "description": "*Optional*. For private chats with business accounts, the intro of the business", + "required": false, + "type_info": { + "type": "reference", + "reference": "BusinessIntro" + } + }, + { + "name": "business_location", + "description": "*Optional*. For private chats with business accounts, the location of the business", + "required": false, + "type_info": { + "type": "reference", + "reference": "BusinessLocation" + } + }, + { + "name": "business_opening_hours", + "description": "*Optional*. For private chats with business accounts, the opening hours of the business", + "required": false, + "type_info": { + "type": "reference", + "reference": "BusinessOpeningHours" + } + }, + { + "name": "personal_chat", + "description": "*Optional*. For private chats, the personal channel of the user", + "required": false, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "available_reactions", + "description": "*Optional*. List of available reactions allowed in the chat. If omitted, then all [emoji reactions](https://core.telegram.org/bots/api/#reactiontypeemoji) are allowed.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "ReactionType" + } + } + }, + { + "name": "background_custom_emoji_id", + "description": "*Optional*. Custom emoji identifier of the emoji chosen by the chat for the reply header and link preview background", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "profile_accent_color_id", + "description": "*Optional*. Identifier of the accent color for the chat's profile background. See [profile accent colors](https://core.telegram.org/bots/api/#profile-accent-colors) for more details.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "profile_background_custom_emoji_id", + "description": "*Optional*. Custom emoji identifier of the emoji chosen by the chat for its profile background", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "emoji_status_custom_emoji_id", + "description": "*Optional*. Custom emoji identifier of the emoji status of the chat or the other party in a private chat", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "emoji_status_expiration_date", + "description": "*Optional*. Expiration date of the emoji status of the chat or the other party in a private chat, in Unix time, if any", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "bio", + "description": "*Optional*. Bio of the other party in a private chat", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "has_private_forwards", + "description": "*Optional*. *True*, if privacy settings of the other party in the private chat allows to use `tg://user?id=` links only in chats with the user", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "has_restricted_voice_and_video_messages", + "description": "*Optional*. *True*, if the privacy settings of the other party restrict sending voice and video note messages in the private chat", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "join_to_send_messages", + "description": "*Optional*. *True*, if users need to join the supergroup before they can send messages", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "join_by_request", + "description": "*Optional*. *True*, if all users directly joining the supergroup without using an invite link need to be approved by supergroup administrators", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "description", + "description": "*Optional*. Description, for groups, supergroups and channel chats", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "invite_link", + "description": "*Optional*. Primary invite link, for groups, supergroups and channel chats", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "pinned_message", + "description": "*Optional*. The most recent pinned message (by sending date)", + "required": false, + "type_info": { + "type": "reference", + "reference": "Message" + } + }, + { + "name": "permissions", + "description": "*Optional*. Default chat member permissions, for groups and supergroups", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatPermissions" + } + }, + { + "name": "can_send_paid_media", + "description": "*Optional*. *True*, if paid media messages can be sent or forwarded to the channel chat. The field is available only for channel chats.", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "slow_mode_delay", + "description": "*Optional*. For supergroups, the minimum allowed delay between consecutive messages sent by each unprivileged user; in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "unrestrict_boost_count", + "description": "*Optional*. For supergroups, the minimum number of boosts that a non-administrator user needs to add in order to ignore slow mode and chat permissions", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "message_auto_delete_time", + "description": "*Optional*. The time after which all messages sent to the chat will be automatically deleted; in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "has_aggressive_anti_spam_enabled", + "description": "*Optional*. *True*, if aggressive anti-spam checks are enabled in the supergroup. The field is only available to chat administrators.", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "has_hidden_members", + "description": "*Optional*. *True*, if non-administrators can only get the list of bots and administrators in the chat", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "has_protected_content", + "description": "*Optional*. *True*, if messages from the chat can't be forwarded to other chats", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "has_visible_history", + "description": "*Optional*. *True*, if new chat members will have access to old messages; available only to chat administrators", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "sticker_set_name", + "description": "*Optional*. For supergroups, name of the group sticker set", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "can_set_sticker_set", + "description": "*Optional*. *True*, if the bot can change the group sticker set", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "custom_emoji_sticker_set_name", + "description": "*Optional*. For supergroups, the name of the group's custom emoji sticker set. Custom emoji from this set can be used by all users and bots in the group.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "linked_chat_id", + "description": "*Optional*. Unique identifier for the linked chat, i.e. the discussion group identifier for a channel and vice versa; for supergroups and channel chats. This identifier may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it is smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "location", + "description": "*Optional*. For supergroups, the location to which the supergroup is connected", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatLocation" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatfullinfo" + }, + { + "name": "Message", + "description": "This object represents a message.", + "type": "properties", + "properties": [ + { + "name": "message_id", + "description": "Unique message identifier inside this chat. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "message_thread_id", + "description": "*Optional*. Unique identifier of a message thread to which the message belongs; for supergroups only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "from", + "description": "*Optional*. Sender of the message; may be empty for messages sent to channels. For backward compatibility, if the message was sent on behalf of a chat, the field contains a fake sender user in non-channel chats", + "required": false, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "sender_chat", + "description": "*Optional*. Sender of the message when sent on behalf of a chat. For example, the supergroup itself for messages sent by its anonymous administrators or a linked channel for messages automatically forwarded to the channel's discussion group. For backward compatibility, if the message was sent on behalf of a chat, the field *from* contains a fake sender user in non-channel chats.", + "required": false, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "sender_boost_count", + "description": "*Optional*. If the sender of the message boosted the chat, the number of boosts added by the user", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "sender_business_bot", + "description": "*Optional*. The bot that actually sent the message on behalf of the business account. Available only for outgoing messages sent on behalf of the connected business account.", + "required": false, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "date", + "description": "Date the message was sent in Unix time. It is always a positive number, representing a valid date.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "business_connection_id", + "description": "*Optional*. Unique identifier of the business connection from which the message was received. If non-empty, the message belongs to a chat of the corresponding business account that is independent from any potential bot chat which might share the same identifier.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat", + "description": "Chat the message belongs to", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "forward_origin", + "description": "*Optional*. Information about the original message for forwarded messages", + "required": false, + "type_info": { + "type": "reference", + "reference": "MessageOrigin" + } + }, + { + "name": "is_topic_message", + "description": "*Optional*. *True*, if the message is sent to a forum topic", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "is_automatic_forward", + "description": "*Optional*. *True*, if the message is a channel post that was automatically forwarded to the connected discussion group", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "reply_to_message", + "description": "*Optional*. For replies in the same chat and message thread, the original message. Note that the Message object in this field will not contain further *reply\\_to\\_message* fields even if it itself is a reply.", + "required": false, + "type_info": { + "type": "reference", + "reference": "Message" + } + }, + { + "name": "external_reply", + "description": "*Optional*. Information about the message that is being replied to, which may come from another chat or forum topic", + "required": false, + "type_info": { + "type": "reference", + "reference": "ExternalReplyInfo" + } + }, + { + "name": "quote", + "description": "*Optional*. For replies that quote part of the original message, the quoted part of the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "TextQuote" + } + }, + { + "name": "reply_to_story", + "description": "*Optional*. For replies to a story, the original story", + "required": false, + "type_info": { + "type": "reference", + "reference": "Story" + } + }, + { + "name": "via_bot", + "description": "*Optional*. Bot through which the message was sent", + "required": false, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "edit_date", + "description": "*Optional*. Date the message was last edited in Unix time", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "has_protected_content", + "description": "*Optional*. *True*, if the message can't be forwarded", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "is_from_offline", + "description": "*Optional*. True, if the message was sent by an implicit action, for example, as an away or a greeting business message, or as a scheduled message", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "media_group_id", + "description": "*Optional*. The unique identifier of a media message group this message belongs to", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "author_signature", + "description": "*Optional*. Signature of the post author for messages in channels, or the custom title of an anonymous group administrator", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "text", + "description": "*Optional*. For text messages, the actual UTF-8 text of the message", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "entities", + "description": "*Optional*. For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "link_preview_options", + "description": "*Optional*. Options used for link preview generation for the message, if it is a text message and link preview options were changed", + "required": false, + "type_info": { + "type": "reference", + "reference": "LinkPreviewOptions" + } + }, + { + "name": "effect_id", + "description": "*Optional*. Unique identifier of the message effect added to the message", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "animation", + "description": "*Optional*. Message is an animation, information about the animation. For backward compatibility, when this field is set, the *document* field will also be set", + "required": false, + "type_info": { + "type": "reference", + "reference": "Animation" + } + }, + { + "name": "audio", + "description": "*Optional*. Message is an audio file, information about the file", + "required": false, + "type_info": { + "type": "reference", + "reference": "Audio" + } + }, + { + "name": "document", + "description": "*Optional*. Message is a general file, information about the file", + "required": false, + "type_info": { + "type": "reference", + "reference": "Document" + } + }, + { + "name": "paid_media", + "description": "*Optional*. Message contains paid media; information about the paid media", + "required": false, + "type_info": { + "type": "reference", + "reference": "PaidMediaInfo" + } + }, + { + "name": "photo", + "description": "*Optional*. Message is a photo, available sizes of the photo", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + } + }, + { + "name": "sticker", + "description": "*Optional*. Message is a sticker, information about the sticker", + "required": false, + "type_info": { + "type": "reference", + "reference": "Sticker" + } + }, + { + "name": "story", + "description": "*Optional*. Message is a forwarded story", + "required": false, + "type_info": { + "type": "reference", + "reference": "Story" + } + }, + { + "name": "video", + "description": "*Optional*. Message is a video, information about the video", + "required": false, + "type_info": { + "type": "reference", + "reference": "Video" + } + }, + { + "name": "video_note", + "description": "*Optional*. Message is a [video note](https://telegram.org/blog/video-messages-and-telescope), information about the video message", + "required": false, + "type_info": { + "type": "reference", + "reference": "VideoNote" + } + }, + { + "name": "voice", + "description": "*Optional*. Message is a voice message, information about the file", + "required": false, + "type_info": { + "type": "reference", + "reference": "Voice" + } + }, + { + "name": "caption", + "description": "*Optional*. Caption for the animation, audio, document, paid media, photo, video or voice", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. True, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "has_media_spoiler", + "description": "*Optional*. *True*, if the message media is covered by a spoiler animation", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "contact", + "description": "*Optional*. Message is a shared contact, information about the contact", + "required": false, + "type_info": { + "type": "reference", + "reference": "Contact" + } + }, + { + "name": "dice", + "description": "*Optional*. Message is a dice with random value", + "required": false, + "type_info": { + "type": "reference", + "reference": "Dice" + } + }, + { + "name": "game", + "description": "*Optional*. Message is a game, information about the game. [More about games »](https://core.telegram.org/bots/api/#games)", + "required": false, + "type_info": { + "type": "reference", + "reference": "Game" + } + }, + { + "name": "poll", + "description": "*Optional*. Message is a native poll, information about the poll", + "required": false, + "type_info": { + "type": "reference", + "reference": "Poll" + } + }, + { + "name": "venue", + "description": "*Optional*. Message is a venue, information about the venue. For backward compatibility, when this field is set, the *location* field will also be set", + "required": false, + "type_info": { + "type": "reference", + "reference": "Venue" + } + }, + { + "name": "location", + "description": "*Optional*. Message is a shared location, information about the location", + "required": false, + "type_info": { + "type": "reference", + "reference": "Location" + } + }, + { + "name": "new_chat_members", + "description": "*Optional*. New members that were added to the group or supergroup and information about them (the bot itself may be one of these members)", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "User" + } + } + }, + { + "name": "left_chat_member", + "description": "*Optional*. A member was removed from the group, information about them (this member may be the bot itself)", + "required": false, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "new_chat_title", + "description": "*Optional*. A chat title was changed to this value", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "new_chat_photo", + "description": "*Optional*. A chat photo was change to this value", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + } + }, + { + "name": "delete_chat_photo", + "description": "*Optional*. Service message: the chat photo was deleted", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "group_chat_created", + "description": "*Optional*. Service message: the group has been created", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "supergroup_chat_created", + "description": "*Optional*. Service message: the supergroup has been created. This field can't be received in a message coming through updates, because bot can't be a member of a supergroup when it is created. It can only be found in reply\\_to\\_message if someone replies to a very first message in a directly created supergroup.", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "channel_chat_created", + "description": "*Optional*. Service message: the channel has been created. This field can't be received in a message coming through updates, because bot can't be a member of a channel when it is created. It can only be found in reply\\_to\\_message if someone replies to a very first message in a channel.", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "message_auto_delete_timer_changed", + "description": "*Optional*. Service message: auto-delete timer settings changed in the chat", + "required": false, + "type_info": { + "type": "reference", + "reference": "MessageAutoDeleteTimerChanged" + } + }, + { + "name": "migrate_to_chat_id", + "description": "*Optional*. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "migrate_from_chat_id", + "description": "*Optional*. The supergroup has been migrated from a group with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "pinned_message", + "description": "*Optional*. Specified message was pinned. Note that the Message object in this field will not contain further *reply\\_to\\_message* fields even if it itself is a reply.", + "required": false, + "type_info": { + "type": "reference", + "reference": "MaybeInaccessibleMessage" + } + }, + { + "name": "invoice", + "description": "*Optional*. Message is an invoice for a [payment](https://core.telegram.org/bots/api/#payments), information about the invoice. [More about payments »](https://core.telegram.org/bots/api/#payments)", + "required": false, + "type_info": { + "type": "reference", + "reference": "Invoice" + } + }, + { + "name": "successful_payment", + "description": "*Optional*. Message is a service message about a successful payment, information about the payment. [More about payments »](https://core.telegram.org/bots/api/#payments)", + "required": false, + "type_info": { + "type": "reference", + "reference": "SuccessfulPayment" + } + }, + { + "name": "refunded_payment", + "description": "*Optional*. Message is a service message about a refunded payment, information about the payment. [More about payments »](https://core.telegram.org/bots/api/#payments)", + "required": false, + "type_info": { + "type": "reference", + "reference": "RefundedPayment" + } + }, + { + "name": "users_shared", + "description": "*Optional*. Service message: users were shared with the bot", + "required": false, + "type_info": { + "type": "reference", + "reference": "UsersShared" + } + }, + { + "name": "chat_shared", + "description": "*Optional*. Service message: a chat was shared with the bot", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatShared" + } + }, + { + "name": "connected_website", + "description": "*Optional*. The domain name of the website on which the user has logged in. [More about Telegram Login »](https://core.telegram.org/widgets/login)", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "write_access_allowed", + "description": "*Optional*. Service message: the user allowed the bot to write messages after adding it to the attachment or side menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method [requestWriteAccess](https://core.telegram.org/bots/webapps#initializing-mini-apps)", + "required": false, + "type_info": { + "type": "reference", + "reference": "WriteAccessAllowed" + } + }, + { + "name": "passport_data", + "description": "*Optional*. Telegram Passport data", + "required": false, + "type_info": { + "type": "reference", + "reference": "PassportData" + } + }, + { + "name": "proximity_alert_triggered", + "description": "*Optional*. Service message. A user in the chat triggered another user's proximity alert while sharing Live Location.", + "required": false, + "type_info": { + "type": "reference", + "reference": "ProximityAlertTriggered" + } + }, + { + "name": "boost_added", + "description": "*Optional*. Service message: user boosted the chat", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatBoostAdded" + } + }, + { + "name": "chat_background_set", + "description": "*Optional*. Service message: chat background set", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatBackground" + } + }, + { + "name": "forum_topic_created", + "description": "*Optional*. Service message: forum topic created", + "required": false, + "type_info": { + "type": "reference", + "reference": "ForumTopicCreated" + } + }, + { + "name": "forum_topic_edited", + "description": "*Optional*. Service message: forum topic edited", + "required": false, + "type_info": { + "type": "reference", + "reference": "ForumTopicEdited" + } + }, + { + "name": "forum_topic_closed", + "description": "*Optional*. Service message: forum topic closed", + "required": false, + "type_info": { + "type": "reference", + "reference": "ForumTopicClosed" + } + }, + { + "name": "forum_topic_reopened", + "description": "*Optional*. Service message: forum topic reopened", + "required": false, + "type_info": { + "type": "reference", + "reference": "ForumTopicReopened" + } + }, + { + "name": "general_forum_topic_hidden", + "description": "*Optional*. Service message: the 'General' forum topic hidden", + "required": false, + "type_info": { + "type": "reference", + "reference": "GeneralForumTopicHidden" + } + }, + { + "name": "general_forum_topic_unhidden", + "description": "*Optional*. Service message: the 'General' forum topic unhidden", + "required": false, + "type_info": { + "type": "reference", + "reference": "GeneralForumTopicUnhidden" + } + }, + { + "name": "giveaway_created", + "description": "*Optional*. Service message: a scheduled giveaway was created", + "required": false, + "type_info": { + "type": "reference", + "reference": "GiveawayCreated" + } + }, + { + "name": "giveaway", + "description": "*Optional*. The message is a scheduled giveaway message", + "required": false, + "type_info": { + "type": "reference", + "reference": "Giveaway" + } + }, + { + "name": "giveaway_winners", + "description": "*Optional*. A giveaway with public winners was completed", + "required": false, + "type_info": { + "type": "reference", + "reference": "GiveawayWinners" + } + }, + { + "name": "giveaway_completed", + "description": "*Optional*. Service message: a giveaway without public winners was completed", + "required": false, + "type_info": { + "type": "reference", + "reference": "GiveawayCompleted" + } + }, + { + "name": "video_chat_scheduled", + "description": "*Optional*. Service message: video chat scheduled", + "required": false, + "type_info": { + "type": "reference", + "reference": "VideoChatScheduled" + } + }, + { + "name": "video_chat_started", + "description": "*Optional*. Service message: video chat started", + "required": false, + "type_info": { + "type": "reference", + "reference": "VideoChatStarted" + } + }, + { + "name": "video_chat_ended", + "description": "*Optional*. Service message: video chat ended", + "required": false, + "type_info": { + "type": "reference", + "reference": "VideoChatEnded" + } + }, + { + "name": "video_chat_participants_invited", + "description": "*Optional*. Service message: new participants invited to a video chat", + "required": false, + "type_info": { + "type": "reference", + "reference": "VideoChatParticipantsInvited" + } + }, + { + "name": "web_app_data", + "description": "*Optional*. Service message: data sent by a Web App", + "required": false, + "type_info": { + "type": "reference", + "reference": "WebAppData" + } + }, + { + "name": "reply_markup", + "description": "*Optional*. Inline keyboard attached to the message. `login_url` buttons are represented as ordinary `url` buttons.", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#message" + }, + { + "name": "MessageId", + "description": "This object represents a unique message identifier.", + "type": "properties", + "properties": [ + { + "name": "message_id", + "description": "Unique message identifier. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageid" + }, + { + "name": "InaccessibleMessage", + "description": "This object describes a message that was deleted or is otherwise inaccessible to the bot.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "Chat the message belonged to", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "message_id", + "description": "Unique message identifier inside the chat", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "date", + "description": "Always 0. The field can be used to differentiate regular and inaccessible messages.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inaccessiblemessage" + }, + { + "name": "MaybeInaccessibleMessage", + "description": "This object describes a message that can be inaccessible to the bot. It can be one of\n\n* [Message](https://core.telegram.org/bots/api/#message)\n* [InaccessibleMessage](https://core.telegram.org/bots/api/#inaccessiblemessage)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "Message" + }, + { + "type": "reference", + "reference": "InaccessibleMessage" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#maybeinaccessiblemessage" + }, + { + "name": "MessageEntity", + "description": "This object represents one special entity in a text message. For example, hashtags, usernames, URLs, etc.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the entity. Currently, can be “mention” (`@username`), “hashtag” (`#hashtag` or `#hashtag@chatusername`), “cashtag” (`$USD` or `$USD@chatusername`), “bot\\_command” (`/start@jobs_bot`), “url” (`https://telegram.org`), “email” (`do-not-reply@telegram.org`), “phone\\_number” (`+1-212-555-0123`), “bold” (**bold text**), “italic” (*italic text*), “underline” (underlined text), “strikethrough” (strikethrough text), “spoiler” (spoiler message), “blockquote” (block quotation), “expandable\\_blockquote” (collapsed-by-default block quotation), “code” (monowidth string), “pre” (monowidth block), “text\\_link” (for clickable text URLs), “text\\_mention” (for users [without usernames](https://telegram.org/blog/edit#new-mentions)), “custom\\_emoji” (for inline custom emoji stickers)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "mention", + "hashtag", + "cashtag", + "bot_command", + "url", + "email", + "phone_number", + "bold", + "italic", + "underline", + "strikethrough", + "spoiler", + "blockquote", + "expandable_blockquote", + "code", + "pre", + "text_link", + "text_mention", + "custom_emoji" + ] + } + }, + { + "name": "offset", + "description": "Offset in [UTF-16 code units](https://core.telegram.org/api/entities#entity-length) to the start of the entity", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "length", + "description": "Length of the entity in [UTF-16 code units](https://core.telegram.org/api/entities#entity-length)", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "url", + "description": "*Optional*. For “text\\_link” only, URL that will be opened after user taps on the text", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "user", + "description": "*Optional*. For “text\\_mention” only, the mentioned user", + "required": false, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "language", + "description": "*Optional*. For “pre” only, the programming language of the entity text", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "custom_emoji_id", + "description": "*Optional*. For “custom\\_emoji” only, unique identifier of the custom emoji. Use [getCustomEmojiStickers](https://core.telegram.org/bots/api/#getcustomemojistickers) to get full information about the sticker", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageentity" + }, + { + "name": "TextQuote", + "description": "This object contains information about the quoted part of a message that is replied to by the given message.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "Text of the quoted part of a message that is replied to by the given message", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "entities", + "description": "*Optional*. Special entities that appear in the quote. Currently, only *bold*, *italic*, *underline*, *strikethrough*, *spoiler*, and *custom\\_emoji* entities are kept in quotes.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "position", + "description": "Approximate quote position in the original message in UTF-16 code units as specified by the sender", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "is_manual", + "description": "*Optional*. True, if the quote was chosen manually by the message sender. Otherwise, the quote was added automatically by the server.", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#textquote" + }, + { + "name": "ExternalReplyInfo", + "description": "This object contains information about a message that is being replied to, which may come from another chat or forum topic.", + "type": "properties", + "properties": [ + { + "name": "origin", + "description": "Origin of the message replied to by the given message", + "required": true, + "type_info": { + "type": "reference", + "reference": "MessageOrigin" + } + }, + { + "name": "chat", + "description": "*Optional*. Chat the original message belongs to. Available only if the chat is a supergroup or a channel.", + "required": false, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "message_id", + "description": "*Optional*. Unique message identifier inside the original chat. Available only if the original chat is a supergroup or a channel.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "link_preview_options", + "description": "*Optional*. Options used for link preview generation for the original message, if it is a text message", + "required": false, + "type_info": { + "type": "reference", + "reference": "LinkPreviewOptions" + } + }, + { + "name": "animation", + "description": "*Optional*. Message is an animation, information about the animation", + "required": false, + "type_info": { + "type": "reference", + "reference": "Animation" + } + }, + { + "name": "audio", + "description": "*Optional*. Message is an audio file, information about the file", + "required": false, + "type_info": { + "type": "reference", + "reference": "Audio" + } + }, + { + "name": "document", + "description": "*Optional*. Message is a general file, information about the file", + "required": false, + "type_info": { + "type": "reference", + "reference": "Document" + } + }, + { + "name": "paid_media", + "description": "*Optional*. Message contains paid media; information about the paid media", + "required": false, + "type_info": { + "type": "reference", + "reference": "PaidMediaInfo" + } + }, + { + "name": "photo", + "description": "*Optional*. Message is a photo, available sizes of the photo", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + } + }, + { + "name": "sticker", + "description": "*Optional*. Message is a sticker, information about the sticker", + "required": false, + "type_info": { + "type": "reference", + "reference": "Sticker" + } + }, + { + "name": "story", + "description": "*Optional*. Message is a forwarded story", + "required": false, + "type_info": { + "type": "reference", + "reference": "Story" + } + }, + { + "name": "video", + "description": "*Optional*. Message is a video, information about the video", + "required": false, + "type_info": { + "type": "reference", + "reference": "Video" + } + }, + { + "name": "video_note", + "description": "*Optional*. Message is a [video note](https://telegram.org/blog/video-messages-and-telescope), information about the video message", + "required": false, + "type_info": { + "type": "reference", + "reference": "VideoNote" + } + }, + { + "name": "voice", + "description": "*Optional*. Message is a voice message, information about the file", + "required": false, + "type_info": { + "type": "reference", + "reference": "Voice" + } + }, + { + "name": "has_media_spoiler", + "description": "*Optional*. *True*, if the message media is covered by a spoiler animation", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "contact", + "description": "*Optional*. Message is a shared contact, information about the contact", + "required": false, + "type_info": { + "type": "reference", + "reference": "Contact" + } + }, + { + "name": "dice", + "description": "*Optional*. Message is a dice with random value", + "required": false, + "type_info": { + "type": "reference", + "reference": "Dice" + } + }, + { + "name": "game", + "description": "*Optional*. Message is a game, information about the game. [More about games »](https://core.telegram.org/bots/api/#games)", + "required": false, + "type_info": { + "type": "reference", + "reference": "Game" + } + }, + { + "name": "giveaway", + "description": "*Optional*. Message is a scheduled giveaway, information about the giveaway", + "required": false, + "type_info": { + "type": "reference", + "reference": "Giveaway" + } + }, + { + "name": "giveaway_winners", + "description": "*Optional*. A giveaway with public winners was completed", + "required": false, + "type_info": { + "type": "reference", + "reference": "GiveawayWinners" + } + }, + { + "name": "invoice", + "description": "*Optional*. Message is an invoice for a [payment](https://core.telegram.org/bots/api/#payments), information about the invoice. [More about payments »](https://core.telegram.org/bots/api/#payments)", + "required": false, + "type_info": { + "type": "reference", + "reference": "Invoice" + } + }, + { + "name": "location", + "description": "*Optional*. Message is a shared location, information about the location", + "required": false, + "type_info": { + "type": "reference", + "reference": "Location" + } + }, + { + "name": "poll", + "description": "*Optional*. Message is a native poll, information about the poll", + "required": false, + "type_info": { + "type": "reference", + "reference": "Poll" + } + }, + { + "name": "venue", + "description": "*Optional*. Message is a venue, information about the venue", + "required": false, + "type_info": { + "type": "reference", + "reference": "Venue" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#externalreplyinfo" + }, + { + "name": "ReplyParameters", + "description": "Describes reply parameters for the message that is being sent.", + "type": "properties", + "properties": [ + { + "name": "message_id", + "description": "Identifier of the message that will be replied to in the current chat, or in the chat *chat\\_id* if it is specified", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "*Optional*. If the message to be replied to is from a different chat, unique identifier for the chat or username of the channel (in the format `@channelusername`). Not supported for messages sent on behalf of a business account.", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "allow_sending_without_reply", + "description": "*Optional*. Pass *True* if the message should be sent even if the specified message to be replied to is not found. Always *False* for replies in another chat or forum topic. Always *True* for messages sent on behalf of a business account.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "quote", + "description": "*Optional*. Quoted part of the message to be replied to; 0-1024 characters after entities parsing. The quote must be an exact substring of the message to be replied to, including *bold*, *italic*, *underline*, *strikethrough*, *spoiler*, and *custom\\_emoji* entities. The message will fail to send if the quote isn't found in the original message.", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "quote_parse_mode", + "description": "*Optional*. Mode for parsing entities in the quote. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "quote_entities", + "description": "*Optional*. A JSON-serialized list of special entities that appear in the quote. It can be specified instead of *quote\\_parse\\_mode*.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "quote_position", + "description": "*Optional*. Position of the quote in the original message in UTF-16 code units", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#replyparameters" + }, + { + "name": "MessageOrigin", + "description": "This object describes the origin of a message. It can be one of\n\n* [MessageOriginUser](https://core.telegram.org/bots/api/#messageoriginuser)\n* [MessageOriginHiddenUser](https://core.telegram.org/bots/api/#messageoriginhiddenuser)\n* [MessageOriginChat](https://core.telegram.org/bots/api/#messageoriginchat)\n* [MessageOriginChannel](https://core.telegram.org/bots/api/#messageoriginchannel)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "MessageOriginUser" + }, + { + "type": "reference", + "reference": "MessageOriginHiddenUser" + }, + { + "type": "reference", + "reference": "MessageOriginChat" + }, + { + "type": "reference", + "reference": "MessageOriginChannel" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageorigin" + }, + { + "name": "MessageOriginUser", + "description": "The message was originally sent by a known user.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the message origin, always “user”", + "required": true, + "type_info": { + "type": "string", + "default": "user", + "enumeration": [] + } + }, + { + "name": "date", + "description": "Date the message was sent originally in Unix time", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "sender_user", + "description": "User that sent the message originally", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageoriginuser" + }, + { + "name": "MessageOriginHiddenUser", + "description": "The message was originally sent by an unknown user.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the message origin, always “hidden\\_user”", + "required": true, + "type_info": { + "type": "string", + "default": "hidden_user", + "enumeration": [] + } + }, + { + "name": "date", + "description": "Date the message was sent originally in Unix time", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "sender_user_name", + "description": "Name of the user that sent the message originally", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageoriginhiddenuser" + }, + { + "name": "MessageOriginChat", + "description": "The message was originally sent on behalf of a chat to a group chat.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the message origin, always “chat”", + "required": true, + "type_info": { + "type": "string", + "default": "chat", + "enumeration": [] + } + }, + { + "name": "date", + "description": "Date the message was sent originally in Unix time", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "sender_chat", + "description": "Chat that sent the message originally", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "author_signature", + "description": "*Optional*. For messages originally sent by an anonymous chat administrator, original message author signature", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageoriginchat" + }, + { + "name": "MessageOriginChannel", + "description": "The message was originally sent to a channel chat.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the message origin, always “channel”", + "required": true, + "type_info": { + "type": "string", + "default": "channel", + "enumeration": [] + } + }, + { + "name": "date", + "description": "Date the message was sent originally in Unix time", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "chat", + "description": "Channel chat to which the message was originally sent", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "message_id", + "description": "Unique message identifier inside the chat", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "author_signature", + "description": "*Optional*. Signature of the original post author", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageoriginchannel" + }, + { + "name": "PhotoSize", + "description": "This object represents one size of a photo or a [file](https://core.telegram.org/bots/api/#document) / [sticker](https://core.telegram.org/bots/api/#sticker) thumbnail.", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "width", + "description": "Photo width", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "height", + "description": "Photo height", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#photosize" + }, + { + "name": "Animation", + "description": "This object represents an animation file (GIF or H.264/MPEG-4 AVC video without sound).", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "width", + "description": "Video width as defined by the sender", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "height", + "description": "Video height as defined by the sender", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "duration", + "description": "Duration of the video in seconds as defined by the sender", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Animation thumbnail as defined by the sender", + "required": false, + "type_info": { + "type": "reference", + "reference": "PhotoSize" + } + }, + { + "name": "file_name", + "description": "*Optional*. Original animation filename as defined by the sender", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "mime_type", + "description": "*Optional*. MIME type of the file as defined by the sender", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#animation" + }, + { + "name": "Audio", + "description": "This object represents an audio file to be treated as music by the Telegram clients.", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "duration", + "description": "Duration of the audio in seconds as defined by the sender", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "performer", + "description": "*Optional*. Performer of the audio as defined by the sender or by audio tags", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "*Optional*. Title of the audio as defined by the sender or by audio tags", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_name", + "description": "*Optional*. Original filename as defined by the sender", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "mime_type", + "description": "*Optional*. MIME type of the file as defined by the sender", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Thumbnail of the album cover to which the music file belongs", + "required": false, + "type_info": { + "type": "reference", + "reference": "PhotoSize" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#audio" + }, + { + "name": "Document", + "description": "This object represents a general file (as opposed to [photos](https://core.telegram.org/bots/api/#photosize), [voice messages](https://core.telegram.org/bots/api/#voice) and [audio files](https://core.telegram.org/bots/api/#audio)).", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Document thumbnail as defined by the sender", + "required": false, + "type_info": { + "type": "reference", + "reference": "PhotoSize" + } + }, + { + "name": "file_name", + "description": "*Optional*. Original filename as defined by the sender", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "mime_type", + "description": "*Optional*. MIME type of the file as defined by the sender", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#document" + }, + { + "name": "Story", + "description": "This object represents a story.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "Chat that posted the story", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "id", + "description": "Unique identifier for the story in the chat", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#story" + }, + { + "name": "Video", + "description": "This object represents a video file.", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "width", + "description": "Video width as defined by the sender", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "height", + "description": "Video height as defined by the sender", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "duration", + "description": "Duration of the video in seconds as defined by the sender", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Video thumbnail", + "required": false, + "type_info": { + "type": "reference", + "reference": "PhotoSize" + } + }, + { + "name": "file_name", + "description": "*Optional*. Original filename as defined by the sender", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "mime_type", + "description": "*Optional*. MIME type of the file as defined by the sender", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#video" + }, + { + "name": "VideoNote", + "description": "This object represents a [video message](https://telegram.org/blog/video-messages-and-telescope) (available in Telegram apps as of [v.4.0](https://telegram.org/blog/video-messages-and-telescope)).", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "length", + "description": "Video width and height (diameter of the video message) as defined by the sender", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "duration", + "description": "Duration of the video in seconds as defined by the sender", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Video thumbnail", + "required": false, + "type_info": { + "type": "reference", + "reference": "PhotoSize" + } + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#videonote" + }, + { + "name": "Voice", + "description": "This object represents a voice note.", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "duration", + "description": "Duration of the audio in seconds as defined by the sender", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "mime_type", + "description": "*Optional*. MIME type of the file as defined by the sender", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#voice" + }, + { + "name": "PaidMediaInfo", + "description": "Describes the paid media added to a message.", + "type": "properties", + "properties": [ + { + "name": "star_count", + "description": "The number of Telegram Stars that must be paid to buy access to the media", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "paid_media", + "description": "Information about the paid media", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PaidMedia" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#paidmediainfo" + }, + { + "name": "PaidMedia", + "description": "This object describes paid media. Currently, it can be one of\n\n* [PaidMediaPreview](https://core.telegram.org/bots/api/#paidmediapreview)\n* [PaidMediaPhoto](https://core.telegram.org/bots/api/#paidmediaphoto)\n* [PaidMediaVideo](https://core.telegram.org/bots/api/#paidmediavideo)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "PaidMediaPreview" + }, + { + "type": "reference", + "reference": "PaidMediaPhoto" + }, + { + "type": "reference", + "reference": "PaidMediaVideo" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#paidmedia" + }, + { + "name": "PaidMediaPreview", + "description": "The paid media isn't available before the payment.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the paid media, always “preview”", + "required": true, + "type_info": { + "type": "string", + "default": "preview", + "enumeration": [] + } + }, + { + "name": "width", + "description": "*Optional*. Media width as defined by the sender", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "height", + "description": "*Optional*. Media height as defined by the sender", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "duration", + "description": "*Optional*. Duration of the media in seconds as defined by the sender", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#paidmediapreview" + }, + { + "name": "PaidMediaPhoto", + "description": "The paid media is a photo.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the paid media, always “photo”", + "required": true, + "type_info": { + "type": "string", + "default": "photo", + "enumeration": [] + } + }, + { + "name": "photo", + "description": "The photo", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#paidmediaphoto" + }, + { + "name": "PaidMediaVideo", + "description": "The paid media is a video.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the paid media, always “video”", + "required": true, + "type_info": { + "type": "string", + "default": "video", + "enumeration": [] + } + }, + { + "name": "video", + "description": "The video", + "required": true, + "type_info": { + "type": "reference", + "reference": "Video" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#paidmediavideo" + }, + { + "name": "Contact", + "description": "This object represents a phone contact.", + "type": "properties", + "properties": [ + { + "name": "phone_number", + "description": "Contact's phone number", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "first_name", + "description": "Contact's first name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "last_name", + "description": "*Optional*. Contact's last name", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "user_id", + "description": "*Optional*. Contact's user identifier in Telegram. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "vcard", + "description": "*Optional*. Additional data about the contact in the form of a [vCard](https://en.wikipedia.org/wiki/VCard)", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#contact" + }, + { + "name": "Dice", + "description": "This object represents an animated emoji that displays a random value.", + "type": "properties", + "properties": [ + { + "name": "emoji", + "description": "Emoji on which the dice throw animation is based", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "value", + "description": "Value of the dice, 1-6 for “🎲”, “🎯” and “🎳” base emoji, 1-5 for “🏀” and “⚽” base emoji, 1-64 for “🎰” base emoji", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#dice" + }, + { + "name": "PollOption", + "description": "This object contains information about one answer option in a poll.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "Option text, 1-100 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 100, + "enumeration": [] + } + }, + { + "name": "text_entities", + "description": "*Optional*. Special entities that appear in the option *text*. Currently, only custom emoji entities are allowed in poll option texts", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "voter_count", + "description": "Number of users that voted for this option", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#polloption" + }, + { + "name": "InputPollOption", + "description": "This object contains information about one answer option in a poll to be sent.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "Option text, 1-100 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 100, + "enumeration": [] + } + }, + { + "name": "text_parse_mode", + "description": "*Optional*. Mode for parsing entities in the text. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details. Currently, only custom emoji entities are allowed", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "text_entities", + "description": "*Optional*. A JSON-serialized list of special entities that appear in the poll option text. It can be specified instead of *text\\_parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputpolloption" + }, + { + "name": "PollAnswer", + "description": "This object represents an answer of a user in a non-anonymous poll.", + "type": "properties", + "properties": [ + { + "name": "poll_id", + "description": "Unique poll identifier", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "voter_chat", + "description": "*Optional*. The chat that changed the answer to the poll, if the voter is anonymous", + "required": false, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "user", + "description": "*Optional*. The user that changed the answer to the poll, if the voter isn't anonymous", + "required": false, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "option_ids", + "description": "0-based identifiers of chosen answer options. May be empty if the vote was retracted.", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "integer", + "enumeration": [] + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#pollanswer" + }, + { + "name": "Poll", + "description": "This object contains information about a poll.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique poll identifier", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "question", + "description": "Poll question, 1-300 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 300, + "enumeration": [] + } + }, + { + "name": "question_entities", + "description": "*Optional*. Special entities that appear in the *question*. Currently, only custom emoji entities are allowed in poll questions", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "options", + "description": "List of poll options", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PollOption" + } + } + }, + { + "name": "total_voter_count", + "description": "Total number of users that voted in the poll", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "is_closed", + "description": "*True*, if the poll is closed", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "is_anonymous", + "description": "*True*, if the poll is anonymous", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "type", + "description": "Poll type, currently can be “regular” or “quiz”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "regular", + "quiz" + ] + } + }, + { + "name": "allows_multiple_answers", + "description": "*True*, if the poll allows multiple answers", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "correct_option_id", + "description": "*Optional*. 0-based identifier of the correct answer option. Available only for polls in the quiz mode, which are closed, or was sent (not forwarded) by the bot or to the private chat with the bot.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "explanation", + "description": "*Optional*. Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 200, + "enumeration": [] + } + }, + { + "name": "explanation_entities", + "description": "*Optional*. Special entities like usernames, URLs, bot commands, etc. that appear in the *explanation*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "open_period", + "description": "*Optional*. Amount of time in seconds the poll will be active after creation", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "close_date", + "description": "*Optional*. Point in time (Unix timestamp) when the poll will be automatically closed", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#poll" + }, + { + "name": "Location", + "description": "This object represents a point on the map.", + "type": "properties", + "properties": [ + { + "name": "latitude", + "description": "Latitude as defined by the sender", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "longitude", + "description": "Longitude as defined by the sender", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "horizontal_accuracy", + "description": "*Optional*. The radius of uncertainty for the location, measured in meters; 0-1500", + "required": false, + "type_info": { + "type": "float" + } + }, + { + "name": "live_period", + "description": "*Optional*. Time relative to the message sending date, during which the location can be updated; in seconds. For active live locations only.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "heading", + "description": "*Optional*. The direction in which user is moving, in degrees; 1-360. For active live locations only.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "proximity_alert_radius", + "description": "*Optional*. The maximum distance for proximity alerts about approaching another chat member, in meters. For sent live locations only.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#location" + }, + { + "name": "Venue", + "description": "This object represents a venue.", + "type": "properties", + "properties": [ + { + "name": "location", + "description": "Venue location. Can't be a live location", + "required": true, + "type_info": { + "type": "reference", + "reference": "Location" + } + }, + { + "name": "title", + "description": "Name of the venue", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "address", + "description": "Address of the venue", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "foursquare_id", + "description": "*Optional*. Foursquare identifier of the venue", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "foursquare_type", + "description": "*Optional*. Foursquare type of the venue. (For example, “arts\\_entertainment/default”, “arts\\_entertainment/aquarium” or “food/icecream”.)", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "google_place_id", + "description": "*Optional*. Google Places identifier of the venue", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "google_place_type", + "description": "*Optional*. Google Places type of the venue. (See [supported types](https://developers.google.com/places/web-service/supported_types).)", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#venue" + }, + { + "name": "WebAppData", + "description": "Describes data sent from a [Web App](https://core.telegram.org/bots/webapps) to the bot.", + "type": "properties", + "properties": [ + { + "name": "data", + "description": "The data. Be aware that a bad client can send arbitrary data in this field.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "button_text", + "description": "Text of the *web\\_app* keyboard button from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#webappdata" + }, + { + "name": "ProximityAlertTriggered", + "description": "This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user.", + "type": "properties", + "properties": [ + { + "name": "traveler", + "description": "User that triggered the alert", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "watcher", + "description": "User that set the alert", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "distance", + "description": "The distance between the users", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#proximityalerttriggered" + }, + { + "name": "MessageAutoDeleteTimerChanged", + "description": "This object represents a service message about a change in auto-delete timer settings.", + "type": "properties", + "properties": [ + { + "name": "message_auto_delete_time", + "description": "New auto-delete time for messages in the chat; in seconds", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messageautodeletetimerchanged" + }, + { + "name": "ChatBoostAdded", + "description": "This object represents a service message about a user boosting a chat.", + "type": "properties", + "properties": [ + { + "name": "boost_count", + "description": "Number of boosts added by the user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostadded" + }, + { + "name": "BackgroundFill", + "description": "This object describes the way a background is filled based on the selected colors. Currently, it can be one of\n\n* [BackgroundFillSolid](https://core.telegram.org/bots/api/#backgroundfillsolid)\n* [BackgroundFillGradient](https://core.telegram.org/bots/api/#backgroundfillgradient)\n* [BackgroundFillFreeformGradient](https://core.telegram.org/bots/api/#backgroundfillfreeformgradient)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "BackgroundFillSolid" + }, + { + "type": "reference", + "reference": "BackgroundFillGradient" + }, + { + "type": "reference", + "reference": "BackgroundFillFreeformGradient" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundfill" + }, + { + "name": "BackgroundFillSolid", + "description": "The background is filled using the selected color.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background fill, always “solid”", + "required": true, + "type_info": { + "type": "string", + "default": "solid", + "enumeration": [] + } + }, + { + "name": "color", + "description": "The color of the background fill in the RGB24 format", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundfillsolid" + }, + { + "name": "BackgroundFillGradient", + "description": "The background is a gradient fill.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background fill, always “gradient”", + "required": true, + "type_info": { + "type": "string", + "default": "gradient", + "enumeration": [] + } + }, + { + "name": "top_color", + "description": "Top color of the gradient in the RGB24 format", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "bottom_color", + "description": "Bottom color of the gradient in the RGB24 format", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "rotation_angle", + "description": "Clockwise rotation angle of the background fill in degrees; 0-359", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundfillgradient" + }, + { + "name": "BackgroundFillFreeformGradient", + "description": "The background is a freeform gradient that rotates after every message in the chat.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background fill, always “freeform\\_gradient”", + "required": true, + "type_info": { + "type": "string", + "default": "freeform_gradient", + "enumeration": [] + } + }, + { + "name": "colors", + "description": "A list of the 3 or 4 base colors that are used to generate the freeform gradient in the RGB24 format", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "integer", + "enumeration": [] + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundfillfreeformgradient" + }, + { + "name": "BackgroundType", + "description": "This object describes the type of a background. Currently, it can be one of\n\n* [BackgroundTypeFill](https://core.telegram.org/bots/api/#backgroundtypefill)\n* [BackgroundTypeWallpaper](https://core.telegram.org/bots/api/#backgroundtypewallpaper)\n* [BackgroundTypePattern](https://core.telegram.org/bots/api/#backgroundtypepattern)\n* [BackgroundTypeChatTheme](https://core.telegram.org/bots/api/#backgroundtypechattheme)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "BackgroundTypeFill" + }, + { + "type": "reference", + "reference": "BackgroundTypeWallpaper" + }, + { + "type": "reference", + "reference": "BackgroundTypePattern" + }, + { + "type": "reference", + "reference": "BackgroundTypeChatTheme" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundtype" + }, + { + "name": "BackgroundTypeFill", + "description": "The background is automatically filled based on the selected colors.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background, always “fill”", + "required": true, + "type_info": { + "type": "string", + "default": "fill", + "enumeration": [] + } + }, + { + "name": "fill", + "description": "The background fill", + "required": true, + "type_info": { + "type": "reference", + "reference": "BackgroundFill" + } + }, + { + "name": "dark_theme_dimming", + "description": "Dimming of the background in dark themes, as a percentage; 0-100", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundtypefill" + }, + { + "name": "BackgroundTypeWallpaper", + "description": "The background is a wallpaper in the JPEG format.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background, always “wallpaper”", + "required": true, + "type_info": { + "type": "string", + "default": "wallpaper", + "enumeration": [] + } + }, + { + "name": "document", + "description": "Document with the wallpaper", + "required": true, + "type_info": { + "type": "reference", + "reference": "Document" + } + }, + { + "name": "dark_theme_dimming", + "description": "Dimming of the background in dark themes, as a percentage; 0-100", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "is_blurred", + "description": "*Optional*. *True*, if the wallpaper is downscaled to fit in a 450x450 square and then box-blurred with radius 12", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "is_moving", + "description": "*Optional*. *True*, if the background moves slightly when the device is tilted", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundtypewallpaper" + }, + { + "name": "BackgroundTypePattern", + "description": "The background is a PNG or TGV (gzipped subset of SVG with MIME type “application/x-tgwallpattern”) pattern to be combined with the background fill chosen by the user.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background, always “pattern”", + "required": true, + "type_info": { + "type": "string", + "default": "pattern", + "enumeration": [] + } + }, + { + "name": "document", + "description": "Document with the pattern", + "required": true, + "type_info": { + "type": "reference", + "reference": "Document" + } + }, + { + "name": "fill", + "description": "The background fill that is combined with the pattern", + "required": true, + "type_info": { + "type": "reference", + "reference": "BackgroundFill" + } + }, + { + "name": "intensity", + "description": "Intensity of the pattern when it is shown above the filled background; 0-100", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "is_inverted", + "description": "*Optional*. *True*, if the background fill must be applied only to the pattern itself. All other pixels are black in this case. For dark themes only", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "is_moving", + "description": "*Optional*. *True*, if the background moves slightly when the device is tilted", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundtypepattern" + }, + { + "name": "BackgroundTypeChatTheme", + "description": "The background is taken directly from a built-in chat theme.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background, always “chat\\_theme”", + "required": true, + "type_info": { + "type": "string", + "default": "chat_theme", + "enumeration": [] + } + }, + { + "name": "theme_name", + "description": "Name of the chat theme, which is usually an emoji", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#backgroundtypechattheme" + }, + { + "name": "ChatBackground", + "description": "This object represents a chat background.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the background", + "required": true, + "type_info": { + "type": "reference", + "reference": "BackgroundType" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatbackground" + }, + { + "name": "ForumTopicCreated", + "description": "This object represents a service message about a new forum topic created in the chat.", + "type": "properties", + "properties": [ + { + "name": "name", + "description": "Name of the topic", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "icon_color", + "description": "Color of the topic icon in RGB format", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "icon_custom_emoji_id", + "description": "*Optional*. Unique identifier of the custom emoji shown as the topic icon", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#forumtopiccreated" + }, + { + "name": "ForumTopicClosed", + "description": "This object represents a service message about a forum topic closed in the chat. Currently holds no information.", + "type": "unknown", + "documentation_link": "https://core.telegram.org/bots/api/#forumtopicclosed" + }, + { + "name": "ForumTopicEdited", + "description": "This object represents a service message about an edited forum topic.", + "type": "properties", + "properties": [ + { + "name": "name", + "description": "*Optional*. New name of the topic, if it was edited", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "icon_custom_emoji_id", + "description": "*Optional*. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#forumtopicedited" + }, + { + "name": "ForumTopicReopened", + "description": "This object represents a service message about a forum topic reopened in the chat. Currently holds no information.", + "type": "unknown", + "documentation_link": "https://core.telegram.org/bots/api/#forumtopicreopened" + }, + { + "name": "GeneralForumTopicHidden", + "description": "This object represents a service message about General forum topic hidden in the chat. Currently holds no information.", + "type": "unknown", + "documentation_link": "https://core.telegram.org/bots/api/#generalforumtopichidden" + }, + { + "name": "GeneralForumTopicUnhidden", + "description": "This object represents a service message about General forum topic unhidden in the chat. Currently holds no information.", + "type": "unknown", + "documentation_link": "https://core.telegram.org/bots/api/#generalforumtopicunhidden" + }, + { + "name": "SharedUser", + "description": "This object contains information about a user that was shared with the bot using a [KeyboardButtonRequestUsers](https://core.telegram.org/bots/api/#keyboardbuttonrequestusers) button.", + "type": "properties", + "properties": [ + { + "name": "user_id", + "description": "Identifier of the shared user. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so 64-bit integers or double-precision float types are safe for storing these identifiers. The bot may not have access to the user and could be unable to use this identifier, unless the user is already known to the bot by some other means.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "first_name", + "description": "*Optional*. First name of the user, if the name was requested by the bot", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "last_name", + "description": "*Optional*. Last name of the user, if the name was requested by the bot", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "username", + "description": "*Optional*. Username of the user, if the username was requested by the bot", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "photo", + "description": "*Optional*. Available sizes of the chat photo, if the photo was requested by the bot", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#shareduser" + }, + { + "name": "UsersShared", + "description": "This object contains information about the users whose identifiers were shared with the bot using a [KeyboardButtonRequestUsers](https://core.telegram.org/bots/api/#keyboardbuttonrequestusers) button.", + "type": "properties", + "properties": [ + { + "name": "request_id", + "description": "Identifier of the request", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "users", + "description": "Information about users shared with the bot.", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "SharedUser" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#usersshared" + }, + { + "name": "ChatShared", + "description": "This object contains information about a chat that was shared with the bot using a [KeyboardButtonRequestChat](https://core.telegram.org/bots/api/#keyboardbuttonrequestchat) button.", + "type": "properties", + "properties": [ + { + "name": "request_id", + "description": "Identifier of the request", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Identifier of the shared chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. The bot may not have access to the chat and could be unable to use this identifier, unless the chat is already known to the bot by some other means.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "title", + "description": "*Optional*. Title of the chat, if the title was requested by the bot.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "username", + "description": "*Optional*. Username of the chat, if the username was requested by the bot and available.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "photo", + "description": "*Optional*. Available sizes of the chat photo, if the photo was requested by the bot", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatshared" + }, + { + "name": "WriteAccessAllowed", + "description": "This object represents a service message about a user allowing a bot to write messages after adding it to the attachment menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method [requestWriteAccess](https://core.telegram.org/bots/webapps#initializing-mini-apps).", + "type": "properties", + "properties": [ + { + "name": "from_request", + "description": "*Optional*. True, if the access was granted after the user accepted an explicit request from a Web App sent by the method [requestWriteAccess](https://core.telegram.org/bots/webapps#initializing-mini-apps)", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "web_app_name", + "description": "*Optional*. Name of the Web App, if the access was granted when the Web App was launched from a link", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "from_attachment_menu", + "description": "*Optional*. True, if the access was granted when the bot was added to the attachment or side menu", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#writeaccessallowed" + }, + { + "name": "VideoChatScheduled", + "description": "This object represents a service message about a video chat scheduled in the chat.", + "type": "properties", + "properties": [ + { + "name": "start_date", + "description": "Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#videochatscheduled" + }, + { + "name": "VideoChatStarted", + "description": "This object represents a service message about a video chat started in the chat. Currently holds no information.", + "type": "unknown", + "documentation_link": "https://core.telegram.org/bots/api/#videochatstarted" + }, + { + "name": "VideoChatEnded", + "description": "This object represents a service message about a video chat ended in the chat.", + "type": "properties", + "properties": [ + { + "name": "duration", + "description": "Video chat duration in seconds", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#videochatended" + }, + { + "name": "VideoChatParticipantsInvited", + "description": "This object represents a service message about new members invited to a video chat.", + "type": "properties", + "properties": [ + { + "name": "users", + "description": "New members that were invited to the video chat", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "User" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#videochatparticipantsinvited" + }, + { + "name": "GiveawayCreated", + "description": "This object represents a service message about the creation of a scheduled giveaway.", + "type": "properties", + "properties": [ + { + "name": "prize_star_count", + "description": "*Optional*. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#giveawaycreated" + }, + { + "name": "Giveaway", + "description": "This object represents a message about a scheduled giveaway.", + "type": "properties", + "properties": [ + { + "name": "chats", + "description": "The list of chats which the user must join to participate in the giveaway", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "Chat" + } + } + }, + { + "name": "winners_selection_date", + "description": "Point in time (Unix timestamp) when winners of the giveaway will be selected", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "winner_count", + "description": "The number of users which are supposed to be selected as winners of the giveaway", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "only_new_members", + "description": "*Optional*. *True*, if only users who join the chats after the giveaway started should be eligible to win", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "has_public_winners", + "description": "*Optional*. *True*, if the list of giveaway winners will be visible to everyone", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "prize_description", + "description": "*Optional*. Description of additional giveaway prize", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "country_codes", + "description": "*Optional*. A list of two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country codes indicating the countries from which eligible users for the giveaway must come. If empty, then all users can participate in the giveaway. Users with a phone number that was bought on Fragment can always participate in giveaways.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "string", + "enumeration": [] + } + } + }, + { + "name": "prize_star_count", + "description": "*Optional*. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "premium_subscription_month_count", + "description": "*Optional*. The number of months the Telegram Premium subscription won from the giveaway will be active for; for Telegram Premium giveaways only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#giveaway" + }, + { + "name": "GiveawayWinners", + "description": "This object represents a message about the completion of a giveaway with public winners.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "The chat that created the giveaway", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "giveaway_message_id", + "description": "Identifier of the message with the giveaway in the chat", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "winners_selection_date", + "description": "Point in time (Unix timestamp) when winners of the giveaway were selected", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "winner_count", + "description": "Total number of winners in the giveaway", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "winners", + "description": "List of up to 100 winners of the giveaway", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "User" + } + } + }, + { + "name": "additional_chat_count", + "description": "*Optional*. The number of other chats the user had to join in order to be eligible for the giveaway", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "prize_star_count", + "description": "*Optional*. The number of Telegram Stars that were split between giveaway winners; for Telegram Star giveaways only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "premium_subscription_month_count", + "description": "*Optional*. The number of months the Telegram Premium subscription won from the giveaway will be active for; for Telegram Premium giveaways only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "unclaimed_prize_count", + "description": "*Optional*. Number of undistributed prizes", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "only_new_members", + "description": "*Optional*. *True*, if only users who had joined the chats after the giveaway started were eligible to win", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "was_refunded", + "description": "*Optional*. *True*, if the giveaway was canceled because the payment for it was refunded", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "prize_description", + "description": "*Optional*. Description of additional giveaway prize", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#giveawaywinners" + }, + { + "name": "GiveawayCompleted", + "description": "This object represents a service message about the completion of a giveaway without public winners.", + "type": "properties", + "properties": [ + { + "name": "winner_count", + "description": "Number of winners in the giveaway", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "unclaimed_prize_count", + "description": "*Optional*. Number of undistributed prizes", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "giveaway_message", + "description": "*Optional*. Message with the giveaway that was completed, if it wasn't deleted", + "required": false, + "type_info": { + "type": "reference", + "reference": "Message" + } + }, + { + "name": "is_star_giveaway", + "description": "*Optional*. *True*, if the giveaway is a Telegram Star giveaway. Otherwise, currently, the giveaway is a Telegram Premium giveaway.", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#giveawaycompleted" + }, + { + "name": "LinkPreviewOptions", + "description": "Describes the options used for link preview generation.", + "type": "properties", + "properties": [ + { + "name": "is_disabled", + "description": "*Optional*. *True*, if the link preview is disabled", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "url", + "description": "*Optional*. URL to use for the link preview. If empty, then the first URL found in the message text will be used", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "prefer_small_media", + "description": "*Optional*. *True*, if the media in the link preview is supposed to be shrunk; ignored if the URL isn't explicitly specified or media size change isn't supported for the preview", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "prefer_large_media", + "description": "*Optional*. *True*, if the media in the link preview is supposed to be enlarged; ignored if the URL isn't explicitly specified or media size change isn't supported for the preview", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "show_above_text", + "description": "*Optional*. *True*, if the link preview must be shown above the message text; otherwise, the link preview will be shown below the message text", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#linkpreviewoptions" + }, + { + "name": "UserProfilePhotos", + "description": "This object represent a user's profile pictures.", + "type": "properties", + "properties": [ + { + "name": "total_count", + "description": "Total number of profile pictures the target user has", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "photos", + "description": "Requested profile pictures (in up to 4 sizes each)", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#userprofilephotos" + }, + { + "name": "File", + "description": "This object represents a file ready to be downloaded. The file can be downloaded via the link `https://api.telegram.org/file/bot/`. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling [getFile](https://core.telegram.org/bots/api/#getfile).\n\nThe maximum file size to download is 20 MB", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "file_path", + "description": "*Optional*. File path. Use `https://api.telegram.org/file/bot/` to get the file.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#file" + }, + { + "name": "WebAppInfo", + "description": "Describes a [Web App](https://core.telegram.org/bots/webapps).", + "type": "properties", + "properties": [ + { + "name": "url", + "description": "An HTTPS URL of a Web App to be opened with additional data as specified in [Initializing Web Apps](https://core.telegram.org/bots/webapps#initializing-mini-apps)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#webappinfo" + }, + { + "name": "ReplyKeyboardMarkup", + "description": "This object represents a [custom keyboard](https://core.telegram.org/bots/features#keyboards) with reply options (see [Introduction to bots](https://core.telegram.org/bots/features#keyboards) for details and examples). Not supported in channels and for messages sent on behalf of a Telegram Business account.", + "type": "properties", + "properties": [ + { + "name": "keyboard", + "description": "Array of button rows, each represented by an Array of [KeyboardButton](https://core.telegram.org/bots/api/#keyboardbutton) objects", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "array", + "array": { + "type": "reference", + "reference": "KeyboardButton" + } + } + } + }, + { + "name": "is_persistent", + "description": "*Optional*. Requests clients to always show the keyboard when the regular keyboard is hidden. Defaults to *false*, in which case the custom keyboard can be hidden and opened with a keyboard icon.", + "required": false, + "type_info": { + "type": "bool", + "default": false + } + }, + { + "name": "resize_keyboard", + "description": "*Optional*. Requests clients to resize the keyboard vertically for optimal fit (e.g., make the keyboard smaller if there are just two rows of buttons). Defaults to *false*, in which case the custom keyboard is always of the same height as the app's standard keyboard.", + "required": false, + "type_info": { + "type": "bool", + "default": false + } + }, + { + "name": "one_time_keyboard", + "description": "*Optional*. Requests clients to hide the keyboard as soon as it's been used. The keyboard will still be available, but clients will automatically display the usual letter-keyboard in the chat - the user can press a special button in the input field to see the custom keyboard again. Defaults to *false*.", + "required": false, + "type_info": { + "type": "bool", + "default": false + } + }, + { + "name": "input_field_placeholder", + "description": "*Optional*. The placeholder to be shown in the input field when the keyboard is active; 1-64 characters", + "required": false, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 64, + "enumeration": [] + } + }, + { + "name": "selective", + "description": "*Optional*. Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the *text* of the [Message](https://core.telegram.org/bots/api/#message) object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message. \n\n*Example:* A user requests to change the bot's language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard.", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#replykeyboardmarkup" + }, + { + "name": "KeyboardButton", + "description": "This object represents one button of the reply keyboard. At most one of the optional fields must be used to specify type of the button. For simple text buttons, *String* can be used instead of this object to specify the button text.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "Text of the button. If none of the optional fields are used, it will be sent as a message when the button is pressed", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "request_users", + "description": "*Optional.* If specified, pressing the button will open a list of suitable users. Identifiers of selected users will be sent to the bot in a “users\\_shared” service message. Available in private chats only.", + "required": false, + "type_info": { + "type": "reference", + "reference": "KeyboardButtonRequestUsers" + } + }, + { + "name": "request_chat", + "description": "*Optional.* If specified, pressing the button will open a list of suitable chats. Tapping on a chat will send its identifier to the bot in a “chat\\_shared” service message. Available in private chats only.", + "required": false, + "type_info": { + "type": "reference", + "reference": "KeyboardButtonRequestChat" + } + }, + { + "name": "request_contact", + "description": "*Optional*. If *True*, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "request_location", + "description": "*Optional*. If *True*, the user's current location will be sent when the button is pressed. Available in private chats only.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "request_poll", + "description": "*Optional*. If specified, the user will be asked to create a poll and send it to the bot when the button is pressed. Available in private chats only.", + "required": false, + "type_info": { + "type": "reference", + "reference": "KeyboardButtonPollType" + } + }, + { + "name": "web_app", + "description": "*Optional*. If specified, the described [Web App](https://core.telegram.org/bots/webapps) will be launched when the button is pressed. The Web App will be able to send a “web\\_app\\_data” service message. Available in private chats only.", + "required": false, + "type_info": { + "type": "reference", + "reference": "WebAppInfo" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#keyboardbutton" + }, + { + "name": "KeyboardButtonRequestUsers", + "description": "This object defines the criteria used to request suitable users. Information about the selected users will be shared with the bot when the corresponding button is pressed. [More about requesting users »](https://core.telegram.org/bots/features#chat-and-user-selection)", + "type": "properties", + "properties": [ + { + "name": "request_id", + "description": "Signed 32-bit identifier of the request that will be received back in the [UsersShared](https://core.telegram.org/bots/api/#usersshared) object. Must be unique within the message", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "user_is_bot", + "description": "*Optional*. Pass *True* to request bots, pass *False* to request regular users. If not specified, no additional restrictions are applied.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "user_is_premium", + "description": "*Optional*. Pass *True* to request premium users, pass *False* to request non-premium users. If not specified, no additional restrictions are applied.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "max_quantity", + "description": "*Optional*. The maximum number of users to be selected; 1-10. Defaults to 1.", + "required": false, + "type_info": { + "type": "integer", + "default": 1, + "enumeration": [] + } + }, + { + "name": "request_name", + "description": "*Optional*. Pass *True* to request the users' first and last names", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "request_username", + "description": "*Optional*. Pass *True* to request the users' usernames", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "request_photo", + "description": "*Optional*. Pass *True* to request the users' photos", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#keyboardbuttonrequestusers" + }, + { + "name": "KeyboardButtonRequestChat", + "description": "This object defines the criteria used to request a suitable chat. Information about the selected chat will be shared with the bot when the corresponding button is pressed. The bot will be granted requested rights in the chat if appropriate. [More about requesting chats »](https://core.telegram.org/bots/features#chat-and-user-selection).", + "type": "properties", + "properties": [ + { + "name": "request_id", + "description": "Signed 32-bit identifier of the request, which will be received back in the [ChatShared](https://core.telegram.org/bots/api/#chatshared) object. Must be unique within the message", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "chat_is_channel", + "description": "Pass *True* to request a channel chat, pass *False* to request a group or a supergroup chat.", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "chat_is_forum", + "description": "*Optional*. Pass *True* to request a forum supergroup, pass *False* to request a non-forum chat. If not specified, no additional restrictions are applied.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "chat_has_username", + "description": "*Optional*. Pass *True* to request a supergroup or a channel with a username, pass *False* to request a chat without a username. If not specified, no additional restrictions are applied.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "chat_is_created", + "description": "*Optional*. Pass *True* to request a chat owned by the user. Otherwise, no additional restrictions are applied.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "user_administrator_rights", + "description": "*Optional*. A JSON-serialized object listing the required administrator rights of the user in the chat. The rights must be a superset of *bot\\_administrator\\_rights*. If not specified, no additional restrictions are applied.", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatAdministratorRights" + } + }, + { + "name": "bot_administrator_rights", + "description": "*Optional*. A JSON-serialized object listing the required administrator rights of the bot in the chat. The rights must be a subset of *user\\_administrator\\_rights*. If not specified, no additional restrictions are applied.", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatAdministratorRights" + } + }, + { + "name": "bot_is_member", + "description": "*Optional*. Pass *True* to request a chat with the bot as a member. Otherwise, no additional restrictions are applied.", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "request_title", + "description": "*Optional*. Pass *True* to request the chat's title", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "request_username", + "description": "*Optional*. Pass *True* to request the chat's username", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "request_photo", + "description": "*Optional*. Pass *True* to request the chat's photo", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#keyboardbuttonrequestchat" + }, + { + "name": "KeyboardButtonPollType", + "description": "This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "*Optional*. If *quiz* is passed, the user will be allowed to create only polls in the quiz mode. If *regular* is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#keyboardbuttonpolltype" + }, + { + "name": "ReplyKeyboardRemove", + "description": "Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the default letter-keyboard. By default, custom keyboards are displayed until a new keyboard is sent by a bot. An exception is made for one-time keyboards that are hidden immediately after the user presses a button (see [ReplyKeyboardMarkup](https://core.telegram.org/bots/api/#replykeyboardmarkup)). Not supported in channels and for messages sent on behalf of a Telegram Business account.", + "type": "properties", + "properties": [ + { + "name": "remove_keyboard", + "description": "Requests clients to remove the custom keyboard (user will not be able to summon this keyboard; if you want to hide the keyboard from sight but keep it accessible, use *one\\_time\\_keyboard* in [ReplyKeyboardMarkup](https://core.telegram.org/bots/api/#replykeyboardmarkup))", + "required": true, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "selective", + "description": "*Optional*. Use this parameter if you want to remove the keyboard for specific users only. Targets: 1) users that are @mentioned in the *text* of the [Message](https://core.telegram.org/bots/api/#message) object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message. \n\n*Example:* A user votes in a poll, bot returns confirmation message in reply to the vote and removes the keyboard for that user, while still showing the keyboard with poll options to users who haven't voted yet.", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#replykeyboardremove" + }, + { + "name": "InlineKeyboardMarkup", + "description": "This object represents an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) that appears right next to the message it belongs to.", + "type": "properties", + "properties": [ + { + "name": "inline_keyboard", + "description": "Array of button rows, each represented by an Array of [InlineKeyboardButton](https://core.telegram.org/bots/api/#inlinekeyboardbutton) objects", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "array", + "array": { + "type": "reference", + "reference": "InlineKeyboardButton" + } + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinekeyboardmarkup" + }, + { + "name": "InlineKeyboardButton", + "description": "This object represents one button of an inline keyboard. Exactly one of the optional fields must be used to specify type of the button.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "Label text on the button", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "url", + "description": "*Optional*. HTTP or tg:// URL to be opened when the button is pressed. Links `tg://user?id=` can be used to mention a user by their identifier without using a username, if this is allowed by their privacy settings.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "callback_data", + "description": "*Optional*. Data to be sent in a [callback query](https://core.telegram.org/bots/api/#callbackquery) to the bot when the button is pressed, 1-64 bytes", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "web_app", + "description": "*Optional*. Description of the [Web App](https://core.telegram.org/bots/webapps) that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method [answerWebAppQuery](https://core.telegram.org/bots/api/#answerwebappquery). Available only in private chats between a user and the bot. Not supported for messages sent on behalf of a Telegram Business account.", + "required": false, + "type_info": { + "type": "reference", + "reference": "WebAppInfo" + } + }, + { + "name": "login_url", + "description": "*Optional*. An HTTPS URL used to automatically authorize the user. Can be used as a replacement for the [Telegram Login Widget](https://core.telegram.org/widgets/login).", + "required": false, + "type_info": { + "type": "reference", + "reference": "LoginUrl" + } + }, + { + "name": "switch_inline_query", + "description": "*Optional*. If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot's username and the specified inline query in the input field. May be empty, in which case just the bot's username will be inserted. Not supported for messages sent on behalf of a Telegram Business account.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "switch_inline_query_current_chat", + "description": "*Optional*. If set, pressing the button will insert the bot's username and the specified inline query in the current chat's input field. May be empty, in which case only the bot's username will be inserted. \n\nThis offers a quick way for the user to open your bot in inline mode in the same chat - good for selecting something from multiple options. Not supported in channels and for messages sent on behalf of a Telegram Business account.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "switch_inline_query_chosen_chat", + "description": "*Optional*. If set, pressing the button will prompt the user to select one of their chats of the specified type, open that chat and insert the bot's username and the specified inline query in the input field. Not supported for messages sent on behalf of a Telegram Business account.", + "required": false, + "type_info": { + "type": "reference", + "reference": "SwitchInlineQueryChosenChat" + } + }, + { + "name": "copy_text", + "description": "*Optional*. Description of the button that copies the specified text to the clipboard.", + "required": false, + "type_info": { + "type": "reference", + "reference": "CopyTextButton" + } + }, + { + "name": "callback_game", + "description": "*Optional*. Description of the game that will be launched when the user presses the button. \n\n**NOTE:** This type of button **must** always be the first button in the first row.", + "required": false, + "type_info": { + "type": "reference", + "reference": "CallbackGame" + } + }, + { + "name": "pay", + "description": "*Optional*. Specify *True*, to send a [Pay button](https://core.telegram.org/bots/api/#payments). Substrings “⭐” and “XTR” in the buttons's text will be replaced with a Telegram Star icon. \n\n**NOTE:** This type of button **must** always be the first button in the first row and can only be used in invoice messages.", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinekeyboardbutton" + }, + { + "name": "LoginUrl", + "description": "This object represents a parameter of the inline keyboard button used to automatically authorize a user. Serves as a great replacement for the [Telegram Login Widget](https://core.telegram.org/widgets/login) when the user is coming from Telegram. All the user needs to do is tap/click a button and confirm that they want to log in:\n\nTelegram apps support these buttons as of [version 5.7](https://telegram.org/blog/privacy-discussions-web-bots#meet-seamless-web-bots).\n\nSample bot: [@discussbot](https://t.me/discussbot)", + "type": "properties", + "properties": [ + { + "name": "url", + "description": "An HTTPS URL to be opened with user authorization data added to the query string when the button is pressed. If the user refuses to provide authorization data, the original URL without information about the user will be opened. The data added is the same as described in [Receiving authorization data](https://core.telegram.org/widgets/login#receiving-authorization-data). \n\n**NOTE:** You **must** always check the hash of the received data to verify the authentication and the integrity of the data as described in [Checking authorization](https://core.telegram.org/widgets/login#checking-authorization).", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "forward_text", + "description": "*Optional*. New text of the button in forwarded messages.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "bot_username", + "description": "*Optional*. Username of a bot, which will be used for user authorization. See [Setting up a bot](https://core.telegram.org/widgets/login#setting-up-a-bot) for more details. If not specified, the current bot's username will be assumed. The *url*'s domain must be the same as the domain linked with the bot. See [Linking your domain to the bot](https://core.telegram.org/widgets/login#linking-your-domain-to-the-bot) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "request_write_access", + "description": "*Optional*. Pass *True* to request the permission for your bot to send messages to the user.", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#loginurl" + }, + { + "name": "SwitchInlineQueryChosenChat", + "description": "This object represents an inline button that switches the current user to inline mode in a chosen chat, with an optional default inline query.", + "type": "properties", + "properties": [ + { + "name": "query", + "description": "*Optional*. The default inline query to be inserted in the input field. If left empty, only the bot's username will be inserted", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "allow_user_chats", + "description": "*Optional*. True, if private chats with users can be chosen", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_bot_chats", + "description": "*Optional*. True, if private chats with bots can be chosen", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_group_chats", + "description": "*Optional*. True, if group and supergroup chats can be chosen", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "allow_channel_chats", + "description": "*Optional*. True, if channel chats can be chosen", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#switchinlinequerychosenchat" + }, + { + "name": "CopyTextButton", + "description": "This object represents an inline keyboard button that copies specified text to the clipboard.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "The text to be copied to the clipboard; 1-256 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 256, + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#copytextbutton" + }, + { + "name": "CallbackQuery", + "description": "This object represents an incoming callback query from a callback button in an [inline keyboard](https://core.telegram.org/bots/features#inline-keyboards). If the button that originated the query was attached to a message sent by the bot, the field *message* will be present. If the button was attached to a message sent via the bot (in [inline mode](https://core.telegram.org/bots/api/#inline-mode)), the field *inline\\_message\\_id* will be present. Exactly one of the fields *data* or *game\\_short\\_name* will be present.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier for this query", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "from", + "description": "Sender", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "message", + "description": "*Optional*. Message sent by the bot with the callback button that originated the query", + "required": false, + "type_info": { + "type": "reference", + "reference": "MaybeInaccessibleMessage" + } + }, + { + "name": "inline_message_id", + "description": "*Optional*. Identifier of the message sent via the bot in inline mode, that originated the query.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_instance", + "description": "Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in [games](https://core.telegram.org/bots/api/#games).", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "data", + "description": "*Optional*. Data associated with the callback button. Be aware that the message originated the query can contain no callback buttons with this data.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "game_short_name", + "description": "*Optional*. Short name of a [Game](https://core.telegram.org/bots/api/#games) to be returned, serves as the unique identifier for the game", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#callbackquery" + }, + { + "name": "ForceReply", + "description": "Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot's message and tapped 'Reply'). This can be extremely useful if you want to create user-friendly step-by-step interfaces without having to sacrifice [privacy mode](https://core.telegram.org/bots/features#privacy-mode). Not supported in channels and for messages sent on behalf of a Telegram Business account.", + "type": "properties", + "properties": [ + { + "name": "force_reply", + "description": "Shows reply interface to the user, as if they manually selected the bot's message and tapped 'Reply'", + "required": true, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "input_field_placeholder", + "description": "*Optional*. The placeholder to be shown in the input field when the reply is active; 1-64 characters", + "required": false, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 64, + "enumeration": [] + } + }, + { + "name": "selective", + "description": "*Optional*. Use this parameter if you want to force reply from specific users only. Targets: 1) users that are @mentioned in the *text* of the [Message](https://core.telegram.org/bots/api/#message) object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message.", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#forcereply" + }, + { + "name": "ChatPhoto", + "description": "This object represents a chat photo.", + "type": "properties", + "properties": [ + { + "name": "small_file_id", + "description": "File identifier of small (160x160) chat photo. This file\\_id can be used only for photo download and only for as long as the photo is not changed.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "small_file_unique_id", + "description": "Unique file identifier of small (160x160) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "big_file_id", + "description": "File identifier of big (640x640) chat photo. This file\\_id can be used only for photo download and only for as long as the photo is not changed.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "big_file_unique_id", + "description": "Unique file identifier of big (640x640) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatphoto" + }, + { + "name": "ChatInviteLink", + "description": "Represents an invite link for a chat.", + "type": "properties", + "properties": [ + { + "name": "invite_link", + "description": "The invite link. If the link was created by another chat administrator, then the second part of the link will be replaced with “…”.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "creator", + "description": "Creator of the link", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "creates_join_request", + "description": "*True*, if users joining the chat via the link need to be approved by chat administrators", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "is_primary", + "description": "*True*, if the link is primary", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "is_revoked", + "description": "*True*, if the link is revoked", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "name", + "description": "*Optional*. Invite link name", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "expire_date", + "description": "*Optional*. Point in time (Unix timestamp) when the link will expire or has been expired", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "member_limit", + "description": "*Optional*. The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "pending_join_request_count", + "description": "*Optional*. Number of pending join requests created using this link", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "subscription_period", + "description": "*Optional*. The number of seconds the subscription will be active for before the next payment", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "subscription_price", + "description": "*Optional*. The amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat using the link", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatinvitelink" + }, + { + "name": "ChatAdministratorRights", + "description": "Represents the rights of an administrator in a chat.", + "type": "properties", + "properties": [ + { + "name": "is_anonymous", + "description": "*True*, if the user's presence in the chat is hidden", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_manage_chat", + "description": "*True*, if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege.", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_delete_messages", + "description": "*True*, if the administrator can delete messages of other users", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_manage_video_chats", + "description": "*True*, if the administrator can manage video chats", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_restrict_members", + "description": "*True*, if the administrator can restrict, ban or unban chat members, or access supergroup statistics", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_promote_members", + "description": "*True*, if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by the user)", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_change_info", + "description": "*True*, if the user is allowed to change the chat title, photo and other settings", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_invite_users", + "description": "*True*, if the user is allowed to invite new users to the chat", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_post_stories", + "description": "*True*, if the administrator can post stories to the chat", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_edit_stories", + "description": "*True*, if the administrator can edit stories posted by other users, post stories to the chat page, pin chat stories, and access the chat's story archive", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_delete_stories", + "description": "*True*, if the administrator can delete stories posted by other users", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_post_messages", + "description": "*Optional*. *True*, if the administrator can post messages in the channel, or access channel statistics; for channels only", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_edit_messages", + "description": "*Optional*. *True*, if the administrator can edit messages of other users and can pin messages; for channels only", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_pin_messages", + "description": "*Optional*. *True*, if the user is allowed to pin messages; for groups and supergroups only", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_manage_topics", + "description": "*Optional*. *True*, if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatadministratorrights" + }, + { + "name": "ChatMemberUpdated", + "description": "This object represents changes in the status of a chat member.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "Chat the user belongs to", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "from", + "description": "Performer of the action, which resulted in the change", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "date", + "description": "Date the change was done in Unix time", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "old_chat_member", + "description": "Previous information about the chat member", + "required": true, + "type_info": { + "type": "reference", + "reference": "ChatMember" + } + }, + { + "name": "new_chat_member", + "description": "New information about the chat member", + "required": true, + "type_info": { + "type": "reference", + "reference": "ChatMember" + } + }, + { + "name": "invite_link", + "description": "*Optional*. Chat invite link, which was used by the user to join the chat; for joining by invite link events only.", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatInviteLink" + } + }, + { + "name": "via_join_request", + "description": "*Optional*. True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "via_chat_folder_invite_link", + "description": "*Optional*. True, if the user joined the chat via a chat folder invite link", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmemberupdated" + }, + { + "name": "ChatMember", + "description": "This object contains information about one member of a chat. Currently, the following 6 types of chat members are supported:\n\n* [ChatMemberOwner](https://core.telegram.org/bots/api/#chatmemberowner)\n* [ChatMemberAdministrator](https://core.telegram.org/bots/api/#chatmemberadministrator)\n* [ChatMemberMember](https://core.telegram.org/bots/api/#chatmembermember)\n* [ChatMemberRestricted](https://core.telegram.org/bots/api/#chatmemberrestricted)\n* [ChatMemberLeft](https://core.telegram.org/bots/api/#chatmemberleft)\n* [ChatMemberBanned](https://core.telegram.org/bots/api/#chatmemberbanned)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "ChatMemberOwner" + }, + { + "type": "reference", + "reference": "ChatMemberAdministrator" + }, + { + "type": "reference", + "reference": "ChatMemberMember" + }, + { + "type": "reference", + "reference": "ChatMemberRestricted" + }, + { + "type": "reference", + "reference": "ChatMemberLeft" + }, + { + "type": "reference", + "reference": "ChatMemberBanned" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmember" + }, + { + "name": "ChatMemberOwner", + "description": "Represents a [chat member](https://core.telegram.org/bots/api/#chatmember) that owns the chat and has all administrator privileges.", + "type": "properties", + "properties": [ + { + "name": "status", + "description": "The member's status in the chat, always “creator”", + "required": true, + "type_info": { + "type": "string", + "default": "creator", + "enumeration": [] + } + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "is_anonymous", + "description": "*True*, if the user's presence in the chat is hidden", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "custom_title", + "description": "*Optional*. Custom title for this user", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmemberowner" + }, + { + "name": "ChatMemberAdministrator", + "description": "Represents a [chat member](https://core.telegram.org/bots/api/#chatmember) that has some additional privileges.", + "type": "properties", + "properties": [ + { + "name": "status", + "description": "The member's status in the chat, always “administrator”", + "required": true, + "type_info": { + "type": "string", + "default": "administrator", + "enumeration": [] + } + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "can_be_edited", + "description": "*True*, if the bot is allowed to edit administrator privileges of that user", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "is_anonymous", + "description": "*True*, if the user's presence in the chat is hidden", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_manage_chat", + "description": "*True*, if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege.", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_delete_messages", + "description": "*True*, if the administrator can delete messages of other users", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_manage_video_chats", + "description": "*True*, if the administrator can manage video chats", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_restrict_members", + "description": "*True*, if the administrator can restrict, ban or unban chat members, or access supergroup statistics", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_promote_members", + "description": "*True*, if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by the user)", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_change_info", + "description": "*True*, if the user is allowed to change the chat title, photo and other settings", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_invite_users", + "description": "*True*, if the user is allowed to invite new users to the chat", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_post_stories", + "description": "*True*, if the administrator can post stories to the chat", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_edit_stories", + "description": "*True*, if the administrator can edit stories posted by other users, post stories to the chat page, pin chat stories, and access the chat's story archive", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_delete_stories", + "description": "*True*, if the administrator can delete stories posted by other users", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_post_messages", + "description": "*Optional*. *True*, if the administrator can post messages in the channel, or access channel statistics; for channels only", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_edit_messages", + "description": "*Optional*. *True*, if the administrator can edit messages of other users and can pin messages; for channels only", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_pin_messages", + "description": "*Optional*. *True*, if the user is allowed to pin messages; for groups and supergroups only", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_manage_topics", + "description": "*Optional*. *True*, if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "custom_title", + "description": "*Optional*. Custom title for this user", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmemberadministrator" + }, + { + "name": "ChatMemberMember", + "description": "Represents a [chat member](https://core.telegram.org/bots/api/#chatmember) that has no additional privileges or restrictions.", + "type": "properties", + "properties": [ + { + "name": "status", + "description": "The member's status in the chat, always “member”", + "required": true, + "type_info": { + "type": "string", + "default": "member", + "enumeration": [] + } + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "until_date", + "description": "*Optional*. Date when the user's subscription will expire; Unix time", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmembermember" + }, + { + "name": "ChatMemberRestricted", + "description": "Represents a [chat member](https://core.telegram.org/bots/api/#chatmember) that is under certain restrictions in the chat. Supergroups only.", + "type": "properties", + "properties": [ + { + "name": "status", + "description": "The member's status in the chat, always “restricted”", + "required": true, + "type_info": { + "type": "string", + "default": "restricted", + "enumeration": [] + } + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "is_member", + "description": "*True*, if the user is a member of the chat at the moment of the request", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_messages", + "description": "*True*, if the user is allowed to send text messages, contacts, giveaways, giveaway winners, invoices, locations and venues", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_audios", + "description": "*True*, if the user is allowed to send audios", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_documents", + "description": "*True*, if the user is allowed to send documents", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_photos", + "description": "*True*, if the user is allowed to send photos", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_videos", + "description": "*True*, if the user is allowed to send videos", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_video_notes", + "description": "*True*, if the user is allowed to send video notes", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_voice_notes", + "description": "*True*, if the user is allowed to send voice notes", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_polls", + "description": "*True*, if the user is allowed to send polls", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_other_messages", + "description": "*True*, if the user is allowed to send animations, games, stickers and use inline bots", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_add_web_page_previews", + "description": "*True*, if the user is allowed to add web page previews to their messages", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_change_info", + "description": "*True*, if the user is allowed to change the chat title, photo and other settings", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_invite_users", + "description": "*True*, if the user is allowed to invite new users to the chat", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_pin_messages", + "description": "*True*, if the user is allowed to pin messages", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_manage_topics", + "description": "*True*, if the user is allowed to create forum topics", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "until_date", + "description": "Date when restrictions will be lifted for this user; Unix time. If 0, then the user is restricted forever", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmemberrestricted" + }, + { + "name": "ChatMemberLeft", + "description": "Represents a [chat member](https://core.telegram.org/bots/api/#chatmember) that isn't currently a member of the chat, but may join it themselves.", + "type": "properties", + "properties": [ + { + "name": "status", + "description": "The member's status in the chat, always “left”", + "required": true, + "type_info": { + "type": "string", + "default": "left", + "enumeration": [] + } + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmemberleft" + }, + { + "name": "ChatMemberBanned", + "description": "Represents a [chat member](https://core.telegram.org/bots/api/#chatmember) that was banned in the chat and can't return to the chat or view chat messages.", + "type": "properties", + "properties": [ + { + "name": "status", + "description": "The member's status in the chat, always “kicked”", + "required": true, + "type_info": { + "type": "string", + "default": "kicked", + "enumeration": [] + } + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "until_date", + "description": "Date when restrictions will be lifted for this user; Unix time. If 0, then the user is banned forever", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatmemberbanned" + }, + { + "name": "ChatJoinRequest", + "description": "Represents a join request sent to a chat.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "Chat to which the request was sent", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "from", + "description": "User that sent the join request", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "user_chat_id", + "description": "Identifier of a private chat with the user who sent the join request. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. The bot can use this identifier for 5 minutes to send messages until the join request is processed, assuming no other administrator contacted the user.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "date", + "description": "Date the request was sent in Unix time", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "bio", + "description": "*Optional*. Bio of the user.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "invite_link", + "description": "*Optional*. Chat invite link that was used by the user to send the join request", + "required": false, + "type_info": { + "type": "reference", + "reference": "ChatInviteLink" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatjoinrequest" + }, + { + "name": "ChatPermissions", + "description": "Describes actions that a non-administrator user is allowed to take in a chat.", + "type": "properties", + "properties": [ + { + "name": "can_send_messages", + "description": "*Optional*. *True*, if the user is allowed to send text messages, contacts, giveaways, giveaway winners, invoices, locations and venues", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_audios", + "description": "*Optional*. *True*, if the user is allowed to send audios", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_documents", + "description": "*Optional*. *True*, if the user is allowed to send documents", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_photos", + "description": "*Optional*. *True*, if the user is allowed to send photos", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_videos", + "description": "*Optional*. *True*, if the user is allowed to send videos", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_video_notes", + "description": "*Optional*. *True*, if the user is allowed to send video notes", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_voice_notes", + "description": "*Optional*. *True*, if the user is allowed to send voice notes", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_polls", + "description": "*Optional*. *True*, if the user is allowed to send polls", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_send_other_messages", + "description": "*Optional*. *True*, if the user is allowed to send animations, games, stickers and use inline bots", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_add_web_page_previews", + "description": "*Optional*. *True*, if the user is allowed to add web page previews to their messages", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_change_info", + "description": "*Optional*. *True*, if the user is allowed to change the chat title, photo and other settings. Ignored in public supergroups", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_invite_users", + "description": "*Optional*. *True*, if the user is allowed to invite new users to the chat", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_pin_messages", + "description": "*Optional*. *True*, if the user is allowed to pin messages. Ignored in public supergroups", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "can_manage_topics", + "description": "*Optional*. *True*, if the user is allowed to create forum topics. If omitted defaults to the value of can\\_pin\\_messages", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatpermissions" + }, + { + "name": "Birthdate", + "description": "Describes the birthdate of a user.", + "type": "properties", + "properties": [ + { + "name": "day", + "description": "Day of the user's birth; 1-31", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "month", + "description": "Month of the user's birth; 1-12", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "year", + "description": "*Optional*. Year of the user's birth", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#birthdate" + }, + { + "name": "BusinessIntro", + "description": "Contains information about the start page settings of a Telegram Business account.", + "type": "properties", + "properties": [ + { + "name": "title", + "description": "*Optional*. Title text of the business intro", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "message", + "description": "*Optional*. Message text of the business intro", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "sticker", + "description": "*Optional*. Sticker of the business intro", + "required": false, + "type_info": { + "type": "reference", + "reference": "Sticker" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#businessintro" + }, + { + "name": "BusinessLocation", + "description": "Contains information about the location of a Telegram Business account.", + "type": "properties", + "properties": [ + { + "name": "address", + "description": "Address of the business", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "location", + "description": "*Optional*. Location of the business", + "required": false, + "type_info": { + "type": "reference", + "reference": "Location" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#businesslocation" + }, + { + "name": "BusinessOpeningHoursInterval", + "description": "Describes an interval of time during which a business is open.", + "type": "properties", + "properties": [ + { + "name": "opening_minute", + "description": "The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 \\* 24 \\* 60", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "closing_minute", + "description": "The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 \\* 24 \\* 60", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#businessopeninghoursinterval" + }, + { + "name": "BusinessOpeningHours", + "description": "Describes the opening hours of a business.", + "type": "properties", + "properties": [ + { + "name": "time_zone_name", + "description": "Unique name of the time zone for which the opening hours are defined", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "opening_hours", + "description": "List of time intervals describing business opening hours", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "BusinessOpeningHoursInterval" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#businessopeninghours" + }, + { + "name": "ChatLocation", + "description": "Represents a location to which a chat is connected.", + "type": "properties", + "properties": [ + { + "name": "location", + "description": "The location to which the supergroup is connected. Can't be a live location.", + "required": true, + "type_info": { + "type": "reference", + "reference": "Location" + } + }, + { + "name": "address", + "description": "Location address; 1-64 characters, as defined by the chat owner", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 64, + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatlocation" + }, + { + "name": "ReactionType", + "description": "This object describes the type of a reaction. Currently, it can be one of\n\n* [ReactionTypeEmoji](https://core.telegram.org/bots/api/#reactiontypeemoji)\n* [ReactionTypeCustomEmoji](https://core.telegram.org/bots/api/#reactiontypecustomemoji)\n* [ReactionTypePaid](https://core.telegram.org/bots/api/#reactiontypepaid)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "ReactionTypeEmoji" + }, + { + "type": "reference", + "reference": "ReactionTypeCustomEmoji" + }, + { + "type": "reference", + "reference": "ReactionTypePaid" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#reactiontype" + }, + { + "name": "ReactionTypeEmoji", + "description": "The reaction is based on an emoji.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the reaction, always “emoji”", + "required": true, + "type_info": { + "type": "string", + "default": "emoji", + "enumeration": [] + } + }, + { + "name": "emoji", + "description": "Reaction emoji. Currently, it can be one of \"👍\", \"👎\", \"❤\", \"🔥\", \"🥰\", \"👏\", \"😁\", \"🤔\", \"🤯\", \"😱\", \"🤬\", \"😢\", \"🎉\", \"🤩\", \"🤮\", \"💩\", \"🙏\", \"👌\", \"🕊\", \"🤡\", \"🥱\", \"🥴\", \"😍\", \"🐳\", \"❤‍🔥\", \"🌚\", \"🌭\", \"💯\", \"🤣\", \"⚡\", \"🍌\", \"🏆\", \"💔\", \"🤨\", \"😐\", \"🍓\", \"🍾\", \"💋\", \"🖕\", \"😈\", \"😴\", \"😭\", \"🤓\", \"👻\", \"👨‍💻\", \"👀\", \"🎃\", \"🙈\", \"😇\", \"😨\", \"🤝\", \"✍\", \"🤗\", \"🫡\", \"🎅\", \"🎄\", \"☃\", \"💅\", \"🤪\", \"🗿\", \"🆒\", \"💘\", \"🙉\", \"🦄\", \"😘\", \"💊\", \"🙊\", \"😎\", \"👾\", \"🤷‍♂\", \"🤷\", \"🤷‍♀\", \"😡\"", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "👍", + "👎", + "❤", + "🔥", + "🥰", + "👏", + "😁", + "🤔", + "🤯", + "😱", + "🤬", + "😢", + "🎉", + "🤩", + "🤮", + "💩", + "🙏", + "👌", + "🕊", + "🤡", + "🥱", + "🥴", + "😍", + "🐳", + "❤‍🔥", + "🌚", + "🌭", + "💯", + "🤣", + "⚡", + "🍌", + "🏆", + "💔", + "🤨", + "😐", + "🍓", + "🍾", + "💋", + "🖕", + "😈", + "😴", + "😭", + "🤓", + "👻", + "👨‍💻", + "👀", + "🎃", + "🙈", + "😇", + "😨", + "🤝", + "✍", + "🤗", + "🫡", + "🎅", + "🎄", + "☃", + "💅", + "🤪", + "🗿", + "🆒", + "💘", + "🙉", + "🦄", + "😘", + "💊", + "🙊", + "😎", + "👾", + "🤷‍♂", + "🤷", + "🤷‍♀", + "😡" + ] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#reactiontypeemoji" + }, + { + "name": "ReactionTypeCustomEmoji", + "description": "The reaction is based on a custom emoji.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the reaction, always “custom\\_emoji”", + "required": true, + "type_info": { + "type": "string", + "default": "custom_emoji", + "enumeration": [] + } + }, + { + "name": "custom_emoji_id", + "description": "Custom emoji identifier", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#reactiontypecustomemoji" + }, + { + "name": "ReactionTypePaid", + "description": "The reaction is paid.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the reaction, always “paid”", + "required": true, + "type_info": { + "type": "string", + "default": "paid", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#reactiontypepaid" + }, + { + "name": "ReactionCount", + "description": "Represents a reaction added to a message along with the number of times it was added.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the reaction", + "required": true, + "type_info": { + "type": "reference", + "reference": "ReactionType" + } + }, + { + "name": "total_count", + "description": "Number of times the reaction was added", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#reactioncount" + }, + { + "name": "MessageReactionUpdated", + "description": "This object represents a change of a reaction on a message performed by a user.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "The chat containing the message the user reacted to", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "message_id", + "description": "Unique identifier of the message inside the chat", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "user", + "description": "*Optional*. The user that changed the reaction, if the user isn't anonymous", + "required": false, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "actor_chat", + "description": "*Optional*. The chat on behalf of which the reaction was changed, if the user is anonymous", + "required": false, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "date", + "description": "Date of the change in Unix time", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "old_reaction", + "description": "Previous list of reaction types that were set by the user", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "ReactionType" + } + } + }, + { + "name": "new_reaction", + "description": "New list of reaction types that have been set by the user", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "ReactionType" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messagereactionupdated" + }, + { + "name": "MessageReactionCountUpdated", + "description": "This object represents reaction changes on a message with anonymous reactions.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "The chat containing the message", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "message_id", + "description": "Unique message identifier inside the chat", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "date", + "description": "Date of the change in Unix time", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "reactions", + "description": "List of reactions that are present on the message", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "ReactionCount" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#messagereactioncountupdated" + }, + { + "name": "ForumTopic", + "description": "This object represents a forum topic.", + "type": "properties", + "properties": [ + { + "name": "message_thread_id", + "description": "Unique identifier of the forum topic", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "name", + "description": "Name of the topic", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "icon_color", + "description": "Color of the topic icon in RGB format", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "icon_custom_emoji_id", + "description": "*Optional*. Unique identifier of the custom emoji shown as the topic icon", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#forumtopic" + }, + { + "name": "BotCommand", + "description": "This object represents a bot command.", + "type": "properties", + "properties": [ + { + "name": "command", + "description": "Text of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores.", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 32, + "enumeration": [] + } + }, + { + "name": "description", + "description": "Description of the command; 1-256 characters.", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 256, + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommand" + }, + { + "name": "BotCommandScope", + "description": "This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported:\n\n* [BotCommandScopeDefault](https://core.telegram.org/bots/api/#botcommandscopedefault)\n* [BotCommandScopeAllPrivateChats](https://core.telegram.org/bots/api/#botcommandscopeallprivatechats)\n* [BotCommandScopeAllGroupChats](https://core.telegram.org/bots/api/#botcommandscopeallgroupchats)\n* [BotCommandScopeAllChatAdministrators](https://core.telegram.org/bots/api/#botcommandscopeallchatadministrators)\n* [BotCommandScopeChat](https://core.telegram.org/bots/api/#botcommandscopechat)\n* [BotCommandScopeChatAdministrators](https://core.telegram.org/bots/api/#botcommandscopechatadministrators)\n* [BotCommandScopeChatMember](https://core.telegram.org/bots/api/#botcommandscopechatmember)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "BotCommandScopeDefault" + }, + { + "type": "reference", + "reference": "BotCommandScopeAllPrivateChats" + }, + { + "type": "reference", + "reference": "BotCommandScopeAllGroupChats" + }, + { + "type": "reference", + "reference": "BotCommandScopeAllChatAdministrators" + }, + { + "type": "reference", + "reference": "BotCommandScopeChat" + }, + { + "type": "reference", + "reference": "BotCommandScopeChatAdministrators" + }, + { + "type": "reference", + "reference": "BotCommandScopeChatMember" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscope" + }, + { + "name": "BotCommandScopeDefault", + "description": "Represents the default [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands. Default commands are used if no commands with a [narrower scope](https://core.telegram.org/bots/api/#determining-list-of-commands) are specified for the user.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *default*", + "required": true, + "type_info": { + "type": "string", + "default": "default", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopedefault" + }, + { + "name": "BotCommandScopeAllPrivateChats", + "description": "Represents the [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands, covering all private chats.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *all\\_private\\_chats*", + "required": true, + "type_info": { + "type": "string", + "default": "all_private_chats", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopeallprivatechats" + }, + { + "name": "BotCommandScopeAllGroupChats", + "description": "Represents the [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands, covering all group and supergroup chats.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *all\\_group\\_chats*", + "required": true, + "type_info": { + "type": "string", + "default": "all_group_chats", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopeallgroupchats" + }, + { + "name": "BotCommandScopeAllChatAdministrators", + "description": "Represents the [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands, covering all group and supergroup chat administrators.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *all\\_chat\\_administrators*", + "required": true, + "type_info": { + "type": "string", + "default": "all_chat_administrators", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopeallchatadministrators" + }, + { + "name": "BotCommandScopeChat", + "description": "Represents the [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands, covering a specific chat.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *chat*", + "required": true, + "type_info": { + "type": "string", + "default": "chat", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopechat" + }, + { + "name": "BotCommandScopeChatAdministrators", + "description": "Represents the [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands, covering all administrators of a specific group or supergroup chat.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *chat\\_administrators*", + "required": true, + "type_info": { + "type": "string", + "default": "chat_administrators", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopechatadministrators" + }, + { + "name": "BotCommandScopeChatMember", + "description": "Represents the [scope](https://core.telegram.org/bots/api/#botcommandscope) of bot commands, covering a specific member of a group or supergroup chat.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Scope type, must be *chat\\_member*", + "required": true, + "type_info": { + "type": "string", + "default": "chat_member", + "enumeration": [] + } + }, + { + "name": "chat_id", + "description": "Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "integer", + "enumeration": [] + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "user_id", + "description": "Unique identifier of the target user", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botcommandscopechatmember" + }, + { + "name": "BotName", + "description": "This object represents the bot's name.", + "type": "properties", + "properties": [ + { + "name": "name", + "description": "The bot's name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botname" + }, + { + "name": "BotDescription", + "description": "This object represents the bot's description.", + "type": "properties", + "properties": [ + { + "name": "description", + "description": "The bot's description", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botdescription" + }, + { + "name": "BotShortDescription", + "description": "This object represents the bot's short description.", + "type": "properties", + "properties": [ + { + "name": "short_description", + "description": "The bot's short description", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#botshortdescription" + }, + { + "name": "MenuButton", + "description": "This object describes the bot's menu button in a private chat. It should be one of\n\n* [MenuButtonCommands](https://core.telegram.org/bots/api/#menubuttoncommands)\n* [MenuButtonWebApp](https://core.telegram.org/bots/api/#menubuttonwebapp)\n* [MenuButtonDefault](https://core.telegram.org/bots/api/#menubuttondefault)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "MenuButtonCommands" + }, + { + "type": "reference", + "reference": "MenuButtonWebApp" + }, + { + "type": "reference", + "reference": "MenuButtonDefault" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#menubutton" + }, + { + "name": "MenuButtonCommands", + "description": "Represents a menu button, which opens the bot's list of commands.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the button, must be *commands*", + "required": true, + "type_info": { + "type": "string", + "default": "commands", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#menubuttoncommands" + }, + { + "name": "MenuButtonWebApp", + "description": "Represents a menu button, which launches a [Web App](https://core.telegram.org/bots/webapps).", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the button, must be *web\\_app*", + "required": true, + "type_info": { + "type": "string", + "default": "web_app", + "enumeration": [] + } + }, + { + "name": "text", + "description": "Text on the button", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "web_app", + "description": "Description of the Web App that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method [answerWebAppQuery](https://core.telegram.org/bots/api/#answerwebappquery). Alternatively, a `t.me` link to a Web App of the bot can be specified in the object instead of the Web App's URL, in which case the Web App will be opened as if the user pressed the link.", + "required": true, + "type_info": { + "type": "reference", + "reference": "WebAppInfo" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#menubuttonwebapp" + }, + { + "name": "MenuButtonDefault", + "description": "Describes that no specific value for the menu button was set.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the button, must be *default*", + "required": true, + "type_info": { + "type": "string", + "default": "default", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#menubuttondefault" + }, + { + "name": "ChatBoostSource", + "description": "This object describes the source of a chat boost. It can be one of\n\n* [ChatBoostSourcePremium](https://core.telegram.org/bots/api/#chatboostsourcepremium)\n* [ChatBoostSourceGiftCode](https://core.telegram.org/bots/api/#chatboostsourcegiftcode)\n* [ChatBoostSourceGiveaway](https://core.telegram.org/bots/api/#chatboostsourcegiveaway)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "ChatBoostSourcePremium" + }, + { + "type": "reference", + "reference": "ChatBoostSourceGiftCode" + }, + { + "type": "reference", + "reference": "ChatBoostSourceGiveaway" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostsource" + }, + { + "name": "ChatBoostSourcePremium", + "description": "The boost was obtained by subscribing to Telegram Premium or by gifting a Telegram Premium subscription to another user.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Source of the boost, always “premium”", + "required": true, + "type_info": { + "type": "string", + "default": "premium", + "enumeration": [] + } + }, + { + "name": "user", + "description": "User that boosted the chat", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostsourcepremium" + }, + { + "name": "ChatBoostSourceGiftCode", + "description": "The boost was obtained by the creation of Telegram Premium gift codes to boost a chat. Each such code boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Source of the boost, always “gift\\_code”", + "required": true, + "type_info": { + "type": "string", + "default": "gift_code", + "enumeration": [] + } + }, + { + "name": "user", + "description": "User for which the gift code was created", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostsourcegiftcode" + }, + { + "name": "ChatBoostSourceGiveaway", + "description": "The boost was obtained by the creation of a Telegram Premium or a Telegram Star giveaway. This boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription for Telegram Premium giveaways and *prize\\_star\\_count* / 500 times for one year for Telegram Star giveaways.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Source of the boost, always “giveaway”", + "required": true, + "type_info": { + "type": "string", + "default": "giveaway", + "enumeration": [] + } + }, + { + "name": "giveaway_message_id", + "description": "Identifier of a message in the chat with the giveaway; the message could have been deleted already. May be 0 if the message isn't sent yet.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "user", + "description": "*Optional*. User that won the prize in the giveaway if any; for Telegram Premium giveaways only", + "required": false, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "prize_star_count", + "description": "*Optional*. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "is_unclaimed", + "description": "*Optional*. True, if the giveaway was completed, but there was no user to win the prize", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostsourcegiveaway" + }, + { + "name": "ChatBoost", + "description": "This object contains information about a chat boost.", + "type": "properties", + "properties": [ + { + "name": "boost_id", + "description": "Unique identifier of the boost", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "add_date", + "description": "Point in time (Unix timestamp) when the chat was boosted", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "expiration_date", + "description": "Point in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "source", + "description": "Source of the added boost", + "required": true, + "type_info": { + "type": "reference", + "reference": "ChatBoostSource" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboost" + }, + { + "name": "ChatBoostUpdated", + "description": "This object represents a boost added to a chat or changed.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "Chat which was boosted", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "boost", + "description": "Information about the chat boost", + "required": true, + "type_info": { + "type": "reference", + "reference": "ChatBoost" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostupdated" + }, + { + "name": "ChatBoostRemoved", + "description": "This object represents a boost removed from a chat.", + "type": "properties", + "properties": [ + { + "name": "chat", + "description": "Chat which was boosted", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "boost_id", + "description": "Unique identifier of the boost", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "remove_date", + "description": "Point in time (Unix timestamp) when the boost was removed", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "source", + "description": "Source of the removed boost", + "required": true, + "type_info": { + "type": "reference", + "reference": "ChatBoostSource" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#chatboostremoved" + }, + { + "name": "UserChatBoosts", + "description": "This object represents a list of boosts added to a chat by a user.", + "type": "properties", + "properties": [ + { + "name": "boosts", + "description": "The list of boosts added to the chat by the user", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "ChatBoost" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#userchatboosts" + }, + { + "name": "BusinessConnection", + "description": "Describes the connection of the bot with a business account.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier of the business connection", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "user", + "description": "Business account user that created the business connection", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "user_chat_id", + "description": "Identifier of a private chat with the user who created the business connection. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "date", + "description": "Date the connection was established in Unix time", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "can_reply", + "description": "True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "is_enabled", + "description": "True, if the connection is active", + "required": true, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#businessconnection" + }, + { + "name": "BusinessMessagesDeleted", + "description": "This object is received when messages are deleted from a connected business account.", + "type": "properties", + "properties": [ + { + "name": "business_connection_id", + "description": "Unique identifier of the business connection", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat", + "description": "Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.", + "required": true, + "type_info": { + "type": "reference", + "reference": "Chat" + } + }, + { + "name": "message_ids", + "description": "The list of identifiers of deleted messages in the chat of the business account", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "integer", + "enumeration": [] + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#businessmessagesdeleted" + }, + { + "name": "ResponseParameters", + "description": "Describes why a request was unsuccessful.", + "type": "properties", + "properties": [ + { + "name": "migrate_to_chat_id", + "description": "*Optional*. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "retry_after", + "description": "*Optional*. In case of exceeding flood control, the number of seconds left to wait before the request can be repeated", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#responseparameters" + }, + { + "name": "InputMedia", + "description": "This object represents the content of a media message to be sent. It should be one of\n\n* [InputMediaAnimation](https://core.telegram.org/bots/api/#inputmediaanimation)\n* [InputMediaDocument](https://core.telegram.org/bots/api/#inputmediadocument)\n* [InputMediaAudio](https://core.telegram.org/bots/api/#inputmediaaudio)\n* [InputMediaPhoto](https://core.telegram.org/bots/api/#inputmediaphoto)\n* [InputMediaVideo](https://core.telegram.org/bots/api/#inputmediavideo)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputMediaAnimation" + }, + { + "type": "reference", + "reference": "InputMediaDocument" + }, + { + "type": "reference", + "reference": "InputMediaAudio" + }, + { + "type": "reference", + "reference": "InputMediaPhoto" + }, + { + "type": "reference", + "reference": "InputMediaVideo" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmedia" + }, + { + "name": "InputMediaPhoto", + "description": "Represents a photo to be sent.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *photo*", + "required": true, + "type_info": { + "type": "string", + "default": "photo", + "enumeration": [] + } + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the photo to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the photo caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "has_spoiler", + "description": "*Optional*. Pass *True* if the photo needs to be covered with a spoiler animation", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmediaphoto" + }, + { + "name": "InputMediaVideo", + "description": "Represents a video to be sent.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *video*", + "required": true, + "type_info": { + "type": "string", + "default": "video", + "enumeration": [] + } + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the video to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the video caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "width", + "description": "*Optional*. Video width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "height", + "description": "*Optional*. Video height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "duration", + "description": "*Optional*. Video duration in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "supports_streaming", + "description": "*Optional*. Pass *True* if the uploaded video is suitable for streaming", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "has_spoiler", + "description": "*Optional*. Pass *True* if the video needs to be covered with a spoiler animation", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmediavideo" + }, + { + "name": "InputMediaAnimation", + "description": "Represents an animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *animation*", + "required": true, + "type_info": { + "type": "string", + "default": "animation", + "enumeration": [] + } + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the animation to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the animation caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "width", + "description": "*Optional*. Animation width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "height", + "description": "*Optional*. Animation height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "duration", + "description": "*Optional*. Animation duration in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "has_spoiler", + "description": "*Optional*. Pass *True* if the animation needs to be covered with a spoiler animation", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmediaanimation" + }, + { + "name": "InputMediaAudio", + "description": "Represents an audio file to be treated as music to be sent.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *audio*", + "required": true, + "type_info": { + "type": "string", + "default": "audio", + "enumeration": [] + } + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the audio to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the audio caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "duration", + "description": "*Optional*. Duration of the audio in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "performer", + "description": "*Optional*. Performer of the audio", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "*Optional*. Title of the audio", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmediaaudio" + }, + { + "name": "InputMediaDocument", + "description": "Represents a general file to be sent.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *document*", + "required": true, + "type_info": { + "type": "string", + "default": "document", + "enumeration": [] + } + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the document to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the document caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "disable_content_type_detection", + "description": "*Optional*. Disables automatic server-side content type detection for files uploaded using multipart/form-data. Always *True*, if the document is sent as part of an album.", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmediadocument" + }, + { + "name": "InputFile", + "description": "This object represents the contents of a file to be uploaded. Must be posted using multipart/form-data in the usual way that files are uploaded via the browser.", + "type": "unknown", + "documentation_link": "https://core.telegram.org/bots/api/#inputfile" + }, + { + "name": "InputPaidMedia", + "description": "This object describes the paid media to be sent. Currently, it can be one of\n\n* [InputPaidMediaPhoto](https://core.telegram.org/bots/api/#inputpaidmediaphoto)\n* [InputPaidMediaVideo](https://core.telegram.org/bots/api/#inputpaidmediavideo)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputPaidMediaPhoto" + }, + { + "type": "reference", + "reference": "InputPaidMediaVideo" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputpaidmedia" + }, + { + "name": "InputPaidMediaPhoto", + "description": "The paid media to send is a photo.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the media, must be *photo*", + "required": true, + "type_info": { + "type": "string", + "default": "photo", + "enumeration": [] + } + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputpaidmediaphoto" + }, + { + "name": "InputPaidMediaVideo", + "description": "The paid media to send is a video.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the media, must be *video*", + "required": true, + "type_info": { + "type": "string", + "default": "video", + "enumeration": [] + } + }, + { + "name": "media", + "description": "File to send. Pass a file\\_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://\\” if the thumbnail was uploaded using multipart/form-data under \\. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": false, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "width", + "description": "*Optional*. Video width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "height", + "description": "*Optional*. Video height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "duration", + "description": "*Optional*. Video duration in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "supports_streaming", + "description": "*Optional*. Pass *True* if the uploaded video is suitable for streaming", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputpaidmediavideo" + }, + { + "name": "Sticker", + "description": "This object represents a sticker.", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "type", + "description": "Type of the sticker, currently one of “regular”, “mask”, “custom\\_emoji”. The type of the sticker is independent from its format, which is determined by the fields *is\\_animated* and *is\\_video*.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "regular", + "mask", + "custom_emoji" + ] + } + }, + { + "name": "width", + "description": "Sticker width", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "height", + "description": "Sticker height", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "is_animated", + "description": "*True*, if the sticker is [animated](https://telegram.org/blog/animated-stickers)", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "is_video", + "description": "*True*, if the sticker is a [video sticker](https://telegram.org/blog/video-stickers-better-reactions)", + "required": true, + "type_info": { + "type": "bool" + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Sticker thumbnail in the .WEBP or .JPG format", + "required": false, + "type_info": { + "type": "reference", + "reference": "PhotoSize" + } + }, + { + "name": "emoji", + "description": "*Optional*. Emoji associated with the sticker", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "set_name", + "description": "*Optional*. Name of the sticker set to which the sticker belongs", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "premium_animation", + "description": "*Optional*. For premium regular stickers, premium animation for the sticker", + "required": false, + "type_info": { + "type": "reference", + "reference": "File" + } + }, + { + "name": "mask_position", + "description": "*Optional*. For mask stickers, the position where the mask should be placed", + "required": false, + "type_info": { + "type": "reference", + "reference": "MaskPosition" + } + }, + { + "name": "custom_emoji_id", + "description": "*Optional*. For custom emoji stickers, unique identifier of the custom emoji", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "needs_repainting", + "description": "*Optional*. *True*, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "file_size", + "description": "*Optional*. File size in bytes", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#sticker" + }, + { + "name": "StickerSet", + "description": "This object represents a sticker set.", + "type": "properties", + "properties": [ + { + "name": "name", + "description": "Sticker set name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Sticker set title", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "sticker_type", + "description": "Type of stickers in the set, currently one of “regular”, “mask”, “custom\\_emoji”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "regular", + "mask", + "custom_emoji" + ] + } + }, + { + "name": "stickers", + "description": "List of all set stickers", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "Sticker" + } + } + }, + { + "name": "thumbnail", + "description": "*Optional*. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format", + "required": false, + "type_info": { + "type": "reference", + "reference": "PhotoSize" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#stickerset" + }, + { + "name": "MaskPosition", + "description": "This object describes the position on faces where a mask should be placed by default.", + "type": "properties", + "properties": [ + { + "name": "point", + "description": "The part of the face relative to which the mask should be placed. One of “forehead”, “eyes”, “mouth”, or “chin”.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "forehead", + "eyes", + "mouth", + "chin" + ] + } + }, + { + "name": "x_shift", + "description": "Shift by X-axis measured in widths of the mask scaled to the face size, from left to right. For example, choosing -1.0 will place mask just to the left of the default mask position.", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "y_shift", + "description": "Shift by Y-axis measured in heights of the mask scaled to the face size, from top to bottom. For example, 1.0 will place the mask just below the default mask position.", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "scale", + "description": "Mask scaling coefficient. For example, 2.0 means double size.", + "required": true, + "type_info": { + "type": "float" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#maskposition" + }, + { + "name": "InputSticker", + "description": "This object describes a sticker to be added to a sticker set.", + "type": "properties", + "properties": [ + { + "name": "sticker", + "description": "The added sticker. Pass a *file\\_id* as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, upload a new one using multipart/form-data, or pass “attach://\\” to upload a new one using multipart/form-data under \\ name. Animated and video stickers can't be uploaded via HTTP URL. [More information on Sending Files »](https://core.telegram.org/bots/api/#sending-files)", + "required": true, + "type_info": { + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputFile" + }, + { + "type": "string", + "enumeration": [] + } + ] + } + }, + { + "name": "format", + "description": "Format of the added sticker, must be one of “static” for a **.WEBP** or **.PNG** image, “animated” for a **.TGS** animation, “video” for a **WEBM** video", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "static", + "animated", + "video" + ] + } + }, + { + "name": "emoji_list", + "description": "List of 1-20 emoji associated with the sticker", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "string", + "enumeration": [] + } + } + }, + { + "name": "mask_position", + "description": "*Optional*. Position where the mask should be placed on faces. For “mask” stickers only.", + "required": false, + "type_info": { + "type": "reference", + "reference": "MaskPosition" + } + }, + { + "name": "keywords", + "description": "*Optional*. List of 0-20 search keywords for the sticker with total length of up to 64 characters. For “regular” and “custom\\_emoji” stickers only.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "string", + "enumeration": [] + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputsticker" + }, + { + "name": "Gift", + "description": "This object represents a gift that can be sent by the bot.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier of the gift", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "sticker", + "description": "The sticker that represents the gift", + "required": true, + "type_info": { + "type": "reference", + "reference": "Sticker" + } + }, + { + "name": "star_count", + "description": "The number of Telegram Stars that must be paid to send the sticker", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "total_count", + "description": "*Optional*. The total number of the gifts of this type that can be sent; for limited gifts only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "remaining_count", + "description": "*Optional*. The number of remaining gifts of this type that can be sent; for limited gifts only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#gift" + }, + { + "name": "Gifts", + "description": "This object represent a list of gifts.", + "type": "properties", + "properties": [ + { + "name": "gifts", + "description": "The list of gifts", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "Gift" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#gifts" + }, + { + "name": "InlineQuery", + "description": "This object represents an incoming inline query. When the user sends an empty query, your bot could return some default or trending results.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier for this query", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "from", + "description": "Sender", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "query", + "description": "Text of the query (up to 256 characters)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "offset", + "description": "Offset of the results to be returned, can be controlled by the bot", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "chat_type", + "description": "*Optional*. Type of the chat from which the inline query was sent. Can be either “sender” for a private chat with the inline query sender, “private”, “group”, “supergroup”, or “channel”. The chat type should be always known for requests sent from official clients and most third-party clients, unless the request was sent from a secret chat", + "required": false, + "type_info": { + "type": "string", + "enumeration": [ + "sender", + "private", + "group", + "supergroup", + "channel" + ] + } + }, + { + "name": "location", + "description": "*Optional*. Sender location, only for bots that request user location", + "required": false, + "type_info": { + "type": "reference", + "reference": "Location" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequery" + }, + { + "name": "InlineQueryResultsButton", + "description": "This object represents a button to be shown above inline query results. You **must** use exactly one of the optional fields.", + "type": "properties", + "properties": [ + { + "name": "text", + "description": "Label text on the button", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "web_app", + "description": "*Optional*. Description of the [Web App](https://core.telegram.org/bots/webapps) that will be launched when the user presses the button. The Web App will be able to switch back to the inline mode using the method [switchInlineQuery](https://core.telegram.org/bots/webapps#initializing-mini-apps) inside the Web App.", + "required": false, + "type_info": { + "type": "reference", + "reference": "WebAppInfo" + } + }, + { + "name": "start_parameter", + "description": "*Optional*. [Deep-linking](https://core.telegram.org/bots/features#deep-linking) parameter for the /start message sent to the bot when a user presses the button. 1-64 characters, only `A-Z`, `a-z`, `0-9`, `_` and `-` are allowed. \n\n*Example:* An inline bot that sends YouTube videos can ask the user to connect the bot to their YouTube account to adapt search results accordingly. To do this, it displays a 'Connect your YouTube account' button above the results, or even before showing any. The user presses the button, switches to a private chat with the bot and, in doing so, passes a start parameter that instructs the bot to return an OAuth link. Once done, the bot can offer a [*switch\\_inline*](https://core.telegram.org/bots/api/#inlinekeyboardmarkup) button so that the user can easily return to the chat where they wanted to use the bot's inline capabilities.", + "required": false, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 64, + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultsbutton" + }, + { + "name": "InlineQueryResult", + "description": "This object represents one result of an inline query. Telegram clients currently support results of the following 20 types:\n\n* [InlineQueryResultCachedAudio](https://core.telegram.org/bots/api/#inlinequeryresultcachedaudio)\n* [InlineQueryResultCachedDocument](https://core.telegram.org/bots/api/#inlinequeryresultcacheddocument)\n* [InlineQueryResultCachedGif](https://core.telegram.org/bots/api/#inlinequeryresultcachedgif)\n* [InlineQueryResultCachedMpeg4Gif](https://core.telegram.org/bots/api/#inlinequeryresultcachedmpeg4gif)\n* [InlineQueryResultCachedPhoto](https://core.telegram.org/bots/api/#inlinequeryresultcachedphoto)\n* [InlineQueryResultCachedSticker](https://core.telegram.org/bots/api/#inlinequeryresultcachedsticker)\n* [InlineQueryResultCachedVideo](https://core.telegram.org/bots/api/#inlinequeryresultcachedvideo)\n* [InlineQueryResultCachedVoice](https://core.telegram.org/bots/api/#inlinequeryresultcachedvoice)\n* [InlineQueryResultArticle](https://core.telegram.org/bots/api/#inlinequeryresultarticle)\n* [InlineQueryResultAudio](https://core.telegram.org/bots/api/#inlinequeryresultaudio)\n* [InlineQueryResultContact](https://core.telegram.org/bots/api/#inlinequeryresultcontact)\n* [InlineQueryResultGame](https://core.telegram.org/bots/api/#inlinequeryresultgame)\n* [InlineQueryResultDocument](https://core.telegram.org/bots/api/#inlinequeryresultdocument)\n* [InlineQueryResultGif](https://core.telegram.org/bots/api/#inlinequeryresultgif)\n* [InlineQueryResultLocation](https://core.telegram.org/bots/api/#inlinequeryresultlocation)\n* [InlineQueryResultMpeg4Gif](https://core.telegram.org/bots/api/#inlinequeryresultmpeg4gif)\n* [InlineQueryResultPhoto](https://core.telegram.org/bots/api/#inlinequeryresultphoto)\n* [InlineQueryResultVenue](https://core.telegram.org/bots/api/#inlinequeryresultvenue)\n* [InlineQueryResultVideo](https://core.telegram.org/bots/api/#inlinequeryresultvideo)\n* [InlineQueryResultVoice](https://core.telegram.org/bots/api/#inlinequeryresultvoice)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InlineQueryResultCachedAudio" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedDocument" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedGif" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedMpeg4Gif" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedPhoto" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedSticker" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedVideo" + }, + { + "type": "reference", + "reference": "InlineQueryResultCachedVoice" + }, + { + "type": "reference", + "reference": "InlineQueryResultArticle" + }, + { + "type": "reference", + "reference": "InlineQueryResultAudio" + }, + { + "type": "reference", + "reference": "InlineQueryResultContact" + }, + { + "type": "reference", + "reference": "InlineQueryResultGame" + }, + { + "type": "reference", + "reference": "InlineQueryResultDocument" + }, + { + "type": "reference", + "reference": "InlineQueryResultGif" + }, + { + "type": "reference", + "reference": "InlineQueryResultLocation" + }, + { + "type": "reference", + "reference": "InlineQueryResultMpeg4Gif" + }, + { + "type": "reference", + "reference": "InlineQueryResultPhoto" + }, + { + "type": "reference", + "reference": "InlineQueryResultVenue" + }, + { + "type": "reference", + "reference": "InlineQueryResultVideo" + }, + { + "type": "reference", + "reference": "InlineQueryResultVoice" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresult" + }, + { + "name": "InlineQueryResultArticle", + "description": "Represents a link to an article or web page.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *article*", + "required": true, + "type_info": { + "type": "string", + "default": "article", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 Bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Title of the result", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "input_message_content", + "description": "Content of the message to be sent", + "required": true, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "url", + "description": "*Optional*. URL of the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "hide_url", + "description": "*Optional*. Pass *True* if you don't want the URL to be shown in the message", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail_url", + "description": "*Optional*. Url of the thumbnail for the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail_width", + "description": "*Optional*. Thumbnail width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail_height", + "description": "*Optional*. Thumbnail height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultarticle" + }, + { + "name": "InlineQueryResultPhoto", + "description": "Represents a link to a photo. By default, this photo will be sent by the user with optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the photo.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *photo*", + "required": true, + "type_info": { + "type": "string", + "default": "photo", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "photo_url", + "description": "A valid URL of the photo. Photo must be in **JPEG** format. Photo size must not exceed 5MB", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail_url", + "description": "URL of the thumbnail for the photo", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "photo_width", + "description": "*Optional*. Width of the photo", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "photo_height", + "description": "*Optional*. Height of the photo", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "title", + "description": "*Optional*. Title for the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the photo to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the photo caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the photo", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultphoto" + }, + { + "name": "InlineQueryResultGif", + "description": "Represents a link to an animated GIF file. By default, this animated GIF file will be sent by the user with optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the animation.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *gif*", + "required": true, + "type_info": { + "type": "string", + "default": "gif", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "gif_url", + "description": "A valid URL for the GIF file. File size must not exceed 1MB", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "gif_width", + "description": "*Optional*. Width of the GIF", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "gif_height", + "description": "*Optional*. Height of the GIF", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "gif_duration", + "description": "*Optional*. Duration of the GIF in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail_url", + "description": "URL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the result", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail_mime_type", + "description": "*Optional*. MIME type of the thumbnail, must be one of “image/jpeg”, “image/gif”, or “video/mp4”. Defaults to “image/jpeg”", + "required": false, + "type_info": { + "type": "string", + "default": "image/jpeg", + "enumeration": [ + "image/jpeg", + "image/gif", + "video/mp4" + ] + } + }, + { + "name": "title", + "description": "*Optional*. Title for the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the GIF file to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the GIF animation", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultgif" + }, + { + "name": "InlineQueryResultMpeg4Gif", + "description": "Represents a link to a video animation (H.264/MPEG-4 AVC video without sound). By default, this animated MPEG-4 file will be sent by the user with optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the animation.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *mpeg4\\_gif*", + "required": true, + "type_info": { + "type": "string", + "default": "mpeg4_gif", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "mpeg4_url", + "description": "A valid URL for the MPEG4 file. File size must not exceed 1MB", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "mpeg4_width", + "description": "*Optional*. Video width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "mpeg4_height", + "description": "*Optional*. Video height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "mpeg4_duration", + "description": "*Optional*. Video duration in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail_url", + "description": "URL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the result", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail_mime_type", + "description": "*Optional*. MIME type of the thumbnail, must be one of “image/jpeg”, “image/gif”, or “video/mp4”. Defaults to “image/jpeg”", + "required": false, + "type_info": { + "type": "string", + "default": "image/jpeg", + "enumeration": [ + "image/jpeg", + "image/gif", + "video/mp4" + ] + } + }, + { + "name": "title", + "description": "*Optional*. Title for the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the MPEG-4 file to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the video animation", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultmpeg4gif" + }, + { + "name": "InlineQueryResultVideo", + "description": "Represents a link to a page containing an embedded video player or a video file. By default, this video file will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the video.\n\nIf an InlineQueryResultVideo message contains an embedded video (e.g., YouTube), you **must** replace its content using *input\\_message\\_content*.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *video*", + "required": true, + "type_info": { + "type": "string", + "default": "video", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "video_url", + "description": "A valid URL for the embedded video player or video file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "mime_type", + "description": "MIME type of the content of the video URL, “text/html” or “video/mp4”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "text/html", + "video/mp4" + ] + } + }, + { + "name": "thumbnail_url", + "description": "URL of the thumbnail (JPEG only) for the video", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Title for the result", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the video to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the video caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "video_width", + "description": "*Optional*. Video width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "video_height", + "description": "*Optional*. Video height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "video_duration", + "description": "*Optional*. Video duration in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the video. This field is **required** if InlineQueryResultVideo is used to send an HTML-page as a result (e.g., a YouTube video).", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultvideo" + }, + { + "name": "InlineQueryResultAudio", + "description": "Represents a link to an MP3 audio file. By default, this audio file will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the audio.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *audio*", + "required": true, + "type_info": { + "type": "string", + "default": "audio", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "audio_url", + "description": "A valid URL for the audio file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Title", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the audio caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "performer", + "description": "*Optional*. Performer", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "audio_duration", + "description": "*Optional*. Audio duration in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the audio", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultaudio" + }, + { + "name": "InlineQueryResultVoice", + "description": "Represents a link to a voice recording in an .OGG container encoded with OPUS. By default, this voice recording will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the the voice message.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *voice*", + "required": true, + "type_info": { + "type": "string", + "default": "voice", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "voice_url", + "description": "A valid URL for the voice recording", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Recording title", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the voice message caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "voice_duration", + "description": "*Optional*. Recording duration in seconds", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the voice recording", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultvoice" + }, + { + "name": "InlineQueryResultDocument", + "description": "Represents a link to a file. By default, this file will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the file. Currently, only **.PDF** and **.ZIP** files can be sent using this method.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *document*", + "required": true, + "type_info": { + "type": "string", + "default": "document", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Title for the result", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the document to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the document caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "document_url", + "description": "A valid URL for the file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "mime_type", + "description": "MIME type of the content of the file, either “application/pdf” or “application/zip”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "application/pdf", + "application/zip" + ] + } + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "*Optional*. Inline keyboard attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the file", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + }, + { + "name": "thumbnail_url", + "description": "*Optional*. URL of the thumbnail (JPEG only) for the file", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail_width", + "description": "*Optional*. Thumbnail width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail_height", + "description": "*Optional*. Thumbnail height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultdocument" + }, + { + "name": "InlineQueryResultLocation", + "description": "Represents a location on a map. By default, the location will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the location.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *location*", + "required": true, + "type_info": { + "type": "string", + "default": "location", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 Bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "latitude", + "description": "Location latitude in degrees", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "longitude", + "description": "Location longitude in degrees", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "title", + "description": "Location title", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "horizontal_accuracy", + "description": "*Optional*. The radius of uncertainty for the location, measured in meters; 0-1500", + "required": false, + "type_info": { + "type": "float" + } + }, + { + "name": "live_period", + "description": "*Optional*. Period in seconds during which the location can be updated, should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "heading", + "description": "*Optional*. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "proximity_alert_radius", + "description": "*Optional*. For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the location", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + }, + { + "name": "thumbnail_url", + "description": "*Optional*. Url of the thumbnail for the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail_width", + "description": "*Optional*. Thumbnail width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail_height", + "description": "*Optional*. Thumbnail height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultlocation" + }, + { + "name": "InlineQueryResultVenue", + "description": "Represents a venue. By default, the venue will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the venue.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *venue*", + "required": true, + "type_info": { + "type": "string", + "default": "venue", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 Bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "latitude", + "description": "Latitude of the venue location in degrees", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "longitude", + "description": "Longitude of the venue location in degrees", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "title", + "description": "Title of the venue", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "address", + "description": "Address of the venue", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "foursquare_id", + "description": "*Optional*. Foursquare identifier of the venue if known", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "foursquare_type", + "description": "*Optional*. Foursquare type of the venue, if known. (For example, “arts\\_entertainment/default”, “arts\\_entertainment/aquarium” or “food/icecream”.)", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "google_place_id", + "description": "*Optional*. Google Places identifier of the venue", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "google_place_type", + "description": "*Optional*. Google Places type of the venue. (See [supported types](https://developers.google.com/places/web-service/supported_types).)", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the venue", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + }, + { + "name": "thumbnail_url", + "description": "*Optional*. Url of the thumbnail for the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail_width", + "description": "*Optional*. Thumbnail width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail_height", + "description": "*Optional*. Thumbnail height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultvenue" + }, + { + "name": "InlineQueryResultContact", + "description": "Represents a contact with a phone number. By default, this contact will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the contact.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *contact*", + "required": true, + "type_info": { + "type": "string", + "default": "contact", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 Bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "phone_number", + "description": "Contact's phone number", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "first_name", + "description": "Contact's first name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "last_name", + "description": "*Optional*. Contact's last name", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "vcard", + "description": "*Optional*. Additional data about the contact in the form of a [vCard](https://en.wikipedia.org/wiki/VCard), 0-2048 bytes", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the contact", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + }, + { + "name": "thumbnail_url", + "description": "*Optional*. Url of the thumbnail for the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "thumbnail_width", + "description": "*Optional*. Thumbnail width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "thumbnail_height", + "description": "*Optional*. Thumbnail height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcontact" + }, + { + "name": "InlineQueryResultGame", + "description": "Represents a [Game](https://core.telegram.org/bots/api/#games).", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *game*", + "required": true, + "type_info": { + "type": "string", + "default": "game", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "game_short_name", + "description": "Short name of the game", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultgame" + }, + { + "name": "InlineQueryResultCachedPhoto", + "description": "Represents a link to a photo stored on the Telegram servers. By default, this photo will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the photo.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *photo*", + "required": true, + "type_info": { + "type": "string", + "default": "photo", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "photo_file_id", + "description": "A valid file identifier of the photo", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "*Optional*. Title for the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the photo to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the photo caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the photo", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedphoto" + }, + { + "name": "InlineQueryResultCachedGif", + "description": "Represents a link to an animated GIF file stored on the Telegram servers. By default, this animated GIF file will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with specified content instead of the animation.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *gif*", + "required": true, + "type_info": { + "type": "string", + "default": "gif", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "gif_file_id", + "description": "A valid file identifier for the GIF file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "*Optional*. Title for the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the GIF file to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the GIF animation", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedgif" + }, + { + "name": "InlineQueryResultCachedMpeg4Gif", + "description": "Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers. By default, this animated MPEG-4 file will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the animation.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *mpeg4\\_gif*", + "required": true, + "type_info": { + "type": "string", + "default": "mpeg4_gif", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "mpeg4_file_id", + "description": "A valid file identifier for the MPEG4 file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "*Optional*. Title for the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the MPEG-4 file to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the video animation", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedmpeg4gif" + }, + { + "name": "InlineQueryResultCachedSticker", + "description": "Represents a link to a sticker stored on the Telegram servers. By default, this sticker will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the sticker.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *sticker*", + "required": true, + "type_info": { + "type": "string", + "default": "sticker", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "sticker_file_id", + "description": "A valid file identifier of the sticker", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the sticker", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedsticker" + }, + { + "name": "InlineQueryResultCachedDocument", + "description": "Represents a link to a file stored on the Telegram servers. By default, this file will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the file.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *document*", + "required": true, + "type_info": { + "type": "string", + "default": "document", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Title for the result", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "document_file_id", + "description": "A valid file identifier for the file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the document to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the document caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the file", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcacheddocument" + }, + { + "name": "InlineQueryResultCachedVideo", + "description": "Represents a link to a video file stored on the Telegram servers. By default, this video file will be sent by the user with an optional caption. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the video.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *video*", + "required": true, + "type_info": { + "type": "string", + "default": "video", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "video_file_id", + "description": "A valid file identifier for the video file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Title for the result", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "description", + "description": "*Optional*. Short description of the result", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption of the video to be sent, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the video caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "show_caption_above_media", + "description": "*Optional*. Pass *True*, if the caption must be shown above the message media", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the video", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedvideo" + }, + { + "name": "InlineQueryResultCachedVoice", + "description": "Represents a link to a voice message stored on the Telegram servers. By default, this voice message will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the voice message.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *voice*", + "required": true, + "type_info": { + "type": "string", + "default": "voice", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "voice_file_id", + "description": "A valid file identifier for the voice message", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Voice message title", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the voice message caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the voice message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedvoice" + }, + { + "name": "InlineQueryResultCachedAudio", + "description": "Represents a link to an MP3 audio file stored on the Telegram servers. By default, this audio file will be sent by the user. Alternatively, you can use *input\\_message\\_content* to send a message with the specified content instead of the audio.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the result, must be *audio*", + "required": true, + "type_info": { + "type": "string", + "default": "audio", + "enumeration": [] + } + }, + { + "name": "id", + "description": "Unique identifier for this result, 1-64 bytes", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "audio_file_id", + "description": "A valid file identifier for the audio file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption", + "description": "*Optional*. Caption, 0-1024 characters after entities parsing", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 1024, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the audio caption. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "caption_entities", + "description": "*Optional*. List of special entities that appear in the caption, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "reply_markup", + "description": "*Optional*. [Inline keyboard](https://core.telegram.org/bots/features#inline-keyboards) attached to the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "InlineKeyboardMarkup" + } + }, + { + "name": "input_message_content", + "description": "*Optional*. Content of the message to be sent instead of the audio", + "required": false, + "type_info": { + "type": "reference", + "reference": "InputMessageContent" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inlinequeryresultcachedaudio" + }, + { + "name": "InputMessageContent", + "description": "This object represents the content of a message to be sent as a result of an inline query. Telegram clients currently support the following 5 types:\n\n* [InputTextMessageContent](https://core.telegram.org/bots/api/#inputtextmessagecontent)\n* [InputLocationMessageContent](https://core.telegram.org/bots/api/#inputlocationmessagecontent)\n* [InputVenueMessageContent](https://core.telegram.org/bots/api/#inputvenuemessagecontent)\n* [InputContactMessageContent](https://core.telegram.org/bots/api/#inputcontactmessagecontent)\n* [InputInvoiceMessageContent](https://core.telegram.org/bots/api/#inputinvoicemessagecontent)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "InputTextMessageContent" + }, + { + "type": "reference", + "reference": "InputLocationMessageContent" + }, + { + "type": "reference", + "reference": "InputVenueMessageContent" + }, + { + "type": "reference", + "reference": "InputContactMessageContent" + }, + { + "type": "reference", + "reference": "InputInvoiceMessageContent" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputmessagecontent" + }, + { + "name": "InputTextMessageContent", + "description": "Represents the [content](https://core.telegram.org/bots/api/#inputmessagecontent) of a text message to be sent as the result of an inline query.", + "type": "properties", + "properties": [ + { + "name": "message_text", + "description": "Text of the message to be sent, 1-4096 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 4096, + "enumeration": [] + } + }, + { + "name": "parse_mode", + "description": "*Optional*. Mode for parsing entities in the message text. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "entities", + "description": "*Optional*. List of special entities that appear in message text, which can be specified instead of *parse\\_mode*", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "link_preview_options", + "description": "*Optional*. Link preview generation options for the message", + "required": false, + "type_info": { + "type": "reference", + "reference": "LinkPreviewOptions" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputtextmessagecontent" + }, + { + "name": "InputLocationMessageContent", + "description": "Represents the [content](https://core.telegram.org/bots/api/#inputmessagecontent) of a location message to be sent as the result of an inline query.", + "type": "properties", + "properties": [ + { + "name": "latitude", + "description": "Latitude of the location in degrees", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "longitude", + "description": "Longitude of the location in degrees", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "horizontal_accuracy", + "description": "*Optional*. The radius of uncertainty for the location, measured in meters; 0-1500", + "required": false, + "type_info": { + "type": "float" + } + }, + { + "name": "live_period", + "description": "*Optional*. Period in seconds during which the location can be updated, should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "heading", + "description": "*Optional*. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "proximity_alert_radius", + "description": "*Optional*. For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputlocationmessagecontent" + }, + { + "name": "InputVenueMessageContent", + "description": "Represents the [content](https://core.telegram.org/bots/api/#inputmessagecontent) of a venue message to be sent as the result of an inline query.", + "type": "properties", + "properties": [ + { + "name": "latitude", + "description": "Latitude of the venue in degrees", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "longitude", + "description": "Longitude of the venue in degrees", + "required": true, + "type_info": { + "type": "float" + } + }, + { + "name": "title", + "description": "Name of the venue", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "address", + "description": "Address of the venue", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "foursquare_id", + "description": "*Optional*. Foursquare identifier of the venue, if known", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "foursquare_type", + "description": "*Optional*. Foursquare type of the venue, if known. (For example, “arts\\_entertainment/default”, “arts\\_entertainment/aquarium” or “food/icecream”.)", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "google_place_id", + "description": "*Optional*. Google Places identifier of the venue", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "google_place_type", + "description": "*Optional*. Google Places type of the venue. (See [supported types](https://developers.google.com/places/web-service/supported_types).)", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputvenuemessagecontent" + }, + { + "name": "InputContactMessageContent", + "description": "Represents the [content](https://core.telegram.org/bots/api/#inputmessagecontent) of a contact message to be sent as the result of an inline query.", + "type": "properties", + "properties": [ + { + "name": "phone_number", + "description": "Contact's phone number", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "first_name", + "description": "Contact's first name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "last_name", + "description": "*Optional*. Contact's last name", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "vcard", + "description": "*Optional*. Additional data about the contact in the form of a [vCard](https://en.wikipedia.org/wiki/VCard), 0-2048 bytes", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputcontactmessagecontent" + }, + { + "name": "InputInvoiceMessageContent", + "description": "Represents the [content](https://core.telegram.org/bots/api/#inputmessagecontent) of an invoice message to be sent as the result of an inline query.", + "type": "properties", + "properties": [ + { + "name": "title", + "description": "Product name, 1-32 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 32, + "enumeration": [] + } + }, + { + "name": "description", + "description": "Product description, 1-255 characters", + "required": true, + "type_info": { + "type": "string", + "min_len": 1, + "max_len": 255, + "enumeration": [] + } + }, + { + "name": "payload", + "description": "Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "provider_token", + "description": "*Optional*. Payment provider token, obtained via [@BotFather](https://t.me/botfather). Pass an empty string for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "currency", + "description": "Three-letter ISO 4217 currency code, see [more on currencies](https://core.telegram.org/bots/payments#supported-currencies). Pass “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "prices", + "description": "Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "LabeledPrice" + } + } + }, + { + "name": "max_tip_amount", + "description": "*Optional*. The maximum accepted amount for tips in the *smallest units* of the currency (integer, **not** float/double). For example, for a maximum tip of `US$ 1.45` pass `max_tip_amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "integer", + "default": 0, + "enumeration": [] + } + }, + { + "name": "suggested_tip_amounts", + "description": "*Optional*. A JSON-serialized array of suggested amounts of tip in the *smallest units* of the currency (integer, **not** float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed *max\\_tip\\_amount*.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "integer", + "enumeration": [] + } + } + }, + { + "name": "provider_data", + "description": "*Optional*. A JSON-serialized object for data about the invoice, which will be shared with the payment provider. A detailed description of the required fields should be provided by the payment provider.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "photo_url", + "description": "*Optional*. URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "photo_size", + "description": "*Optional*. Photo size in bytes", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "photo_width", + "description": "*Optional*. Photo width", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "photo_height", + "description": "*Optional*. Photo height", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "need_name", + "description": "*Optional*. Pass *True* if you require the user's full name to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "need_phone_number", + "description": "*Optional*. Pass *True* if you require the user's phone number to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "need_email", + "description": "*Optional*. Pass *True* if you require the user's email address to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "need_shipping_address", + "description": "*Optional*. Pass *True* if you require the user's shipping address to complete the order. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "send_phone_number_to_provider", + "description": "*Optional*. Pass *True* if the user's phone number should be sent to the provider. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "send_email_to_provider", + "description": "*Optional*. Pass *True* if the user's email address should be sent to the provider. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + }, + { + "name": "is_flexible", + "description": "*Optional*. Pass *True* if the final price depends on the shipping method. Ignored for payments in [Telegram Stars](https://t.me/BotNews/90).", + "required": false, + "type_info": { + "type": "bool" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#inputinvoicemessagecontent" + }, + { + "name": "ChosenInlineResult", + "description": "Represents a [result](https://core.telegram.org/bots/api/#inlinequeryresult) of an inline query that was chosen by the user and sent to their chat partner.", + "type": "properties", + "properties": [ + { + "name": "result_id", + "description": "The unique identifier for the result that was chosen", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "from", + "description": "The user that chose the result", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "location", + "description": "*Optional*. Sender location, only for bots that require user location", + "required": false, + "type_info": { + "type": "reference", + "reference": "Location" + } + }, + { + "name": "inline_message_id", + "description": "*Optional*. Identifier of the sent inline message. Available only if there is an [inline keyboard](https://core.telegram.org/bots/api/#inlinekeyboardmarkup) attached to the message. Will be also received in [callback queries](https://core.telegram.org/bots/api/#callbackquery) and can be used to [edit](https://core.telegram.org/bots/api/#updating-messages) the message.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "query", + "description": "The query that was used to obtain the result", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#choseninlineresult" + }, + { + "name": "SentWebAppMessage", + "description": "Describes an inline message sent by a [Web App](https://core.telegram.org/bots/webapps) on behalf of a user.", + "type": "properties", + "properties": [ + { + "name": "inline_message_id", + "description": "*Optional*. Identifier of the sent inline message. Available only if there is an [inline keyboard](https://core.telegram.org/bots/api/#inlinekeyboardmarkup) attached to the message.", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#sentwebappmessage" + }, + { + "name": "PreparedInlineMessage", + "description": "Describes an inline message to be sent by a user of a Mini App.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier of the prepared message", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "expiration_date", + "description": "Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#preparedinlinemessage" + }, + { + "name": "LabeledPrice", + "description": "This object represents a portion of the price for goods or services.", + "type": "properties", + "properties": [ + { + "name": "label", + "description": "Portion label", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "amount", + "description": "Price of the product in the *smallest units* of the [currency](https://core.telegram.org/bots/payments#supported-currencies) (integer, **not** float/double). For example, for a price of `US$ 1.45` pass `amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#labeledprice" + }, + { + "name": "Invoice", + "description": "This object contains basic information about an invoice.", + "type": "properties", + "properties": [ + { + "name": "title", + "description": "Product name", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "description", + "description": "Product description", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "start_parameter", + "description": "Unique bot deep-linking parameter that can be used to generate this invoice", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "currency", + "description": "Three-letter ISO 4217 [currency](https://core.telegram.org/bots/payments#supported-currencies) code, or “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "total_amount", + "description": "Total price in the *smallest units* of the currency (integer, **not** float/double). For example, for a price of `US$ 1.45` pass `amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#invoice" + }, + { + "name": "ShippingAddress", + "description": "This object represents a shipping address.", + "type": "properties", + "properties": [ + { + "name": "country_code", + "description": "Two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "state", + "description": "State, if applicable", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "city", + "description": "City", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "street_line1", + "description": "First line for the address", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "street_line2", + "description": "Second line for the address", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "post_code", + "description": "Address post code", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#shippingaddress" + }, + { + "name": "OrderInfo", + "description": "This object represents information about an order.", + "type": "properties", + "properties": [ + { + "name": "name", + "description": "*Optional*. User name", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "phone_number", + "description": "*Optional*. User's phone number", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "email", + "description": "*Optional*. User email", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "shipping_address", + "description": "*Optional*. User shipping address", + "required": false, + "type_info": { + "type": "reference", + "reference": "ShippingAddress" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#orderinfo" + }, + { + "name": "ShippingOption", + "description": "This object represents one shipping option.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Shipping option identifier", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "title", + "description": "Option title", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "prices", + "description": "List of price portions", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "LabeledPrice" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#shippingoption" + }, + { + "name": "SuccessfulPayment", + "description": "This object contains basic information about a successful payment.", + "type": "properties", + "properties": [ + { + "name": "currency", + "description": "Three-letter ISO 4217 [currency](https://core.telegram.org/bots/payments#supported-currencies) code, or “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "total_amount", + "description": "Total price in the *smallest units* of the currency (integer, **not** float/double). For example, for a price of `US$ 1.45` pass `amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "invoice_payload", + "description": "Bot-specified invoice payload", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "subscription_expiration_date", + "description": "*Optional*. Expiration date of the subscription, in Unix time; for recurring payments only", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "is_recurring", + "description": "*Optional*. True, if the payment is a recurring payment for a subscription", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "is_first_recurring", + "description": "*Optional*. True, if the payment is the first payment for a subscription", + "required": false, + "type_info": { + "type": "bool", + "default": true + } + }, + { + "name": "shipping_option_id", + "description": "*Optional*. Identifier of the shipping option chosen by the user", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "order_info", + "description": "*Optional*. Order information provided by the user", + "required": false, + "type_info": { + "type": "reference", + "reference": "OrderInfo" + } + }, + { + "name": "telegram_payment_charge_id", + "description": "Telegram payment identifier", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "provider_payment_charge_id", + "description": "Provider payment identifier", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#successfulpayment" + }, + { + "name": "RefundedPayment", + "description": "This object contains basic information about a refunded payment.", + "type": "properties", + "properties": [ + { + "name": "currency", + "description": "Three-letter ISO 4217 [currency](https://core.telegram.org/bots/payments#supported-currencies) code, or “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90). Currently, always “XTR”", + "required": true, + "type_info": { + "type": "string", + "default": "XTR", + "enumeration": [] + } + }, + { + "name": "total_amount", + "description": "Total refunded price in the *smallest units* of the currency (integer, **not** float/double). For example, for a price of `US$ 1.45`, `total_amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "invoice_payload", + "description": "Bot-specified invoice payload", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "telegram_payment_charge_id", + "description": "Telegram payment identifier", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "provider_payment_charge_id", + "description": "*Optional*. Provider payment identifier", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#refundedpayment" + }, + { + "name": "ShippingQuery", + "description": "This object contains information about an incoming shipping query.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique query identifier", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "from", + "description": "User who sent the query", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "invoice_payload", + "description": "Bot-specified invoice payload", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "shipping_address", + "description": "User specified shipping address", + "required": true, + "type_info": { + "type": "reference", + "reference": "ShippingAddress" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#shippingquery" + }, + { + "name": "PreCheckoutQuery", + "description": "This object contains information about an incoming pre-checkout query.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique query identifier", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "from", + "description": "User who sent the query", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "currency", + "description": "Three-letter ISO 4217 [currency](https://core.telegram.org/bots/payments#supported-currencies) code, or “XTR” for payments in [Telegram Stars](https://t.me/BotNews/90)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "total_amount", + "description": "Total price in the *smallest units* of the currency (integer, **not** float/double). For example, for a price of `US$ 1.45` pass `amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "invoice_payload", + "description": "Bot-specified invoice payload", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "shipping_option_id", + "description": "*Optional*. Identifier of the shipping option chosen by the user", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "order_info", + "description": "*Optional*. Order information provided by the user", + "required": false, + "type_info": { + "type": "reference", + "reference": "OrderInfo" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#precheckoutquery" + }, + { + "name": "PaidMediaPurchased", + "description": "This object contains information about a paid media purchase.", + "type": "properties", + "properties": [ + { + "name": "from", + "description": "User who purchased the media", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "paid_media_payload", + "description": "Bot-specified paid media payload", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#paidmediapurchased" + }, + { + "name": "RevenueWithdrawalState", + "description": "This object describes the state of a revenue withdrawal operation. Currently, it can be one of\n\n* [RevenueWithdrawalStatePending](https://core.telegram.org/bots/api/#revenuewithdrawalstatepending)\n* [RevenueWithdrawalStateSucceeded](https://core.telegram.org/bots/api/#revenuewithdrawalstatesucceeded)\n* [RevenueWithdrawalStateFailed](https://core.telegram.org/bots/api/#revenuewithdrawalstatefailed)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "RevenueWithdrawalStatePending" + }, + { + "type": "reference", + "reference": "RevenueWithdrawalStateSucceeded" + }, + { + "type": "reference", + "reference": "RevenueWithdrawalStateFailed" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#revenuewithdrawalstate" + }, + { + "name": "RevenueWithdrawalStatePending", + "description": "The withdrawal is in progress.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the state, always “pending”", + "required": true, + "type_info": { + "type": "string", + "default": "pending", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#revenuewithdrawalstatepending" + }, + { + "name": "RevenueWithdrawalStateSucceeded", + "description": "The withdrawal succeeded.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the state, always “succeeded”", + "required": true, + "type_info": { + "type": "string", + "default": "succeeded", + "enumeration": [] + } + }, + { + "name": "date", + "description": "Date the withdrawal was completed in Unix time", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "url", + "description": "An HTTPS URL that can be used to see transaction details", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#revenuewithdrawalstatesucceeded" + }, + { + "name": "RevenueWithdrawalStateFailed", + "description": "The withdrawal failed and the transaction was refunded.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the state, always “failed”", + "required": true, + "type_info": { + "type": "string", + "default": "failed", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#revenuewithdrawalstatefailed" + }, + { + "name": "TransactionPartner", + "description": "This object describes the source of a transaction, or its recipient for outgoing transactions. Currently, it can be one of\n\n* [TransactionPartnerUser](https://core.telegram.org/bots/api/#transactionpartneruser)\n* [TransactionPartnerFragment](https://core.telegram.org/bots/api/#transactionpartnerfragment)\n* [TransactionPartnerTelegramAds](https://core.telegram.org/bots/api/#transactionpartnertelegramads)\n* [TransactionPartnerTelegramApi](https://core.telegram.org/bots/api/#transactionpartnertelegramapi)\n* [TransactionPartnerOther](https://core.telegram.org/bots/api/#transactionpartnerother)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "TransactionPartnerUser" + }, + { + "type": "reference", + "reference": "TransactionPartnerFragment" + }, + { + "type": "reference", + "reference": "TransactionPartnerTelegramAds" + }, + { + "type": "reference", + "reference": "TransactionPartnerTelegramApi" + }, + { + "type": "reference", + "reference": "TransactionPartnerOther" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#transactionpartner" + }, + { + "name": "TransactionPartnerUser", + "description": "Describes a transaction with a user.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the transaction partner, always “user”", + "required": true, + "type_info": { + "type": "string", + "default": "user", + "enumeration": [] + } + }, + { + "name": "user", + "description": "Information about the user", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "invoice_payload", + "description": "*Optional*. Bot-specified invoice payload", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "subscription_period", + "description": "*Optional*. The duration of the paid subscription", + "required": false, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "paid_media", + "description": "*Optional*. Information about the paid media bought by the user", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PaidMedia" + } + } + }, + { + "name": "paid_media_payload", + "description": "*Optional*. Bot-specified paid media payload", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "gift", + "description": "*Optional*. The gift sent to the user by the bot", + "required": false, + "type_info": { + "type": "reference", + "reference": "Gift" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#transactionpartneruser" + }, + { + "name": "TransactionPartnerFragment", + "description": "Describes a withdrawal transaction with Fragment.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the transaction partner, always “fragment”", + "required": true, + "type_info": { + "type": "string", + "default": "fragment", + "enumeration": [] + } + }, + { + "name": "withdrawal_state", + "description": "*Optional*. State of the transaction if the transaction is outgoing", + "required": false, + "type_info": { + "type": "reference", + "reference": "RevenueWithdrawalState" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#transactionpartnerfragment" + }, + { + "name": "TransactionPartnerTelegramAds", + "description": "Describes a withdrawal transaction to the Telegram Ads platform.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the transaction partner, always “telegram\\_ads”", + "required": true, + "type_info": { + "type": "string", + "default": "telegram_ads", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#transactionpartnertelegramads" + }, + { + "name": "TransactionPartnerTelegramApi", + "description": "Describes a transaction with payment for [paid broadcasting](https://core.telegram.org/bots/api/#paid-broadcasts).", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the transaction partner, always “telegram\\_api”", + "required": true, + "type_info": { + "type": "string", + "default": "telegram_api", + "enumeration": [] + } + }, + { + "name": "request_count", + "description": "The number of successful requests that exceeded regular limits and were therefore billed", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#transactionpartnertelegramapi" + }, + { + "name": "TransactionPartnerOther", + "description": "Describes a transaction with an unknown source or recipient.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Type of the transaction partner, always “other”", + "required": true, + "type_info": { + "type": "string", + "default": "other", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#transactionpartnerother" + }, + { + "name": "StarTransaction", + "description": "Describes a Telegram Star transaction.", + "type": "properties", + "properties": [ + { + "name": "id", + "description": "Unique identifier of the transaction. Coincides with the identifier of the original transaction for refund transactions. Coincides with *SuccessfulPayment.telegram\\_payment\\_charge\\_id* for successful incoming payments from users.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "amount", + "description": "Number of Telegram Stars transferred by the transaction", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "date", + "description": "Date the transaction was created in Unix time", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "source", + "description": "*Optional*. Source of an incoming transaction (e.g., a user purchasing goods or services, Fragment refunding a failed withdrawal). Only for incoming transactions", + "required": false, + "type_info": { + "type": "reference", + "reference": "TransactionPartner" + } + }, + { + "name": "receiver", + "description": "*Optional*. Receiver of an outgoing transaction (e.g., a user for a purchase refund, Fragment for a withdrawal). Only for outgoing transactions", + "required": false, + "type_info": { + "type": "reference", + "reference": "TransactionPartner" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#startransaction" + }, + { + "name": "StarTransactions", + "description": "Contains a list of Telegram Star transactions.", + "type": "properties", + "properties": [ + { + "name": "transactions", + "description": "The list of transactions", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "StarTransaction" + } + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#startransactions" + }, + { + "name": "PassportData", + "description": "Describes Telegram Passport data shared with the bot by the user.", + "type": "properties", + "properties": [ + { + "name": "data", + "description": "Array with information about documents and other Telegram Passport elements that was shared with the bot", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "EncryptedPassportElement" + } + } + }, + { + "name": "credentials", + "description": "Encrypted credentials required to decrypt the data", + "required": true, + "type_info": { + "type": "reference", + "reference": "EncryptedCredentials" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportdata" + }, + { + "name": "PassportFile", + "description": "This object represents a file uploaded to Telegram Passport. Currently all Telegram Passport files are in JPEG format when decrypted and don't exceed 10MB.", + "type": "properties", + "properties": [ + { + "name": "file_id", + "description": "Identifier for this file, which can be used to download or reuse the file", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_unique_id", + "description": "Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "file_size", + "description": "File size in bytes", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "file_date", + "description": "Unix time when the file was uploaded", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportfile" + }, + { + "name": "EncryptedPassportElement", + "description": "Describes documents or other Telegram Passport elements shared with the bot by the user.", + "type": "properties", + "properties": [ + { + "name": "type", + "description": "Element type. One of “personal\\_details”, “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”, “address”, “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration”, “temporary\\_registration”, “phone\\_number”, “email”.", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "personal_details", + "passport", + "driver_license", + "identity_card", + "internal_passport", + "address", + "utility_bill", + "bank_statement", + "rental_agreement", + "passport_registration", + "temporary_registration", + "phone_number", + "email" + ] + } + }, + { + "name": "data", + "description": "*Optional*. Base64-encoded encrypted Telegram Passport element data provided by the user; available only for “personal\\_details”, “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport” and “address” types. Can be decrypted and verified using the accompanying [EncryptedCredentials](https://core.telegram.org/bots/api/#encryptedcredentials).", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "phone_number", + "description": "*Optional*. User's verified phone number; available only for “phone\\_number” type", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "email", + "description": "*Optional*. User's verified email address; available only for “email” type", + "required": false, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "files", + "description": "*Optional*. Array of encrypted files with documents provided by the user; available only for “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration” and “temporary\\_registration” types. Files can be decrypted and verified using the accompanying [EncryptedCredentials](https://core.telegram.org/bots/api/#encryptedcredentials).", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PassportFile" + } + } + }, + { + "name": "front_side", + "description": "*Optional*. Encrypted file with the front side of the document, provided by the user; available only for “passport”, “driver\\_license”, “identity\\_card” and “internal\\_passport”. The file can be decrypted and verified using the accompanying [EncryptedCredentials](https://core.telegram.org/bots/api/#encryptedcredentials).", + "required": false, + "type_info": { + "type": "reference", + "reference": "PassportFile" + } + }, + { + "name": "reverse_side", + "description": "*Optional*. Encrypted file with the reverse side of the document, provided by the user; available only for “driver\\_license” and “identity\\_card”. The file can be decrypted and verified using the accompanying [EncryptedCredentials](https://core.telegram.org/bots/api/#encryptedcredentials).", + "required": false, + "type_info": { + "type": "reference", + "reference": "PassportFile" + } + }, + { + "name": "selfie", + "description": "*Optional*. Encrypted file with the selfie of the user holding a document, provided by the user; available if requested for “passport”, “driver\\_license”, “identity\\_card” and “internal\\_passport”. The file can be decrypted and verified using the accompanying [EncryptedCredentials](https://core.telegram.org/bots/api/#encryptedcredentials).", + "required": false, + "type_info": { + "type": "reference", + "reference": "PassportFile" + } + }, + { + "name": "translation", + "description": "*Optional*. Array of encrypted files with translated versions of documents provided by the user; available if requested for “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”, “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration” and “temporary\\_registration” types. Files can be decrypted and verified using the accompanying [EncryptedCredentials](https://core.telegram.org/bots/api/#encryptedcredentials).", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PassportFile" + } + } + }, + { + "name": "hash", + "description": "Base64-encoded element hash for using in [PassportElementErrorUnspecified](https://core.telegram.org/bots/api/#passportelementerrorunspecified)", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#encryptedpassportelement" + }, + { + "name": "EncryptedCredentials", + "description": "Describes data required for decrypting and authenticating [EncryptedPassportElement](https://core.telegram.org/bots/api/#encryptedpassportelement). See the [Telegram Passport Documentation](https://core.telegram.org/passport#receiving-information) for a complete description of the data decryption and authentication processes.", + "type": "properties", + "properties": [ + { + "name": "data", + "description": "Base64-encoded encrypted JSON-serialized data with unique user's payload, data hashes and secrets required for [EncryptedPassportElement](https://core.telegram.org/bots/api/#encryptedpassportelement) decryption and authentication", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "hash", + "description": "Base64-encoded data hash for data authentication", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "secret", + "description": "Base64-encoded secret, encrypted with the bot's public RSA key, required for data decryption", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#encryptedcredentials" + }, + { + "name": "PassportElementError", + "description": "This object represents an error in the Telegram Passport element which was submitted that should be resolved by the user. It should be one of:\n\n* [PassportElementErrorDataField](https://core.telegram.org/bots/api/#passportelementerrordatafield)\n* [PassportElementErrorFrontSide](https://core.telegram.org/bots/api/#passportelementerrorfrontside)\n* [PassportElementErrorReverseSide](https://core.telegram.org/bots/api/#passportelementerrorreverseside)\n* [PassportElementErrorSelfie](https://core.telegram.org/bots/api/#passportelementerrorselfie)\n* [PassportElementErrorFile](https://core.telegram.org/bots/api/#passportelementerrorfile)\n* [PassportElementErrorFiles](https://core.telegram.org/bots/api/#passportelementerrorfiles)\n* [PassportElementErrorTranslationFile](https://core.telegram.org/bots/api/#passportelementerrortranslationfile)\n* [PassportElementErrorTranslationFiles](https://core.telegram.org/bots/api/#passportelementerrortranslationfiles)\n* [PassportElementErrorUnspecified](https://core.telegram.org/bots/api/#passportelementerrorunspecified)", + "type": "any_of", + "any_of": [ + { + "type": "reference", + "reference": "PassportElementErrorDataField" + }, + { + "type": "reference", + "reference": "PassportElementErrorFrontSide" + }, + { + "type": "reference", + "reference": "PassportElementErrorReverseSide" + }, + { + "type": "reference", + "reference": "PassportElementErrorSelfie" + }, + { + "type": "reference", + "reference": "PassportElementErrorFile" + }, + { + "type": "reference", + "reference": "PassportElementErrorFiles" + }, + { + "type": "reference", + "reference": "PassportElementErrorTranslationFile" + }, + { + "type": "reference", + "reference": "PassportElementErrorTranslationFiles" + }, + { + "type": "reference", + "reference": "PassportElementErrorUnspecified" + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerror" + }, + { + "name": "PassportElementErrorDataField", + "description": "Represents an issue in one of the data fields that was provided by the user. The error is considered resolved when the field's value changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *data*", + "required": true, + "type_info": { + "type": "string", + "default": "data", + "enumeration": [] + } + }, + { + "name": "type", + "description": "The section of the user's Telegram Passport which has the error, one of “personal\\_details”, “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”, “address”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "personal_details", + "passport", + "driver_license", + "identity_card", + "internal_passport", + "address" + ] + } + }, + { + "name": "field_name", + "description": "Name of the data field which has the error", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "data_hash", + "description": "Base64-encoded data hash", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrordatafield" + }, + { + "name": "PassportElementErrorFrontSide", + "description": "Represents an issue with the front side of a document. The error is considered resolved when the file with the front side of the document changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *front\\_side*", + "required": true, + "type_info": { + "type": "string", + "default": "front_side", + "enumeration": [] + } + }, + { + "name": "type", + "description": "The section of the user's Telegram Passport which has the issue, one of “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "passport", + "driver_license", + "identity_card", + "internal_passport" + ] + } + }, + { + "name": "file_hash", + "description": "Base64-encoded hash of the file with the front side of the document", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrorfrontside" + }, + { + "name": "PassportElementErrorReverseSide", + "description": "Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *reverse\\_side*", + "required": true, + "type_info": { + "type": "string", + "default": "reverse_side", + "enumeration": [] + } + }, + { + "name": "type", + "description": "The section of the user's Telegram Passport which has the issue, one of “driver\\_license”, “identity\\_card”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "driver_license", + "identity_card" + ] + } + }, + { + "name": "file_hash", + "description": "Base64-encoded hash of the file with the reverse side of the document", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrorreverseside" + }, + { + "name": "PassportElementErrorSelfie", + "description": "Represents an issue with the selfie with a document. The error is considered resolved when the file with the selfie changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *selfie*", + "required": true, + "type_info": { + "type": "string", + "default": "selfie", + "enumeration": [] + } + }, + { + "name": "type", + "description": "The section of the user's Telegram Passport which has the issue, one of “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "passport", + "driver_license", + "identity_card", + "internal_passport" + ] + } + }, + { + "name": "file_hash", + "description": "Base64-encoded hash of the file with the selfie", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrorselfie" + }, + { + "name": "PassportElementErrorFile", + "description": "Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *file*", + "required": true, + "type_info": { + "type": "string", + "default": "file", + "enumeration": [] + } + }, + { + "name": "type", + "description": "The section of the user's Telegram Passport which has the issue, one of “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration”, “temporary\\_registration”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "utility_bill", + "bank_statement", + "rental_agreement", + "passport_registration", + "temporary_registration" + ] + } + }, + { + "name": "file_hash", + "description": "Base64-encoded file hash", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrorfile" + }, + { + "name": "PassportElementErrorFiles", + "description": "Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *files*", + "required": true, + "type_info": { + "type": "string", + "default": "files", + "enumeration": [] + } + }, + { + "name": "type", + "description": "The section of the user's Telegram Passport which has the issue, one of “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration”, “temporary\\_registration”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "utility_bill", + "bank_statement", + "rental_agreement", + "passport_registration", + "temporary_registration" + ] + } + }, + { + "name": "file_hashes", + "description": "List of base64-encoded file hashes", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "string", + "enumeration": [] + } + } + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrorfiles" + }, + { + "name": "PassportElementErrorTranslationFile", + "description": "Represents an issue with one of the files that constitute the translation of a document. The error is considered resolved when the file changes.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *translation\\_file*", + "required": true, + "type_info": { + "type": "string", + "default": "translation_file", + "enumeration": [] + } + }, + { + "name": "type", + "description": "Type of element of the user's Telegram Passport which has the issue, one of “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”, “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration”, “temporary\\_registration”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "passport", + "driver_license", + "identity_card", + "internal_passport", + "utility_bill", + "bank_statement", + "rental_agreement", + "passport_registration", + "temporary_registration" + ] + } + }, + { + "name": "file_hash", + "description": "Base64-encoded file hash", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrortranslationfile" + }, + { + "name": "PassportElementErrorTranslationFiles", + "description": "Represents an issue with the translated version of a document. The error is considered resolved when a file with the document translation change.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *translation\\_files*", + "required": true, + "type_info": { + "type": "string", + "default": "translation_files", + "enumeration": [] + } + }, + { + "name": "type", + "description": "Type of element of the user's Telegram Passport which has the issue, one of “passport”, “driver\\_license”, “identity\\_card”, “internal\\_passport”, “utility\\_bill”, “bank\\_statement”, “rental\\_agreement”, “passport\\_registration”, “temporary\\_registration”", + "required": true, + "type_info": { + "type": "string", + "enumeration": [ + "passport", + "driver_license", + "identity_card", + "internal_passport", + "utility_bill", + "bank_statement", + "rental_agreement", + "passport_registration", + "temporary_registration" + ] + } + }, + { + "name": "file_hashes", + "description": "List of base64-encoded file hashes", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "string", + "enumeration": [] + } + } + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrortranslationfiles" + }, + { + "name": "PassportElementErrorUnspecified", + "description": "Represents an issue in an unspecified place. The error is considered resolved when new data is added.", + "type": "properties", + "properties": [ + { + "name": "source", + "description": "Error source, must be *unspecified*", + "required": true, + "type_info": { + "type": "string", + "default": "unspecified", + "enumeration": [] + } + }, + { + "name": "type", + "description": "Type of element of the user's Telegram Passport which has the issue", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "element_hash", + "description": "Base64-encoded element hash", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "message", + "description": "Error message", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#passportelementerrorunspecified" + }, + { + "name": "Game", + "description": "This object represents a game. Use BotFather to create and edit games, their short names will act as unique identifiers.", + "type": "properties", + "properties": [ + { + "name": "title", + "description": "Title of the game", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "description", + "description": "Description of the game", + "required": true, + "type_info": { + "type": "string", + "enumeration": [] + } + }, + { + "name": "photo", + "description": "Photo that will be displayed in the game message in chats.", + "required": true, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "PhotoSize" + } + } + }, + { + "name": "text", + "description": "*Optional*. Brief description of the game or high scores included in the game message. Can be automatically edited to include current high scores for the game when the bot calls [setGameScore](https://core.telegram.org/bots/api/#setgamescore), or manually edited using [editMessageText](https://core.telegram.org/bots/api/#editmessagetext). 0-4096 characters.", + "required": false, + "type_info": { + "type": "string", + "min_len": 0, + "max_len": 4096, + "enumeration": [] + } + }, + { + "name": "text_entities", + "description": "*Optional*. Special entities that appear in *text*, such as usernames, URLs, bot commands, etc.", + "required": false, + "type_info": { + "type": "array", + "array": { + "type": "reference", + "reference": "MessageEntity" + } + } + }, + { + "name": "animation", + "description": "*Optional*. Animation that will be displayed in the game message in chats. Upload via [BotFather](https://t.me/botfather)", + "required": false, + "type_info": { + "type": "reference", + "reference": "Animation" + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#game" + }, + { + "name": "CallbackGame", + "description": "A placeholder, currently holds no information. Use [BotFather](https://t.me/botfather) to set up your game.", + "type": "unknown", + "documentation_link": "https://core.telegram.org/bots/api/#callbackgame" + }, + { + "name": "GameHighScore", + "description": "This object represents one row of the high scores table for a game.", + "type": "properties", + "properties": [ + { + "name": "position", + "description": "Position in high score table for the game", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + }, + { + "name": "user", + "description": "User", + "required": true, + "type_info": { + "type": "reference", + "reference": "User" + } + }, + { + "name": "score", + "description": "Score", + "required": true, + "type_info": { + "type": "integer", + "enumeration": [] + } + } + ], + "documentation_link": "https://core.telegram.org/bots/api/#gamehighscore" + } + ] +} \ No newline at end of file diff --git a/core-gen/src/main/resources/latest.md b/core-gen/src/main/resources/latest.md index a1786e1..5743cbc 100644 --- a/core-gen/src/main/resources/latest.md +++ b/core-gen/src/main/resources/latest.md @@ -1,18 +1,170 @@ -> The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to -create and set up a bot, please consult our Introduction to Bots and Bot FAQ. + +> The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create and set up a bot, please consult our Introduction to Bots and Bot FAQ. + ### Recent changes + > Subscribe to @BotNews to be the first to know about the latest updates and join the discussion in @BotTalk + +#### November 17, 2024 + + +Bot API 8.0 + + +> Bot API 8.0 introduces 10 powerful new features for Mini Apps - including the ability to enter full-screen mode, launch from home screen shortcuts, offer subscription plans and more. Check out all the details in our dedicated blog and Mini App documentation. + + +Star Subscriptions + + +* Bots now support paid subscriptions powered by Telegram Stars - monetizing their efforts with multiple tiers of content and features. +* Added the parameter subscription_period to the method createInvoiceLink to support the creation of links that are billed periodically. +* Added the parameter business_connection_id to the method createInvoiceLink to support the creation of invoice links on behalf of business accounts. +* Added the fields subscription_expiration_date, is_recurring and is_first_recurring to the class SuccessfulPayment. +* Added the method editUserStarSubscription. +* Added the field subscription_period to the class TransactionPartnerUser. + + +Full-screen Mode + + +* Mini Apps are now able to become full-screen in both portrait and landscape mode - allowing them to host more games, play widescreen media and support immersive user experiences. +* Added the methods requestFullscreen and exitFullscreen to the class WebApp to toggle full-screen mode. +* Added the fields safeAreaInset and contentSafeAreaInset to the class WebApp, allowing Mini Apps to ensure that their content properly respects the device's safe area margins. +* Further added the fields isActive and isFullscreen to the class WebApp. +* Added the events activated, deactivated, safeAreaChanged, contentSafeAreaChanged, fullscreenChanged and fullscreenFailed for Mini Apps. + + +Homescreen Shortcuts + + +* Mini Apps can now be accessed via direct shortcuts added to the home screen of mobile devices. +* Added the method addToHomeScreen to the class WebApp to create a shortcut for users to add to their home screens. +* Added the method checkHomeScreenStatus to the class WebApp to determine the status and support of the home screen shortcut for the Mini App on the current device. +* Added the events homeScreenAdded and homeScreenChecked for Mini Apps. + + +Emoji Status + + +* Mini Apps can now prompt users to set their emoji status - or request access to later sync it automatically with in-game badges, third-party APIs and more. +* Added the method setUserEmojiStatus. The user must allow the bot to manage their emoji status. +* Added the method setEmojiStatus to the class WebApp to let users manually confirm a custom emoji as their new status via a native dialog. +* 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 events emojiStatusSet, emojiStatusFailed and emojiStatusAccessRequested for Mini Apps. + + +Media Sharing and File Downloads + + +* Users can now share media directly from Mini Apps - sending referral codes, custom memes, artwork and more to any chat or posting them as a story. +* 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 method shareMessage to the class WebApp to share media from Mini Apps to Telegram chats. +* Added the method downloadFile to the class WebApp, introducing support for a native popup that prompts users to download files from the Mini App. +* Added the events shareMessageSent, shareMessageFailed and fileDownloadRequested for Mini Apps. + + +Geolocation Access + + +* Mini Apps can now request geolocation access to users, allowing them to build virtually any location-based service, from games with dynamic points of interest to interactive maps for events. +* Added the field LocationManager to the class WebApp. +* Added the events locationManagerUpdated and locationRequested for Mini Apps. + + +Device Motion Tracking + + +* Mini Apps can now track detailed device motion data, allowing them to implement better productivity tools, immersive VR experiences and more. +* Added the fields isOrientationLocked, Accelerometer, DeviceOrientation and Gyroscope to the class WebApp. +* Added the methods lockOrientation and unlockOrientation to the class WebApp to control the screen orientation. +* Added the events accelerometerStarted, accelerometerStopped, accelerometerChanged, accelerometerFailed, deviceOrientationStarted, deviceOrientationStopped, deviceOrientationChanged, deviceOrientationFailed, gyroscopeStarted, gyroscopeStopped, gyroscopeChanged, gyroscopeFailed for Mini Apps. + + +Gifts + + +* Bots can now send Paid Gifts to users in exchange for Telegram Stars. +* Added the classes Gift and Gifts and the method getAvailableGifts, allowing bots to get all gifts available for sending. +* Added the method sendGift, allowing bots to send gifts to users. +* Added the field gift to the class TransactionPartnerUser. + + +Loading Screen Customization + + +* Mini Apps can customize their loading screen, adding their own icon and specific colors for light and dark themes. +* You can access these customization settings in @BotFather via /mybots > Select Bot > Bot Settings > Configure Mini App > Enable Mini App + + +Hardware-specific Optimizations + + +* Mini Apps running on Android can now receive basic information about a device's processing hardware, allowing them to optimize user experience based on the device's capabilities. +* This information includes the OS, App and SDK's respective versions as well as the device's model and performance class. + + +General + + +* Added the field photo_url to the class WebAppUser for all bots, allowing Mini Apps to access a user's profile photo if their privacy settings allow for it. +* Third parties (e.g., Mini App builders) that receive or process data on behalf of Mini Apps are now able to validate it without knowing the App's bot token. +* Debugging options have been expanded to include full support for iOS devices. You can use these tools to find app-specific issues in your Mini App. + + +--- + + +> WARNING! Starting December 1, 2024 messages with video that are sent, copied or forwarded to groups and channels with a sufficiently large audience can be automatically scheduled by the server until the respective video is reencoded. Such messages will have 0 as their message identifier and can't be used before they are actually sent. + + +#### October 31, 2024 + + +Bot API 7.11 + + +* Added the class CopyTextButton and the field copy_text in the class InlineKeyboardButton allowing bots to send and receive inline buttons that copy arbitrary text. +* 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 class TransactionPartnerTelegramApi for transactions related to paid broadcasted messages. +* Introduced the ability to add media to existing text messages using the method editMessageMedia. +* Added support for hashtag and cashtag entities with a specified chat username that opens a search for the relevant tag within the specified chat. + + +--- + + +> WARNING! Starting December 1, 2024 messages with video that are sent, copied or forwarded to groups and channels with a sufficiently large audience can be automatically scheduled by the server until the respective video is reencoded. Such messages will have 0 as their message identifier and can't be used before they are actually sent. + + +#### September 6, 2024 + + +Bot API 7.10 + + +* 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 and ChatBoostSourceGiveaway. +* Added the field is_star_giveaway to the class GiveawayCompleted. +* Added the field SecondaryButton to the class WebApp. +* Added the event secondaryButtonClicked for Mini Apps. +* Added the field bottomBarColor and the method setBottomBarColor to the class WebApp. +* Added the field bottom_bar_bg_color to the class ThemeParams. + + #### August 14, 2024 + Bot API 7.9 + * 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 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 fields subscription_period and subscription_price to the class ChatInviteLink. * Added the method createChatSubscriptionInviteLink, allowing bots to create subscription invite links. @@ -20,106 +172,55 @@ Bot API 7.9 * Added the field until_date to the class ChatMemberMember for members with an active subscription. * Added support for paid reactions and the class ReactionTypePaid. -#### July 31, 2024 - -Bot API 7.8 - -* Added the option for bots to set a Main Mini App, which can be previewed and launched directly from a button in the - bot's profile or a link. -* Added the method shareToStory to the class WebApp. -* Added the field has_main_web_app to the class User, which is returned in the response to getMe. -* Added the parameter business_connection_id to the methods pinChatMessage and unpinChatMessage, allowing bots to manage - pinned messages on behalf of a business account. - -#### July 7, 2024 - -Bot API 7.7 - -* 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 the field isVerticalSwipesEnabled and the methods enableVerticalSwipes, disableVerticalSwipes to the class - WebApp. -* Added the event scanQrPopupClosed for Mini Apps. -#### July 1, 2024 +See earlier changes » -Bot API 7.6 -* Added the classes PaidMedia, PaidMediaInfo, PaidMediaPreview, PaidMediaPhoto and PaidMediaVideo, containing - information about paid media. -* Added the method sendPaidMedia and the classes InputPaidMedia, InputPaidMediaPhoto and InputPaidMediaVideo, to support - sending paid media. -* Documented that the methods copyMessage and copyMessages cannot be used to copy paid media. -* Added the field can_send_paid_media to the class ChatFullInfo. -* Added the field paid_media to the classes Message and ExternalReplyInfo. -* 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. -* Changed the default opening mode for Direct Link Mini Apps. -* Added support for launching Web Apps via t.me link in the class MenuButtonWebApp. -* Added the field section_separator_color to the class ThemeParams. +### Authorizing your bot -#### June 18, 2024 -Bot API 7.5 +Each bot is given a unique authentication token when it is created. The token looks something like 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11, but we'll use simply in this document instead. You can learn about obtaining tokens and generating new ones in this document. -* 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 support for callback buttons in InlineKeyboardMarkup for messages sent on behalf of a business account. -* Added support for callback queries originating from a message sent on behalf of a business account. -* Added the parameter business_connection_id to the methods editMessageText, editMessageMedia, editMessageCaption, - editMessageLiveLocation, stopMessageLiveLocation and editMessageReplyMarkup, 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. -See earlier changes » +### Making requests -### Authorizing your bot -Each bot is given a unique authentication token when it is created. The token looks something like 123456: -ABC-DEF1234ghIkl-zyx57W2v1u123ew11, but we'll use simply in this document instead. You can learn about obtaining -tokens and generating new ones in this document. +All queries to the Telegram Bot API must be served over HTTPS and need to be presented in this form: https://api.telegram.org/bot/METHOD_NAME. Like this for example: -### Making requests - -All queries to the Telegram Bot API must be served over HTTPS and need to be presented in this -form: https://api.telegram.org/bot/METHOD_NAME. Like this for example: https://api.telegram.org/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11/getMe + We support GET and POST HTTP methods. We support four ways of passing parameters in Bot API requests: + * URL query string * application/x-www-form-urlencoded * application/json (except for uploading files) * multipart/form-data (use to upload files) -The response contains a JSON object, which always has a Boolean field 'ok' and may have an optional String field ' -description' with a human-readable description of the result. If 'ok' equals True, the request was successful and the -result of the query can be found in the 'result' field. In case of an unsuccessful request, 'ok' equals false and the -error is explained in the 'description'. An Integer 'error_code' field is also returned, but its contents are subject to -change in the future. Some errors may also have an optional field 'parameters' of the type ResponseParameters, which can -help to automatically handle the error. + +The response contains a JSON object, which always has a Boolean field 'ok' and may have an optional String field 'description' with a human-readable description of the result. If 'ok' equals True, the request was successful and the result of the query can be found in the 'result' field. In case of an unsuccessful request, 'ok' equals false and the error is explained in the 'description'. An Integer 'error_code' field is also returned, but its contents are subject to change in the future. Some errors may also have an optional field 'parameters' of the type ResponseParameters, which can help to automatically handle the error. + * All methods in the Bot API are case-insensitive. * All queries must be made using UTF-8. + #### Making requests when getting updates -If you're using webhooks, you can perform a request to the Bot API while sending an answer to the webhook. Use either -application/json or application/x-www-form-urlencoded or multipart/form-data response content type for passing -parameters. Specify the method to be invoked in the method parameter of the request. It's not possible to know that such -a request was successful or get its result. + +If you're using webhooks, you can perform a request to the Bot API while sending an answer to the webhook. Use either application/json or application/x-www-form-urlencoded or multipart/form-data response content type for passing parameters. Specify the method to be invoked in the method parameter of the request. It's not possible to know that such a request was successful or get its result. > Please see our FAQ for examples. + ### Using a Local Bot API Server -The Bot API server source code is available at telegram-bot-api. You can run it locally and send the requests to your -own server instead of https://api.telegram.org. If you switch to a local Bot API server, your bot will be able to: + +The Bot API server source code is available at telegram-bot-api. You can run it locally and send the requests to your own server instead of https://api.telegram.org. If you switch to a local Bot API server, your bot will be able to: + * Download files without a size limit. * Upload files up to 2000 MB. @@ -128,26 +229,30 @@ own server instead of https://api.telegram.org. If you switch to a local Bot API * Use any local IP address for the webhook. * Use any port for the webhook. * Set max_webhook_connections up to 100000. -* Receive the absolute local path as a value of the file_path field without the need to download the file after a - getFile request. +* Receive the absolute local path as a value of the file_path field without the need to download the file after a getFile request. + #### Do I need a Local Bot API Server -The majority of bots will be OK with the default configuration, running on our servers. But if you feel that you need -one of these features, you're welcome to switch to your own at any time. + +The majority of bots will be OK with the default configuration, running on our servers. But if you feel that you need one of these features, you're welcome to switch to your own at any time. + ### Getting updates -There are two mutually exclusive ways of receiving updates for your bot - the getUpdates method on one hand and webhooks -on the other. Incoming updates are stored on the server until the bot receives them either way, but they will not be -kept longer than 24 hours. + +There are two mutually exclusive ways of receiving updates for your bot - the getUpdates method on one hand and webhooks on the other. Incoming updates are stored on the server until the bot receives them either way, but they will not be kept longer than 24 hours. + Regardless of which option you choose, you will receive JSON-serialized Update objects as a result. + #### Update + This object represents an incoming update. At most one of the optional parameters can be present in any given update. + | Field | Type | Description | | --- | --- | --- | | | @@ -167,6 +272,7 @@ This object represents an incoming update. At most one of the optional parameter | callback_query | CallbackQuery | Optional. New incoming callback query | | shipping_query | ShippingQuery | Optional. New incoming shipping query. Only for invoices with flexible price | | pre_checkout_query | PreCheckoutQuery | Optional. New incoming pre-checkout query. Contains full information about checkout | +| purchased_paid_media | PaidMediaPurchased | Optional. A user purchased paid media with a non-empty payload sent by the bot in a non-channel chat | | poll | Poll | Optional. New poll state. Bots receive only updates about manually stopped polls and polls, which are sent by the bot | | poll_answer | PollAnswer | Optional. A user changed their answer in a non-anonymous poll. Bots receive new votes only in polls that were sent by the bot itself. | | my_chat_member | ChatMemberUpdated | Optional. The bot's chat member status was updated in a chat. For private chats, this update is received only when the bot is blocked or unblocked by the user. | @@ -175,10 +281,13 @@ This object represents an incoming update. At most one of the optional parameter | chat_boost | ChatBoostUpdated | Optional. A chat boost was added or changed. The bot must be an administrator in the chat to receive these updates. | | removed_chat_boost | ChatBoostRemoved | Optional. A boost was removed from a chat. The bot must be an administrator in the chat to receive these updates. | + #### getUpdates + Use this method to receive incoming updates using long polling (wiki). Returns an Array of Update objects. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -187,17 +296,18 @@ Use this method to receive incoming updates using long polling (wiki). Returns a | timeout | Integer | Optional | Timeout in seconds for long polling. Defaults to 0, i.e. usual short polling. Should be positive, short polling should be used for testing purposes only. | | allowed_updates | Array of String | Optional | A JSON-serialized list of the update types you want your bot to receive. For example, specify ["message", "edited_channel_post", "callback_query"] to only receive updates of these types. See Update for a complete list of available update types. Specify an empty list to receive all update types except chat_member, message_reaction, and message_reaction_count (default). If not specified, the previous setting will be used. Please note that this parameter doesn't affect updates created before the call to the getUpdates, so unwanted updates may be received for a short period of time. | -> Notes 1. This method will not work if an outgoing webhook is set up. 2. In order to avoid getting duplicate updates, -recalculate offset after each server response. + +> Notes 1. This method will not work if an outgoing webhook is set up. 2. In order to avoid getting duplicate updates, recalculate offset after each server response. + #### setWebhook -Use this method to specify a URL and receive incoming updates via an outgoing webhook. Whenever there is an update for -the bot, we will send an HTTPS POST request to the specified URL, containing a JSON-serialized Update. In case of an -unsuccessful request, we will give up after a reasonable amount of attempts. Returns True on success. -If you'd like to make sure that the webhook was set by you, you can specify secret data in the parameter secret_token. -If specified, the request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the secret token as content. +Use this method to specify a URL and receive incoming updates via an outgoing webhook. Whenever there is an update for the bot, we will send an HTTPS POST request to the specified URL, containing a JSON-serialized Update. In case of an unsuccessful request, we will give up after a reasonable amount of attempts. Returns True on success. + + +If you'd like to make sure that the webhook was set by you, you can specify secret data in the parameter secret_token. If specified, the request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the secret token as content. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -210,29 +320,34 @@ If specified, the request will contain a header “X-Telegram-Bot-Api-Secret-Tok | drop_pending_updates | Boolean | Optional | Pass True to drop all pending updates | | secret_token | String | Optional | A secret token to be sent in a header “X-Telegram-Bot-Api-Secret-Token” in every webhook request, 1-256 characters. Only characters A-Z, a-z, 0-9, _ and - are allowed. The header is useful to ensure that the request comes from a webhook set by you. | -> Notes 1. You will not be able to receive updates using getUpdates for as long as an outgoing webhook is set up. 2. To -use a self-signed certificate, you need to upload your public key certificate using certificate parameter. Please upload -as InputFile, sending a String will not work. 3. Ports currently supported for webhooks: 443, 80, 88, 8443. If you're -having any trouble setting up webhooks, please check out this amazing guide to webhooks. + +> Notes 1. You will not be able to receive updates using getUpdates for as long as an outgoing webhook is set up. 2. To use a self-signed certificate, you need to upload your public key certificate using certificate parameter. Please upload as InputFile, sending a String will not work. 3. Ports currently supported for webhooks: 443, 80, 88, 8443. If you're having any trouble setting up webhooks, please check out this amazing guide to webhooks. + #### deleteWebhook + Use this method to remove webhook integration if you decide to switch back to getUpdates. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | drop_pending_updates | Boolean | Optional | Pass True to drop all pending updates | + #### getWebhookInfo -Use this method to get current webhook status. Requires no parameters. On success, returns a WebhookInfo object. If the -bot is using getUpdates, will return an object with the url field empty. + +Use this method to get current webhook status. Requires no parameters. On success, returns a WebhookInfo object. If the bot is using getUpdates, will return an object with the url field empty. + #### WebhookInfo + Describes the current status of a webhook. + | Field | Type | Description | | --- | --- | --- | | | @@ -246,19 +361,25 @@ Describes the current status of a webhook. | max_connections | Integer | Optional. The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery | | allowed_updates | Array of String | Optional. A list of update types the bot is subscribed to. Defaults to all update types except chat_member | + ### Available types + All types used in the Bot API responses are represented as JSON-objects. + It is safe to use 32-bit signed integers for storing all Integer fields unless otherwise noted. > Optional fields may be not returned when irrelevant. + #### User + This object represents a Telegram user or bot. + | Field | Type | Description | | --- | --- | --- | | | @@ -276,10 +397,13 @@ This object represents a Telegram user or bot. | can_connect_to_business | Boolean | Optional. True, if the bot can be connected to a Telegram Business account to receive its messages. Returned only in getMe. | | has_main_web_app | Boolean | Optional. True, if the bot has a main Web App. Returned only in getMe. | + #### Chat + This object represents a chat. + | Field | Type | Description | | --- | --- | --- | | | @@ -291,10 +415,13 @@ This object represents a chat. | last_name | String | Optional. Last name of the other party in a private chat | | is_forum | True | Optional. True, if the supergroup chat is a forum (has topics enabled) | + #### ChatFullInfo + This object contains full information about a chat. + | Field | Type | Description | | --- | --- | --- | | | @@ -343,14 +470,17 @@ This object contains full information about a chat. | linked_chat_id | Integer | Optional. Unique identifier for the linked chat, i.e. the discussion group identifier for a channel and vice versa; for supergroups and channel chats. This identifier may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it is smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier. | | location | ChatLocation | Optional. For supergroups, the location to which the supergroup is connected | + #### Message + This object represents a message. + | Field | Type | Description | | --- | --- | --- | | | -| message_id | Integer | Unique message identifier inside this chat | +| message_id | Integer | Unique message identifier inside this chat. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent | | message_thread_id | Integer | Optional. Unique identifier of a message thread to which the message belongs; for supergroups only | | from | User | Optional. Sender of the message; may be empty for messages sent to channels. For backward compatibility, if the message was sent on behalf of a chat, the field contains a fake sender user in non-channel chats | | sender_chat | Chat | Optional. Sender of the message when sent on behalf of a chat. For example, the supergroup itself for messages sent by its anonymous administrators or a linked channel for messages automatically forwarded to the channel's discussion group. For backward compatibility, if the message was sent on behalf of a chat, the field from contains a fake sender user in non-channel chats. | @@ -436,19 +566,25 @@ This object represents a message. | web_app_data | WebAppData | Optional. Service message: data sent by a Web App | | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons. | + #### MessageId + This object represents a unique message identifier. + | Field | Type | Description | | --- | --- | --- | | | -| message_id | Integer | Unique message identifier | +| message_id | Integer | Unique message identifier. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent | + #### InaccessibleMessage + This object describes a message that was deleted or is otherwise inaccessible to the bot. + | Field | Type | Description | | --- | --- | --- | | | @@ -456,21 +592,27 @@ This object describes a message that was deleted or is otherwise inaccessible to | message_id | Integer | Unique message identifier inside the chat | | date | Integer | Always 0. The field can be used to differentiate regular and inaccessible messages. | + #### MaybeInaccessibleMessage + This object describes a message that can be inaccessible to the bot. It can be one of + * Message * InaccessibleMessage + #### MessageEntity + This object represents one special entity in a text message. For example, hashtags, usernames, URLs, etc. + | Field | Type | Description | | --- | --- | --- | | | -| type | String | Type of the entity. Currently, can be “mention” (@username), “hashtag” (#hashtag), “cashtag” ($USD), “bot_command” (/start@jobs_bot), “url” (https://telegram.org), “email” (do-not-reply@telegram.org), “phone_number” (+1-212-555-0123), “bold” (bold text), “italic” (italic text), “underline” (underlined text), “strikethrough” (strikethrough text), “spoiler” (spoiler message), “blockquote” (block quotation), “expandable_blockquote” (collapsed-by-default block quotation), “code” (monowidth string), “pre” (monowidth block), “text_link” (for clickable text URLs), “text_mention” (for users without usernames), “custom_emoji” (for inline custom emoji stickers) | +| type | String | Type of the entity. Currently, can be “mention” (@username), “hashtag” (#hashtag or #hashtag@chatusername), “cashtag” ($USD or $USD@chatusername), “bot_command” (/start@jobs_bot), “url” (https://telegram.org), “email” (do-not-reply@telegram.org), “phone_number” (+1-212-555-0123), “bold” (bold text), “italic” (italic text), “underline” (underlined text), “strikethrough” (strikethrough text), “spoiler” (spoiler message), “blockquote” (block quotation), “expandable_blockquote” (collapsed-by-default block quotation), “code” (monowidth string), “pre” (monowidth block), “text_link” (for clickable text URLs), “text_mention” (for users without usernames), “custom_emoji” (for inline custom emoji stickers) | | offset | Integer | Offset in UTF-16 code units to the start of the entity | | length | Integer | Length of the entity in UTF-16 code units | | url | String | Optional. For “text_link” only, URL that will be opened after user taps on the text | @@ -478,10 +620,13 @@ This object represents one special entity in a text message. For example, hashta | language | String | Optional. For “pre” only, the programming language of the entity text | | custom_emoji_id | String | Optional. For “custom_emoji” only, unique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker | + #### TextQuote + This object contains information about the quoted part of a message that is replied to by the given message. + | Field | Type | Description | | --- | --- | --- | | | @@ -490,10 +635,12 @@ This object contains information about the quoted part of a message that is repl | position | Integer | Approximate quote position in the original message in UTF-16 code units as specified by the sender | | is_manual | True | Optional. True, if the quote was chosen manually by the message sender. Otherwise, the quote was added automatically by the server. | + #### ExternalReplyInfo -This object contains information about a message that is being replied to, which may come from another chat or forum -topic. + +This object contains information about a message that is being replied to, which may come from another chat or forum topic. + | Field | Type | Description | | --- | --- | --- | @@ -523,10 +670,13 @@ topic. | poll | Poll | Optional. Message is a native poll, information about the poll | | venue | Venue | Optional. Message is a venue, information about the venue | + #### ReplyParameters + Describes reply parameters for the message that is being sent. + | Field | Type | Description | | --- | --- | --- | | | @@ -538,19 +688,25 @@ Describes reply parameters for the message that is being sent. | quote_entities | Array of MessageEntity | Optional. A JSON-serialized list of special entities that appear in the quote. It can be specified instead of quote_parse_mode. | | quote_position | Integer | Optional. Position of the quote in the original message in UTF-16 code units | + #### MessageOrigin + This object describes the origin of a message. It can be one of + * MessageOriginUser * MessageOriginHiddenUser * MessageOriginChat * MessageOriginChannel + #### MessageOriginUser + The message was originally sent by a known user. + | Field | Type | Description | | --- | --- | --- | | | @@ -558,10 +714,13 @@ The message was originally sent by a known user. | date | Integer | Date the message was sent originally in Unix time | | sender_user | User | User that sent the message originally | + #### MessageOriginHiddenUser + The message was originally sent by an unknown user. + | Field | Type | Description | | --- | --- | --- | | | @@ -569,10 +728,13 @@ The message was originally sent by an unknown user. | date | Integer | Date the message was sent originally in Unix time | | sender_user_name | String | Name of the user that sent the message originally | + #### MessageOriginChat + The message was originally sent on behalf of a chat to a group chat. + | Field | Type | Description | | --- | --- | --- | | | @@ -581,10 +743,13 @@ The message was originally sent on behalf of a chat to a group chat. | sender_chat | Chat | Chat that sent the message originally | | author_signature | String | Optional. For messages originally sent by an anonymous chat administrator, original message author signature | + #### MessageOriginChannel + The message was originally sent to a channel chat. + | Field | Type | Description | | --- | --- | --- | | | @@ -594,10 +759,13 @@ The message was originally sent to a channel chat. | message_id | Integer | Unique message identifier inside the chat | | author_signature | String | Optional. Signature of the original post author | + #### PhotoSize + This object represents one size of a photo or a file / sticker thumbnail. + | Field | Type | Description | | --- | --- | --- | | | @@ -607,10 +775,13 @@ This object represents one size of a photo or a file / sticker thumbnail. | height | Integer | Photo height | | file_size | Integer | Optional. File size in bytes | + #### Animation + This object represents an animation file (GIF or H.264/MPEG-4 AVC video without sound). + | Field | Type | Description | | --- | --- | --- | | | @@ -624,10 +795,13 @@ This object represents an animation file (GIF or H.264/MPEG-4 AVC video without | mime_type | String | Optional. MIME type of the file as defined by the sender | | file_size | Integer | Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value. | + #### Audio + This object represents an audio file to be treated as music by the Telegram clients. + | Field | Type | Description | | --- | --- | --- | | | @@ -641,10 +815,13 @@ This object represents an audio file to be treated as music by the Telegram clie | file_size | Integer | Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value. | | thumbnail | PhotoSize | Optional. Thumbnail of the album cover to which the music file belongs | + #### Document + This object represents a general file (as opposed to photos, voice messages and audio files). + | Field | Type | Description | | --- | --- | --- | | | @@ -655,20 +832,26 @@ This object represents a general file (as opposed to photos, voice messages and | mime_type | String | Optional. MIME type of the file as defined by the sender | | file_size | Integer | Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value. | + #### Story + This object represents a story. + | Field | Type | Description | | --- | --- | --- | | | | chat | Chat | Chat that posted the story | | id | Integer | Unique identifier for the story in the chat | + #### Video + This object represents a video file. + | Field | Type | Description | | --- | --- | --- | | | @@ -682,10 +865,13 @@ This object represents a video file. | mime_type | String | Optional. MIME type of the file as defined by the sender | | file_size | Integer | Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value. | + #### VideoNote + This object represents a video message (available in Telegram apps as of v.4.0). + | Field | Type | Description | | --- | --- | --- | | | @@ -696,10 +882,13 @@ This object represents a video message (available in Telegram apps as of v.4.0). | thumbnail | PhotoSize | Optional. Video thumbnail | | file_size | Integer | Optional. File size in bytes | + #### Voice + This object represents a voice note. + | Field | Type | Description | | --- | --- | --- | | | @@ -709,28 +898,37 @@ This object represents a voice note. | mime_type | String | Optional. MIME type of the file as defined by the sender | | file_size | Integer | Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value. | + #### PaidMediaInfo + Describes the paid media added to a message. + | Field | Type | Description | | --- | --- | --- | | | | star_count | Integer | The number of Telegram Stars that must be paid to buy access to the media | | paid_media | Array of PaidMedia | Information about the paid media | + #### PaidMedia + This object describes paid media. Currently, it can be one of + * PaidMediaPreview * PaidMediaPhoto * PaidMediaVideo + #### PaidMediaPreview + The paid media isn't available before the payment. + | Field | Type | Description | | --- | --- | --- | | | @@ -739,30 +937,39 @@ The paid media isn't available before the payment. | height | Integer | Optional. Media height as defined by the sender | | duration | Integer | Optional. Duration of the media in seconds as defined by the sender | + #### PaidMediaPhoto + The paid media is a photo. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the paid media, always “photo” | | photo | Array of PhotoSize | The photo | + #### PaidMediaVideo + The paid media is a video. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the paid media, always “video” | | video | Video | The video | + #### Contact + This object represents a phone contact. + | Field | Type | Description | | --- | --- | --- | | | @@ -772,20 +979,26 @@ This object represents a phone contact. | user_id | Integer | Optional. Contact's user identifier in Telegram. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. | | vcard | String | Optional. Additional data about the contact in the form of a vCard | + #### Dice + This object represents an animated emoji that displays a random value. + | Field | Type | Description | | --- | --- | --- | | | | emoji | String | Emoji on which the dice throw animation is based | | value | Integer | Value of the dice, 1-6 for “”, “” and “” base emoji, 1-5 for “” and “” base emoji, 1-64 for “” base emoji | + #### PollOption + This object contains information about one answer option in a poll. + | Field | Type | Description | | --- | --- | --- | | | @@ -793,10 +1006,13 @@ This object contains information about one answer option in a poll. | text_entities | Array of MessageEntity | Optional. Special entities that appear in the option text. Currently, only custom emoji entities are allowed in poll option texts | | voter_count | Integer | Number of users that voted for this option | + #### InputPollOption + This object contains information about one answer option in a poll to be sent. + | Field | Type | Description | | --- | --- | --- | | | @@ -804,10 +1020,13 @@ This object contains information about one answer option in a poll to be sent. | text_parse_mode | String | Optional. Mode for parsing entities in the text. See formatting options for more details. Currently, only custom emoji entities are allowed | | text_entities | Array of MessageEntity | Optional. A JSON-serialized list of special entities that appear in the poll option text. It can be specified instead of text_parse_mode | + #### PollAnswer + This object represents an answer of a user in a non-anonymous poll. + | Field | Type | Description | | --- | --- | --- | | | @@ -816,10 +1035,13 @@ This object represents an answer of a user in a non-anonymous poll. | user | User | Optional. The user that changed the answer to the poll, if the voter isn't anonymous | | option_ids | Array of Integer | 0-based identifiers of chosen answer options. May be empty if the vote was retracted. | + #### Poll + This object contains information about a poll. + | Field | Type | Description | | --- | --- | --- | | | @@ -838,10 +1060,13 @@ This object contains information about a poll. | open_period | Integer | Optional. Amount of time in seconds the poll will be active after creation | | close_date | Integer | Optional. Point in time (Unix timestamp) when the poll will be automatically closed | + #### Location + This object represents a point on the map. + | Field | Type | Description | | --- | --- | --- | | | @@ -852,10 +1077,13 @@ This object represents a point on the map. | heading | Integer | Optional. The direction in which user is moving, in degrees; 1-360. For active live locations only. | | proximity_alert_radius | Integer | Optional. The maximum distance for proximity alerts about approaching another chat member, in meters. For sent live locations only. | + #### Venue + This object represents a venue. + | Field | Type | Description | | --- | --- | --- | | | @@ -867,20 +1095,25 @@ This object represents a venue. | google_place_id | String | Optional. Google Places identifier of the venue | | google_place_type | String | Optional. Google Places type of the venue. (See supported types.) | + #### WebAppData + Describes data sent from a Web App to the bot. + | Field | Type | Description | | --- | --- | --- | | | | data | String | The data. Be aware that a bad client can send arbitrary data in this field. | | button_text | String | Text of the web_app keyboard button from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field. | + #### ProximityAlertTriggered -This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set -by another user. + +This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user. + | Field | Type | Description | | --- | --- | --- | @@ -889,46 +1122,61 @@ by another user. | watcher | User | User that set the alert | | distance | Integer | The distance between the users | + #### MessageAutoDeleteTimerChanged + This object represents a service message about a change in auto-delete timer settings. + | Field | Type | Description | | --- | --- | --- | | | | message_auto_delete_time | Integer | New auto-delete time for messages in the chat; in seconds | + #### ChatBoostAdded + This object represents a service message about a user boosting a chat. + | Field | Type | Description | | --- | --- | --- | | | | boost_count | Integer | Number of boosts added by the user | + #### BackgroundFill + This object describes the way a background is filled based on the selected colors. Currently, it can be one of + * BackgroundFillSolid * BackgroundFillGradient * BackgroundFillFreeformGradient + #### BackgroundFillSolid + The background is filled using the selected color. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the background fill, always “solid” | | color | Integer | The color of the background fill in the RGB24 format | + #### BackgroundFillGradient + The background is a gradient fill. + | Field | Type | Description | | --- | --- | --- | | | @@ -937,29 +1185,38 @@ The background is a gradient fill. | bottom_color | Integer | Bottom color of the gradient in the RGB24 format | | rotation_angle | Integer | Clockwise rotation angle of the background fill in degrees; 0-359 | + #### BackgroundFillFreeformGradient + The background is a freeform gradient that rotates after every message in the chat. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the background fill, always “freeform_gradient” | | colors | Array of Integer | A list of the 3 or 4 base colors that are used to generate the freeform gradient in the RGB24 format | + #### BackgroundType + This object describes the type of a background. Currently, it can be one of + * BackgroundTypeFill * BackgroundTypeWallpaper * BackgroundTypePattern * BackgroundTypeChatTheme + #### BackgroundTypeFill + The background is automatically filled based on the selected colors. + | Field | Type | Description | | --- | --- | --- | | | @@ -967,10 +1224,13 @@ The background is automatically filled based on the selected colors. | fill | BackgroundFill | The background fill | | dark_theme_dimming | Integer | Dimming of the background in dark themes, as a percentage; 0-100 | + #### BackgroundTypeWallpaper + The background is a wallpaper in the JPEG format. + | Field | Type | Description | | --- | --- | --- | | | @@ -980,10 +1240,12 @@ The background is a wallpaper in the JPEG format. | is_blurred | True | Optional. True, if the wallpaper is downscaled to fit in a 450x450 square and then box-blurred with radius 12 | | is_moving | True | Optional. True, if the background moves slightly when the device is tilted | + #### BackgroundTypePattern -The background is a PNG or TGV (gzipped subset of SVG with MIME type “application/x-tgwallpattern”) pattern to be -combined with the background fill chosen by the user. + +The background is a PNG or TGV (gzipped subset of SVG with MIME type “application/x-tgwallpattern”) pattern to be combined with the background fill chosen by the user. + | Field | Type | Description | | --- | --- | --- | @@ -995,29 +1257,38 @@ combined with the background fill chosen by the user. | is_inverted | True | Optional. True, if the background fill must be applied only to the pattern itself. All other pixels are black in this case. For dark themes only | | is_moving | True | Optional. True, if the background moves slightly when the device is tilted | + #### BackgroundTypeChatTheme + The background is taken directly from a built-in chat theme. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the background, always “chat_theme” | | theme_name | String | Name of the chat theme, which is usually an emoji | + #### ChatBackground + This object represents a chat background. + | Field | Type | Description | | --- | --- | --- | | | | type | BackgroundType | Type of the background | + #### ForumTopicCreated + This object represents a service message about a new forum topic created in the chat. + | Field | Type | Description | | --- | --- | --- | | | @@ -1025,36 +1296,50 @@ This object represents a service message about a new forum topic created in the | icon_color | Integer | Color of the topic icon in RGB format | | icon_custom_emoji_id | String | Optional. Unique identifier of the custom emoji shown as the topic icon | + #### ForumTopicClosed + This object represents a service message about a forum topic closed in the chat. Currently holds no information. + #### ForumTopicEdited + This object represents a service message about an edited forum topic. + | Field | Type | Description | | --- | --- | --- | | | | name | String | Optional. New name of the topic, if it was edited | | icon_custom_emoji_id | String | Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed | + #### ForumTopicReopened + This object represents a service message about a forum topic reopened in the chat. Currently holds no information. + #### GeneralForumTopicHidden + This object represents a service message about General forum topic hidden in the chat. Currently holds no information. + #### GeneralForumTopicUnhidden + This object represents a service message about General forum topic unhidden in the chat. Currently holds no information. + #### SharedUser + This object contains information about a user that was shared with the bot using a KeyboardButtonRequestUsers button. + | Field | Type | Description | | --- | --- | --- | | | @@ -1064,10 +1349,12 @@ This object contains information about a user that was shared with the bot using | username | String | Optional. Username of the user, if the username was requested by the bot | | photo | Array of PhotoSize | Optional. Available sizes of the chat photo, if the photo was requested by the bot | + #### UsersShared -This object contains information about the users whose identifiers were shared with the bot using a -KeyboardButtonRequestUsers button. + +This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button. + | Field | Type | Description | | --- | --- | --- | @@ -1075,10 +1362,13 @@ KeyboardButtonRequestUsers button. | request_id | Integer | Identifier of the request | | users | Array of SharedUser | Information about users shared with the bot. | + #### ChatShared + This object contains information about a chat that was shared with the bot using a KeyboardButtonRequestChat button. + | Field | Type | Description | | --- | --- | --- | | | @@ -1088,11 +1378,12 @@ This object contains information about a chat that was shared with the bot using | username | String | Optional. Username of the chat, if the username was requested by the bot and available. | | photo | Array of PhotoSize | Optional. Available sizes of the chat photo, if the photo was requested by the bot | + #### WriteAccessAllowed -This object represents a service message about a user allowing a bot to write messages after adding it to the attachment -menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method -requestWriteAccess. + +This object represents a service message about a user allowing a bot to write messages after adding it to the attachment menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method requestWriteAccess. + | Field | Type | Description | | --- | --- | --- | @@ -1101,45 +1392,67 @@ requestWriteAccess. | web_app_name | String | Optional. Name of the Web App, if the access was granted when the Web App was launched from a link | | from_attachment_menu | Boolean | Optional. True, if the access was granted when the bot was added to the attachment or side menu | + #### VideoChatScheduled + This object represents a service message about a video chat scheduled in the chat. + | Field | Type | Description | | --- | --- | --- | | | | start_date | Integer | Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator | + #### VideoChatStarted + This object represents a service message about a video chat started in the chat. Currently holds no information. + #### VideoChatEnded + This object represents a service message about a video chat ended in the chat. + | Field | Type | Description | | --- | --- | --- | | | | duration | Integer | Video chat duration in seconds | -#### VideoChatParticipantsInvited -This object represents a service message about new members invited to a video chat. +#### VideoChatParticipantsInvited + + +This object represents a service message about new members invited to a video chat. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| users | Array of User | New members that were invited to the video chat | + + +#### GiveawayCreated + + +This object represents a service message about the creation of a scheduled giveaway. + | Field | Type | Description | | --- | --- | --- | | | -| users | Array of User | New members that were invited to the video chat | - -#### GiveawayCreated +| prize_star_count | Integer | Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only | -This object represents a service message about the creation of a scheduled giveaway. Currently holds no information. #### Giveaway + This object represents a message about a scheduled giveaway. + | Field | Type | Description | | --- | --- | --- | | | @@ -1150,12 +1463,16 @@ This object represents a message about a scheduled giveaway. | has_public_winners | True | Optional. True, if the list of giveaway winners will be visible to everyone | | prize_description | String | Optional. Description of additional giveaway prize | | country_codes | Array of String | Optional. A list of two-letter ISO 3166-1 alpha-2 country codes indicating the countries from which eligible users for the giveaway must come. If empty, then all users can participate in the giveaway. Users with a phone number that was bought on Fragment can always participate in giveaways. | -| premium_subscription_month_count | Integer | Optional. The number of months the Telegram Premium subscription won from the giveaway will be active for | +| prize_star_count | Integer | Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only | +| premium_subscription_month_count | Integer | Optional. The number of months the Telegram Premium subscription won from the giveaway will be active for; for Telegram Premium giveaways only | + #### GiveawayWinners + This object represents a message about the completion of a giveaway with public winners. + | Field | Type | Description | | --- | --- | --- | | | @@ -1165,27 +1482,35 @@ This object represents a message about the completion of a giveaway with public | winner_count | Integer | Total number of winners in the giveaway | | winners | Array of User | List of up to 100 winners of the giveaway | | additional_chat_count | Integer | Optional. The number of other chats the user had to join in order to be eligible for the giveaway | -| premium_subscription_month_count | Integer | Optional. The number of months the Telegram Premium subscription won from the giveaway will be active for | +| prize_star_count | Integer | Optional. The number of Telegram Stars that were split between giveaway winners; for Telegram Star giveaways only | +| premium_subscription_month_count | Integer | Optional. The number of months the Telegram Premium subscription won from the giveaway will be active for; for Telegram Premium giveaways only | | unclaimed_prize_count | Integer | Optional. Number of undistributed prizes | | only_new_members | True | Optional. True, if only users who had joined the chats after the giveaway started were eligible to win | | was_refunded | True | Optional. True, if the giveaway was canceled because the payment for it was refunded | | prize_description | String | Optional. Description of additional giveaway prize | + #### GiveawayCompleted + This object represents a service message about the completion of a giveaway without public winners. + | Field | Type | Description | | --- | --- | --- | | | | winner_count | Integer | Number of winners in the giveaway | | unclaimed_prize_count | Integer | Optional. Number of undistributed prizes | | giveaway_message | Message | Optional. Message with the giveaway that was completed, if it wasn't deleted | +| is_star_giveaway | True | Optional. True, if the giveaway is a Telegram Star giveaway. Otherwise, currently, the giveaway is a Telegram Premium giveaway. | + #### LinkPreviewOptions + Describes the options used for link preview generation. + | Field | Type | Description | | --- | --- | --- | | | @@ -1195,25 +1520,29 @@ Describes the options used for link preview generation. | prefer_large_media | Boolean | Optional. True, if the media in the link preview is supposed to be enlarged; ignored if the URL isn't explicitly specified or media size change isn't supported for the preview | | show_above_text | Boolean | Optional. True, if the link preview must be shown above the message text; otherwise, the link preview will be shown below the message text | + #### UserProfilePhotos + This object represent a user's profile pictures. + | Field | Type | Description | | --- | --- | --- | | | | total_count | Integer | Total number of profile pictures the target user has | | photos | Array of Array of PhotoSize | Requested profile pictures (in up to 4 sizes each) | + #### File -This object represents a file ready to be downloaded. The file can be downloaded via the -link https://api.telegram.org/file/bot/. It is guaranteed that the link will be valid for at least 1 -hour. When the link expires, a new one can be requested by calling getFile. + +This object represents a file ready to be downloaded. The file can be downloaded via the link https://api.telegram.org/file/bot/. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile. > The maximum file size to download is 20 MB + | Field | Type | Description | | --- | --- | --- | | | @@ -1222,19 +1551,24 @@ hour. When the link expires, a new one can be requested by calling getFile. | file_size | Integer | Optional. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value. | | file_path | String | Optional. File path. Use https://api.telegram.org/file/bot/ to get the file. | + #### WebAppInfo + Describes a Web App. + | Field | Type | Description | | --- | --- | --- | | | | url | String | An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps | + #### ReplyKeyboardMarkup -This object represents a custom keyboard with reply options (see Introduction to bots for details and examples). Not -supported in channels and for messages sent on behalf of a Telegram Business account. + +This object represents a custom keyboard with reply options (see Introduction to bots for details and examples). Not supported in channels and for messages sent on behalf of a Telegram Business account. + | Field | Type | Description | | --- | --- | --- | @@ -1246,10 +1580,12 @@ supported in channels and for messages sent on behalf of a Telegram Business acc | input_field_placeholder | String | Optional. The placeholder to be shown in the input field when the keyboard is active; 1-64 characters | | selective | Boolean | Optional. Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message. Example: A user requests to change the bot's language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard. | + #### KeyboardButton -This object represents one button of the reply keyboard. At most one of the optional fields must be used to specify type -of the button. For simple text buttons, String can be used instead of this object to specify the button text. + +This object represents one button of the reply keyboard. At most one of the optional fields must be used to specify type of the button. For simple text buttons, String can be used instead of this object to specify the button text. + | Field | Type | Description | | --- | --- | --- | @@ -1262,13 +1598,15 @@ of the button. For simple text buttons, String can be used instead of this objec | request_poll | KeyboardButtonPollType | Optional. If specified, the user will be asked to create a poll and send it to the bot when the button is pressed. Available in private chats only. | | web_app | WebAppInfo | Optional. If specified, the described Web App will be launched when the button is pressed. The Web App will be able to send a “web_app_data” service message. Available in private chats only. | -Note: request_users and request_chat options will only work in Telegram versions released after 3 February, 2023. Older -clients will display unsupported message. + +Note: request_users and request_chat options will only work in Telegram versions released after 3 February, 2023. Older clients will display unsupported message. + #### KeyboardButtonRequestUsers -This object defines the criteria used to request suitable users. Information about the selected users will be shared -with the bot when the corresponding button is pressed. More about requesting users » + +This object defines the criteria used to request suitable users. Information about the selected users will be shared with the bot when the corresponding button is pressed. More about requesting users » + | Field | Type | Description | | --- | --- | --- | @@ -1281,11 +1619,12 @@ with the bot when the corresponding button is pressed. More about requesting use | request_username | Boolean | Optional. Pass True to request the users' usernames | | request_photo | Boolean | Optional. Pass True to request the users' photos | + #### KeyboardButtonRequestChat -This object defines the criteria used to request a suitable chat. Information about the selected chat will be shared -with the bot when the corresponding button is pressed. The bot will be granted requested rights in the chat if -appropriate. More about requesting chats ». + +This object defines the criteria used to request a suitable chat. Information about the selected chat will be shared with the bot when the corresponding button is pressed. The bot will be granted requested rights in the chat if appropriate. More about requesting chats ». + | Field | Type | Description | | --- | --- | --- | @@ -1302,21 +1641,24 @@ appropriate. More about requesting chats ». | request_username | Boolean | Optional. Pass True to request the chat's username | | request_photo | Boolean | Optional. Pass True to request the chat's photo | + #### KeyboardButtonPollType + This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Optional. If quiz is passed, the user will be allowed to create only polls in the quiz mode. If regular is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type. | + #### ReplyKeyboardRemove -Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the -default letter-keyboard. By default, custom keyboards are displayed until a new keyboard is sent by a bot. An exception -is made for one-time keyboards that are hidden immediately after the user presses a button (see ReplyKeyboardMarkup). -Not supported in channels and for messages sent on behalf of a Telegram Business account. + +Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the default letter-keyboard. By default, custom keyboards are displayed until a new keyboard is sent by a bot. An exception is made for one-time keyboards that are hidden immediately after the user presses a button (see ReplyKeyboardMarkup). Not supported in channels and for messages sent on behalf of a Telegram Business account. + | Field | Type | Description | | --- | --- | --- | @@ -1324,19 +1666,24 @@ Not supported in channels and for messages sent on behalf of a Telegram Business | remove_keyboard | True | Requests clients to remove the custom keyboard (user will not be able to summon this keyboard; if you want to hide the keyboard from sight but keep it accessible, use one_time_keyboard in ReplyKeyboardMarkup) | | selective | Boolean | Optional. Use this parameter if you want to remove the keyboard for specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message. Example: A user votes in a poll, bot returns confirmation message in reply to the vote and removes the keyboard for that user, while still showing the keyboard with poll options to users who haven't voted yet. | + #### InlineKeyboardMarkup + This object represents an inline keyboard that appears right next to the message it belongs to. + | Field | Type | Description | | --- | --- | --- | | | | inline_keyboard | Array of Array of InlineKeyboardButton | Array of button rows, each represented by an Array of InlineKeyboardButton objects | + #### InlineKeyboardButton -This object represents one button of an inline keyboard. Exactly one of the optional fields must be used to specify type -of the button. + +This object represents one button of an inline keyboard. Exactly one of the optional fields must be used to specify type of the button. + | Field | Type | Description | | --- | --- | --- | @@ -1349,20 +1696,25 @@ of the button. | switch_inline_query | String | Optional. If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot's username and the specified inline query in the input field. May be empty, in which case just the bot's username will be inserted. Not supported for messages sent on behalf of a Telegram Business account. | | switch_inline_query_current_chat | String | Optional. If set, pressing the button will insert the bot's username and the specified inline query in the current chat's input field. May be empty, in which case only the bot's username will be inserted. This offers a quick way for the user to open your bot in inline mode in the same chat - good for selecting something from multiple options. Not supported in channels and for messages sent on behalf of a Telegram Business account. | | switch_inline_query_chosen_chat | SwitchInlineQueryChosenChat | Optional. If set, pressing the button will prompt the user to select one of their chats of the specified type, open that chat and insert the bot's username and the specified inline query in the input field. Not supported for messages sent on behalf of a Telegram Business account. | +| copy_text | CopyTextButton | Optional. Description of the button that copies the specified text to the clipboard. | | callback_game | CallbackGame | Optional. Description of the game that will be launched when the user presses the button. NOTE: This type of button must always be the first button in the first row. | | pay | Boolean | Optional. Specify True, to send a Pay button. Substrings “” and “XTR” in the buttons's text will be replaced with a Telegram Star icon. NOTE: This type of button must always be the first button in the first row and can only be used in invoice messages. | + #### LoginUrl -This object represents a parameter of the inline keyboard button used to automatically authorize a user. Serves as a -great replacement for the Telegram Login Widget when the user is coming from Telegram. All the user needs to do is -tap/click a button and confirm that they want to log in: + +This object represents a parameter of the inline keyboard button used to automatically authorize a user. Serves as a great replacement for the Telegram Login Widget when the user is coming from Telegram. All the user needs to do is tap/click a button and confirm that they want to log in: + + + Telegram apps support these buttons as of version 5.7. > Sample bot: @discussbot + | Field | Type | Description | | --- | --- | --- | | | @@ -1371,10 +1723,12 @@ Telegram apps support these buttons as of version 5.7. | bot_username | String | Optional. Username of a bot, which will be used for user authorization. See Setting up a bot for more details. If not specified, the current bot's username will be assumed. The url's domain must be the same as the domain linked with the bot. See Linking your domain to the bot for more details. | | request_write_access | Boolean | Optional. Pass True to request the permission for your bot to send messages to the user. | + #### SwitchInlineQueryChosenChat -This object represents an inline button that switches the current user to inline mode in a chosen chat, with an optional -default inline query. + +This object represents an inline button that switches the current user to inline mode in a chosen chat, with an optional default inline query. + | Field | Type | Description | | --- | --- | --- | @@ -1385,12 +1739,24 @@ default inline query. | allow_group_chats | Boolean | Optional. True, if group and supergroup chats can be chosen | | allow_channel_chats | Boolean | Optional. True, if channel chats can be chosen | + +#### CopyTextButton + + +This object represents an inline keyboard button that copies specified text to the clipboard. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| text | String | The text to be copied to the clipboard; 1-256 characters | + + #### CallbackQuery -This object represents an incoming callback query from a callback button in an inline keyboard. If the button that -originated the query was attached to a message sent by the bot, the field message will be present. If the button was -attached to a message sent via the bot (in inline mode), the field inline_message_id will be present. Exactly one of the -fields data or game_short_name will be present. + +This object represents an incoming callback query from a callback button in an inline keyboard. If the button that originated the query was attached to a message sent by the bot, the field message will be present. If the button was attached to a message sent via the bot (in inline mode), the field inline_message_id will be present. Exactly one of the fields data or game_short_name will be present. + | Field | Type | Description | | --- | --- | --- | @@ -1403,16 +1769,15 @@ fields data or game_short_name will be present. | data | String | Optional. Data associated with the callback button. Be aware that the message originated the query can contain no callback buttons with this data. | | game_short_name | String | Optional. Short name of a Game to be returned, serves as the unique identifier for the game | -> NOTE: After the user presses a callback button, Telegram clients will display a progress bar until you call -answerCallbackQuery. It is, therefore, necessary to react by calling answerCallbackQuery even if no notification to the -user is needed (e.g., without specifying any of the optional parameters). + +> NOTE: After the user presses a callback button, Telegram clients will display a progress bar until you call answerCallbackQuery. It is, therefore, necessary to react by calling answerCallbackQuery even if no notification to the user is needed (e.g., without specifying any of the optional parameters). + #### ForceReply -Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the -user has selected the bot's message and tapped 'Reply'). This can be extremely useful if you want to create -user-friendly step-by-step interfaces without having to sacrifice privacy mode. Not supported in channels and for -messages sent on behalf of a Telegram Business account. + +Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot's message and tapped 'Reply'). This can be extremely useful if you want to create user-friendly step-by-step interfaces without having to sacrifice privacy mode. Not supported in channels and for messages sent on behalf of a Telegram Business account. + | Field | Type | Description | | --- | --- | --- | @@ -1421,18 +1786,16 @@ messages sent on behalf of a Telegram Business account. | input_field_placeholder | String | Optional. The placeholder to be shown in the input field when the reply is active; 1-64 characters | | selective | Boolean | Optional. Use this parameter if you want to force reply from specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message. | -> Example: A poll bot for groups runs in privacy mode (only receives commands, replies to its messages and mentions). -There could be two ways to create a new poll: Explain the user how to send a command with parameters (e.g. /newpoll -question answer1 answer2). May be appealing for hardcore users but lacks modern day polish. Guide the user through a -step-by-step process. 'Please send me your question', 'Cool, now let's add the first answer option', 'Great. Keep adding -answer options, then send /done when you're ready'. The last option is definitely more attractive. And if you use -ForceReply in your bot's questions, it will receive the user's answers even if it only receives replies, commands and -mentions - without any extra work for the user. + +> Example: A poll bot for groups runs in privacy mode (only receives commands, replies to its messages and mentions). There could be two ways to create a new poll: Explain the user how to send a command with parameters (e.g. /newpoll question answer1 answer2). May be appealing for hardcore users but lacks modern day polish. Guide the user through a step-by-step process. 'Please send me your question', 'Cool, now let's add the first answer option', 'Great. Keep adding answer options, then send /done when you're ready'. The last option is definitely more attractive. And if you use ForceReply in your bot's questions, it will receive the user's answers even if it only receives replies, commands and mentions - without any extra work for the user. + #### ChatPhoto + This object represents a chat photo. + | Field | Type | Description | | --- | --- | --- | | | @@ -1441,10 +1804,13 @@ This object represents a chat photo. | big_file_id | String | File identifier of big (640x640) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed. | | big_file_unique_id | String | Unique file identifier of big (640x640) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. | + #### ChatInviteLink + Represents an invite link for a chat. + | Field | Type | Description | | --- | --- | --- | | | @@ -1460,10 +1826,13 @@ Represents an invite link for a chat. | subscription_period | Integer | Optional. The number of seconds the subscription will be active for before the next payment | | subscription_price | Integer | Optional. The amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat using the link | + #### ChatAdministratorRights + Represents the rights of an administrator in a chat. + | Field | Type | Description | | --- | --- | --- | | | @@ -1483,10 +1852,13 @@ Represents the rights of an administrator in a chat. | can_pin_messages | Boolean | Optional. True, if the user is allowed to pin messages; for groups and supergroups only | | can_manage_topics | Boolean | Optional. True, if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only | + #### ChatMemberUpdated + This object represents changes in the status of a chat member. + | Field | Type | Description | | --- | --- | --- | | | @@ -1499,10 +1871,12 @@ This object represents changes in the status of a chat member. | via_join_request | Boolean | Optional. True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator | | via_chat_folder_invite_link | Boolean | Optional. True, if the user joined the chat via a chat folder invite link | + #### ChatMember -This object contains information about one member of a chat. Currently, the following 6 types of chat members are -supported: + +This object contains information about one member of a chat. Currently, the following 6 types of chat members are supported: + * ChatMemberOwner * ChatMemberAdministrator @@ -1511,10 +1885,13 @@ supported: * ChatMemberLeft * ChatMemberBanned + #### ChatMemberOwner + Represents a chat member that owns the chat and has all administrator privileges. + | Field | Type | Description | | --- | --- | --- | | | @@ -1523,10 +1900,13 @@ Represents a chat member that owns the chat and has all administrator privileges | is_anonymous | Boolean | True, if the user's presence in the chat is hidden | | custom_title | String | Optional. Custom title for this user | + #### ChatMemberAdministrator + Represents a chat member that has some additional privileges. + | Field | Type | Description | | --- | --- | --- | | | @@ -1550,10 +1930,13 @@ Represents a chat member that has some additional privileges. | can_manage_topics | Boolean | Optional. True, if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only | | custom_title | String | Optional. Custom title for this user | + #### ChatMemberMember + Represents a chat member that has no additional privileges or restrictions. + | Field | Type | Description | | --- | --- | --- | | | @@ -1561,10 +1944,13 @@ Represents a chat member that has no additional privileges or restrictions. | user | User | Information about the user | | until_date | Integer | Optional. Date when the user's subscription will expire; Unix time | + #### ChatMemberRestricted + Represents a chat member that is under certain restrictions in the chat. Supergroups only. + | Field | Type | Description | | --- | --- | --- | | | @@ -1587,20 +1973,26 @@ Represents a chat member that is under certain restrictions in the chat. Supergr | can_manage_topics | Boolean | True, if the user is allowed to create forum topics | | until_date | Integer | Date when restrictions will be lifted for this user; Unix time. If 0, then the user is restricted forever | + #### ChatMemberLeft + Represents a chat member that isn't currently a member of the chat, but may join it themselves. + | Field | Type | Description | | --- | --- | --- | | | | status | String | The member's status in the chat, always “left” | | user | User | Information about the user | + #### ChatMemberBanned + Represents a chat member that was banned in the chat and can't return to the chat or view chat messages. + | Field | Type | Description | | --- | --- | --- | | | @@ -1608,10 +2000,13 @@ Represents a chat member that was banned in the chat and can't return to the cha | user | User | Information about the user | | until_date | Integer | Date when restrictions will be lifted for this user; Unix time. If 0, then the user is banned forever | + #### ChatJoinRequest + Represents a join request sent to a chat. + | Field | Type | Description | | --- | --- | --- | | | @@ -1622,10 +2017,13 @@ Represents a join request sent to a chat. | bio | String | Optional. Bio of the user. | | invite_link | ChatInviteLink | Optional. Chat invite link that was used by the user to send the join request | + #### ChatPermissions + Describes actions that a non-administrator user is allowed to take in a chat. + | Field | Type | Description | | --- | --- | --- | | | @@ -1644,10 +2042,13 @@ Describes actions that a non-administrator user is allowed to take in a chat. | can_pin_messages | Boolean | Optional. True, if the user is allowed to pin messages. Ignored in public supergroups | | can_manage_topics | Boolean | Optional. True, if the user is allowed to create forum topics. If omitted defaults to the value of can_pin_messages | + #### Birthdate + Describes the birthdate of a user. + | Field | Type | Description | | --- | --- | --- | | | @@ -1655,10 +2056,13 @@ Describes the birthdate of a user. | month | Integer | Month of the user's birth; 1-12 | | year | Integer | Optional. Year of the user's birth | + #### BusinessIntro + Contains information about the start page settings of a Telegram Business account. + | Field | Type | Description | | --- | --- | --- | | | @@ -1666,97 +2070,127 @@ Contains information about the start page settings of a Telegram Business accoun | message | String | Optional. Message text of the business intro | | sticker | Sticker | Optional. Sticker of the business intro | + #### BusinessLocation + Contains information about the location of a Telegram Business account. + | Field | Type | Description | | --- | --- | --- | | | | address | String | Address of the business | | location | Location | Optional. Location of the business | + #### BusinessOpeningHoursInterval + Describes an interval of time during which a business is open. + | Field | Type | Description | | --- | --- | --- | | | | opening_minute | Integer | The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60 | | closing_minute | Integer | The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60 | + #### BusinessOpeningHours + Describes the opening hours of a business. + | Field | Type | Description | | --- | --- | --- | | | | time_zone_name | String | Unique name of the time zone for which the opening hours are defined | | opening_hours | Array of BusinessOpeningHoursInterval | List of time intervals describing business opening hours | + #### ChatLocation + Represents a location to which a chat is connected. + | Field | Type | Description | | --- | --- | --- | | | | location | Location | The location to which the supergroup is connected. Can't be a live location. | | address | String | Location address; 1-64 characters, as defined by the chat owner | + #### ReactionType + This object describes the type of a reaction. Currently, it can be one of + * ReactionTypeEmoji * ReactionTypeCustomEmoji * ReactionTypePaid + #### ReactionTypeEmoji + The reaction is based on an emoji. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the reaction, always “emoji” | | emoji | String | Reaction emoji. Currently, it can be one of "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" | + #### ReactionTypeCustomEmoji + The reaction is based on a custom emoji. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the reaction, always “custom_emoji” | | custom_emoji_id | String | Custom emoji identifier | + #### ReactionTypePaid + The reaction is paid. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the reaction, always “paid” | + #### ReactionCount + Represents a reaction added to a message along with the number of times it was added. + | Field | Type | Description | | --- | --- | --- | | | | type | ReactionType | Type of the reaction | | total_count | Integer | Number of times the reaction was added | + #### MessageReactionUpdated + This object represents a change of a reaction on a message performed by a user. + | Field | Type | Description | | --- | --- | --- | | | @@ -1768,10 +2202,13 @@ This object represents a change of a reaction on a message performed by a user. | old_reaction | Array of ReactionType | Previous list of reaction types that were set by the user | | new_reaction | Array of ReactionType | New list of reaction types that have been set by the user | + #### MessageReactionCountUpdated + This object represents reaction changes on a message with anonymous reactions. + | Field | Type | Description | | --- | --- | --- | | | @@ -1780,10 +2217,13 @@ This object represents reaction changes on a message with anonymous reactions. | date | Integer | Date of the change in Unix time | | reactions | Array of ReactionCount | List of reactions that are present on the message | + #### ForumTopic + This object represents a forum topic. + | Field | Type | Description | | --- | --- | --- | | | @@ -1792,20 +2232,26 @@ This object represents a forum topic. | icon_color | Integer | Color of the topic icon in RGB format | | icon_custom_emoji_id | String | Optional. Unique identifier of the custom emoji shown as the topic icon | + #### BotCommand + This object represents a bot command. + | Field | Type | Description | | --- | --- | --- | | | | command | String | Text of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores. | | description | String | Description of the command; 1-256 characters. | + #### BotCommandScope + This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported: + * BotCommandScopeDefault * BotCommandScopeAllPrivateChats * BotCommandScopeAllGroupChats @@ -1814,13 +2260,16 @@ This object represents the scope to which bot commands are applied. Currently, t * BotCommandScopeChatAdministrators * BotCommandScopeChatMember + #### Determining list of commands -The following algorithm is used to determine the list of commands for a particular user viewing the bot menu. The first -list of commands which is set is returned: + +The following algorithm is used to determine the list of commands for a particular user viewing the bot menu. The first list of commands which is set is returned: + Commands in the chat with the bot + * botCommandScopeChat + language_code * botCommandScopeChat * botCommandScopeAllPrivateChats + language_code @@ -1828,8 +2277,10 @@ Commands in the chat with the bot * botCommandScopeDefault + language_code * botCommandScopeDefault + Commands in group and supergroup chats + * botCommandScopeChatMember + language_code * botCommandScopeChatMember * botCommandScopeChatAdministrators + language_code (administrators only) @@ -1843,67 +2294,87 @@ Commands in group and supergroup chats * botCommandScopeDefault + language_code * botCommandScopeDefault + #### BotCommandScopeDefault -Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are -specified for the user. + +Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Scope type, must be default | + #### BotCommandScopeAllPrivateChats + Represents the scope of bot commands, covering all private chats. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Scope type, must be all_private_chats | + #### BotCommandScopeAllGroupChats + Represents the scope of bot commands, covering all group and supergroup chats. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Scope type, must be all_group_chats | + #### BotCommandScopeAllChatAdministrators + Represents the scope of bot commands, covering all group and supergroup chat administrators. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Scope type, must be all_chat_administrators | + #### BotCommandScopeChat + Represents the scope of bot commands, covering a specific chat. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Scope type, must be chat | | chat_id | Integer or String | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + #### BotCommandScopeChatAdministrators + Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Scope type, must be chat_administrators | | chat_id | Integer or String | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + #### BotCommandScopeChatMember + Represents the scope of bot commands, covering a specific member of a group or supergroup chat. + | Field | Type | Description | | --- | --- | --- | | | @@ -1911,57 +2382,75 @@ Represents the scope of bot commands, covering a specific member of a group or s | chat_id | Integer or String | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | | user_id | Integer | Unique identifier of the target user | + #### BotName + This object represents the bot's name. + | Field | Type | Description | | --- | --- | --- | | | | name | String | The bot's name | + #### BotDescription + This object represents the bot's description. + | Field | Type | Description | | --- | --- | --- | | | | description | String | The bot's description | + #### BotShortDescription + This object represents the bot's short description. + | Field | Type | Description | | --- | --- | --- | | | | short_description | String | The bot's short description | + #### MenuButton + This object describes the bot's menu button in a private chat. It should be one of + * MenuButtonCommands * MenuButtonWebApp * MenuButtonDefault -If a menu button other than MenuButtonDefault is set for a private chat, then it is applied in the chat. Otherwise the -default menu button is applied. By default, the menu button opens the list of bot commands. + +If a menu button other than MenuButtonDefault is set for a private chat, then it is applied in the chat. Otherwise the default menu button is applied. By default, the menu button opens the list of bot commands. + #### MenuButtonCommands + Represents a menu button, which opens the bot's list of commands. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the button, must be commands | + #### MenuButtonWebApp + Represents a menu button, which launches a Web App. + | Field | Type | Description | | --- | --- | --- | | | @@ -1969,37 +2458,48 @@ Represents a menu button, which launches a Web App. | text | String | Text on the button | | web_app | WebAppInfo | Description of the Web App that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method answerWebAppQuery. Alternatively, a t.me link to a Web App of the bot can be specified in the object instead of the Web App's URL, in which case the Web App will be opened as if the user pressed the link. | + #### MenuButtonDefault + Describes that no specific value for the menu button was set. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the button, must be default | + #### ChatBoostSource + This object describes the source of a chat boost. It can be one of + * ChatBoostSourcePremium * ChatBoostSourceGiftCode * ChatBoostSourceGiveaway + #### ChatBoostSourcePremium + The boost was obtained by subscribing to Telegram Premium or by gifting a Telegram Premium subscription to another user. + | Field | Type | Description | | --- | --- | --- | | | | source | String | Source of the boost, always “premium” | | user | User | User that boosted the chat | + #### ChatBoostSourceGiftCode -The boost was obtained by the creation of Telegram Premium gift codes to boost a chat. Each such code boosts the chat 4 -times for the duration of the corresponding Telegram Premium subscription. + +The boost was obtained by the creation of Telegram Premium gift codes to boost a chat. Each such code boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription. + | Field | Type | Description | | --- | --- | --- | @@ -2007,23 +2507,29 @@ times for the duration of the corresponding Telegram Premium subscription. | source | String | Source of the boost, always “gift_code” | | user | User | User for which the gift code was created | + #### ChatBoostSourceGiveaway -The boost was obtained by the creation of a Telegram Premium giveaway. This boosts the chat 4 times for the duration of -the corresponding Telegram Premium subscription. + +The boost was obtained by the creation of a Telegram Premium or a Telegram Star giveaway. This boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription for Telegram Premium giveaways and prize_star_count / 500 times for one year for Telegram Star giveaways. + | Field | Type | Description | | --- | --- | --- | | | | source | String | Source of the boost, always “giveaway” | | giveaway_message_id | Integer | Identifier of a message in the chat with the giveaway; the message could have been deleted already. May be 0 if the message isn't sent yet. | -| user | User | Optional. User that won the prize in the giveaway if any | +| user | User | Optional. User that won the prize in the giveaway if any; for Telegram Premium giveaways only | +| prize_star_count | Integer | Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only | | is_unclaimed | True | Optional. True, if the giveaway was completed, but there was no user to win the prize | + #### ChatBoost + This object contains information about a chat boost. + | Field | Type | Description | | --- | --- | --- | | | @@ -2032,20 +2538,26 @@ This object contains information about a chat boost. | expiration_date | Integer | Point in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged | | source | ChatBoostSource | Source of the added boost | + #### ChatBoostUpdated + This object represents a boost added to a chat or changed. + | Field | Type | Description | | --- | --- | --- | | | | chat | Chat | Chat which was boosted | | boost | ChatBoost | Information about the chat boost | + #### ChatBoostRemoved + This object represents a boost removed from a chat. + | Field | Type | Description | | --- | --- | --- | | | @@ -2054,19 +2566,25 @@ This object represents a boost removed from a chat. | remove_date | Integer | Point in time (Unix timestamp) when the boost was removed | | source | ChatBoostSource | Source of the removed boost | + #### UserChatBoosts + This object represents a list of boosts added to a chat by a user. + | Field | Type | Description | | --- | --- | --- | | | | boosts | Array of ChatBoost | The list of boosts added to the chat by the user | + #### BusinessConnection + Describes the connection of the bot with a business account. + | Field | Type | Description | | --- | --- | --- | | | @@ -2077,10 +2595,13 @@ Describes the connection of the bot with a business account. | can_reply | Boolean | True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours | | is_enabled | Boolean | True, if the connection is active | + #### BusinessMessagesDeleted + This object is received when messages are deleted from a connected business account. + | Field | Type | Description | | --- | --- | --- | | | @@ -2088,30 +2609,39 @@ This object is received when messages are deleted from a connected business acco | chat | Chat | Information about a chat in the business account. The bot may not have access to the chat or the corresponding user. | | message_ids | Array of Integer | The list of identifiers of deleted messages in the chat of the business account | + #### ResponseParameters + Describes why a request was unsuccessful. + | Field | Type | Description | | --- | --- | --- | | | | migrate_to_chat_id | Integer | Optional. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier. | | retry_after | Integer | Optional. In case of exceeding flood control, the number of seconds left to wait before the request can be repeated | + #### InputMedia + This object represents the content of a media message to be sent. It should be one of + * InputMediaAnimation * InputMediaDocument * InputMediaAudio * InputMediaPhoto * InputMediaVideo + #### InputMediaPhoto + Represents a photo to be sent. + | Field | Type | Description | | --- | --- | --- | | | @@ -2123,10 +2653,13 @@ Represents a photo to be sent. | show_caption_above_media | Boolean | Optional. Pass True, if the caption must be shown above the message media | | has_spoiler | Boolean | Optional. Pass True if the photo needs to be covered with a spoiler animation | + #### InputMediaVideo + Represents a video to be sent. + | Field | Type | Description | | --- | --- | --- | | | @@ -2143,10 +2676,13 @@ Represents a video to be sent. | supports_streaming | Boolean | Optional. Pass True if the uploaded video is suitable for streaming | | has_spoiler | Boolean | Optional. Pass True if the video needs to be covered with a spoiler animation | + #### InputMediaAnimation + Represents an animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent. + | Field | Type | Description | | --- | --- | --- | | | @@ -2162,10 +2698,13 @@ Represents an animation file (GIF or H.264/MPEG-4 AVC video without sound) to be | duration | Integer | Optional. Animation duration in seconds | | has_spoiler | Boolean | Optional. Pass True if the animation needs to be covered with a spoiler animation | + #### InputMediaAudio + Represents an audio file to be treated as music to be sent. + | Field | Type | Description | | --- | --- | --- | | | @@ -2179,10 +2718,13 @@ Represents an audio file to be treated as music to be sent. | performer | String | Optional. Performer of the audio | | title | String | Optional. Title of the audio | + #### InputMediaDocument + Represents a general file to be sent. + | Field | Type | Description | | --- | --- | --- | | | @@ -2194,32 +2736,42 @@ Represents a general file to be sent. | caption_entities | Array of MessageEntity | Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode | | disable_content_type_detection | Boolean | Optional. Disables automatic server-side content type detection for files uploaded using multipart/form-data. Always True, if the document is sent as part of an album. | + #### InputFile -This object represents the contents of a file to be uploaded. Must be posted using multipart/form-data in the usual way -that files are uploaded via the browser. + +This object represents the contents of a file to be uploaded. Must be posted using multipart/form-data in the usual way that files are uploaded via the browser. + #### InputPaidMedia + This object describes the paid media to be sent. Currently, it can be one of + * InputPaidMediaPhoto * InputPaidMediaVideo + #### InputPaidMediaPhoto + The paid media to send is a photo. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the media, must be photo | | media | String | File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://” to upload a new one using multipart/form-data under name. More information on Sending Files » | + #### InputPaidMediaVideo + The paid media to send is a video. + | Field | Type | Description | | --- | --- | --- | | | @@ -2231,39 +2783,45 @@ The paid media to send is a video. | duration | Integer | Optional. Video duration in seconds | | supports_streaming | Boolean | Optional. Pass True if the uploaded video is suitable for streaming | + #### Sending files + There are three ways to send files (photos, stickers, audio, media, etc.): -1. If the file is already stored somewhere on the Telegram servers, you don't need to reupload it: each file object has - a file_id field, simply pass this file_id as a parameter instead of uploading. There are no limits for files sent - this way. -1. Provide Telegram with an HTTP URL for the file to be sent. Telegram will download and send the file. 5 MB max size - for photos and 20 MB max for other types of content. -1. Post the file using multipart/form-data in the usual way that files are uploaded via the browser. 10 MB max size for - photos, 50 MB for other files. + +1. If the file is already stored somewhere on the Telegram servers, you don't need to reupload it: each file object has a file_id field, simply pass this file_id as a parameter instead of uploading. There are no limits for files sent this way. +1. Provide Telegram with an HTTP URL for the file to be sent. Telegram will download and send the file. 5 MB max size for photos and 20 MB max for other types of content. +1. Post the file using multipart/form-data in the usual way that files are uploaded via the browser. 10 MB max size for photos, 50 MB for other files. + Sending by file_id -* It is not possible to change the file type when resending by file_id. I.e. a video can't be sent as a photo, a photo - can't be sent as a document, etc. + +* It is not possible to change the file type when resending by file_id. I.e. a video can't be sent as a photo, a photo can't be sent as a document, etc. * It is not possible to resend thumbnails. * Resending a photo by file_id will send all of its sizes. * file_id is unique for each individual bot and can't be transferred from one bot to another. * file_id uniquely identifies a file, but a file can have different valid file_ids even for the same bot. + Sending by URL + * When sending by URL the target file must have the correct MIME type (e.g., audio/mpeg for sendAudio, etc.). * In sendDocument, sending by URL will currently only work for GIF, PDF and ZIP files. -* To use sendVoice, the file must have the type audio/ogg and be no more than 1MB in size. 1-20MB voice notes will be - sent as files. +* To use sendVoice, the file must have the type audio/ogg and be no more than 1MB in size. 1-20MB voice notes will be sent as files. * Other configurations may work but we can't guarantee that they will. + #### Accent colors -Colors with identifiers 0 (red), 1 (orange), 2 (purple/violet), 3 (green), 4 (cyan), 5 (blue), 6 (pink) can be -customized by app themes. Additionally, the following colors in RGB format are currently in use. + +Colors with identifiers 0 (red), 1 (orange), 2 (purple/violet), 3 (green), 4 (cyan), 5 (blue), 6 (pink) can be customized by app themes. Additionally, the following colors in RGB format are currently in use. + + + + | Color identifier | Light colors | Dark colors | | --- | --- | --- | @@ -2283,10 +2841,19 @@ customized by app themes. Additionally, the following colors in RGB format are c | 19 | 7757D6 F79610 FFDE8E | 9791FF F2731D FFDB59 | | 20 | 1585CF F2AB1D FFFFFF | 3DA6EB EEA51D FFFFFF | + + + + #### Profile accent colors + Currently, the following colors in RGB format are in use for profile backgrounds. + + + + | Color identifier | Light colors | Dark colors | | --- | --- | --- | | | @@ -2307,38 +2874,46 @@ Currently, the following colors in RGB format are in use for profile backgrounds | 14 | B04F74 D1666D | 884160 A65259 | | 15 | 637482 7B8A97 | 53606E 384654 | + + + + #### Inline mode objects + Objects and methods used in the inline mode are described in the Inline mode section. + ### Available methods -> All methods in the Bot API are case-insensitive. We support GET and POST HTTP methods. Use either URL query string or -application/json or application/x-www-form-urlencoded or multipart/form-data for passing parameters in Bot API requests. -On successful call, a JSON-object containing the result will be returned. + +> All methods in the Bot API are case-insensitive. We support GET and POST HTTP methods. Use either URL query string or application/json or application/x-www-form-urlencoded or multipart/form-data for passing parameters in Bot API requests. On successful call, a JSON-object containing the result will be returned. + #### getMe -A simple method for testing your bot's authentication token. Requires no parameters. Returns basic information about the -bot in form of a User object. + +A simple method for testing your bot's authentication token. Requires no parameters. Returns basic information about the bot in form of a User object. + #### logOut -Use this method to log out from the cloud Bot API server before launching the bot locally. You must log out the bot -before running it locally, otherwise there is no guarantee that the bot will receive updates. After a successful call, -you can immediately log in on a local server, but will not be able to log in back to the cloud Bot API server for 10 -minutes. Returns True on success. Requires no parameters. + +Use this method to log out from the cloud Bot API server before launching the bot locally. You must log out the bot before running it locally, otherwise there is no guarantee that the bot will receive updates. After a successful call, you can immediately log in on a local server, but will not be able to log in back to the cloud Bot API server for 10 minutes. Returns True on success. Requires no parameters. + #### close -Use this method to close the bot instance before moving it from one local server to another. You need to delete the -webhook before calling this method to ensure that the bot isn't launched again after server restart. The method will -return error 429 in the first 10 minutes after the bot is launched. Returns True on success. Requires no parameters. + +Use this method to close the bot instance before moving it from one local server to another. You need to delete the webhook before calling this method to ensure that the bot isn't launched again after server restart. The method will return error 429 in the first 10 minutes after the bot is launched. Returns True on success. Requires no parameters. + #### sendMessage + Use this method to send text messages. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -2351,39 +2926,40 @@ Use this method to send text messages. On success, the sent Message is returned. | link_preview_options | LinkPreviewOptions | Optional | Link preview generation options for the message | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### Formatting options -The Bot API supports basic formatting for messages. You can use bold, italic, underlined, strikethrough, spoiler text, -block quotations as well as inline links and pre-formatted code in your bots' messages. Telegram clients will render -them accordingly. You can specify text entities directly, or use markdown-style or HTML-style formatting. -Note that Telegram clients will display an alert to the user before opening an inline link ('Open this link?' together -with the full URL). +The Bot API supports basic formatting for messages. You can use bold, italic, underlined, strikethrough, spoiler text, block quotations as well as inline links and pre-formatted code in your bots' messages. Telegram clients will render them accordingly. You can specify text entities directly, or use markdown-style or HTML-style formatting. + + +Note that Telegram clients will display an alert to the user before opening an inline link ('Open this link?' together with the full URL). + + +Message entities can be nested, providing following restrictions are met: - If two entities have common characters, then one of them is fully contained inside another. - bold, italic, underline, strikethrough, and spoiler entities can contain and can be part of any other entities, except pre and code. - blockquote and expandable_blockquote entities can't be nested. - All other entities can't contain each other. -Message entities can be nested, providing following restrictions are met: - If two entities have common characters, then -one of them is fully contained inside another. - bold, italic, underline, strikethrough, and spoiler entities can -contain and can be part of any other entities, except pre and code. - blockquote and expandable_blockquote entities -can't be nested. - All other entities can't contain each other. Links tg://user?id= can be used to mention a user by their identifier without using a username. Please note: -* These links will work only if they are used inside an inline link or in an inline keyboard button. For example, they - will not work, when used in a message text. -* Unless the user is a member of the chat where they were mentioned, these mentions are only guaranteed to work if the - user has contacted the bot in private in the past or has sent a callback query to the bot via an inline button and - doesn't have Forwarded Messages privacy enabled for the bot. -You can find the list of programming and markup languages for which syntax highlighting is supported at -libprisma#supported-languages. +* These links will work only if they are used inside an inline link or in an inline keyboard button. For example, they will not work, when used in a message text. +* Unless the user is a member of the chat where they were mentioned, these mentions are only guaranteed to work if the user has contacted the bot in private in the past or has sent a callback query to the bot via an inline button and doesn't have Forwarded Messages privacy enabled for the bot. + + +You can find the list of programming and markup languages for which syntax highlighting is supported at libprisma#supported-languages. + ###### MarkdownV2 style + To use this mode, pass MarkdownV2 in the parse_mode field. Use the following syntax in your message: + *bold \*text* _italic \*text_ __underline__ @@ -2394,58 +2970,49 @@ __underline__ [inline mention of a user](tg://user?id=123456789) ![](tg://emoji?id=5368324170671202286) `inline fixed-width code` - ``` pre-formatted fixed-width code block ``` - ```python pre-formatted fixed-width code block written in the Python programming language ``` - -> Block quotation started -> Block quotation continued -> Block quotation continued -> Block quotation continued -> The last line of the block quotation +>Block quotation started +>Block quotation continued +>Block quotation continued +>Block quotation continued +>The last line of the block quotation **>The expandable block quotation started right after the previous block quotation -> It is separated from the previous block quotation by an empty bold entity -> Expandable block quotation continued -> Hidden by default part of the expandable block quotation started -> Expandable block quotation continued -> The last line of the expandable block quotation with the expandability mark|| +>It is separated from the previous block quotation by an empty bold entity +>Expandable block quotation continued +>Hidden by default part of the expandable block quotation started +>Expandable block quotation continued +>The last line of the expandable block quotation with the expandability mark|| Please note: -* Any character with code between 1 and 126 inclusively can be escaped anywhere with a preceding '\' character, in which - case it is treated as an ordinary character and not a part of the markup. This implies that '\' character usually must - be escaped with a preceding '\' character. + +* Any character with code between 1 and 126 inclusively can be escaped anywhere with a preceding '\' character, in which case it is treated as an ordinary character and not a part of the markup. This implies that '\' character usually must be escaped with a preceding '\' character. * Inside pre and code entities, all '`' and '\' characters must be escaped with a preceding '\' character. -* Inside the (...) part of the inline link and custom emoji definition, all ')' and '\' must be escaped with a - preceding '\' character. -* In all other places - characters '_', '*', '[', ']', '(', ')', '~', '`', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!' must be escaped - with the preceding character '\'. -* In case of ambiguity between italic and underline entities __ is always greadily treated from left to right as - beginning or end of an underline entity, so instead of ___italic underline___ use ___italic underline_**__, adding an - empty bold entity as a separator. -* A valid emoji must be provided as an alternative value for the custom emoji. The emoji will be shown instead of the - custom emoji in places where a custom emoji cannot be displayed (e.g., system notifications) or if the message is - forwarded by a non-premium user. It is recommended to use the emoji from the emoji field of the custom emoji sticker. +* Inside the (...) part of the inline link and custom emoji definition, all ')' and '\' must be escaped with a preceding '\' character. +* In all other places characters '_', '*', '[', ']', '(', ')', '~', '`', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!' must be escaped with the preceding character '\'. +* In case of ambiguity between italic and underline entities __ is always greadily treated from left to right as beginning or end of an underline entity, so instead of ___italic underline___ use ___italic underline_**__, adding an empty bold entity as a separator. +* A valid emoji must be provided as an alternative value for the custom emoji. The emoji will be shown instead of the custom emoji in places where a custom emoji cannot be displayed (e.g., system notifications) or if the message is forwarded by a non-premium user. It is recommended to use the emoji from the emoji field of the custom emoji sticker. * Custom emoji entities can only be used by bots that purchased additional usernames on Fragment. + ###### HTML style + To use this mode, pass HTML in the parse_mode field. The following tags are currently supported: + bold, bold italic, italic underline, underline strikethrough, strikethrough, strikethrough spoiler, spoiler -bold italic bold italic bold strikethrough italic bold strikethrough -spoiler underline italic bold bold +bold italic bold italic bold strikethrough italic bold strikethrough spoiler underline italic bold bold inline URL inline mention of a user @@ -2458,50 +3025,62 @@ spoiler underline italic bold bold Please note: + * Only the tags mentioned above are currently supported. -* All <, > and & symbols that are not a part of a tag or an HTML entity must be replaced with the corresponding HTML - entities (< with <, > with > and & with &). +* All <, > and & symbols that are not a part of a tag or an HTML entity must be replaced with the corresponding HTML entities (< with <, > with > and & with &). * All numerical HTML entities are supported. * The API currently supports only the following named HTML entities: <, >, & and ". * Use nested pre and code tags, to define programming language for pre entity. * Programming language can't be specified for standalone code tags. -* A valid emoji must be used as the content of the tg-emoji tag. The emoji will be shown instead of the custom emoji in - places where a custom emoji cannot be displayed (e.g., system notifications) or if the message is forwarded by a - non-premium user. It is recommended to use the emoji from the emoji field of the custom emoji sticker. +* A valid emoji must be used as the content of the tg-emoji tag. The emoji will be shown instead of the custom emoji in places where a custom emoji cannot be displayed (e.g., system notifications) or if the message is forwarded by a non-premium user. It is recommended to use the emoji from the emoji field of the custom emoji sticker. * Custom emoji entities can only be used by bots that purchased additional usernames on Fragment. + ###### Markdown style -This is a legacy mode, retained for backward compatibility. To use this mode, pass Markdown in the parse_mode field. Use -the following syntax in your message: + +This is a legacy mode, retained for backward compatibility. To use this mode, pass Markdown in the parse_mode field. Use the following syntax in your message: + *bold text* _italic text_ [inline URL](http://www.example.com/) [inline mention of a user](tg://user?id=123456789) `inline fixed-width code` - ``` pre-formatted fixed-width code block ``` - ```python pre-formatted fixed-width code block written in the Python programming language ``` + Please note: + * Entities must not be nested, use parse mode MarkdownV2 instead. -* There is no way to specify “underline”, “strikethrough”, “spoiler”, “blockquote”, “expandable_blockquote” and - “custom_emoji” entities, use parse mode MarkdownV2 instead. +* There is no way to specify “underline”, “strikethrough”, “spoiler”, “blockquote”, “expandable_blockquote” and “custom_emoji” entities, use parse mode MarkdownV2 instead. * To escape characters '_', '*', '`', '[' outside of an entity, prepend the characters '\' before them. -* Escaping inside entities is not allowed, so entity must be closed first and reopened again: use _snake_\__case_ for - italic snake_case and *2*\**2=4* for bold 2*2=4. +* Escaping inside entities is not allowed, so entity must be closed first and reopened again: use _snake_\__case_ for italic snake_case and *2*\**2=4* for bold 2*2=4. + + +#### Paid Broadcasts + + +By default, all bots are able to broadcast up to 30 messages per second to their users. Developers can increase this limit by enabling Paid Broadcasts in @Botfather - allowing their bot to broadcast up to 1000 messages per second. + + +Each message broadcasted over the free amount of 30 messages per second incurs a cost of 0.1 Stars per message, paid with Telegram Stars from the bot's balance. In order to use this feature, a bot must have at least 10,000 Stars on its balance. + + +> Bots with increased limits are only charged for messages that are broadcasted successfully. + #### forwardMessage -Use this method to forward messages of any kind. Service messages and messages with protected content can't be -forwarded. On success, the sent Message is returned. + +Use this method to forward messages of any kind. Service messages and messages with protected content can't be forwarded. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2513,11 +3092,12 @@ forwarded. On success, the sent Message is returned. | protect_content | Boolean | Optional | Protects the contents of the forwarded message from forwarding and saving | | message_id | Integer | Yes | Message identifier in the chat specified in from_chat_id | + #### forwardMessages -Use this method to forward multiple messages of any kind. If some of the specified messages can't be found or forwarded, -they are skipped. Service messages and messages with protected content can't be forwarded. Album grouping is kept for -forwarded messages. On success, an array of MessageId of the sent messages is returned. + +Use this method to forward multiple messages of any kind. If some of the specified messages can't be found or forwarded, they are skipped. Service messages and messages with protected content can't be forwarded. Album grouping is kept for forwarded messages. On success, an array of MessageId of the sent messages is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2529,12 +3109,12 @@ forwarded messages. On success, an array of MessageId of the sent messages is re | disable_notification | Boolean | Optional | Sends the messages silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the forwarded messages from forwarding and saving | + #### copyMessage -Use this method to copy messages of any kind. Service messages, paid media messages, giveaway messages, giveaway winners -messages, and invoice messages can't be copied. A quiz poll can be copied only if the value of the field -correct_option_id is known to the bot. The method is analogous to the method forwardMessage, but the copied message -doesn't have a link to the original message. Returns the MessageId of the sent message on success. + +Use this method to copy messages of any kind. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is analogous to the method forwardMessage, but the copied message doesn't have a link to the original message. Returns the MessageId of the sent message on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2549,16 +3129,16 @@ doesn't have a link to the original message. Returns the MessageId of the sent m | show_caption_above_media | Boolean | Optional | Pass True, if the caption must be shown above the message media. Ignored if a new caption isn't specified. | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### copyMessages -Use this method to copy messages of any kind. If some of the specified messages can't be found or copied, they are -skipped. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't -be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is -analogous to the method forwardMessages, but the copied messages don't have a link to the original message. Album -grouping is kept for copied messages. On success, an array of MessageId of the sent messages is returned. + +Use this method to copy messages of any kind. If some of the specified messages can't be found or copied, they are skipped. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is analogous to the method forwardMessages, but the copied messages don't have a link to the original message. Album grouping is kept for copied messages. On success, an array of MessageId of the sent messages is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2571,10 +3151,13 @@ grouping is kept for copied messages. On success, an array of MessageId of the s | protect_content | Boolean | Optional | Protects the contents of the sent messages from forwarding and saving | | remove_caption | Boolean | Optional | Pass True to copy the messages without their captions | + #### sendPhoto + Use this method to send photos. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -2589,18 +3172,21 @@ Use this method to send photos. On success, the sent Message is returned. | has_spoiler | Boolean | Optional | Pass True if the photo needs to be covered with a spoiler animation | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendAudio -Use this method to send audio files, if you want Telegram clients to display them in the music player. Your audio must -be in the .MP3 or .M4A format. On success, the sent Message is returned. Bots can currently send audio files of up to 50 -MB in size, this limit may be changed in the future. + +Use this method to send audio files, if you want Telegram clients to display them in the music player. Your audio must be in the .MP3 or .M4A format. On success, the sent Message is returned. Bots can currently send audio files of up to 50 MB in size, this limit may be changed in the future. + For sending voice messages, use the sendVoice method instead. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -2617,14 +3203,17 @@ For sending voice messages, use the sendVoice method instead. | thumbnail | InputFile or String | Optional | Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . More information on Sending Files » | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendDocument -Use this method to send general files. On success, the sent Message is returned. Bots can currently send files of any -type of up to 50 MB in size, this limit may be changed in the future. + +Use this method to send general files. On success, the sent Message is returned. Bots can currently send files of any type of up to 50 MB in size, this limit may be changed in the future. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2640,15 +3229,17 @@ type of up to 50 MB in size, this limit may be changed in the future. | disable_content_type_detection | Boolean | Optional | Disables automatic server-side content type detection for files uploaded using multipart/form-data | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendVideo -Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as Document). On -success, the sent Message is returned. Bots can currently send video files of up to 50 MB in size, this limit may be -changed in the future. + +Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as Document). On success, the sent Message is returned. Bots can currently send video files of up to 50 MB in size, this limit may be changed in the future. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2669,14 +3260,17 @@ changed in the future. | supports_streaming | Boolean | Optional | Pass True if the uploaded video is suitable for streaming | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendAnimation -Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). On success, the sent Message is -returned. Bots can currently send animation files of up to 50 MB in size, this limit may be changed in the future. + +Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). On success, the sent Message is returned. Bots can currently send animation files of up to 50 MB in size, this limit may be changed in the future. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2696,16 +3290,17 @@ returned. Bots can currently send animation files of up to 50 MB in size, this l | has_spoiler | Boolean | Optional | Pass True if the animation needs to be covered with a spoiler animation | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendVoice -Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For -this to work, your audio must be in an .OGG file encoded with OPUS, or in .MP3 format, or in .M4A format (other formats -may be sent as Audio or Document). On success, the sent Message is returned. Bots can currently send voice messages of -up to 50 MB in size, this limit may be changed in the future. + +Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded with OPUS, or in .MP3 format, or in .M4A format (other formats may be sent as Audio or Document). On success, the sent Message is returned. Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2720,14 +3315,17 @@ up to 50 MB in size, this limit may be changed in the future. | duration | Integer | Optional | Duration of the voice message in seconds | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendVideoNote -As of v.4.0, Telegram clients support rounded square MPEG4 videos of up to 1 minute long. Use this method to send video -messages. On success, the sent Message is returned. + +As of v.4.0, Telegram clients support rounded square MPEG4 videos of up to 1 minute long. Use this method to send video messages. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2741,34 +3339,42 @@ messages. On success, the sent Message is returned. | thumbnail | InputFile or String | Optional | Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . More information on Sending Files » | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendPaidMedia + Use this method to send paid media. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the message will be sent | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername). If the chat is a channel, all Telegram Star proceeds from this media will be credited to the chat's balance. Otherwise, they will be credited to the bot's balance. | -| star_count | Integer | Yes | The number of Telegram Stars that must be paid to buy access to the media | +| star_count | Integer | Yes | The number of Telegram Stars that must be paid to buy access to the media; 1-2500 | | media | Array of InputPaidMedia | Yes | A JSON-serialized array describing the media to be sent; up to 10 items | +| payload | String | Optional | Bot-defined paid media payload, 0-128 bytes. This will not be displayed to the user, use it for your internal processes. | | caption | String | Optional | Media caption, 0-1024 characters after entities parsing | | parse_mode | String | Optional | Mode for parsing entities in the media caption. See formatting options for more details. | | caption_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode | | show_caption_above_media | Boolean | Optional | Pass True, if the caption must be shown above the message media | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendMediaGroup -Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be -only grouped in an album with messages of the same type. On success, an array of Messages that were sent is returned. + +Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On success, an array of Messages that were sent is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2779,13 +3385,17 @@ only grouped in an album with messages of the same type. On success, an array of | media | Array of InputMediaAudio, InputMediaDocument, InputMediaPhoto and InputMediaVideo | Yes | A JSON-serialized array describing messages to be sent, must include 2-10 items | | disable_notification | Boolean | Optional | Sends messages silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent messages from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | + #### sendLocation + Use this method to send point on the map. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -2800,14 +3410,18 @@ Use this method to send point on the map. On success, the sent Message is return | proximity_alert_radius | Integer | Optional | For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified. | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendVenue + Use this method to send information about a venue. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -2824,14 +3438,18 @@ Use this method to send information about a venue. On success, the sent Message | google_place_type | String | Optional | Google Places type of the venue. (See supported types.) | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendContact + Use this method to send phone contacts. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -2844,14 +3462,18 @@ Use this method to send phone contacts. On success, the sent Message is returned | vcard | String | Optional | Additional data about the contact in the form of a vCard, 0-2048 bytes | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendPoll + Use this method to send a native poll. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -2874,14 +3496,18 @@ Use this method to send a native poll. On success, the sent Message is returned. | is_closed | Boolean | Optional | Pass True if the poll needs to be immediately closed. This can be useful for poll preview. | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendDice + Use this method to send an animated emoji that will display a random value. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -2891,24 +3517,24 @@ Use this method to send an animated emoji that will display a random value. On s | emoji | String | Optional | Emoji on which the dice throw animation is based. Currently, must be one of “”, “”, “”, “”, “”, or “”. Dice can have values 1-6 for “”, “” and “”, values 1-5 for “” and “”, and values 1-64 for “”. Defaults to “” | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### sendChatAction -Use this method when you need to tell the user that something is happening on the bot's side. The status is set for 5 -seconds or less (when a message arrives from your bot, Telegram clients clear its typing status). Returns True on -success. + +Use this method when you need to tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status). Returns True on success. -> Example: The ImageBot needs some time to process a request and upload the image. Instead of sending a text message -along the lines of “Retrieving image, please wait…”, the bot may use sendChatAction with action = upload_photo. The user -will see a “sending photo” status for the bot. +> Example: The ImageBot needs some time to process a request and upload the image. Instead of sending a text message along the lines of “Retrieving image, please wait…”, the bot may use sendChatAction with action = upload_photo. The user will see a “sending photo” status for the bot. We only recommend using this method when a response from the bot will take a noticeable amount of time to arrive. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -2917,11 +3543,12 @@ We only recommend using this method when a response from the bot will take a not | message_thread_id | Integer | Optional | Unique identifier for the target message thread; for supergroups only | | action | String | Yes | Type of action to broadcast. Choose one, depending on what the user is about to receive: typing for text messages, upload_photo for photos, record_video or upload_video for videos, record_voice or upload_voice for voice notes, upload_document for general files, choose_sticker for stickers, find_location for location data, record_video_note or upload_video_note for video notes. | + #### setMessageReaction -Use this method to change the chosen reactions on a message. Service messages can't be reacted to. Automatically -forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. -Bots can't use paid reactions. Returns True on success. + +Use this method to change the chosen reactions on a message. Service messages can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. Bots can't use paid reactions. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2931,10 +3558,13 @@ Bots can't use paid reactions. Returns True on success. | reaction | Array of ReactionType | Optional | A JSON-serialized list of reaction types to set on the message. Currently, as non-premium users, bots can set up to one reaction per message. A custom emoji reaction can be used if it is either already present on the message or explicitly allowed by chat administrators. Paid reactions can't be used by bots. | | is_big | Boolean | Optional | Pass True to set the reaction with a big animation | + #### getUserProfilePhotos + Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -2942,27 +3572,41 @@ Use this method to get a list of profile pictures for a user. Returns a UserProf | offset | Integer | Optional | Sequential number of the first photo to be returned. By default, all photos are returned. | | limit | Integer | Optional | Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100. | + +#### setUserEmojiStatus + + +Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method requestEmojiStatusAccess. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | Unique identifier of the target user | +| emoji_status_custom_emoji_id | String | Optional | Custom emoji identifier of the emoji status to set. Pass an empty string to remove the status. | +| emoji_status_expiration_date | Integer | Optional | Expiration date of the emoji status, if any | + + #### getFile -Use this method to get basic information about a file and prepare it for downloading. For the moment, bots can download -files of up to 20MB in size. On success, a File object is returned. The file can then be downloaded via the -link https://api.telegram.org/file/bot/, where is taken from the response. It is -guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling -getFile again. + +Use this method to get basic information about a file and prepare it for downloading. For the moment, bots can download files of up to 20MB in size. On success, a File object is returned. The file can then be downloaded via the link https://api.telegram.org/file/bot/, where is taken from the response. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile again. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | file_id | String | Yes | File identifier to get information about | -Note: This function may not preserve the original file name and MIME type. You should save the file's MIME type and -name (if available) when the File object is received. + +Note: This function may not preserve the original file name and MIME type. You should save the file's MIME type and name (if available) when the File object is received. + #### banChatMember -Use this method to ban a user in a group, a supergroup or a channel. In the case of supergroups and channels, the user -will not be able to return to the chat on their own using invite links, etc., unless unbanned first. The bot must be an -administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + +Use this method to ban a user in a group, a supergroup or a channel. In the case of supergroups and channels, the user will not be able to return to the chat on their own using invite links, etc., unless unbanned first. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2972,13 +3616,12 @@ administrator in the chat for this to work and must have the appropriate adminis | until_date | Integer | Optional | Date when the user will be unbanned; Unix time. If user is banned for more than 366 days or less than 30 seconds from the current time they are considered to be banned forever. Applied for supergroups and channels only. | | revoke_messages | Boolean | Optional | Pass True to delete all messages from the chat for the user that is being removed. If False, the user will be able to see messages in the group that were sent before the user was removed. Always True for supergroups and channels. | + #### unbanChatMember -Use this method to unban a previously banned user in a supergroup or channel. The user will not return to the group or -channel automatically, but will be able to join via link, etc. The bot must be an administrator for this to work. By -default, this method guarantees that after the call the user is not a member of the chat, but will be able to join it. -So if the user is a member of the chat they will also be removed from the chat. If you don't want this, use the -parameter only_if_banned. Returns True on success. + +Use this method to unban a previously banned user in a supergroup or channel. The user will not return to the group or channel automatically, but will be able to join via link, etc. The bot must be an administrator for this to work. By default, this method guarantees that after the call the user is not a member of the chat, but will be able to join it. So if the user is a member of the chat they will also be removed from the chat. If you don't want this, use the parameter only_if_banned. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -2987,11 +3630,12 @@ parameter only_if_banned. Returns True on success. | user_id | Integer | Yes | Unique identifier of the target user | | only_if_banned | Boolean | Optional | Do nothing if the user is not banned | + #### restrictChatMember -Use this method to restrict a user in a supergroup. The bot must be an administrator in the supergroup for this to work -and must have the appropriate administrator rights. Pass True for all permissions to lift restrictions from a user. -Returns True on success. + +Use this method to restrict a user in a supergroup. The bot must be an administrator in the supergroup for this to work and must have the appropriate administrator rights. Pass True for all permissions to lift restrictions from a user. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3002,11 +3646,12 @@ Returns True on success. | use_independent_chat_permissions | Boolean | Optional | Pass True if chat permissions are set independently. Otherwise, the can_send_other_messages and can_add_web_page_previews permissions will imply the can_send_messages, can_send_audios, can_send_documents, can_send_photos, can_send_videos, can_send_video_notes, and can_send_voice_notes permissions; the can_send_polls permission will imply the can_send_messages permission. | | until_date | Integer | Optional | Date when restrictions will be lifted for the user; Unix time. If user is restricted for more than 366 days or less than 30 seconds from the current time, they are considered to be restricted forever | + #### promoteChatMember -Use this method to promote or demote a user in a supergroup or a channel. The bot must be an administrator in the chat -for this to work and must have the appropriate administrator rights. Pass False for all boolean parameters to demote a -user. Returns True on success. + +Use this method to promote or demote a user in a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Pass False for all boolean parameters to demote a user. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3029,10 +3674,13 @@ user. Returns True on success. | can_pin_messages | Boolean | Optional | Pass True if the administrator can pin messages; for supergroups only | | can_manage_topics | Boolean | Optional | Pass True if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only | + #### setChatAdministratorCustomTitle + Use this method to set a custom title for an administrator in a supergroup promoted by the bot. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -3040,11 +3688,12 @@ Use this method to set a custom title for an administrator in a supergroup promo | user_id | Integer | Yes | Unique identifier of the target user | | custom_title | String | Yes | New custom title for the administrator; 0-16 characters, emoji are not allowed | + #### banChatSenderChat -Use this method to ban a channel chat in a supergroup or a channel. Until the chat is unbanned, the owner of the banned -chat won't be able to send messages on behalf of any of their channels. The bot must be an administrator in the -supergroup or channel for this to work and must have the appropriate administrator rights. Returns True on success. + +Use this method to ban a channel chat in a supergroup or a channel. Until the chat is unbanned, the owner of the banned chat won't be able to send messages on behalf of any of their channels. The bot must be an administrator in the supergroup or channel for this to work and must have the appropriate administrator rights. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3052,10 +3701,12 @@ supergroup or channel for this to work and must have the appropriate administrat | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | | sender_chat_id | Integer | Yes | Unique identifier of the target sender chat | + #### unbanChatSenderChat -Use this method to unban a previously banned channel chat in a supergroup or channel. The bot must be an administrator -for this to work and must have the appropriate administrator rights. Returns True on success. + +Use this method to unban a previously banned channel chat in a supergroup or channel. The bot must be an administrator for this to work and must have the appropriate administrator rights. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3063,10 +3714,12 @@ for this to work and must have the appropriate administrator rights. Returns Tru | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | | sender_chat_id | Integer | Yes | Unique identifier of the target sender chat | + #### setChatPermissions -Use this method to set default chat permissions for all members. The bot must be an administrator in the group or a -supergroup for this to work and must have the can_restrict_members administrator rights. Returns True on success. + +Use this method to set default chat permissions for all members. The bot must be an administrator in the group or a supergroup for this to work and must have the can_restrict_members administrator rights. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3075,27 +3728,27 @@ supergroup for this to work and must have the can_restrict_members administrator | permissions | ChatPermissions | Yes | A JSON-serialized object for new default chat permissions | | use_independent_chat_permissions | Boolean | Optional | Pass True if chat permissions are set independently. Otherwise, the can_send_other_messages and can_add_web_page_previews permissions will imply the can_send_messages, can_send_audios, can_send_documents, can_send_photos, can_send_videos, can_send_video_notes, and can_send_voice_notes permissions; the can_send_polls permission will imply the can_send_messages permission. | + #### exportChatInviteLink -Use this method to generate a new primary invite link for a chat; any previously generated primary link is revoked. The -bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns -the new invite link as String on success. + +Use this method to generate a new primary invite link for a chat; any previously generated primary link is revoked. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the new invite link as String on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | -> Note: Each administrator in a chat generates their own invite links. Bots can't use invite links generated by other -administrators. If you want your bot to work with invite links, it will need to generate its own link using -exportChatInviteLink or by calling the getChat method. If your bot needs to generate a new primary invite link replacing -its previous one, use exportChatInviteLink again. + +> Note: Each administrator in a chat generates their own invite links. Bots can't use invite links generated by other administrators. If you want your bot to work with invite links, it will need to generate its own link using exportChatInviteLink or by calling the getChat method. If your bot needs to generate a new primary invite link replacing its previous one, use exportChatInviteLink again. + #### createChatInviteLink -Use this method to create an additional invite link for a chat. The bot must be an administrator in the chat for this to -work and must have the appropriate administrator rights. The link can be revoked using the method revokeChatInviteLink. -Returns the new invite link as ChatInviteLink object. + +Use this method to create an additional invite link for a chat. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. The link can be revoked using the method revokeChatInviteLink. Returns the new invite link as ChatInviteLink object. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3106,11 +3759,12 @@ Returns the new invite link as ChatInviteLink object. | member_limit | Integer | Optional | The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999 | | creates_join_request | Boolean | Optional | True, if users joining the chat via the link need to be approved by chat administrators. If True, member_limit can't be specified | + #### editChatInviteLink -Use this method to edit a non-primary invite link created by the bot. The bot must be an administrator in the chat for -this to work and must have the appropriate administrator rights. Returns the edited invite link as a ChatInviteLink -object. + +Use this method to edit a non-primary invite link created by the bot. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the edited invite link as a ChatInviteLink object. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3122,11 +3776,12 @@ object. | member_limit | Integer | Optional | The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999 | | creates_join_request | Boolean | Optional | True, if users joining the chat via the link need to be approved by chat administrators. If True, member_limit can't be specified | + #### createChatSubscriptionInviteLink -Use this method to create a subscription invite link for a channel chat. The bot must have the can_invite_users -administrator rights. The link can be edited using the method editChatSubscriptionInviteLink or revoked using the method -revokeChatInviteLink. Returns the new invite link as a ChatInviteLink object. + +Use this method to create a subscription invite link for a channel chat. The bot must have the can_invite_users administrator rights. The link can be edited using the method editChatSubscriptionInviteLink or revoked using the method revokeChatInviteLink. Returns the new invite link as a ChatInviteLink object. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3136,10 +3791,12 @@ revokeChatInviteLink. Returns the new invite link as a ChatInviteLink object. | subscription_period | Integer | Yes | The number of seconds the subscription will be active for before the next payment. Currently, it must always be 2592000 (30 days). | | subscription_price | Integer | Yes | The amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat; 1-2500 | + #### editChatSubscriptionInviteLink -Use this method to edit a subscription invite link created by the bot. The bot must have the can_invite_users -administrator rights. Returns the edited invite link as a ChatInviteLink object. + +Use this method to edit a subscription invite link created by the bot. The bot must have the can_invite_users administrator rights. Returns the edited invite link as a ChatInviteLink object. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3148,11 +3805,12 @@ administrator rights. Returns the edited invite link as a ChatInviteLink object. | invite_link | String | Yes | The invite link to edit | | name | String | Optional | Invite link name; 0-32 characters | + #### revokeChatInviteLink -Use this method to revoke an invite link created by the bot. If the primary link is revoked, a new link is automatically -generated. The bot must be an administrator in the chat for this to work and must have the appropriate administrator -rights. Returns the revoked invite link as ChatInviteLink object. + +Use this method to revoke an invite link created by the bot. If the primary link is revoked, a new link is automatically generated. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the revoked invite link as ChatInviteLink object. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3160,10 +3818,12 @@ rights. Returns the revoked invite link as ChatInviteLink object. | chat_id | Integer or String | Yes | Unique identifier of the target chat or username of the target channel (in the format @channelusername) | | invite_link | String | Yes | The invite link to revoke | + #### approveChatJoinRequest -Use this method to approve a chat join request. The bot must be an administrator in the chat for this to work and must -have the can_invite_users administrator right. Returns True on success. + +Use this method to approve a chat join request. The bot must be an administrator in the chat for this to work and must have the can_invite_users administrator right. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3171,10 +3831,12 @@ have the can_invite_users administrator right. Returns True on success. | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | | user_id | Integer | Yes | Unique identifier of the target user | + #### declineChatJoinRequest -Use this method to decline a chat join request. The bot must be an administrator in the chat for this to work and must -have the can_invite_users administrator right. Returns True on success. + +Use this method to decline a chat join request. The bot must be an administrator in the chat for this to work and must have the can_invite_users administrator right. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3182,10 +3844,12 @@ have the can_invite_users administrator right. Returns True on success. | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | | user_id | Integer | Yes | Unique identifier of the target user | + #### setChatPhoto -Use this method to set a new profile photo for the chat. Photos can't be changed for private chats. The bot must be an -administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + +Use this method to set a new profile photo for the chat. Photos can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3193,20 +3857,24 @@ administrator in the chat for this to work and must have the appropriate adminis | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | | photo | InputFile | Yes | New chat photo, uploaded using multipart/form-data | + #### deleteChatPhoto -Use this method to delete a chat photo. Photos can't be changed for private chats. The bot must be an administrator in -the chat for this to work and must have the appropriate administrator rights. Returns True on success. + +Use this method to delete a chat photo. Photos can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | + #### setChatTitle -Use this method to change the title of a chat. Titles can't be changed for private chats. The bot must be an -administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + +Use this method to change the title of a chat. Titles can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3214,10 +3882,12 @@ administrator in the chat for this to work and must have the appropriate adminis | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | | title | String | Yes | New chat title, 1-128 characters | + #### setChatDescription -Use this method to change the description of a group, a supergroup or a channel. The bot must be an administrator in the -chat for this to work and must have the appropriate administrator rights. Returns True on success. + +Use this method to change the description of a group, a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3225,11 +3895,12 @@ chat for this to work and must have the appropriate administrator rights. Return | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | | description | String | Optional | New chat description, 0-255 characters | + #### pinChatMessage -Use this method to add a message to the list of pinned messages in a chat. If the chat is not a private chat, the bot -must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a -supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success. + +Use this method to add a message to the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3239,11 +3910,12 @@ supergroup or 'can_edit_messages' administrator right in a channel. Returns True | message_id | Integer | Yes | Identifier of a message to pin | | disable_notification | Boolean | Optional | Pass True if it is not necessary to send a notification to all chat members about the new pinned message. Notifications are always disabled in channels and private chats. | + #### unpinChatMessage -Use this method to remove a message from the list of pinned messages in a chat. If the chat is not a private chat, the -bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a -supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success. + +Use this method to remove a message from the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3252,57 +3924,72 @@ supergroup or 'can_edit_messages' administrator right in a channel. Returns True | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | | message_id | Integer | Optional | Identifier of the message to unpin. Required if business_connection_id is specified. If not specified, the most recent pinned message (by sending date) will be unpinned. | + #### unpinAllChatMessages -Use this method to clear the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an -administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or ' -can_edit_messages' administrator right in a channel. Returns True on success. + +Use this method to clear the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | + #### leaveChat + Use this method for your bot to leave a group, supergroup or channel. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername) | + #### getChat + Use this method to get up-to-date information about the chat. Returns a ChatFullInfo object on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername) | + #### getChatAdministrators + Use this method to get a list of administrators in a chat, which aren't bots. Returns an Array of ChatMember objects. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername) | + #### getChatMemberCount + Use this method to get the number of members in a chat. Returns Int on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername) | + #### getChatMember -Use this method to get information about a member of a chat. The method is only guaranteed to work for other users if -the bot is an administrator in the chat. Returns a ChatMember object on success. + +Use this method to get information about a member of a chat. The method is only guaranteed to work for other users if the bot is an administrator in the chat. Returns a ChatMember object on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3310,11 +3997,12 @@ the bot is an administrator in the chat. Returns a ChatMember object on success. | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername) | | user_id | Integer | Yes | Unique identifier of the target user | + #### setChatStickerSet -Use this method to set a new group sticker set for a supergroup. The bot must be an administrator in the chat for this -to work and must have the appropriate administrator rights. Use the field can_set_sticker_set optionally returned in -getChat requests to check if the bot can use this method. Returns True on success. + +Use this method to set a new group sticker set for a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field can_set_sticker_set optionally returned in getChat requests to check if the bot can use this method. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3322,27 +4010,30 @@ getChat requests to check if the bot can use this method. Returns True on succes | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | | sticker_set_name | String | Yes | Name of the sticker set to be set as the group sticker set | + #### deleteChatStickerSet -Use this method to delete a group sticker set from a supergroup. The bot must be an administrator in the chat for this -to work and must have the appropriate administrator rights. Use the field can_set_sticker_set optionally returned in -getChat requests to check if the bot can use this method. Returns True on success. + +Use this method to delete a group sticker set from a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field can_set_sticker_set optionally returned in getChat requests to check if the bot can use this method. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + #### getForumTopicIconStickers -Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no -parameters. Returns an Array of Sticker objects. + +Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no parameters. Returns an Array of Sticker objects. + #### createForumTopic -Use this method to create a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to -work and must have the can_manage_topics administrator rights. Returns information about the created topic as a -ForumTopic object. + +Use this method to create a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns information about the created topic as a ForumTopic object. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3352,11 +4043,12 @@ ForumTopic object. | icon_color | Integer | Optional | Color of the topic icon in RGB format. Currently, must be one of 7322096 (0x6FB9F0), 16766590 (0xFFD67E), 13338331 (0xCB86DB), 9367192 (0x8EEE98), 16749490 (0xFF93B2), or 16478047 (0xFB6F5F) | | icon_custom_emoji_id | String | Optional | Unique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers. | + #### editForumTopic -Use this method to edit name and icon of a topic in a forum supergroup chat. The bot must be an administrator in the -chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. -Returns True on success. + +Use this method to edit name and icon of a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3366,11 +4058,12 @@ Returns True on success. | name | String | Optional | New topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept | | icon_custom_emoji_id | String | Optional | New unique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers. Pass an empty string to remove the icon. If not specified, the current icon will be kept | + #### closeForumTopic -Use this method to close an open topic in a forum supergroup chat. The bot must be an administrator in the chat for this -to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on -success. + +Use this method to close an open topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3378,11 +4071,12 @@ success. | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | | message_thread_id | Integer | Yes | Unique identifier for the target message thread of the forum topic | + #### reopenForumTopic -Use this method to reopen a closed topic in a forum supergroup chat. The bot must be an administrator in the chat for -this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns -True on success. + +Use this method to reopen a closed topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3390,11 +4084,12 @@ True on success. | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | | message_thread_id | Integer | Yes | Unique identifier for the target message thread of the forum topic | + #### deleteForumTopic -Use this method to delete a forum topic along with all its messages in a forum supergroup chat. The bot must be an -administrator in the chat for this to work and must have the can_delete_messages administrator rights. Returns True on -success. + +Use this method to delete a forum topic along with all its messages in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_delete_messages administrator rights. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3402,10 +4097,12 @@ success. | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | | message_thread_id | Integer | Yes | Unique identifier for the target message thread of the forum topic | + #### unpinAllForumTopicMessages -Use this method to clear the list of pinned messages in a forum topic. The bot must be an administrator in the chat for -this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success. + +Use this method to clear the list of pinned messages in a forum topic. The bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3413,10 +4110,12 @@ this to work and must have the can_pin_messages administrator right in the super | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | | message_thread_id | Integer | Yes | Unique identifier for the target message thread of the forum topic | + #### editGeneralForumTopic -Use this method to edit the name of the 'General' topic in a forum supergroup chat. The bot must be an administrator in -the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success. + +Use this method to edit the name of the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3424,67 +4123,75 @@ the chat for this to work and must have the can_manage_topics administrator righ | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | | name | String | Yes | New topic name, 1-128 characters | + #### closeGeneralForumTopic -Use this method to close an open 'General' topic in a forum supergroup chat. The bot must be an administrator in the -chat for this to work and must have the can_manage_topics administrator rights. Returns True on success. + +Use this method to close an open 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + #### reopenGeneralForumTopic -Use this method to reopen a closed 'General' topic in a forum supergroup chat. The bot must be an administrator in the -chat for this to work and must have the can_manage_topics administrator rights. The topic will be automatically unhidden -if it was hidden. Returns True on success. + +Use this method to reopen a closed 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. The topic will be automatically unhidden if it was hidden. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + #### hideGeneralForumTopic -Use this method to hide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for -this to work and must have the can_manage_topics administrator rights. The topic will be automatically closed if it was -open. Returns True on success. + +Use this method to hide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. The topic will be automatically closed if it was open. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + #### unhideGeneralForumTopic -Use this method to unhide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat -for this to work and must have the can_manage_topics administrator rights. Returns True on success. + +Use this method to unhide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + #### unpinAllGeneralForumTopicMessages -Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the -chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success. + +Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) | + #### answerCallbackQuery -Use this method to send answers to callback queries sent from inline keyboards. The answer will be displayed to the user -as a notification at the top of the chat screen or as an alert. On success, True is returned. + +Use this method to send answers to callback queries sent from inline keyboards. The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, True is returned. -> Alternatively, the user can be redirected to the specified Game URL. For this option to work, you must first create a -game for your bot via @BotFather and accept the terms. Otherwise, you may use links like t.me/your_bot?start=XXXX that -open your bot with a parameter. +> Alternatively, the user can be redirected to the specified Game URL. For this option to work, you must first create a game for your bot via @BotFather and accept the terms. Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3495,10 +4202,12 @@ open your bot with a parameter. | url | String | Optional | URL that will be opened by the user's client. If you have created a Game and accepted the conditions via @BotFather, specify the URL that opens your game - note that this will only work if the query comes from a callback_game button. Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter. | | cache_time | Integer | Optional | The maximum amount of time in seconds that the result of the callback query may be cached client-side. Telegram apps will support caching starting in version 3.14. Defaults to 0. | + #### getUserChatBoosts -Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns -a UserChatBoosts object. + +Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a UserChatBoosts object. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3506,20 +4215,24 @@ a UserChatBoosts object. | chat_id | Integer or String | Yes | Unique identifier for the chat or username of the channel (in the format @channelusername) | | user_id | Integer | Yes | Unique identifier of the target user | + #### getBusinessConnection -Use this method to get information about the connection of the bot with a business account. Returns a BusinessConnection -object on success. + +Use this method to get information about the connection of the bot with a business account. Returns a BusinessConnection object on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | business_connection_id | String | Yes | Unique identifier of the business connection | + #### setMyCommands -Use this method to change the list of the bot's commands. See this manual for more details about bot commands. Returns -True on success. + +Use this method to change the list of the bot's commands. See this manual for more details about bot commands. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3528,10 +4241,12 @@ True on success. | scope | BotCommandScope | Optional | A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to BotCommandScopeDefault. | | language_code | String | Optional | A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands | + #### deleteMyCommands -Use this method to delete the list of the bot's commands for the given scope and user language. After deletion, higher -level commands will be shown to affected users. Returns True on success. + +Use this method to delete the list of the bot's commands for the given scope and user language. After deletion, higher level commands will be shown to affected users. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3539,10 +4254,12 @@ level commands will be shown to affected users. Returns True on success. | scope | BotCommandScope | Optional | A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to BotCommandScopeDefault. | | language_code | String | Optional | A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands | + #### getMyCommands -Use this method to get the current list of the bot's commands for the given scope and user language. Returns an Array of -BotCommand objects. If commands aren't set, an empty list is returned. + +Use this method to get the current list of the bot's commands for the given scope and user language. Returns an Array of BotCommand objects. If commands aren't set, an empty list is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3550,29 +4267,37 @@ BotCommand objects. If commands aren't set, an empty list is returned. | scope | BotCommandScope | Optional | A JSON-serialized object, describing scope of users. Defaults to BotCommandScopeDefault. | | language_code | String | Optional | A two-letter ISO 639-1 language code or an empty string | + #### setMyName + Use this method to change the bot's name. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | name | String | Optional | New bot name; 0-64 characters. Pass an empty string to remove the dedicated name for the given language. | | language_code | String | Optional | A two-letter ISO 639-1 language code. If empty, the name will be shown to all users for whose language there is no dedicated name. | + #### getMyName + Use this method to get the current bot name for the given user language. Returns BotName on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | language_code | String | Optional | A two-letter ISO 639-1 language code or an empty string | + #### setMyDescription -Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns -True on success. + +Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3580,19 +4305,24 @@ True on success. | description | String | Optional | New bot description; 0-512 characters. Pass an empty string to remove the dedicated description for the given language. | | language_code | String | Optional | A two-letter ISO 639-1 language code. If empty, the description will be applied to all users for whose language there is no dedicated description. | + #### getMyDescription + Use this method to get the current bot description for the given user language. Returns BotDescription on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | language_code | String | Optional | A two-letter ISO 639-1 language code or an empty string | + #### setMyShortDescription -Use this method to change the bot's short description, which is shown on the bot's profile page and is sent together -with the link when users share the bot. Returns True on success. + +Use this method to change the bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3600,41 +4330,49 @@ with the link when users share the bot. Returns True on success. | short_description | String | Optional | New short description for the bot; 0-120 characters. Pass an empty string to remove the dedicated short description for the given language. | | language_code | String | Optional | A two-letter ISO 639-1 language code. If empty, the short description will be applied to all users for whose language there is no dedicated short description. | + #### getMyShortDescription -Use this method to get the current bot short description for the given user language. Returns BotShortDescription on -success. + +Use this method to get the current bot short description for the given user language. Returns BotShortDescription on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | language_code | String | Optional | A two-letter ISO 639-1 language code or an empty string | + #### setChatMenuButton + Use this method to change the bot's menu button in a private chat, or the default menu button. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer | Optional | Unique identifier for the target private chat. If not specified, default bot's menu button will be changed | | menu_button | MenuButton | Optional | A JSON-serialized object for the bot's new menu button. Defaults to MenuButtonDefault | + #### getChatMenuButton -Use this method to get the current value of the bot's menu button in a private chat, or the default menu button. Returns -MenuButton on success. + +Use this method to get the current value of the bot's menu button in a private chat, or the default menu button. Returns MenuButton on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | chat_id | Integer | Optional | Unique identifier for the target private chat. If not specified, default bot's menu button will be returned | + #### setMyDefaultAdministratorRights -Use this method to change the default administrator rights requested by the bot when it's added as an administrator to -groups or channels. These rights will be suggested to users, but they are free to modify the list before adding the bot. -Returns True on success. + +Use this method to change the default administrator rights requested by the bot when it's added as an administrator to groups or channels. These rights will be suggested to users, but they are free to modify the list before adding the bot. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3642,32 +4380,39 @@ Returns True on success. | rights | ChatAdministratorRights | Optional | A JSON-serialized object describing new default administrator rights. If not specified, the default administrator rights will be cleared. | | for_channels | Boolean | Optional | Pass True to change the default administrator rights of the bot in channels. Otherwise, the default administrator rights of the bot for groups and supergroups will be changed. | + #### getMyDefaultAdministratorRights + Use this method to get the current default administrator rights of the bot. Returns ChatAdministratorRights on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | for_channels | Boolean | Optional | Pass True to get default administrator rights of the bot in channels. Otherwise, default administrator rights of the bot for groups and supergroups will be returned. | + #### Inline mode methods + Methods and objects used in the inline mode are described in the Inline mode section. + ### Updating messages -The following methods allow you to change an existing message in the message history instead of sending a new one with a -result of an action. This is most useful for messages with inline keyboards using callback queries, but can also help -reduce clutter in conversations with regular chat bots. + +The following methods allow you to change an existing message in the message history instead of sending a new one with a result of an action. This is most useful for messages with inline keyboards using callback queries, but can also help reduce clutter in conversations with regular chat bots. + Please note, that it is currently only possible to edit messages without reply_markup or with inline keyboards. + #### editMessageText -Use this method to edit text and game messages. On success, if the edited message is not an inline message, the edited -Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not -contain an inline keyboard can only be edited within 48 hours from the time they were sent. + +Use this method to edit text and game messages. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3682,11 +4427,12 @@ contain an inline keyboard can only be edited within 48 hours from the time they | link_preview_options | LinkPreviewOptions | Optional | Link preview generation options for the message | | reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for an inline keyboard. | + #### editMessageCaption -Use this method to edit captions of messages. On success, if the edited message is not an inline message, the edited -Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not -contain an inline keyboard can only be edited within 48 hours from the time they were sent. + +Use this method to edit captions of messages. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3701,14 +4447,12 @@ contain an inline keyboard can only be edited within 48 hours from the time they | show_caption_above_media | Boolean | Optional | Pass True, if the caption must be shown above the message media. Supported only for animation, photo and video messages. | | reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for an inline keyboard. | + #### editMessageMedia -Use this method to edit animation, audio, document, photo, or video messages. If a message is part of a message album, -then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a -video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its -file_id or specify a URL. On success, if the edited message is not an inline message, the edited Message is returned, -otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline -keyboard can only be edited within 48 hours from the time they were sent. + +Use this method to edit animation, audio, document, photo, or video messages, or to add media to text messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its file_id or specify a URL. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3720,11 +4464,12 @@ keyboard can only be edited within 48 hours from the time they were sent. | media | InputMedia | Yes | A JSON-serialized object for a new media content of the message | | reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for a new inline keyboard. | + #### editMessageLiveLocation -Use this method to edit live location messages. A location can be edited until its live_period expires or editing is -explicitly disabled by a call to stopMessageLiveLocation. On success, if the edited message is not an inline message, -the edited Message is returned, otherwise True is returned. + +Use this method to edit live location messages. A location can be edited until its live_period expires or editing is explicitly disabled by a call to stopMessageLiveLocation. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3741,10 +4486,12 @@ the edited Message is returned, otherwise True is returned. | proximity_alert_radius | Integer | Optional | The maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified. | | reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for a new inline keyboard. | + #### stopMessageLiveLocation -Use this method to stop updating a live location message before live_period expires. On success, if the message is not -an inline message, the edited Message is returned, otherwise True is returned. + +Use this method to stop updating a live location message before live_period expires. On success, if the message is not an inline message, the edited Message is returned, otherwise True is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3755,11 +4502,12 @@ an inline message, the edited Message is returned, otherwise True is returned. | inline_message_id | String | Optional | Required if chat_id and message_id are not specified. Identifier of the inline message | | reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for a new inline keyboard. | + #### editMessageReplyMarkup -Use this method to edit only the reply markup of messages. On success, if the edited message is not an inline message, -the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot -and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. + +Use this method to edit only the reply markup of messages. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3770,10 +4518,13 @@ and do not contain an inline keyboard can only be edited within 48 hours from th | inline_message_id | String | Optional | Required if chat_id and message_id are not specified. Identifier of the inline message | | reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for an inline keyboard. | + #### stopPoll + Use this method to stop a poll which was sent by the bot. On success, the stopped Poll is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -3782,15 +4533,12 @@ Use this method to stop a poll which was sent by the bot. On success, the stoppe | message_id | Integer | Yes | Identifier of the original message with the poll | | reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for a new message inline keyboard. | + #### deleteMessage -Use this method to delete a message, including service messages, with the following limitations: - A message can only be -deleted if it was sent less than 48 hours ago. - Service messages about a supergroup, channel, or forum topic creation -can't be deleted. - A dice message in a private chat can only be deleted if it was sent more than 24 hours ago. - Bots -can delete outgoing messages in private chats, groups, and supergroups. - Bots can delete incoming messages in private -chats. - Bots granted can_post_messages permissions can delete outgoing messages in channels. - If the bot is an -administrator of a group, it can delete any message there. - If the bot has can_delete_messages permission in a -supergroup or a channel, it can delete any message there. Returns True on success. + +Use this method to delete a message, including service messages, with the following limitations: - A message can only be deleted if it was sent less than 48 hours ago. - Service messages about a supergroup, channel, or forum topic creation can't be deleted. - A dice message in a private chat can only be deleted if it was sent more than 24 hours ago. - Bots can delete outgoing messages in private chats, groups, and supergroups. - Bots can delete incoming messages in private chats. - Bots granted can_post_messages permissions can delete outgoing messages in channels. - If the bot is an administrator of a group, it can delete any message there. - If the bot has can_delete_messages permission in a supergroup or a channel, it can delete any message there. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3798,10 +4546,12 @@ supergroup or a channel, it can delete any message there. Returns True on succes | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | | message_id | Integer | Yes | Identifier of the message to delete | + #### deleteMessages -Use this method to delete multiple messages simultaneously. If some of the specified messages can't be found, they are -skipped. Returns True on success. + +Use this method to delete multiple messages simultaneously. If some of the specified messages can't be found, they are skipped. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3809,14 +4559,19 @@ skipped. Returns True on success. | chat_id | Integer or String | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | | message_ids | Array of Integer | Yes | A JSON-serialized list of 1-100 identifiers of messages to delete. See deleteMessage for limitations on which messages can be deleted | + ### Stickers + The following methods and objects allow your bot to handle stickers and sticker sets. + #### Sticker + This object represents a sticker. + | Field | Type | Description | | --- | --- | --- | | | @@ -3836,10 +4591,13 @@ This object represents a sticker. | needs_repainting | True | Optional. True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places | | file_size | Integer | Optional. File size in bytes | + #### StickerSet + This object represents a sticker set. + | Field | Type | Description | | --- | --- | --- | | | @@ -3849,10 +4607,13 @@ This object represents a sticker set. | stickers | Array of Sticker | List of all set stickers | | thumbnail | PhotoSize | Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format | + #### MaskPosition + This object describes the position on faces where a mask should be placed by default. + | Field | Type | Description | | --- | --- | --- | | | @@ -3861,10 +4622,13 @@ This object describes the position on faces where a mask should be placed by def | y_shift | Float | Shift by Y-axis measured in heights of the mask scaled to the face size, from top to bottom. For example, 1.0 will place the mask just below the default mask position. | | scale | Float | Mask scaling coefficient. For example, 2.0 means double size. | + #### InputSticker + This object describes a sticker to be added to a sticker set. + | Field | Type | Description | | --- | --- | --- | | | @@ -3874,10 +4638,13 @@ This object describes a sticker to be added to a sticker set. | mask_position | MaskPosition | Optional. Position where the mask should be placed on faces. For “mask” stickers only. | | keywords | Array of String | Optional. List of 0-20 search keywords for the sticker with total length of up to 64 characters. For “regular” and “custom_emoji” stickers only. | + #### sendSticker + Use this method to send static .WEBP, animated .TGS, or video .WEBM stickers. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -3888,33 +4655,41 @@ Use this method to send static .WEBP, animated .TGS, or video .WEBM stickers. On | emoji | String | Optional | Emoji associated with the sticker; only for just uploaded stickers | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply | Optional | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user | + #### getStickerSet + Use this method to get a sticker set. On success, a StickerSet object is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | name | String | Yes | Name of the sticker set | + #### getCustomEmojiStickers -Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker -objects. + +Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker objects. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | custom_emoji_ids | Array of String | Yes | A JSON-serialized list of custom emoji identifiers. At most 200 custom emoji identifiers can be specified. | + #### uploadStickerFile -Use this method to upload a file with a sticker for later use in the createNewStickerSet, addStickerToSet, or -replaceStickerInSet methods (the file can be used multiple times). Returns the uploaded File on success. + +Use this method to upload a file with a sticker for later use in the createNewStickerSet, addStickerToSet, or replaceStickerInSet methods (the file can be used multiple times). Returns the uploaded File on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3923,10 +4698,12 @@ replaceStickerInSet methods (the file can be used multiple times). Returns the u | sticker | InputFile | Yes | A file with the sticker in .WEBP, .PNG, .TGS, or .WEBM format. See https://core.telegram.org/stickers for technical requirements. More information on Sending Files » | | sticker_format | String | Yes | Format of the sticker, must be one of “static”, “animated”, “video” | + #### createNewStickerSet -Use this method to create a new sticker set owned by a user. The bot will be able to edit the sticker set thus created. -Returns True on success. + +Use this method to create a new sticker set owned by a user. The bot will be able to edit the sticker set thus created. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3938,10 +4715,12 @@ Returns True on success. | sticker_type | String | Optional | Type of stickers in the set, pass “regular”, “mask”, or “custom_emoji”. By default, a regular sticker set is created. | | needs_repainting | Boolean | Optional | Pass True if stickers in the sticker set must be repainted to the color of text when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context; for custom emoji sticker sets only | + #### addStickerToSet -Use this method to add a new sticker to a set created by the bot. Emoji sticker sets can have up to 200 stickers. Other -sticker sets can have up to 120 stickers. Returns True on success. + +Use this method to add a new sticker to a set created by the bot. Emoji sticker sets can have up to 200 stickers. Other sticker sets can have up to 120 stickers. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3950,29 +4729,37 @@ sticker sets can have up to 120 stickers. Returns True on success. | name | String | Yes | Sticker set name | | sticker | InputSticker | Yes | A JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set isn't changed. | + #### setStickerPositionInSet + Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | sticker | String | Yes | File identifier of the sticker | | position | Integer | Yes | New sticker position in the set, zero-based | + #### deleteStickerFromSet + Use this method to delete a sticker from a set created by the bot. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | sticker | String | Yes | File identifier of the sticker | + #### replaceStickerInSet -Use this method to replace an existing sticker in a sticker set with a new one. The method is equivalent to calling -deleteStickerFromSet, then addStickerToSet, then setStickerPositionInSet. Returns True on success. + +Use this method to replace an existing sticker in a sticker set with a new one. The method is equivalent to calling deleteStickerFromSet, then addStickerToSet, then setStickerPositionInSet. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3982,10 +4769,12 @@ deleteStickerFromSet, then addStickerToSet, then setStickerPositionInSet. Return | old_sticker | String | Yes | File identifier of the replaced sticker | | sticker | InputSticker | Yes | A JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set remains unchanged. | + #### setStickerEmojiList -Use this method to change the list of emoji assigned to a regular or custom emoji sticker. The sticker must belong to a -sticker set created by the bot. Returns True on success. + +Use this method to change the list of emoji assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -3993,10 +4782,12 @@ sticker set created by the bot. Returns True on success. | sticker | String | Yes | File identifier of the sticker | | emoji_list | Array of String | Yes | A JSON-serialized list of 1-20 emoji associated with the sticker | + #### setStickerKeywords -Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a -sticker set created by the bot. Returns True on success. + +Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -4004,10 +4795,12 @@ sticker set created by the bot. Returns True on success. | sticker | String | Yes | File identifier of the sticker | | keywords | Array of String | Optional | A JSON-serialized list of 0-20 search keywords for the sticker with total length of up to 64 characters | + #### setStickerMaskPosition -Use this method to change the mask position of a mask sticker. The sticker must belong to a sticker set that was created -by the bot. Returns True on success. + +Use this method to change the mask position of a mask sticker. The sticker must belong to a sticker set that was created by the bot. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -4015,20 +4808,25 @@ by the bot. Returns True on success. | sticker | String | Yes | File identifier of the sticker | | mask_position | MaskPosition | Optional | A JSON-serialized object with the position where the mask should be placed on faces. Omit the parameter to remove the mask position. | + #### setStickerSetTitle + Use this method to set the title of a created sticker set. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | name | String | Yes | Sticker set name | | title | String | Yes | Sticker set title, 1-64 characters | + #### setStickerSetThumbnail -Use this method to set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the -format of the stickers in the set. Returns True on success. + +Use this method to set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the format of the stickers in the set. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -4038,37 +4836,96 @@ format of the stickers in the set. Returns True on success. | thumbnail | InputFile or String | Optional | A .WEBP or .PNG image with the thumbnail, must be up to 128 kilobytes in size and have a width and height of exactly 100px, or a .TGS animation with a thumbnail up to 32 kilobytes in size (see https://core.telegram.org/stickers#animation-requirements for animated sticker technical requirements), or a WEBM video with the thumbnail up to 32 kilobytes in size; see https://core.telegram.org/stickers#video-requirements for video sticker technical requirements. Pass a file_id as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files ». Animated and video sticker set thumbnails can't be uploaded via HTTP URL. If omitted, then the thumbnail is dropped and the first sticker is used as the thumbnail. | | format | String | Yes | Format of the thumbnail, must be one of “static” for a .WEBP or .PNG image, “animated” for a .TGS animation, or “video” for a WEBM video | + #### setCustomEmojiStickerSetThumbnail + Use this method to set the thumbnail of a custom emoji sticker set. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | name | String | Yes | Sticker set name | | custom_emoji_id | String | Optional | Custom emoji identifier of a sticker from the sticker set; pass an empty string to drop the thumbnail and use the first sticker as the thumbnail. | + #### deleteStickerSet + Use this method to delete a sticker set that was created by the bot. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | name | String | Yes | Sticker set name | + +#### Gift + + +This object represents a gift that can be sent by the bot. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | String | Unique identifier of the gift | +| sticker | Sticker | The sticker that represents the gift | +| star_count | Integer | The number of Telegram Stars that must be paid to send the sticker | +| total_count | Integer | Optional. The total number of the gifts of this type that can be sent; for limited gifts only | +| remaining_count | Integer | Optional. The number of remaining gifts of this type that can be sent; for limited gifts only | + + +#### Gifts + + +This object represent a list of gifts. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| gifts | Array of Gift | The list of gifts | + + +#### getAvailableGifts + + +Returns the list of gifts that can be sent by the bot to users. Requires no parameters. Returns a Gifts object. + + +#### sendGift + + +Sends a gift to the given user. The gift can't be converted to Telegram Stars by the user. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | Unique identifier of the target user that will receive the gift | +| gift_id | String | Yes | Identifier of the gift | +| text | String | Optional | Text that will be shown along with the gift; 0-255 characters | +| text_parse_mode | String | Optional | Mode for parsing entities in the text. See formatting options for more details. Entities other than “bold”, “italic”, “underline”, “strikethrough”, “spoiler”, and “custom_emoji” are ignored. | +| text_entities | Array of MessageEntity | Optional | A JSON-serialized list of special entities that appear in the gift text. It can be specified instead of text_parse_mode. Entities other than “bold”, “italic”, “underline”, “strikethrough”, “spoiler”, and “custom_emoji” are ignored. | + + ### Inline mode -The following methods and objects allow your bot to work in inline mode. Please see our Introduction to Inline bots for -more details. -To enable this option, send the /setinline command to @BotFather and provide the placeholder text that the user will see -in the input field after typing your bot's name. +The following methods and objects allow your bot to work in inline mode. Please see our Introduction to Inline bots for more details. + + +To enable this option, send the /setinline command to @BotFather and provide the placeholder text that the user will see in the input field after typing your bot's name. + #### InlineQuery -This object represents an incoming inline query. When the user sends an empty query, your bot could return some default -or trending results. + +This object represents an incoming inline query. When the user sends an empty query, your bot could return some default or trending results. + | Field | Type | Description | | --- | --- | --- | @@ -4080,10 +4937,12 @@ or trending results. | chat_type | String | Optional. Type of the chat from which the inline query was sent. Can be either “sender” for a private chat with the inline query sender, “private”, “group”, “supergroup”, or “channel”. The chat type should be always known for requests sent from official clients and most third-party clients, unless the request was sent from a secret chat | | location | Location | Optional. Sender location, only for bots that request user location | + #### answerInlineQuery -Use this method to send answers to an inline query. On success, True is returned. No more than 50 results per query are -allowed. + +Use this method to send answers to an inline query. On success, True is returned. No more than 50 results per query are allowed. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -4095,10 +4954,13 @@ allowed. | next_offset | String | Optional | Pass the offset that a client should send in the next query with the same text to receive more results. Pass an empty string if there are no more results or if you don't support pagination. Offset length can't exceed 64 bytes. | | button | InlineQueryResultsButton | Optional | A JSON-serialized object describing a button to be shown above inline query results | + #### InlineQueryResultsButton + This object represents a button to be shown above inline query results. You must use exactly one of the optional fields. + | Field | Type | Description | | --- | --- | --- | | | @@ -4106,10 +4968,12 @@ This object represents a button to be shown above inline query results. You must | web_app | WebAppInfo | Optional. Description of the Web App that will be launched when the user presses the button. The Web App will be able to switch back to the inline mode using the method switchInlineQuery inside the Web App. | | start_parameter | String | Optional. Deep-linking parameter for the /start message sent to the bot when a user presses the button. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed. Example: An inline bot that sends YouTube videos can ask the user to connect the bot to their YouTube account to adapt search results accordingly. To do this, it displays a 'Connect your YouTube account' button above the results, or even before showing any. The user presses the button, switches to a private chat with the bot and, in doing so, passes a start parameter that instructs the bot to return an OAuth link. Once done, the bot can offer a switch_inline button so that the user can easily return to the chat where they wanted to use the bot's inline capabilities. | + #### InlineQueryResult -This object represents one result of an inline query. Telegram clients currently support results of the following 20 -types: + +This object represents one result of an inline query. Telegram clients currently support results of the following 20 types: + * InlineQueryResultCachedAudio * InlineQueryResultCachedDocument @@ -4132,12 +4996,16 @@ types: * InlineQueryResultVideo * InlineQueryResultVoice + Note: All URLs passed in inline query results will be available to end users and therefore must be assumed to be public. + #### InlineQueryResultArticle + Represents a link to an article or web page. + | Field | Type | Description | | --- | --- | --- | | | @@ -4153,10 +5021,12 @@ Represents a link to an article or web page. | thumbnail_width | Integer | Optional. Thumbnail width | | thumbnail_height | Integer | Optional. Thumbnail height | + #### InlineQueryResultPhoto -Represents a link to a photo. By default, this photo will be sent by the user with optional caption. Alternatively, you -can use input_message_content to send a message with the specified content instead of the photo. + +Represents a link to a photo. By default, this photo will be sent by the user with optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the photo. + | Field | Type | Description | | --- | --- | --- | @@ -4176,11 +5046,12 @@ can use input_message_content to send a message with the specified content inste | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the photo | + #### InlineQueryResultGif -Represents a link to an animated GIF file. By default, this animated GIF file will be sent by the user with optional -caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the -animation. + +Represents a link to an animated GIF file. By default, this animated GIF file will be sent by the user with optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the animation. + | Field | Type | Description | | --- | --- | --- | @@ -4201,11 +5072,12 @@ animation. | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the GIF animation | + #### InlineQueryResultMpeg4Gif -Represents a link to a video animation (H.264/MPEG-4 AVC video without sound). By default, this animated MPEG-4 file -will be sent by the user with optional caption. Alternatively, you can use input_message_content to send a message with -the specified content instead of the animation. + +Represents a link to a video animation (H.264/MPEG-4 AVC video without sound). By default, this animated MPEG-4 file will be sent by the user with optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the animation. + | Field | Type | Description | | --- | --- | --- | @@ -4226,15 +5098,15 @@ the specified content instead of the animation. | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the video animation | + #### InlineQueryResultVideo -Represents a link to a page containing an embedded video player or a video file. By default, this video file will be -sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the -specified content instead of the video. +Represents a link to a page containing an embedded video player or a video file. By default, this video file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the video. + + +> If an InlineQueryResultVideo message contains an embedded video (e.g., YouTube), you must replace its content using input_message_content. -> If an InlineQueryResultVideo message contains an embedded video (e.g., YouTube), you must replace its content using -input_message_content. | Field | Type | Description | | --- | --- | --- | @@ -4256,10 +5128,12 @@ input_message_content. | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the video. This field is required if InlineQueryResultVideo is used to send an HTML-page as a result (e.g., a YouTube video). | + #### InlineQueryResultAudio -Represents a link to an MP3 audio file. By default, this audio file will be sent by the user. Alternatively, you can use -input_message_content to send a message with the specified content instead of the audio. + +Represents a link to an MP3 audio file. By default, this audio file will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the audio. + | Field | Type | Description | | --- | --- | --- | @@ -4276,11 +5150,12 @@ input_message_content to send a message with the specified content instead of th | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the audio | + #### InlineQueryResultVoice -Represents a link to a voice recording in an .OGG container encoded with OPUS. By default, this voice recording will be -sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead -of the the voice message. + +Represents a link to a voice recording in an .OGG container encoded with OPUS. By default, this voice recording will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the the voice message. + | Field | Type | Description | | --- | --- | --- | @@ -4296,11 +5171,12 @@ of the the voice message. | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the voice recording | + #### InlineQueryResultDocument -Represents a link to a file. By default, this file will be sent by the user with an optional caption. Alternatively, you -can use input_message_content to send a message with the specified content instead of the file. Currently, only .PDF and -.ZIP files can be sent using this method. + +Represents a link to a file. By default, this file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the file. Currently, only .PDF and .ZIP files can be sent using this method. + | Field | Type | Description | | --- | --- | --- | @@ -4320,10 +5196,12 @@ can use input_message_content to send a message with the specified content inste | thumbnail_width | Integer | Optional. Thumbnail width | | thumbnail_height | Integer | Optional. Thumbnail height | + #### InlineQueryResultLocation -Represents a location on a map. By default, the location will be sent by the user. Alternatively, you can use -input_message_content to send a message with the specified content instead of the location. + +Represents a location on a map. By default, the location will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the location. + | Field | Type | Description | | --- | --- | --- | @@ -4343,10 +5221,12 @@ input_message_content to send a message with the specified content instead of th | thumbnail_width | Integer | Optional. Thumbnail width | | thumbnail_height | Integer | Optional. Thumbnail height | + #### InlineQueryResultVenue -Represents a venue. By default, the venue will be sent by the user. Alternatively, you can use input_message_content to -send a message with the specified content instead of the venue. + +Represents a venue. By default, the venue will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the venue. + | Field | Type | Description | | --- | --- | --- | @@ -4367,10 +5247,12 @@ send a message with the specified content instead of the venue. | thumbnail_width | Integer | Optional. Thumbnail width | | thumbnail_height | Integer | Optional. Thumbnail height | + #### InlineQueryResultContact -Represents a contact with a phone number. By default, this contact will be sent by the user. Alternatively, you can use -input_message_content to send a message with the specified content instead of the contact. + +Represents a contact with a phone number. By default, this contact will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the contact. + | Field | Type | Description | | --- | --- | --- | @@ -4387,10 +5269,13 @@ input_message_content to send a message with the specified content instead of th | thumbnail_width | Integer | Optional. Thumbnail width | | thumbnail_height | Integer | Optional. Thumbnail height | + #### InlineQueryResultGame + Represents a Game. + | Field | Type | Description | | --- | --- | --- | | | @@ -4399,11 +5284,12 @@ Represents a Game. | game_short_name | String | Short name of the game | | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | + #### InlineQueryResultCachedPhoto -Represents a link to a photo stored on the Telegram servers. By default, this photo will be sent by the user with an -optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead -of the photo. + +Represents a link to a photo stored on the Telegram servers. By default, this photo will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the photo. + | Field | Type | Description | | --- | --- | --- | @@ -4420,11 +5306,12 @@ of the photo. | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the photo | + #### InlineQueryResultCachedGif -Represents a link to an animated GIF file stored on the Telegram servers. By default, this animated GIF file will be -sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with -specified content instead of the animation. + +Represents a link to an animated GIF file stored on the Telegram servers. By default, this animated GIF file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with specified content instead of the animation. + | Field | Type | Description | | --- | --- | --- | @@ -4440,11 +5327,12 @@ specified content instead of the animation. | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the GIF animation | + #### InlineQueryResultCachedMpeg4Gif -Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers. By -default, this animated MPEG-4 file will be sent by the user with an optional caption. Alternatively, you can use -input_message_content to send a message with the specified content instead of the animation. + +Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers. By default, this animated MPEG-4 file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the animation. + | Field | Type | Description | | --- | --- | --- | @@ -4460,10 +5348,12 @@ input_message_content to send a message with the specified content instead of th | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the video animation | + #### InlineQueryResultCachedSticker -Represents a link to a sticker stored on the Telegram servers. By default, this sticker will be sent by the user. -Alternatively, you can use input_message_content to send a message with the specified content instead of the sticker. + +Represents a link to a sticker stored on the Telegram servers. By default, this sticker will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the sticker. + | Field | Type | Description | | --- | --- | --- | @@ -4474,11 +5364,12 @@ Alternatively, you can use input_message_content to send a message with the spec | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the sticker | + #### InlineQueryResultCachedDocument -Represents a link to a file stored on the Telegram servers. By default, this file will be sent by the user with an -optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead -of the file. + +Represents a link to a file stored on the Telegram servers. By default, this file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the file. + | Field | Type | Description | | --- | --- | --- | @@ -4494,11 +5385,12 @@ of the file. | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the file | + #### InlineQueryResultCachedVideo -Represents a link to a video file stored on the Telegram servers. By default, this video file will be sent by the user -with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content -instead of the video. + +Represents a link to a video file stored on the Telegram servers. By default, this video file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the video. + | Field | Type | Description | | --- | --- | --- | @@ -4515,11 +5407,12 @@ instead of the video. | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the video | + #### InlineQueryResultCachedVoice -Represents a link to a voice message stored on the Telegram servers. By default, this voice message will be sent by the -user. Alternatively, you can use input_message_content to send a message with the specified content instead of the voice -message. + +Represents a link to a voice message stored on the Telegram servers. By default, this voice message will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the voice message. + | Field | Type | Description | | --- | --- | --- | @@ -4534,11 +5427,12 @@ message. | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the voice message | + #### InlineQueryResultCachedAudio -Represents a link to an MP3 audio file stored on the Telegram servers. By default, this audio file will be sent by the -user. Alternatively, you can use input_message_content to send a message with the specified content instead of the -audio. + +Represents a link to an MP3 audio file stored on the Telegram servers. By default, this audio file will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the audio. + | Field | Type | Description | | --- | --- | --- | @@ -4552,10 +5446,12 @@ audio. | reply_markup | InlineKeyboardMarkup | Optional. Inline keyboard attached to the message | | input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the audio | + #### InputMessageContent -This object represents the content of a message to be sent as a result of an inline query. Telegram clients currently -support the following 5 types: + +This object represents the content of a message to be sent as a result of an inline query. Telegram clients currently support the following 5 types: + * InputTextMessageContent * InputLocationMessageContent @@ -4563,10 +5459,13 @@ support the following 5 types: * InputContactMessageContent * InputInvoiceMessageContent + #### InputTextMessageContent + Represents the content of a text message to be sent as the result of an inline query. + | Field | Type | Description | | --- | --- | --- | | | @@ -4575,10 +5474,13 @@ Represents the content of a text message to be sent as the result of an inline q | entities | Array of MessageEntity | Optional. List of special entities that appear in message text, which can be specified instead of parse_mode | | link_preview_options | LinkPreviewOptions | Optional. Link preview generation options for the message | + #### InputLocationMessageContent + Represents the content of a location message to be sent as the result of an inline query. + | Field | Type | Description | | --- | --- | --- | | | @@ -4589,10 +5491,13 @@ Represents the content of a location message to be sent as the result of an inli | heading | Integer | Optional. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified. | | proximity_alert_radius | Integer | Optional. For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified. | + #### InputVenueMessageContent + Represents the content of a venue message to be sent as the result of an inline query. + | Field | Type | Description | | --- | --- | --- | | | @@ -4605,10 +5510,13 @@ Represents the content of a venue message to be sent as the result of an inline | google_place_id | String | Optional. Google Places identifier of the venue | | google_place_type | String | Optional. Google Places type of the venue. (See supported types.) | + #### InputContactMessageContent + Represents the content of a contact message to be sent as the result of an inline query. + | Field | Type | Description | | --- | --- | --- | | | @@ -4617,16 +5525,19 @@ Represents the content of a contact message to be sent as the result of an inlin | last_name | String | Optional. Contact's last name | | vcard | String | Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes | + #### InputInvoiceMessageContent + Represents the content of an invoice message to be sent as the result of an inline query. + | Field | Type | Description | | --- | --- | --- | | | | title | String | Product name, 1-32 characters | | description | String | Product description, 1-255 characters | -| payload | String | Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes. | +| payload | String | Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes. | | provider_token | String | Optional. Payment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars. | | currency | String | Three-letter ISO 4217 currency code, see more on currencies. Pass “XTR” for payments in Telegram Stars. | | prices | Array of LabeledPrice | Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in Telegram Stars. | @@ -4645,10 +5556,13 @@ Represents the content of an invoice message to be sent as the result of an inli | send_email_to_provider | Boolean | Optional. Pass True if the user's email address should be sent to the provider. Ignored for payments in Telegram Stars. | | is_flexible | Boolean | Optional. Pass True if the final price depends on the shipping method. Ignored for payments in Telegram Stars. | + #### ChosenInlineResult + Represents a result of an inline query that was chosen by the user and sent to their chat partner. + | Field | Type | Description | | --- | --- | --- | | | @@ -4658,12 +5572,15 @@ Represents a result of an inline query that was chosen by the user and sent to t | inline_message_id | String | Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. Will be also received in callback queries and can be used to edit the message. | | query | String | The query that was used to obtain the result | + Note: It is necessary to enable inline feedback via @BotFather in order to receive these objects in updates. + #### answerWebAppQuery -Use this method to set the result of an interaction with a Web App and send a corresponding message on behalf of the -user to the chat from which the query originated. On success, a SentWebAppMessage object is returned. + +Use this method to set the result of an interaction with a Web App and send a corresponding message on behalf of the user to the chat from which the query originated. On success, a SentWebAppMessage object is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -4671,24 +5588,61 @@ user to the chat from which the query originated. On success, a SentWebAppMessag | web_app_query_id | String | Yes | Unique identifier for the query to be answered | | result | InlineQueryResult | Yes | A JSON-serialized object describing the message to be sent | + #### SentWebAppMessage + Describes an inline message sent by a Web App on behalf of a user. + | Field | Type | Description | | --- | --- | --- | | | | inline_message_id | String | Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. | + +#### savePreparedInlineMessage + + +Stores a message that can be sent by a user of a Mini App. Returns a PreparedInlineMessage object. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | Unique identifier of the target user that can use the prepared message | +| result | InlineQueryResult | Yes | A JSON-serialized object describing the message to be sent | +| allow_user_chats | Boolean | Optional | Pass True if the message can be sent to private chats with users | +| allow_bot_chats | Boolean | Optional | Pass True if the message can be sent to private chats with bots | +| allow_group_chats | Boolean | Optional | Pass True if the message can be sent to group and supergroup chats | +| allow_channel_chats | Boolean | Optional | Pass True if the message can be sent to channel chats | + + +#### PreparedInlineMessage + + +Describes an inline message to be sent by a user of a Mini App. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| id | String | Unique identifier of the prepared message | +| expiration_date | Integer | Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used | + + ### Payments -Your bot can accept payments from Telegram users. Please see the introduction to payments for more details on the -process and how to set up payments for your bot. + +Your bot can accept payments from Telegram users. Please see the introduction to payments for more details on the process and how to set up payments for your bot. + #### sendInvoice + Use this method to send invoices. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -4696,7 +5650,7 @@ Use this method to send invoices. On success, the sent Message is returned. | message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only | | title | String | Yes | Product name, 1-32 characters | | description | String | Yes | Product description, 1-255 characters | -| payload | String | Yes | Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes. | +| payload | String | Yes | Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes. | | provider_token | String | Optional | Payment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars. | | currency | String | Yes | Three-letter ISO 4217 currency code, see more on currencies. Pass “XTR” for payments in Telegram Stars. | | prices | Array of LabeledPrice | Yes | Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in Telegram Stars. | @@ -4717,23 +5671,29 @@ Use this method to send invoices. On success, the sent Message is returned. | is_flexible | Boolean | Optional | Pass True if the final price depends on the shipping method. Ignored for payments in Telegram Stars. | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for an inline keyboard. If empty, one 'Pay total price' button will be shown. If not empty, the first button must be a Pay button. | + #### createInvoiceLink + Use this method to create a link for an invoice. Returns the created invoice link as String on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | +| business_connection_id | String | Optional | Unique identifier of the business connection on behalf of which the link will be created. For payments in Telegram Stars only. | | title | String | Yes | Product name, 1-32 characters | | description | String | Yes | Product description, 1-255 characters | -| payload | String | Yes | Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes. | +| payload | String | Yes | Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes. | | provider_token | String | Optional | Payment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars. | | currency | String | Yes | Three-letter ISO 4217 currency code, see more on currencies. Pass “XTR” for payments in Telegram Stars. | | prices | Array of LabeledPrice | Yes | Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in Telegram Stars. | +| subscription_period | Integer | Optional | The number of seconds the subscription will be active for before the next payment. The currency must be set to “XTR” (Telegram Stars) if the parameter is used. Currently, it must always be 2592000 (30 days) if specified. Any number of subscriptions can be active for a given bot at the same time, including multiple concurrent subscriptions from the same user. | | max_tip_amount | Integer | Optional | The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in Telegram Stars. | | suggested_tip_amounts | Array of Integer | Optional | A JSON-serialized array of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount. | | provider_data | String | Optional | JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider. | @@ -4749,11 +5709,12 @@ Use this method to create a link for an invoice. Returns the created invoice lin | send_email_to_provider | Boolean | Optional | Pass True if the user's email address should be sent to the provider. Ignored for payments in Telegram Stars. | | is_flexible | Boolean | Optional | Pass True if the final price depends on the shipping method. Ignored for payments in Telegram Stars. | + #### answerShippingQuery -If you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the Bot API will send -an Update with a shipping_query field to the bot. Use this method to reply to shipping queries. On success, True is -returned. + +If you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the Bot API will send an Update with a shipping_query field to the bot. Use this method to reply to shipping queries. On success, True is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -4763,11 +5724,12 @@ returned. | shipping_options | Array of ShippingOption | Optional | Required if ok is True. A JSON-serialized array of available shipping options. | | error_message | String | Optional | Required if ok is False. Error message in human readable form that explains why it is impossible to complete the order (e.g. "Sorry, delivery to your desired address is unavailable'). Telegram will display this message to the user. | + #### answerPreCheckoutQuery -Once the user has confirmed their payment and shipping details, the Bot API sends the final confirmation in the form of -an Update with the field pre_checkout_query. Use this method to respond to such pre-checkout queries. On success, True -is returned. Note: The Bot API must receive an answer within 10 seconds after the pre-checkout query was sent. + +Once the user has confirmed their payment and shipping details, the Bot API sends the final confirmation in the form of an Update with the field pre_checkout_query. Use this method to respond to such pre-checkout queries. On success, True is returned. Note: The Bot API must receive an answer within 10 seconds after the pre-checkout query was sent. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -4776,40 +5738,66 @@ is returned. Note: The Bot API must receive an answer within 10 seconds after th | ok | Boolean | Yes | Specify True if everything is alright (goods are available, etc.) and the bot is ready to proceed with the order. Use False if there are any problems. | | error_message | String | Optional | Required if ok is False. Error message in human readable form that explains the reason for failure to proceed with the checkout (e.g. "Sorry, somebody just bought the last of our amazing black T-shirts while you were busy filling out your payment details. Please choose a different color or garment!"). Telegram will display this message to the user. | + #### getStarTransactions + Returns the bot's Telegram Star transactions in chronological order. On success, returns a StarTransactions object. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | offset | Integer | Optional | Number of transactions to skip in the response | | limit | Integer | Optional | The maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100. | + #### refundStarPayment + Refunds a successful payment in Telegram Stars. Returns True on success. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | | user_id | Integer | Yes | Identifier of the user whose payment will be refunded | | telegram_payment_charge_id | String | Yes | Telegram payment identifier | + +#### editUserStarSubscription + + +Allows the bot to cancel or re-enable extension of a subscription paid in Telegram Stars. Returns True on success. + + +| Parameter | Type | Required | Description | +| --- | --- | --- | --- | +| | +| user_id | Integer | Yes | Identifier of the user whose subscription will be edited | +| telegram_payment_charge_id | String | Yes | Telegram payment identifier for the subscription | +| is_canceled | Boolean | Yes | Pass True to cancel extension of the user subscription; the subscription must be active up to the end of the current subscription period. Pass False to allow the user to re-enable a subscription that was previously canceled by the bot. | + + #### LabeledPrice + This object represents a portion of the price for goods or services. + | Field | Type | Description | | --- | --- | --- | | | | label | String | Portion label | | amount | Integer | Price of the product in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). | + #### Invoice + This object contains basic information about an invoice. + | Field | Type | Description | | --- | --- | --- | | | @@ -4819,10 +5807,13 @@ This object contains basic information about an invoice. | currency | String | Three-letter ISO 4217 currency code, or “XTR” for payments in Telegram Stars | | total_amount | Integer | Total price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). | + #### ShippingAddress + This object represents a shipping address. + | Field | Type | Description | | --- | --- | --- | | | @@ -4833,10 +5824,13 @@ This object represents a shipping address. | street_line2 | String | Second line for the address | | post_code | String | Address post code | + #### OrderInfo + This object represents information about an order. + | Field | Type | Description | | --- | --- | --- | | | @@ -4845,10 +5839,13 @@ This object represents information about an order. | email | String | Optional. User email | | shipping_address | ShippingAddress | Optional. User shipping address | + #### ShippingOption + This object represents one shipping option. + | Field | Type | Description | | --- | --- | --- | | | @@ -4856,25 +5853,34 @@ This object represents one shipping option. | title | String | Option title | | prices | Array of LabeledPrice | List of price portions | + #### SuccessfulPayment + This object contains basic information about a successful payment. + | Field | Type | Description | | --- | --- | --- | | | | currency | String | Three-letter ISO 4217 currency code, or “XTR” for payments in Telegram Stars | | total_amount | Integer | Total price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). | | invoice_payload | String | Bot-specified invoice payload | +| subscription_expiration_date | Integer | Optional. Expiration date of the subscription, in Unix time; for recurring payments only | +| is_recurring | True | Optional. True, if the payment is a recurring payment for a subscription | +| is_first_recurring | True | Optional. True, if the payment is the first payment for a subscription | | shipping_option_id | String | Optional. Identifier of the shipping option chosen by the user | | order_info | OrderInfo | Optional. Order information provided by the user | | telegram_payment_charge_id | String | Telegram payment identifier | | provider_payment_charge_id | String | Provider payment identifier | + #### RefundedPayment + This object contains basic information about a refunded payment. + | Field | Type | Description | | --- | --- | --- | | | @@ -4884,10 +5890,13 @@ This object contains basic information about a refunded payment. | telegram_payment_charge_id | String | Telegram payment identifier | | provider_payment_charge_id | String | Optional. Provider payment identifier | + #### ShippingQuery + This object contains information about an incoming shipping query. + | Field | Type | Description | | --- | --- | --- | | | @@ -4896,10 +5905,13 @@ This object contains information about an incoming shipping query. | invoice_payload | String | Bot-specified invoice payload | | shipping_address | ShippingAddress | User specified shipping address | + #### PreCheckoutQuery + This object contains information about an incoming pre-checkout query. + | Field | Type | Description | | --- | --- | --- | | | @@ -4911,27 +5923,49 @@ This object contains information about an incoming pre-checkout query. | shipping_option_id | String | Optional. Identifier of the shipping option chosen by the user | | order_info | OrderInfo | Optional. Order information provided by the user | + +#### PaidMediaPurchased + + +This object contains information about a paid media purchase. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| from | User | User who purchased the media | +| paid_media_payload | String | Bot-specified paid media payload | + + #### RevenueWithdrawalState + This object describes the state of a revenue withdrawal operation. Currently, it can be one of + * RevenueWithdrawalStatePending * RevenueWithdrawalStateSucceeded * RevenueWithdrawalStateFailed + #### RevenueWithdrawalStatePending + The withdrawal is in progress. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the state, always “pending” | + #### RevenueWithdrawalStateSucceeded + The withdrawal succeeded. + | Field | Type | Description | | --- | --- | --- | | | @@ -4939,107 +5973,152 @@ The withdrawal succeeded. | date | Integer | Date the withdrawal was completed in Unix time | | url | String | An HTTPS URL that can be used to see transaction details | + #### RevenueWithdrawalStateFailed + The withdrawal failed and the transaction was refunded. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the state, always “failed” | + #### TransactionPartner -This object describes the source of a transaction, or its recipient for outgoing transactions. Currently, it can be one -of + +This object describes the source of a transaction, or its recipient for outgoing transactions. Currently, it can be one of + * TransactionPartnerUser * TransactionPartnerFragment * TransactionPartnerTelegramAds +* TransactionPartnerTelegramApi * TransactionPartnerOther + #### TransactionPartnerUser + Describes a transaction with a user. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the transaction partner, always “user” | | user | User | Information about the user | | invoice_payload | String | Optional. Bot-specified invoice payload | +| subscription_period | Integer | Optional. The duration of the paid subscription | | paid_media | Array of PaidMedia | Optional. Information about the paid media bought by the user | +| paid_media_payload | String | Optional. Bot-specified paid media payload | +| gift | Gift | Optional. The gift sent to the user by the bot | + #### TransactionPartnerFragment + Describes a withdrawal transaction with Fragment. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the transaction partner, always “fragment” | | withdrawal_state | RevenueWithdrawalState | Optional. State of the transaction if the transaction is outgoing | + #### TransactionPartnerTelegramAds + Describes a withdrawal transaction to the Telegram Ads platform. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the transaction partner, always “telegram_ads” | + +#### TransactionPartnerTelegramApi + + +Describes a transaction with payment for paid broadcasting. + + +| Field | Type | Description | +| --- | --- | --- | +| | +| type | String | Type of the transaction partner, always “telegram_api” | +| request_count | Integer | The number of successful requests that exceeded regular limits and were therefore billed | + + #### TransactionPartnerOther + Describes a transaction with an unknown source or recipient. + | Field | Type | Description | | --- | --- | --- | | | | type | String | Type of the transaction partner, always “other” | + #### StarTransaction + Describes a Telegram Star transaction. + | Field | Type | Description | | --- | --- | --- | | | -| id | String | Unique identifier of the transaction. Coincides with the identifer of the original transaction for refund transactions. Coincides with SuccessfulPayment.telegram_payment_charge_id for successful incoming payments from users. | +| id | String | Unique identifier of the transaction. Coincides with the identifier of the original transaction for refund transactions. Coincides with SuccessfulPayment.telegram_payment_charge_id for successful incoming payments from users. | | amount | Integer | Number of Telegram Stars transferred by the transaction | | date | Integer | Date the transaction was created in Unix time | | source | TransactionPartner | Optional. Source of an incoming transaction (e.g., a user purchasing goods or services, Fragment refunding a failed withdrawal). Only for incoming transactions | | receiver | TransactionPartner | Optional. Receiver of an outgoing transaction (e.g., a user for a purchase refund, Fragment for a withdrawal). Only for outgoing transactions | + #### StarTransactions + Contains a list of Telegram Star transactions. + | Field | Type | Description | | --- | --- | --- | | | | transactions | Array of StarTransaction | The list of transactions | + ### Telegram Passport -Telegram Passport is a unified authorization method for services that require personal identification. Users can upload -their documents once, then instantly share their data with services that require real-world ID (finance, ICOs, etc.). -Please see the manual for details. + +Telegram Passport is a unified authorization method for services that require personal identification. Users can upload their documents once, then instantly share their data with services that require real-world ID (finance, ICOs, etc.). Please see the manual for details. + #### PassportData + Describes Telegram Passport data shared with the bot by the user. + | Field | Type | Description | | --- | --- | --- | | | | data | Array of EncryptedPassportElement | Array with information about documents and other Telegram Passport elements that was shared with the bot | | credentials | EncryptedCredentials | Encrypted credentials required to decrypt the data | + #### PassportFile -This object represents a file uploaded to Telegram Passport. Currently all Telegram Passport files are in JPEG format -when decrypted and don't exceed 10MB. + +This object represents a file uploaded to Telegram Passport. Currently all Telegram Passport files are in JPEG format when decrypted and don't exceed 10MB. + | Field | Type | Description | | --- | --- | --- | @@ -5049,10 +6128,13 @@ when decrypted and don't exceed 10MB. | file_size | Integer | File size in bytes | | file_date | Integer | Unix time when the file was uploaded | + #### EncryptedPassportElement + Describes documents or other Telegram Passport elements shared with the bot by the user. + | Field | Type | Description | | --- | --- | --- | | | @@ -5067,10 +6149,12 @@ Describes documents or other Telegram Passport elements shared with the bot by t | translation | Array of PassportFile | Optional. Array of encrypted files with translated versions of documents provided by the user; available if requested for “passport”, “driver_license”, “identity_card”, “internal_passport”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration” and “temporary_registration” types. Files can be decrypted and verified using the accompanying EncryptedCredentials. | | hash | String | Base64-encoded element hash for using in PassportElementErrorUnspecified | + #### EncryptedCredentials -Describes data required for decrypting and authenticating EncryptedPassportElement. See the Telegram Passport -Documentation for a complete description of the data decryption and authentication processes. + +Describes data required for decrypting and authenticating EncryptedPassportElement. See the Telegram Passport Documentation for a complete description of the data decryption and authentication processes. + | Field | Type | Description | | --- | --- | --- | @@ -5079,15 +6163,15 @@ Documentation for a complete description of the data decryption and authenticati | hash | String | Base64-encoded data hash for data authentication | | secret | String | Base64-encoded secret, encrypted with the bot's public RSA key, required for data decryption | + #### setPassportDataErrors -Informs a user that some of the Telegram Passport elements they provided contains errors. The user will not be able to -re-submit their Passport to you until the errors are fixed (the contents of the field for which you returned the error -must change). Returns True on success. -Use this if the data submitted by the user doesn't satisfy the standards your service requires for any reason. For -example, if a birthday date seems invalid, a submitted document is blurry, a scan shows evidence of tampering, etc. -Supply some details in the error message to make sure the user knows how to correct the issues. +Informs a user that some of the Telegram Passport elements they provided contains errors. The user will not be able to re-submit their Passport to you until the errors are fixed (the contents of the field for which you returned the error must change). Returns True on success. + + +Use this if the data submitted by the user doesn't satisfy the standards your service requires for any reason. For example, if a birthday date seems invalid, a submitted document is blurry, a scan shows evidence of tampering, etc. Supply some details in the error message to make sure the user knows how to correct the issues. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -5095,10 +6179,12 @@ Supply some details in the error message to make sure the user knows how to corr | user_id | Integer | Yes | User identifier | | errors | Array of PassportElementError | Yes | A JSON-serialized array describing the errors | + #### PassportElementError -This object represents an error in the Telegram Passport element which was submitted that should be resolved by the -user. It should be one of: + +This object represents an error in the Telegram Passport element which was submitted that should be resolved by the user. It should be one of: + * PassportElementErrorDataField * PassportElementErrorFrontSide @@ -5110,10 +6196,12 @@ user. It should be one of: * PassportElementErrorTranslationFiles * PassportElementErrorUnspecified + #### PassportElementErrorDataField -Represents an issue in one of the data fields that was provided by the user. The error is considered resolved when the -field's value changes. + +Represents an issue in one of the data fields that was provided by the user. The error is considered resolved when the field's value changes. + | Field | Type | Description | | --- | --- | --- | @@ -5124,10 +6212,12 @@ field's value changes. | data_hash | String | Base64-encoded data hash | | message | String | Error message | + #### PassportElementErrorFrontSide -Represents an issue with the front side of a document. The error is considered resolved when the file with the front -side of the document changes. + +Represents an issue with the front side of a document. The error is considered resolved when the file with the front side of the document changes. + | Field | Type | Description | | --- | --- | --- | @@ -5137,10 +6227,12 @@ side of the document changes. | file_hash | String | Base64-encoded hash of the file with the front side of the document | | message | String | Error message | + #### PassportElementErrorReverseSide -Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse -side of the document changes. + +Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes. + | Field | Type | Description | | --- | --- | --- | @@ -5150,10 +6242,12 @@ side of the document changes. | file_hash | String | Base64-encoded hash of the file with the reverse side of the document | | message | String | Error message | + #### PassportElementErrorSelfie -Represents an issue with the selfie with a document. The error is considered resolved when the file with the selfie -changes. + +Represents an issue with the selfie with a document. The error is considered resolved when the file with the selfie changes. + | Field | Type | Description | | --- | --- | --- | @@ -5163,10 +6257,13 @@ changes. | file_hash | String | Base64-encoded hash of the file with the selfie | | message | String | Error message | + #### PassportElementErrorFile + Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes. + | Field | Type | Description | | --- | --- | --- | | | @@ -5175,10 +6272,12 @@ Represents an issue with a document scan. The error is considered resolved when | file_hash | String | Base64-encoded file hash | | message | String | Error message | + #### PassportElementErrorFiles -Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans -changes. + +Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes. + | Field | Type | Description | | --- | --- | --- | @@ -5188,10 +6287,12 @@ changes. | file_hashes | Array of String | List of base64-encoded file hashes | | message | String | Error message | + #### PassportElementErrorTranslationFile -Represents an issue with one of the files that constitute the translation of a document. The error is considered -resolved when the file changes. + +Represents an issue with one of the files that constitute the translation of a document. The error is considered resolved when the file changes. + | Field | Type | Description | | --- | --- | --- | @@ -5201,10 +6302,12 @@ resolved when the file changes. | file_hash | String | Base64-encoded file hash | | message | String | Error message | + #### PassportElementErrorTranslationFiles -Represents an issue with the translated version of a document. The error is considered resolved when a file with the -document translation change. + +Represents an issue with the translated version of a document. The error is considered resolved when a file with the document translation change. + | Field | Type | Description | | --- | --- | --- | @@ -5214,10 +6317,13 @@ document translation change. | file_hashes | Array of String | List of base64-encoded file hashes | | message | String | Error message | + #### PassportElementErrorUnspecified + Represents an issue in an unspecified place. The error is considered resolved when new data is added. + | Field | Type | Description | | --- | --- | --- | | | @@ -5226,34 +6332,30 @@ Represents an issue in an unspecified place. The error is considered resolved wh | element_hash | String | Base64-encoded element hash | | message | String | Error message | + ### Games -Your bot can offer users HTML5 games to play solo or to compete against each other in groups and one-on-one chats. -Create games via @BotFather using the /newgame command. Please note that this kind of power requires responsibility: you -will need to accept the terms for each game that your bots will be offering. + +Your bot can offer users HTML5 games to play solo or to compete against each other in groups and one-on-one chats. Create games via @BotFather using the /newgame command. Please note that this kind of power requires responsibility: you will need to accept the terms for each game that your bots will be offering. + * Games are a new type of content on Telegram, represented by the Game and InlineQueryResultGame objects. -* Once you've created a game via BotFather, you can send games to chats as regular messages using the sendGame method, - or use inline mode with InlineQueryResultGame. -* If you send the game message without any buttons, it will automatically have a 'Play GameName' button. When this - button is pressed, your bot gets a CallbackQuery with the game_short_name of the requested game. You provide the - correct URL for this particular user and the app opens the game in the in-app browser. -* You can manually add multiple buttons to your game message. Please note that the first button in the first row must - always launch the game, using the field callback_game in InlineKeyboardButton. You can add extra buttons according to - taste: e.g., for a description of the rules, or to open the game's official community. -* To make your game more attractive, you can upload a GIF animation that demonstrates the game to the users via - BotFather (see Lumberjack for example). -* A game message will also display high scores for the current chat. Use setGameScore to post high scores to the chat - with the game, add the disable_edit_message parameter to disable automatic update of the message with the current - scoreboard. +* Once you've created a game via BotFather, you can send games to chats as regular messages using the sendGame method, or use inline mode with InlineQueryResultGame. +* If you send the game message without any buttons, it will automatically have a 'Play GameName' button. When this button is pressed, your bot gets a CallbackQuery with the game_short_name of the requested game. You provide the correct URL for this particular user and the app opens the game in the in-app browser. +* You can manually add multiple buttons to your game message. Please note that the first button in the first row must always launch the game, using the field callback_game in InlineKeyboardButton. You can add extra buttons according to taste: e.g., for a description of the rules, or to open the game's official community. +* To make your game more attractive, you can upload a GIF animation that demonstrates the game to the users via BotFather (see Lumberjack for example). +* A game message will also display high scores for the current chat. Use setGameScore to post high scores to the chat with the game, add the disable_edit_message parameter to disable automatic update of the message with the current scoreboard. * Use getGameHighScores to get data for in-game high score tables. * You can also add an extra sharing button for users to share their best score to different chats. * For examples of what can be done using this new stuff, check the @gamebot and @gamee bots. + #### sendGame + Use this method to send a game. On success, the sent Message is returned. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | | | @@ -5263,14 +6365,18 @@ Use this method to send a game. On success, the sent Message is returned. | game_short_name | String | Yes | Short name of the game, serves as the unique identifier for the game. Set up your games via @BotFather. | | disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. | | protect_content | Boolean | Optional | Protects the contents of the sent message from forwarding and saving | +| allow_paid_broadcast | Boolean | Optional | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance | | message_effect_id | String | Optional | Unique identifier of the message effect to be added to the message; for private chats only | | reply_parameters | ReplyParameters | Optional | Description of the message to reply to | | reply_markup | InlineKeyboardMarkup | Optional | A JSON-serialized object for an inline keyboard. If empty, one 'Play game_title' button will be shown. If not empty, the first button must launch the game. | + #### Game + This object represents a game. Use BotFather to create and edit games, their short names will act as unique identifiers. + | Field | Type | Description | | --- | --- | --- | | | @@ -5281,15 +6387,18 @@ This object represents a game. Use BotFather to create and edit games, their sho | text_entities | Array of MessageEntity | Optional. Special entities that appear in text, such as usernames, URLs, bot commands, etc. | | animation | Animation | Optional. Animation that will be displayed in the game message in chats. Upload via BotFather | + #### CallbackGame + A placeholder, currently holds no information. Use BotFather to set up your game. + #### setGameScore -Use this method to set the score of the specified user in a game message. On success, if the message is not an inline -message, the Message is returned, otherwise True is returned. Returns an error, if the new score is not greater than the -user's current score in the chat and force is False. + +Use this method to set the score of the specified user in a game message. On success, if the message is not an inline message, the Message is returned, otherwise True is returned. Returns an error, if the new score is not greater than the user's current score in the chat and force is False. + | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -5302,15 +6411,15 @@ user's current score in the chat and force is False. | message_id | Integer | Optional | Required if inline_message_id is not specified. Identifier of the sent message | | inline_message_id | String | Optional | Required if chat_id and message_id are not specified. Identifier of the inline message | + #### getGameHighScores -Use this method to get data for high score tables. Will return the score of the specified user and several of their -neighbors in a game. Returns an Array of GameHighScore objects. +Use this method to get data for high score tables. Will return the score of the specified user and several of their neighbors in a game. Returns an Array of GameHighScore objects. + + +> This method will currently return scores for the target user, plus two of their closest neighbors on each side. Will also return the top three users if the user and their neighbors are not among them. Please note that this behavior is subject to change. -> This method will currently return scores for the target user, plus two of their closest neighbors on each side. Will -also return the top three users if the user and their neighbors are not among them. Please note that this behavior is -subject to change. | Parameter | Type | Required | Description | | --- | --- | --- | --- | @@ -5320,10 +6429,13 @@ subject to change. | message_id | Integer | Optional | Required if inline_message_id is not specified. Identifier of the sent message | | inline_message_id | String | Optional | Required if chat_id and message_id are not specified. Identifier of the inline message | + #### GameHighScore + This object represents one row of the high scores table for a game. + | Field | Type | Description | | --- | --- | --- | | | @@ -5331,6 +6443,7 @@ This object represents one row of the high scores table for a game. | user | User | User | | score | Integer | Score | + --- diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/CopyMessage.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/CopyMessage.kt index 23c57f3..7a8445f 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/CopyMessage.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/CopyMessage.kt @@ -59,6 +59,10 @@ public data class CopyMessage( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Description of the message to reply to */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/CreateInvoiceLink.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/CreateInvoiceLink.kt index b5e9e03..3fad353 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/CreateInvoiceLink.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/CreateInvoiceLink.kt @@ -16,6 +16,10 @@ import kotlinx.serialization.builtins.serializer */ @Serializable public data class CreateInvoiceLink( + /** + * Unique identifier of the business connection on behalf of which the link will be created. For payments in [Telegram Stars](https://t.me/BotNews/90) only. + */ + public val business_connection_id: String? = null, /** * Product name, 1-32 characters */ @@ -25,7 +29,7 @@ public data class CreateInvoiceLink( */ public val description: String, /** - * Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes. + * Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes. */ public val payload: String, /** @@ -40,6 +44,10 @@ public data class CreateInvoiceLink( * Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in [Telegram Stars](https://t.me/BotNews/90). */ public val prices: List, + /** + * The number of seconds the subscription will be active for before the next payment. The currency must be set to "XTR" (Telegram Stars) if the parameter is used. Currently, it must always be 2592000 (30 days) if specified. Any number of subscriptions can be active for a given bot at the same time, including multiple concurrent subscriptions from the same user. + */ + public val subscription_period: Int? = null, /** * The maximum accepted amount for tips in the *smallest units* of the currency (integer, **not** float/double). For example, for a maximum tip of `US$ 1.45` pass `max_tip_amount = 145`. See the *exp* parameter in [currencies.json](https://core.telegram.org/bots/payments/currencies.json), it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in [Telegram Stars](https://t.me/BotNews/90). */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/EditMessageMedia.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/EditMessageMedia.kt index c208903..3bb899b 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/EditMessageMedia.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/EditMessageMedia.kt @@ -12,7 +12,7 @@ import kotlinx.serialization.KSerializer import kotlinx.serialization.Serializable /** - * Use this method to edit animation, audio, document, photo, or video messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its file_id or specify a URL. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent. + * Use this method to edit animation, audio, document, photo, or video messages, or to add media to text messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its file_id or specify a URL. On success, if the edited message is not an inline message, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent. */ @Serializable public data class EditMessageMedia( diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/EditUserStarSubscription.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/EditUserStarSubscription.kt new file mode 100644 index 0000000..1fec695 --- /dev/null +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/EditUserStarSubscription.kt @@ -0,0 +1,38 @@ +package io.heapy.kotbot.bot.method + +import io.heapy.kotbot.bot.Method +import io.heapy.kotbot.bot.Response +import kotlin.Boolean +import kotlin.Long +import kotlin.String +import kotlinx.serialization.KSerializer +import kotlinx.serialization.Serializable +import kotlinx.serialization.builtins.serializer + +/** + * Allows the bot to cancel or re-enable extension of a subscription paid in Telegram Stars. Returns *True* on success. + */ +@Serializable +public data class EditUserStarSubscription( + /** + * Identifier of the user whose subscription will be edited + */ + public val user_id: Long, + /** + * Telegram payment identifier for the subscription + */ + public val telegram_payment_charge_id: String, + /** + * Pass *True* to cancel extension of the user subscription; the subscription must be active up to the end of the current subscription period. Pass *False* to allow the user to re-enable a subscription that was previously canceled by the bot. + */ + public val is_canceled: Boolean, +) : Method by Companion { + public companion object : Method { + override val _deserializer: KSerializer> = + Response.serializer(Boolean.serializer()) + + override val _serializer: KSerializer = serializer() + + override val _name: String = "editUserStarSubscription" + } +} diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/GetAvailableGifts.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/GetAvailableGifts.kt new file mode 100644 index 0000000..4f0a05f --- /dev/null +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/GetAvailableGifts.kt @@ -0,0 +1,23 @@ +package io.heapy.kotbot.bot.method + +import io.heapy.kotbot.bot.Method +import io.heapy.kotbot.bot.Response +import io.heapy.kotbot.bot.model.Gifts +import kotlin.String +import kotlinx.serialization.KSerializer +import kotlinx.serialization.Serializable + +/** + * Returns the list of gifts that can be sent by the bot to users. Requires no parameters. Returns a [Gifts](https://core.telegram.org/bots/api/#gifts) object. + */ +@Serializable +public class GetAvailableGifts : Method by Companion { + public companion object : Method { + override val _deserializer: KSerializer> = + Response.serializer(Gifts.serializer()) + + override val _serializer: KSerializer = serializer() + + override val _name: String = "getAvailableGifts" + } +} diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/GetForumTopicIconStickers.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/GetForumTopicIconStickers.kt index e914678..53a8cd2 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/GetForumTopicIconStickers.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/GetForumTopicIconStickers.kt @@ -13,8 +13,7 @@ import kotlinx.serialization.builtins.ListSerializer * Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no parameters. Returns an Array of [Sticker](https://core.telegram.org/bots/api/#sticker) objects. */ @Serializable -public class GetForumTopicIconStickers : Method> by - Companion { +public class GetForumTopicIconStickers : Method> by Companion { public companion object : Method> { override val _deserializer: KSerializer>> = Response.serializer(ListSerializer(Sticker.serializer())) diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SavePreparedInlineMessage.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SavePreparedInlineMessage.kt new file mode 100644 index 0000000..87243cb --- /dev/null +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SavePreparedInlineMessage.kt @@ -0,0 +1,51 @@ +package io.heapy.kotbot.bot.method + +import io.heapy.kotbot.bot.Method +import io.heapy.kotbot.bot.Response +import io.heapy.kotbot.bot.model.InlineQueryResult +import io.heapy.kotbot.bot.model.PreparedInlineMessage +import kotlin.Boolean +import kotlin.Long +import kotlin.String +import kotlinx.serialization.KSerializer +import kotlinx.serialization.Serializable + +/** + * Stores a message that can be sent by a user of a Mini App. Returns a [PreparedInlineMessage](https://core.telegram.org/bots/api/#preparedinlinemessage) object. + */ +@Serializable +public data class SavePreparedInlineMessage( + /** + * Unique identifier of the target user that can use the prepared message + */ + public val user_id: Long, + /** + * A JSON-serialized object describing the message to be sent + */ + public val result: InlineQueryResult, + /** + * Pass *True* if the message can be sent to private chats with users + */ + public val allow_user_chats: Boolean? = null, + /** + * Pass *True* if the message can be sent to private chats with bots + */ + public val allow_bot_chats: Boolean? = null, + /** + * Pass *True* if the message can be sent to group and supergroup chats + */ + public val allow_group_chats: Boolean? = null, + /** + * Pass *True* if the message can be sent to channel chats + */ + public val allow_channel_chats: Boolean? = null, +) : Method by Companion { + public companion object : Method { + override val _deserializer: KSerializer> = + Response.serializer(PreparedInlineMessage.serializer()) + + override val _serializer: KSerializer = serializer() + + override val _name: String = "savePreparedInlineMessage" + } +} diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendAnimation.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendAnimation.kt index b4388dc..06084d8 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendAnimation.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendAnimation.kt @@ -81,6 +81,10 @@ public data class SendAnimation( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendAudio.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendAudio.kt index 8b461ec..8dd45c8 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendAudio.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendAudio.kt @@ -75,6 +75,10 @@ public data class SendAudio( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendContact.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendContact.kt index 716d894..e9e713d 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendContact.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendContact.kt @@ -53,6 +53,10 @@ public data class SendContact( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendDice.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendDice.kt index 8773749..f6efae7 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendDice.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendDice.kt @@ -41,6 +41,10 @@ public data class SendDice( * Protects the contents of the sent message from forwarding */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendDocument.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendDocument.kt index 67437f4..85f3d7b 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendDocument.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendDocument.kt @@ -65,6 +65,10 @@ public data class SendDocument( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendGame.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendGame.kt index 672e3c4..d09db6e 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendGame.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendGame.kt @@ -41,6 +41,10 @@ public data class SendGame( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendGift.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendGift.kt new file mode 100644 index 0000000..8e7127f --- /dev/null +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendGift.kt @@ -0,0 +1,48 @@ +package io.heapy.kotbot.bot.method + +import io.heapy.kotbot.bot.Method +import io.heapy.kotbot.bot.Response +import io.heapy.kotbot.bot.model.MessageEntity +import kotlin.Boolean +import kotlin.Long +import kotlin.String +import kotlin.collections.List +import kotlinx.serialization.KSerializer +import kotlinx.serialization.Serializable +import kotlinx.serialization.builtins.serializer + +/** + * Sends a gift to the given user. The gift can't be converted to Telegram Stars by the user. Returns *True* on success. + */ +@Serializable +public data class SendGift( + /** + * Unique identifier of the target user that will receive the gift + */ + public val user_id: Long, + /** + * Identifier of the gift + */ + public val gift_id: String, + /** + * Text that will be shown along with the gift; 0-255 characters + */ + public val text: String? = null, + /** + * Mode for parsing entities in the text. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details. Entities other than "bold", "italic", "underline", "strikethrough", "spoiler", and "custom_emoji" are ignored. + */ + public val text_parse_mode: String? = null, + /** + * A JSON-serialized list of special entities that appear in the gift text. It can be specified instead of *text_parse_mode*. Entities other than "bold", "italic", "underline", "strikethrough", "spoiler", and "custom_emoji" are ignored. + */ + public val text_entities: List? = null, +) : Method by Companion { + public companion object : Method { + override val _deserializer: KSerializer> = + Response.serializer(Boolean.serializer()) + + override val _serializer: KSerializer = serializer() + + override val _name: String = "sendGift" + } +} diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendInvoice.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendInvoice.kt index 8150576..4ff55e2 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendInvoice.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendInvoice.kt @@ -36,7 +36,7 @@ public data class SendInvoice( */ public val description: String, /** - * Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes. + * Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes. */ public val payload: String, /** @@ -119,6 +119,10 @@ public data class SendInvoice( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendLocation.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendLocation.kt index c870ab2..18ab909 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendLocation.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendLocation.kt @@ -62,6 +62,10 @@ public data class SendLocation( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendMediaGroup.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendMediaGroup.kt index 1a26af5..2cc8655 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendMediaGroup.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendMediaGroup.kt @@ -43,6 +43,10 @@ public data class SendMediaGroup( * Protects the contents of the sent messages from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendMessage.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendMessage.kt index f1721d8..88683e2 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendMessage.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendMessage.kt @@ -56,6 +56,10 @@ public data class SendMessage( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendPaidMedia.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendPaidMedia.kt index e478117..e07e715 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendPaidMedia.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendPaidMedia.kt @@ -29,13 +29,17 @@ public data class SendPaidMedia( */ public val chat_id: ChatId, /** - * The number of Telegram Stars that must be paid to buy access to the media + * The number of Telegram Stars that must be paid to buy access to the media; 1-2500 */ public val star_count: Int, /** * A JSON-serialized array describing the media to be sent; up to 10 items */ public val media: List, + /** + * Bot-defined paid media payload, 0-128 bytes. This will not be displayed to the user, use it for your internal processes. + */ + public val payload: String? = null, /** * Media caption, 0-1024 characters after entities parsing */ @@ -60,6 +64,10 @@ public data class SendPaidMedia( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Description of the message to reply to */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendPhoto.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendPhoto.kt index 8a3263a..2ae05e2 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendPhoto.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendPhoto.kt @@ -64,6 +64,10 @@ public data class SendPhoto( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendPoll.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendPoll.kt index 10a6b02..4931ff9 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendPoll.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendPoll.kt @@ -97,6 +97,10 @@ public data class SendPoll( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendSticker.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendSticker.kt index 3d88278..5abf1a0 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendSticker.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendSticker.kt @@ -46,6 +46,10 @@ public data class SendSticker( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVenue.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVenue.kt index 271c434..7fbdf7f 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVenue.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVenue.kt @@ -70,6 +70,10 @@ public data class SendVenue( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVideo.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVideo.kt index 7faaac2..0e960d9 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVideo.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVideo.kt @@ -85,6 +85,10 @@ public data class SendVideo( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVideoNote.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVideoNote.kt index 728386b..05bfe38 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVideoNote.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVideoNote.kt @@ -55,6 +55,10 @@ public data class SendVideoNote( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVoice.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVoice.kt index e3788be..74bb91d 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVoice.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SendVoice.kt @@ -60,6 +60,10 @@ public data class SendVoice( * Protects the contents of the sent message from forwarding and saving */ public val protect_content: Boolean? = null, + /** + * Pass *True* to allow up to 1000 messages per second, ignoring [broadcasting limits](https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once) for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance + */ + public val allow_paid_broadcast: Boolean? = null, /** * Unique identifier of the message effect to be added to the message; for private chats only */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SetUserEmojiStatus.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SetUserEmojiStatus.kt new file mode 100644 index 0000000..56a8b42 --- /dev/null +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/method/SetUserEmojiStatus.kt @@ -0,0 +1,39 @@ +package io.heapy.kotbot.bot.method + +import io.heapy.kotbot.bot.Method +import io.heapy.kotbot.bot.Response +import kotlin.Boolean +import kotlin.Int +import kotlin.Long +import kotlin.String +import kotlinx.serialization.KSerializer +import kotlinx.serialization.Serializable +import kotlinx.serialization.builtins.serializer + +/** + * Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method [requestEmojiStatusAccess](https://core.telegram.org/bots/webapps#initializing-mini-apps). Returns *True* on success. + */ +@Serializable +public data class SetUserEmojiStatus( + /** + * Unique identifier of the target user + */ + public val user_id: Long, + /** + * Custom emoji identifier of the emoji status to set. Pass an empty string to remove the status. + */ + public val emoji_status_custom_emoji_id: String? = null, + /** + * Expiration date of the emoji status, if any + */ + public val emoji_status_expiration_date: Int? = null, +) : Method by Companion { + public companion object : Method { + override val _deserializer: KSerializer> = + Response.serializer(Boolean.serializer()) + + override val _serializer: KSerializer = serializer() + + override val _name: String = "setUserEmojiStatus" + } +} diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/ChatBoostSourceGiveaway.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/ChatBoostSourceGiveaway.kt index d66f035..771ceb6 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/ChatBoostSourceGiveaway.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/ChatBoostSourceGiveaway.kt @@ -6,7 +6,7 @@ import kotlin.String import kotlinx.serialization.Serializable /** - * The boost was obtained by the creation of a Telegram Premium giveaway. This boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription. + * The boost was obtained by the creation of a Telegram Premium or a Telegram Star giveaway. This boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription for Telegram Premium giveaways and *prize_star_count* / 500 times for one year for Telegram Star giveaways. */ @Serializable public data class ChatBoostSourceGiveaway( @@ -19,9 +19,13 @@ public data class ChatBoostSourceGiveaway( */ public val giveaway_message_id: Int, /** - * *Optional*. User that won the prize in the giveaway if any + * *Optional*. User that won the prize in the giveaway if any; for Telegram Premium giveaways only */ public val user: User? = null, + /** + * *Optional*. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only + */ + public val prize_star_count: Int? = null, /** * *Optional*. True, if the giveaway was completed, but there was no user to win the prize */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/CopyTextButton.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/CopyTextButton.kt new file mode 100644 index 0000000..3d3bd0e --- /dev/null +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/CopyTextButton.kt @@ -0,0 +1,15 @@ +package io.heapy.kotbot.bot.model + +import kotlin.String +import kotlinx.serialization.Serializable + +/** + * This object represents an inline keyboard button that copies specified text to the clipboard. + */ +@Serializable +public data class CopyTextButton( + /** + * The text to be copied to the clipboard; 1-256 characters + */ + public val text: String, +) diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Gift.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Gift.kt new file mode 100644 index 0000000..f6fdd18 --- /dev/null +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Gift.kt @@ -0,0 +1,32 @@ +package io.heapy.kotbot.bot.model + +import kotlin.Int +import kotlin.String +import kotlinx.serialization.Serializable + +/** + * This object represents a gift that can be sent by the bot. + */ +@Serializable +public data class Gift( + /** + * Unique identifier of the gift + */ + public val id: String, + /** + * The sticker that represents the gift + */ + public val sticker: Sticker, + /** + * The number of Telegram Stars that must be paid to send the sticker + */ + public val star_count: Int, + /** + * *Optional*. The total number of the gifts of this type that can be sent; for limited gifts only + */ + public val total_count: Int? = null, + /** + * *Optional*. The number of remaining gifts of this type that can be sent; for limited gifts only + */ + public val remaining_count: Int? = null, +) diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Gifts.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Gifts.kt new file mode 100644 index 0000000..2cc1a79 --- /dev/null +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Gifts.kt @@ -0,0 +1,15 @@ +package io.heapy.kotbot.bot.model + +import kotlin.collections.List +import kotlinx.serialization.Serializable + +/** + * This object represent a list of gifts. + */ +@Serializable +public data class Gifts( + /** + * The list of gifts + */ + public val gifts: List, +) diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Giveaway.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Giveaway.kt index 6e46ebc..1b4cddb 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Giveaway.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Giveaway.kt @@ -41,7 +41,11 @@ public data class Giveaway( */ public val country_codes: List? = null, /** - * *Optional*. The number of months the Telegram Premium subscription won from the giveaway will be active for + * *Optional*. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only + */ + public val prize_star_count: Int? = null, + /** + * *Optional*. The number of months the Telegram Premium subscription won from the giveaway will be active for; for Telegram Premium giveaways only */ public val premium_subscription_month_count: Int? = null, ) diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/GiveawayCompleted.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/GiveawayCompleted.kt index ce8ee5f..45e64fa 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/GiveawayCompleted.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/GiveawayCompleted.kt @@ -1,5 +1,6 @@ package io.heapy.kotbot.bot.model +import kotlin.Boolean import kotlin.Int import kotlinx.serialization.Serializable @@ -20,4 +21,8 @@ public data class GiveawayCompleted( * *Optional*. Message with the giveaway that was completed, if it wasn't deleted */ public val giveaway_message: Message? = null, + /** + * *Optional*. *True*, if the giveaway is a Telegram Star giveaway. Otherwise, currently, the giveaway is a Telegram Premium giveaway. + */ + public val is_star_giveaway: Boolean? = null, ) diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/GiveawayCreated.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/GiveawayCreated.kt index c6d9769..b383189 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/GiveawayCreated.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/GiveawayCreated.kt @@ -1,9 +1,15 @@ package io.heapy.kotbot.bot.model +import kotlin.Int import kotlinx.serialization.Serializable /** - * This object represents a service message about the creation of a scheduled giveaway. Currently holds no information. + * This object represents a service message about the creation of a scheduled giveaway. */ @Serializable -public class GiveawayCreated +public data class GiveawayCreated( + /** + * *Optional*. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only + */ + public val prize_star_count: Int? = null, +) diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/GiveawayWinners.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/GiveawayWinners.kt index c6d7fba..f6e5670 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/GiveawayWinners.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/GiveawayWinners.kt @@ -37,7 +37,11 @@ public data class GiveawayWinners( */ public val additional_chat_count: Int? = null, /** - * *Optional*. The number of months the Telegram Premium subscription won from the giveaway will be active for + * *Optional*. The number of Telegram Stars that were split between giveaway winners; for Telegram Star giveaways only + */ + public val prize_star_count: Int? = null, + /** + * *Optional*. The number of months the Telegram Premium subscription won from the giveaway will be active for; for Telegram Premium giveaways only */ public val premium_subscription_month_count: Int? = null, /** diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/InlineKeyboardButton.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/InlineKeyboardButton.kt index 81ee3f3..a040e9f 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/InlineKeyboardButton.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/InlineKeyboardButton.kt @@ -43,6 +43,10 @@ public data class InlineKeyboardButton( * *Optional*. If set, pressing the button will prompt the user to select one of their chats of the specified type, open that chat and insert the bot's username and the specified inline query in the input field. Not supported for messages sent on behalf of a Telegram Business account. */ public val switch_inline_query_chosen_chat: SwitchInlineQueryChosenChat? = null, + /** + * *Optional*. Description of the button that copies the specified text to the clipboard. + */ + public val copy_text: CopyTextButton? = null, /** * *Optional*. Description of the game that will be launched when the user presses the button. * diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/InputInvoiceMessageContent.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/InputInvoiceMessageContent.kt index 7bba8dd..b3dc5d7 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/InputInvoiceMessageContent.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/InputInvoiceMessageContent.kt @@ -20,7 +20,7 @@ public data class InputInvoiceMessageContent( */ public val description: String, /** - * Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes. + * Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes. */ public val payload: String, /** diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Message.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Message.kt index 51df850..bbd39ff 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Message.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Message.kt @@ -13,7 +13,7 @@ import kotlinx.serialization.Serializable @Serializable public data class Message( /** - * Unique message identifier inside this chat + * Unique message identifier inside this chat. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent */ public val message_id: Int, /** diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/MessageEntity.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/MessageEntity.kt index a8c8358..10a8301 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/MessageEntity.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/MessageEntity.kt @@ -10,7 +10,7 @@ import kotlinx.serialization.Serializable @Serializable public data class MessageEntity( /** - * Type of the entity. Currently, can be "mention" (`@username`), "hashtag" (`#hashtag`), "cashtag" (`$USD`), "bot_command" (`/start@jobs_bot`), "url" (`https://telegram.org`), "email" (`do-not-reply@telegram.org`), "phone_number" (`+1-212-555-0123`), "bold" (**bold text**), "italic" (*italic text*), "underline" (underlined text), "strikethrough" (strikethrough text), "spoiler" (spoiler message), "blockquote" (block quotation), "expandable_blockquote" (collapsed-by-default block quotation), "code" (monowidth string), "pre" (monowidth block), "text_link" (for clickable text URLs), "text_mention" (for users [without usernames](https://telegram.org/blog/edit#new-mentions)), "custom_emoji" (for inline custom emoji stickers) + * Type of the entity. Currently, can be "mention" (`@username`), "hashtag" (`#hashtag` or `#hashtag@chatusername`), "cashtag" (`$USD` or `$USD@chatusername`), "bot_command" (`/start@jobs_bot`), "url" (`https://telegram.org`), "email" (`do-not-reply@telegram.org`), "phone_number" (`+1-212-555-0123`), "bold" (**bold text**), "italic" (*italic text*), "underline" (underlined text), "strikethrough" (strikethrough text), "spoiler" (spoiler message), "blockquote" (block quotation), "expandable_blockquote" (collapsed-by-default block quotation), "code" (monowidth string), "pre" (monowidth block), "text_link" (for clickable text URLs), "text_mention" (for users [without usernames](https://telegram.org/blog/edit#new-mentions)), "custom_emoji" (for inline custom emoji stickers) */ public val type: String, /** diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/MessageId.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/MessageId.kt index ee3e65e..a8139c3 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/MessageId.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/MessageId.kt @@ -9,7 +9,7 @@ import kotlinx.serialization.Serializable @Serializable public data class MessageId( /** - * Unique message identifier + * Unique message identifier. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent */ public val message_id: Int, ) diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/PaidMediaPurchased.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/PaidMediaPurchased.kt new file mode 100644 index 0000000..cca371b --- /dev/null +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/PaidMediaPurchased.kt @@ -0,0 +1,19 @@ +package io.heapy.kotbot.bot.model + +import kotlin.String +import kotlinx.serialization.Serializable + +/** + * This object contains information about a paid media purchase. + */ +@Serializable +public data class PaidMediaPurchased( + /** + * User who purchased the media + */ + public val from: User, + /** + * Bot-specified paid media payload + */ + public val paid_media_payload: String, +) diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/PreparedInlineMessage.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/PreparedInlineMessage.kt new file mode 100644 index 0000000..364eaf1 --- /dev/null +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/PreparedInlineMessage.kt @@ -0,0 +1,20 @@ +package io.heapy.kotbot.bot.model + +import kotlin.Long +import kotlin.String +import kotlinx.serialization.Serializable + +/** + * Describes an inline message to be sent by a user of a Mini App. + */ +@Serializable +public data class PreparedInlineMessage( + /** + * Unique identifier of the prepared message + */ + public val id: String, + /** + * Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used + */ + public val expiration_date: Long, +) diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/StarTransaction.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/StarTransaction.kt index aa68be7..74d9ef2 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/StarTransaction.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/StarTransaction.kt @@ -11,7 +11,7 @@ import kotlinx.serialization.Serializable @Serializable public data class StarTransaction( /** - * Unique identifier of the transaction. Coincides with the identifer of the original transaction for refund transactions. Coincides with *SuccessfulPayment.telegram_payment_charge_id* for successful incoming payments from users. + * Unique identifier of the transaction. Coincides with the identifier of the original transaction for refund transactions. Coincides with *SuccessfulPayment.telegram_payment_charge_id* for successful incoming payments from users. */ public val id: String, /** diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/SuccessfulPayment.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/SuccessfulPayment.kt index 9b4af17..0a9a1bb 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/SuccessfulPayment.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/SuccessfulPayment.kt @@ -1,6 +1,8 @@ package io.heapy.kotbot.bot.model +import kotlin.Boolean import kotlin.Int +import kotlin.Long import kotlin.String import kotlinx.serialization.Serializable @@ -21,6 +23,18 @@ public data class SuccessfulPayment( * Bot-specified invoice payload */ public val invoice_payload: String, + /** + * *Optional*. Expiration date of the subscription, in Unix time; for recurring payments only + */ + public val subscription_expiration_date: Long? = null, + /** + * *Optional*. True, if the payment is a recurring payment for a subscription + */ + public val is_recurring: Boolean? = null, + /** + * *Optional*. True, if the payment is the first payment for a subscription + */ + public val is_first_recurring: Boolean? = null, /** * *Optional*. Identifier of the shipping option chosen by the user */ diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/TransactionPartner.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/TransactionPartner.kt index 4017c90..4ffd9da 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/TransactionPartner.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/TransactionPartner.kt @@ -9,6 +9,7 @@ import kotlinx.serialization.Serializable * * [TransactionPartnerUser](https://core.telegram.org/bots/api/#transactionpartneruser) * * [TransactionPartnerFragment](https://core.telegram.org/bots/api/#transactionpartnerfragment) * * [TransactionPartnerTelegramAds](https://core.telegram.org/bots/api/#transactionpartnertelegramads) + * * [TransactionPartnerTelegramApi](https://core.telegram.org/bots/api/#transactionpartnertelegramapi) * * [TransactionPartnerOther](https://core.telegram.org/bots/api/#transactionpartnerother) */ @Serializable(with = TransactionPartnerSerializer::class) diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/TransactionPartnerTelegramApi.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/TransactionPartnerTelegramApi.kt new file mode 100644 index 0000000..acb569a --- /dev/null +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/TransactionPartnerTelegramApi.kt @@ -0,0 +1,20 @@ +package io.heapy.kotbot.bot.model + +import kotlin.Int +import kotlin.String +import kotlinx.serialization.Serializable + +/** + * Describes a transaction with payment for [paid broadcasting](https://core.telegram.org/bots/api/#paid-broadcasts). + */ +@Serializable +public data class TransactionPartnerTelegramApi( + /** + * Type of the transaction partner, always "telegram_api" + */ + public val type: String, + /** + * The number of successful requests that exceeded regular limits and were therefore billed + */ + public val request_count: Int, +) : TransactionPartner diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/TransactionPartnerUser.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/TransactionPartnerUser.kt index ca9515e..3c1f07e 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/TransactionPartnerUser.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/TransactionPartnerUser.kt @@ -1,5 +1,6 @@ package io.heapy.kotbot.bot.model +import kotlin.Int import kotlin.String import kotlin.collections.List import kotlinx.serialization.Serializable @@ -21,8 +22,20 @@ public data class TransactionPartnerUser( * *Optional*. Bot-specified invoice payload */ public val invoice_payload: String? = null, + /** + * *Optional*. The duration of the paid subscription + */ + public val subscription_period: Int? = null, /** * *Optional*. Information about the paid media bought by the user */ public val paid_media: List? = null, + /** + * *Optional*. Bot-specified paid media payload + */ + public val paid_media_payload: String? = null, + /** + * *Optional*. The gift sent to the user by the bot + */ + public val gift: Gift? = null, ) : TransactionPartner diff --git a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Update.kt b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Update.kt index 701e12d..d4da940 100644 --- a/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Update.kt +++ b/core/src/generated/kotlin/io/heapy/kotbot/bot/model/Update.kt @@ -73,6 +73,10 @@ public data class Update( * *Optional*. New incoming pre-checkout query. Contains full information about checkout */ public val pre_checkout_query: PreCheckoutQuery? = null, + /** + * *Optional*. A user purchased paid media with a non-empty payload sent by the bot in a non-channel chat + */ + public val purchased_paid_media: PaidMediaPurchased? = null, /** * *Optional*. New poll state. Bots receive only updates about manually stopped polls and polls, which are sent by the bot */ diff --git a/gradle.properties b/gradle.properties index 1d8d21c..1d74827 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group=io.heapy.kotbot -version=1.0.0 +version=1.1.0 kotlin.code.style=official diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fb602ee..eb1a55b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26 -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6 +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME