diff --git a/data/corefork.telegram.org/api/layers.html b/data/corefork.telegram.org/api/layers.html index 528fff83f0..b62237ef7b 100644 --- a/data/corefork.telegram.org/api/layers.html +++ b/data/corefork.telegram.org/api/layers.html @@ -66,7 +66,7 @@ Layer…">
dialog#a8edd0f5 flags:# pinned:flags.2?true unread_mark:flags.3?true peer:Peer top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_mentions_count:int unread_reactions_count:int notify_settings:PeerNotifySettings pts:flags.0?int draft:flags.1?DraftMessage folder_id:flags.4?int = Dialog;
stickerSet#d7df217a flags:# archived:flags.1?true official:flags.2?true masks:flags.3?true animated:flags.5?true videos:flags.6?true installed_date:flags.0?int id:long access_hash:long title:string short_name:string thumbs:flags.4?Vector<PhotoSize> thumb_dc_id:flags.4?int thumb_version:flags.4?int count:int hash:int = StickerSet;
-groupCall#d597650c flags:# join_muted:flags.1?true can_change_join_muted:flags.2?true join_date_asc:flags.6?true schedule_start_subscribed:flags.8?true can_start_video:flags.9?true record_video_active:flags.11?true rtmp_stream:flags.12?true id:long access_hash:long participants_count:int title:flags.3?string stream_dc_id:flags.4?int record_start_date:flags.5?int schedule_date:flags.7?int unmuted_video_count:flags.10?int unmuted_video_limit:int version:int = GroupCall;
+groupCall#d597650c flags:# join_muted:flags.1?true can_change_join_muted:flags.2?true join_date_asc:flags.6?true schedule_start_subscribed:flags.8?true can_start_video:flags.9?true record_video_active:flags.11?true rtmp_stream:flags.12?true listeners_hidden:flags.13?true id:long access_hash:long participants_count:int title:flags.3?string stream_dc_id:flags.4?int record_start_date:flags.5?int schedule_date:flags.7?int unmuted_video_count:flags.10?int unmuted_video_limit:int version:int = GroupCall;
messageReactions#4f2b9479 flags:# min:flags.0?true can_see_list:flags.2?true results:Vector<ReactionCount> recent_reactions:flags.1?Vector<MessagePeerReaction> = MessageReactions;
messages.messageReactionsList#31bd492d flags:# count:int reactions:Vector<MessagePeerReaction> chats:Vector<Chat> users:Vector<User> next_offset:flags.0?string = messages.MessageReactionsList;
messagePeerReaction#51b67eff flags:# big:flags.0?true unread:flags.1?true peer_id:Peer reaction:string = MessagePeerReaction;
diff --git a/data/corefork.telegram.org/api/stats.html b/data/corefork.telegram.org/api/stats.html
index 3eaa7b520c..5c9e0c4b13 100644
--- a/data/corefork.telegram.org/api/stats.html
+++ b/data/corefork.telegram.org/api/stats.html
@@ -58,11 +58,17 @@
stats.broadcastStats#bdf78394 period:StatsDateRangeDays followers:StatsAbsValueAndPrev views_per_post:StatsAbsValueAndPrev shares_per_post:StatsAbsValueAndPrev enabled_notifications:StatsPercentValue growth_graph:StatsGraph followers_graph:StatsGraph mute_graph:StatsGraph top_hours_graph:StatsGraph interactions_graph:StatsGraph iv_interactions_graph:StatsGraph views_by_source_graph:StatsGraph new_followers_by_source_graph:StatsGraph languages_graph:StatsGraph recent_message_interactions:Vector<MessageInteractionCounters> = stats.BroadcastStats;
+messages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector<Chat> users:Vector<User> = messages.ChatFull;
+channelFull#e13c3d20 flags:# can_view_participants:flags.3?true can_set_username:flags.6?true can_set_stickers:flags.7?true hidden_prehistory:flags.10?true can_set_location:flags.16?true has_scheduled:flags.19?true can_view_stats:flags.20?true blocked:flags.22?true id:long about:string participants_count:flags.0?int admins_count:flags.1?int kicked_count:flags.2?int banned_count:flags.2?int online_count:flags.13?int read_inbox_max_id:int read_outbox_max_id:int unread_count:int chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:flags.23?ExportedChatInvite bot_info:Vector<BotInfo> migrated_from_chat_id:flags.4?long migrated_from_max_id:flags.4?int pinned_msg_id:flags.5?int stickerset:flags.8?StickerSet available_min_id:flags.9?int folder_id:flags.11?int linked_chat_id:flags.14?long location:flags.15?ChannelLocation slowmode_seconds:flags.17?int slowmode_next_send_date:flags.18?int stats_dc:flags.12?int pts:int call:flags.21?InputGroupCall ttl_period:flags.24?int pending_suggestions:flags.25?Vector<string> groupcall_default_join_as:flags.26?Peer theme_emoticon:flags.27?string requests_pending:flags.28?int recent_requesters:flags.28?Vector<long> default_send_as:flags.29?Peer available_reactions:flags.30?Vector<string> = ChatFull;
+
---functions---
stats.getBroadcastStats#ab42441a flags:# dark:flags.0?true channel:InputChannel = stats.BroadcastStats;
-stats.loadAsyncGraph#621d5fa0 flags:# token:string x:flags.0?long = StatsGraph;
-Administrators of channels of a certain size (the exact limit is a server-side config, returned in the can_view_stats
flag of channelFull) can call stats.getBroadcastStats to get detailed channel statistics.
+stats.loadAsyncGraph#621d5fa0 flags:# token:string x:flags.0?long = StatsGraph;
+
+channels.getFullChannel#8736a09 channel:InputChannel = messages.ChatFull;
+
Administrators of channels of a certain size (the exact limit is a server-side config, returned in the can_view_stats
flag of channelFull) can invoke stats.getBroadcastStats to get detailed channel statistics.
+The query must be sent to the datacenter with ID channelFull.stats_dc
, obtainable using channels.getFullChannel.
The returned stats.broadcastStats contains multiple statistics:
period
). period
typically depends on channel activity.current
refers to the period
i
stats.megagroupStats#ef7ff916 period:StatsDateRangeDays members:StatsAbsValueAndPrev messages:StatsAbsValueAndPrev viewers:StatsAbsValueAndPrev posters:StatsAbsValueAndPrev growth_graph:StatsGraph members_graph:StatsGraph new_members_by_source_graph:StatsGraph languages_graph:StatsGraph messages_graph:StatsGraph actions_graph:StatsGraph top_hours_graph:StatsGraph weekdays_graph:StatsGraph top_posters:Vector<StatsGroupTopPoster> top_admins:Vector<StatsGroupTopAdmin> top_inviters:Vector<StatsGroupTopInviter> users:Vector<User> = stats.MegagroupStats;
+messages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector<Chat> users:Vector<User> = messages.ChatFull;
+channelFull#e13c3d20 flags:# can_view_participants:flags.3?true can_set_username:flags.6?true can_set_stickers:flags.7?true hidden_prehistory:flags.10?true can_set_location:flags.16?true has_scheduled:flags.19?true can_view_stats:flags.20?true blocked:flags.22?true id:long about:string participants_count:flags.0?int admins_count:flags.1?int kicked_count:flags.2?int banned_count:flags.2?int online_count:flags.13?int read_inbox_max_id:int read_outbox_max_id:int unread_count:int chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:flags.23?ExportedChatInvite bot_info:Vector<BotInfo> migrated_from_chat_id:flags.4?long migrated_from_max_id:flags.4?int pinned_msg_id:flags.5?int stickerset:flags.8?StickerSet available_min_id:flags.9?int folder_id:flags.11?int linked_chat_id:flags.14?long location:flags.15?ChannelLocation slowmode_seconds:flags.17?int slowmode_next_send_date:flags.18?int stats_dc:flags.12?int pts:int call:flags.21?InputGroupCall ttl_period:flags.24?int pending_suggestions:flags.25?Vector<string> groupcall_default_join_as:flags.26?Peer theme_emoticon:flags.27?string requests_pending:flags.28?int recent_requesters:flags.28?Vector<long> default_send_as:flags.29?Peer available_reactions:flags.30?Vector<string> = ChatFull;
+
---functions---
-stats.getMegagroupStats#dcdf8607 flags:# dark:flags.0?true channel:InputChannel = stats.MegagroupStats;
+stats.getMegagroupStats#dcdf8607 flags:# dark:flags.0?true channel:InputChannel = stats.MegagroupStats;
+
+channels.getFullChannel#8736a09 channel:InputChannel = messages.ChatFull;
Administrators of supergroups of a certain size (the exact limit is a server-side config, returned in the can_view_stats
flag of channelFull) can call stats.getMegagroupStats to get detailed supergroup statistics.
+The query must be sent to the datacenter with ID channelFull.stats_dc
, obtainable using channels.getFullChannel.
The returned stats.broadcastStats contains multiple statistics, see the constructor page for more info ».
stats.messageStats#8999f295 views_graph:StatsGraph = stats.MessageStats;
+messages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector<Chat> users:Vector<User> = messages.ChatFull;
+channelFull#e13c3d20 flags:# can_view_participants:flags.3?true can_set_username:flags.6?true can_set_stickers:flags.7?true hidden_prehistory:flags.10?true can_set_location:flags.16?true has_scheduled:flags.19?true can_view_stats:flags.20?true blocked:flags.22?true id:long about:string participants_count:flags.0?int admins_count:flags.1?int kicked_count:flags.2?int banned_count:flags.2?int online_count:flags.13?int read_inbox_max_id:int read_outbox_max_id:int unread_count:int chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:flags.23?ExportedChatInvite bot_info:Vector<BotInfo> migrated_from_chat_id:flags.4?long migrated_from_max_id:flags.4?int pinned_msg_id:flags.5?int stickerset:flags.8?StickerSet available_min_id:flags.9?int folder_id:flags.11?int linked_chat_id:flags.14?long location:flags.15?ChannelLocation slowmode_seconds:flags.17?int slowmode_next_send_date:flags.18?int stats_dc:flags.12?int pts:int call:flags.21?InputGroupCall ttl_period:flags.24?int pending_suggestions:flags.25?Vector<string> groupcall_default_join_as:flags.26?Peer theme_emoticon:flags.27?string requests_pending:flags.28?int recent_requesters:flags.28?Vector<long> default_send_as:flags.29?Peer available_reactions:flags.30?Vector<string> = ChatFull;
+
---functions---
-stats.getMessageStats#b6e0a3f5 flags:# dark:flags.0?true channel:InputChannel msg_id:int = stats.MessageStats;
-Administrators of channels of a certain size (the exact limit is a server-side config, returned in the can_view_stats
flag of channelFull) can call stats.getMessageStats to get statistics of a specific message.
+stats.getMessageStats#b6e0a3f5 flags:# dark:flags.0?true channel:InputChannel msg_id:int = stats.MessageStats;
+
+channels.getFullChannel#8736a09 channel:InputChannel = messages.ChatFull;
+
Administrators of channels of a certain size (the exact limit is a server-side config, returned in the can_view_stats
flag of channelFull) can invoke stats.getMessageStats to get statistics of a specific message.
+The query must be sent to the datacenter with ID channelFull.stats_dc
, obtainable using channels.getFullChannel.
The returned stats.messageStats contains the view graph of the message.
There are four available visualizations for graph types:
diff --git a/data/corefork.telegram.org/bots.html b/data/corefork.telegram.org/bots.html index 4526814933..747bebdeaa 100644 --- a/data/corefork.telegram.org/bots.html +++ b/data/corefork.telegram.org/bots.html @@ -41,85 +41,90 @@Bots are third-party applications that run inside Telegram. Users can interact with bots by sending them messages, commands and inline requests. You control your bots using HTTPS requests to Telegram's Bot API.
+Bots are third-party applications that run inside Telegram. Users can interact with bots by sending them messages, commands and inline requests. You control your bots using HTTPS requests to Telegram's Bot API.
-The full API reference for developers is available here.
To name just a few things, you could use bots to:
Get customized notifications and news. A bot can act as a smart newspaper, sending you relevant content as soon as it's published.
+Get customized notifications and news. A bot can act as a smart newspaper, sending you relevant content as soon as it's published.
Integrate with other services. A bot can enrich Telegram chats with content from external services.
Gmail Bot, GIF bot, IMDB bot, Wiki bot, Music bot, Youtube bot, GitHubBot
Integrate with other services. A bot can enrich Telegram chats with content from external services. +Gmail Bot, GIF bot, IMDB bot, Wiki bot, Music bot, Youtube bot, GitHubBot
Accept payments from Telegram users. A bot can offer paid services or work as a virtual storefront. Read more »
Demo Shop Bot, Demo Store
Accept payments from Telegram users. A bot can offer paid services or work as a virtual storefront. Read more » +Demo Shop Bot, Demo Store
Create custom tools. A bot may provide you with alerts, weather forecasts, translations, formatting or other services.
Markdown bot, Sticker bot, Vote bot, Like bot
Create custom tools. A bot may provide you with alerts, weather forecasts, translations, formatting or other services. +Markdown bot, Sticker bot, Vote bot, Like bot
Build single- and multiplayer games. A bot can offer rich HTML5 experiences, from simple arcades and puzzles to 3D-shooters and real-time strategy games.
GameBot, Gamee
Build single- and multiplayer games. A bot can offer rich HTML5 experiences, from simple arcades and puzzles to 3D-shooters and real-time strategy games. +GameBot, Gamee
Build social services. A bot could connect people looking for conversation partners based on common interests or proximity.
+Build social services. A bot could connect people looking for conversation partners based on common interests or proximity.
Do virtually anything else. Except for dishes — bots are terrible at doing the dishes.
+Do virtually anything else. Except for dishes — bots are terrible at doing the dishes.
At the core, Telegram Bots are special accounts that do not require an additional phone number to set up. Users can interact with bots in two ways:
Messages, commands and requests sent by users are passed to the software running on your servers. Our intermediary server handles all encryption and communication with the Telegram API for you. You communicate with this server via a simple HTTPS-interface that offers a simplified version of the Telegram API. We call that interface our Bot API.
-A detailed description of the Bot API is available on this page »
There's a… bot for that. Just talk to BotFather (described below) and follow a few simple steps. Once you've created a bot and received your authentication token, head down to the Bot API manual to see what you can teach your bot to do.
+There's a... bot for that. Just talk to BotFather (described below) and follow a few simple steps. Once you've created a bot and received your authentication token, head down to the Bot API manual to see what you can teach your bot to do.
-You may also like to check out some code examples here »
t.me/<bot_username>
links or username search to find your bot.t.me/<bot_username>
links or username search to find your bot.Telegram bots are unique in many ways — we offer two kinds of keyboards, additional interfaces for default commands and deep linking as well as text formatting, integrated payments and more.
-Users can interact with your bot via inline queries straight from the text input field in any chat. All they need to do is start a message with your bot's username and then type a query.
-Having received the query, your bot can return some results. As soon as the user taps one of them, it is sent to the user's currently opened chat. This way, people can request content from your bot in any of their chats, groups or channels.
+Users can interact with your bot via inline queries straight from the text input field in any chat. All they need to do is start a message with your bot's username and then type a query.
+Having received the query, your bot can return some results. As soon as the user taps one of them, it is sent to the user's currently opened chat. This way, people can request content from your bot in any of their chats, groups or channels.
Check out this blog to see a sample inline bot in action. You can also try the @sticker and @music bots to see for yourself.
- -We've also implemented an easy way for your bot to switch between inline and PM modes.
+We've also implemented an easy way for your bot to switch between inline and PM modes.
-
You can use bots to accept payments from Telegram users around the world.
@ShopBot ...
in any chat for an inline invoice.@ShopBot ...
in any chat for an inline invoice.-
Bots can offer their users HTML5 games to play solo or to compete against each other in groups and one-on-one chats. The platform allows your bot to keep track of high scores for every game played in every chat. Whenever there’s a new leader in the game, other playing members in the chat are notified that they need to step it up.
-Since the underlying technology is HTML5, the games can be anything from simple arcades and puzzles to multiplayer 3D-shooters and real-time strategy games. Our team has created a couple of simple demos for you to try out:
-
Traditional chat bots can of course be taught to understand human language. But sometimes you want some more formal input from the user — and this is where custom keyboards can become extremely useful.
Whenever your bot sends a message, it can pass along a special keyboard with predefined reply options (see ReplyKeyboardMarkup). Telegram apps that receive the message will display your keyboard to the user. Tapping any of the buttons will immediately send the respective command. This way you can drastically simplify user interaction with your bot.
We currently support text and emoji for your buttons. Here are some custom keyboard examples:
<a href="/file/811140880/1/jS-YSVkDCNQ/b397dfcefc6da0dc70" target="_blank"><img src="/file/811140880/1/jS-YSVkDCNQ/b397dfcefc6da0dc70" title="Keyboard for a calculator bot. Because you can." style="max-height: 300px; padding: 10px 5px" /></a>
+<a href="/file/811140733/2/KoysqJKQ_kI/a1ee46a377796c3961" target="_blank"><img src="/file/811140733/2/KoysqJKQ_kI/a1ee46a377796c3961" title="Keyboard for a trivia bot" style="max-height: 300px; padding: 10px 5px" /></a>
-For more technical information on custom keyboards, please consult the Bot API manual (see sendMessage).
There are times when you'd prefer to do things without sending any messages to the chat. For example, when your user is changing settings or flipping through search results. In such cases you can use Inline Keyboards that are integrated directly into the messages they belong to.
-Unlike with custom reply keyboards, pressing buttons on inline keyboards doesn't result in messages sent to the chat. Instead, inline keyboards support buttons that work behind the scenes: callback buttons, URL buttons and switch to inline buttons.
+There are times when you'd prefer to do things without sending any messages to the chat. For example, when your user is changing settings or flipping through search results. In such cases you can use Inline Keyboards that are integrated directly into the messages they belong to.
+Unlike with custom reply keyboards, pressing buttons on inline keyboards doesn't result in messages sent to the chat. Instead, inline keyboards support buttons that work behind the scenes: callback buttons, URL buttons and switch to inline buttons.
-When callback buttons are used, your bot can update its existing messages (or just their keyboards) so that the chat remains tidy. Check out these sample bots to see inline keyboards in action: @music, @vote, @like.
-
Commands present a more flexible way to communicate with your bot. The following syntax may be used:
/command
-A command must always start with the '/' symbol and may not be longer than 32 characters. Commands can use latin letters, numbers and underscores. Here are a few examples:
+A command must always start with the '/' symbol and may not be longer than 32 characters. Commands can use latin letters, numbers and underscores. Here are a few examples:
/get_messages_stats
/set_timer 10min Alarm!
/get_timezone London, UK
Messages that start with a slash are always passed to the bot (along with replies to its messages and messages that @mention the bot by username). Telegram apps will:
<a href="/file/811140315/2/gf7_D2HbeyM/e3ca2de4de7918f826" target="_blank"><img src="/file/811140315/2/gf7_D2HbeyM/e3ca2de4de7918f826" title="Notice the new button in the input field, right next to the sticker button" style="width: 230px; padding: 10px 5px" /></a>
-
-
+<a href="/file/811140029/1/s5zv4fbWdhw/a04aefa0ee0557f16a" target="_blank"><img src="/file/811140029/1/s5zv4fbWdhw/a04aefa0ee0557f16a" title="Suggested commands for multiple bots" style="width: 230px; padding: 10px 5px" /></a>
If multiple bots are in a group, it is possible to add bot usernames to commands in order to avoid confusion:
/start@TriviaBot
/start@ApocalypseBot
This is done automatically when commands are selected via the list of suggestions. Please remember that your bot needs to be able to process commands that are followed by its username.
-In order to make it easier for users to navigate the bot multiverse, we ask all developers to support a few basic commands. Telegram apps will have interface shortcuts for these commands.
Users will see a Start button when they first open a conversation with your bot. Help and Settings links will be available in the menu on the bot's profile page.
+Users will see a Start button when they first open a conversation with your bot. Help and Settings links will be available in the menu on the bot's profile page.
You can use bold, italic or fixed-width text, as well as inline links in your bots' messages. Telegram clients will render them accordingly.
+You can use bold, italic or fixed-width text, as well as inline links in your bots' messages. Telegram clients will render them accordingly.
-
Bots are frequently added to groups in order to augment communication between human users, e.g. by providing news, notifications from external services or additional search functionality. This is especially true for work-related groups. Now, when you share a group with a bot, you tend to ask yourself “How can I be sure that the little rascal isn't selling my chat history to my competitors?” The answer is — privacy mode.
+Bots are frequently added to groups in order to augment communication between human users, e.g. by providing news, notifications from external services or additional search functionality. This is especially true for work-related groups. Now, when you share a group with a bot, you tend to ask yourself "How can I be sure that the little rascal isn't selling my chat history to my competitors?" The answer is — privacy mode.
A bot running in privacy mode will not receive all messages that people send to the group. Instead, it will only receive:
On one hand, this helps some of us sleep better at night (in our tinfoil nightcaps), on the other — it allows the bot developer to save a lot of resources, since they won't need to process tens of thousands irrelevant messages each day.
-Privacy mode is enabled by default for all bots, except bots that were added to the group as admins (bot admins always receive all messages). It can be disabled, so that the bot receives all messages like an ordinary user (the bot will need to be re-added to the group for this change to take effect). We only recommend doing this in cases where it is absolutely necessary for your bot to work — users can always see a bot's current privacy setting in the group members list. In most cases, using the force reply option for the bot's messages should be more than enough.
+On one hand, this helps some of us sleep better at night (in our tinfoil nightcaps), on the other — it allows the bot developer to save a lot of resources, since they won't need to process tens of thousands irrelevant messages each day.
+Privacy mode is enabled by default for all bots, except bots that were added to the group as admins (bot admins always receive all messages). It can be disabled, so that the bot receives all messages like an ordinary user (the bot will need to be re-added to the group for this change to take effect). We only recommend doing this in cases where it is absolutely necessary for your bot to work — users can always see a bot's current privacy setting in the group members list. In most cases, using the force reply option for the bot's messages should be more than enough.
So what messages exactly will my bot get? »
-Telegram bots have a deep linking mechanism, that allows for passing additional parameters to the bot on startup. It could be a command that launches the bot — or an authentication token to connect the user's Telegram account to their account on some external service.
+Telegram bots have a deep linking mechanism, that allows for passing additional parameters to the bot on startup. It could be a command that launches the bot — or an authentication token to connect the user's Telegram account to their account on some external service.
Each bot has a link that opens a conversation with it in Telegram — https://t.me/<bot username>
. You can add the parameters start or startgroup to this link, with values up to 64 characters long. For example:
https://t.me/triviabot?startgroup=test
A-Z
, a-z
, 0-9
, _
and -
are allowed. We recommend using base64url to encode parameters with binary and other types of content.
Following a link with the start parameter will open a one-on-one conversation with the bot, showing a START button in the place of the input field. If the startgroup parameter is used, the user is prompted to select a group to add the bot to. As soon as a user confirms the action (presses the START button in their app or selects a group to add the bot to), your bot will receive a message from that user in this format:
/start PAYLOAD
PAYLOAD
stands for the value of the start or startgroup parameter that was passed in the link.
Suppose the website example.com would like to send notifications to its users via a Telegram bot. Here's what they could do to enable notifications for a user with the ID 123
.
Suppose the website example.com would like to send notifications to its users via a Telegram bot. Here's what they could do to enable notifications for a user with the ID 123
.
$memcache_key = "vCH1vGWJxfSeofSAs0K5PA"
$memcache_key = "vCH1vGWJxfSeofSAs0K5PA"
123
with the key $memcache_key
into Memcache for 3600 seconds (one hour) https://t.me/ExampleComBot?start=vCH1vGWJxfSeofSAs0K5PA
/start
. If the key exists, record the chat_id passed to the webhook as telegram_chat_id for the user 123
. Remove the key from Memcache.123
, check if they have the field telegram_chat_id. If yes, use the sendMessage method in the Bot API to send them a message in Telegram.Some bots need extra data from the user to work properly. For example, knowing the user's location helps provide more relevant geo-specific results. The user's phone number can be very useful for integrations with other services, like banks, etc.
+Some bots need extra data from the user to work properly. For example, knowing the user's location helps provide more relevant geo-specific results. The user's phone number can be very useful for integrations with other services, like banks, etc.
Bots can ask a user for their location and phone number using special buttons. Note that both phone number and location request buttons will only work in private chats.
- -When these buttons are pressed, Telegram clients will display a confirmation alert that tells the user what's about to happen.
+When these buttons are pressed, Telegram clients will display a confirmation alert that tells the user what's about to happen.
Jump to top to learn everything about Telegram bots »
BotFather is the one bot to rule them all. It will help you create new bots and change settings for existing ones.
-Use the /newbot command to create a new bot. The BotFather will ask you for a name and username, then generate an authentication token for your new bot.
The name of your bot is displayed in contact details and elsewhere.
-The Username is a short name, to be used in mentions and t.me links. Usernames are 5-32 characters long and are case insensitive, but may only include Latin characters, numbers, and underscores. Your bot's username must end in 'bot', e.g. 'tetris_bot' or 'TetrisBot'.
+The Username is a short name, to be used in mentions and t.me links. Usernames are 5-32 characters long and are case insensitive, but may only include Latin characters, numbers, and underscores. Your bot's username must end in 'bot', e.g. 'tetris_bot' or 'TetrisBot'.
The token is a string along the lines of 110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw
that is required to authorize the bot and send requests to the Bot API. Keep your token secure and store it safely, it can be used by anyone to control your bot.
If your existing token is compromised or you lost it for some reason, use the /token command to generate a new one.
-The remaining commands are pretty self-explanatory:
Edit bots
/
in the chat with your bot. Each command has a name (must start with a slash ‘/’, alphanumeric plus underscores, no more than 32 characters, case-insensitive), parameters, and a text description. Users will see the list of commands whenever they type '/' in a conversation with your bot./
in the chat with your bot. Each command has a name (must start with a slash ‘/’, alphanumeric plus underscores, no more than 32 characters, case-insensitive), parameters, and a text description. Users will see the list of commands whenever they type '/' in a conversation with your bot.Edit settings
@@ -321,30 +308,30 @@-Please note, that it may take a few minutes for changes to take effect.
Millions choose Telegram for its speed. To stay competitive in this environment, your bot also needs to be responsive. In order to help developers keep their bots in shape, Botfather will send status alerts if it sees something is wrong.
-We will be checking the number of replies and the request/response conversion rate for popular bots (~300 requests per minute: but don't write this down as the value may change in the future). If we get abnormally low readings, you will receive a notification from Botfather.
-By default, you will only get one alert per bot per hour. Each alert has the following buttons:
+We will be checking the number of replies and the request/response conversion rate for popular bots (~300 requests per minute: but don't write this down as the value may change in the future). If we get abnormally low readings, you will receive a notification from Botfather.
+By default, you will only get one alert per bot per hour. Each alert has the following buttons:
We will currently notify you about the following issues:
1.
Too few **private messages** are sent compared to previous weeks: **{value}**
Your bot is sending much fewer messages than it did in the previous weeks. This is useful for newsletter-style bots that send out messages without prompts from the users. The larger the value, the more significant the difference.
2.
Too few replies to incoming **private messages**. Conversion rate: **{value}**
-Your bot is not replying to all messages that are being sent to it (the request/response conversion rate for your bot was too low for at least two of the last three 5-minute periods). To provide a good user experience, please respond to all messages that are sent to your bot. Respond to message updates by calling send… methods (e.g. sendMessage).
+Your bot is not replying to all messages that are being sent to it (the request/response conversion rate for your bot was too low for at least two of the last three 5-minute periods). To provide a good user experience, please respond to all messages that are sent to your bot. Respond to message updates by calling send... methods (e.g. sendMessage).
3.
Too few answers to **inline queries**. Conversion rate: **{value}**
Your bot is not replying to all inline queries that are being sent to it, calculated in the same way as above. Respond to inline_query updates by calling answerInlineQuery.
@@ -356,9 +343,8 @@ Too few answers to **callback game queries**. Conversion rate: **{value}**Please note that the status alerts feature is still being tested and will be improved in the future.That's it for the introduction. You are now definitely ready to proceed to the BOT API MANUAL.
-If you've got any questions, please check out our Bot FAQ »
-That's it for the introduction. You are now definitely ready to proceed to the BOT API MANUAL.
+If you've got any questions, please check out our 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 »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 »
You will find all changes to our Bot API on this page.
--Subscribe to @BotNews to be the first to know about the latest updates and join the discussion in @BotTalk
Bot API 5.7
Bot API 5.6
Bot API 5.5
Note: After this update it will become impossible to forward messages from some chats. Use the fields has_protected_content in the classes Message and Chat to check this.
Note: After this update users are able to send messages on behalf of channels they own. Bots are expected to use the field sender_chat in the class Message to correctly support such messages.
Note: As previously announced, user identifiers can now have up to 52 significant bits and require a 64-bit integer or double-precision float type to be stored safely.
-Bot API 5.4
creates_join_request
to the methods createChatInviteLink and editChatInviteLink for managing chat invite links that create join requests (read more about this on our blog).-WARNING!
+
User identifiers will become bigger than2^31 - 1
before the end of this year and it will be no longer possible to store them in a signed 32-bit integer type. User identifiers will have up to 52 significant bits, so a 64-bit integer or double-precision float type would still be safe for storing them. Please make sure that your code can correctly handle such user identifiers.WARNING! +User identifiers will become bigger than
2^31 - 1
before the end of this year and it will be no longer possible to store them in a signed 32-bit integer type. User identifiers will have up to 52 significant bits, so a 64-bit integer or double-precision float type would still be safe for storing them. Please make sure that your code can correctly handle such user identifiers.
Bot API 5.3
Personalized Commands
scope
and language_code
to the method setMyCommands to allow bots specify different commands for different chats and users.scope
and language_code
to the method getMyCommands.Custom Placeholders
-WARNING!
+
After one of the upcoming Bot API updates, user identifiers will become bigger than2^31 - 1
and it will be no longer possible to store them in a signed 32-bit integer type. User identifiers will have up to 52 significant bits, so a 64-bit integer or double-precision float type would still be safe for storing them. Please make sure that your code can correctly handle such user identifiers.WARNING! +After one of the upcoming Bot API updates, user identifiers will become bigger than
2^31 - 1
and it will be no longer possible to store them in a signed 32-bit integer type. User identifiers will have up to 52 significant bits, so a 64-bit integer or double-precision float type would still be safe for storing them. Please make sure that your code can correctly handle such user identifiers.
Bot API 5.2
-WARNING!
+
After the next Bot API update (Bot API 5.3) there will be a one-time change of the value of the fieldfile_unique_id
in objects of the type PhotoSize and of the fieldssmall_file_unique_id
andbig_file_unique_id
in objects of the type ChatPhoto.WARNING! +After the next Bot API update (Bot API 5.3) there will be a one-time change of the value of the field
file_unique_id
in objects of the type PhotoSize and of the fieldssmall_file_unique_id
andbig_file_unique_id
in objects of the type ChatPhoto.
-WARNING!
+
Service messages about non-bot users joining the chat will be soon removed from large groups. We recommend using the “chat_member” update as a replacement.WARNING! +Service messages about non-bot users joining the chat will be soon removed from large groups. We recommend using the "chat_member" update as a replacement.
-WARNING!
+
After one of the upcoming Bot API updates, user identifiers will become bigger than2^31 - 1
and it will be no longer possible to store them in a signed 32-bit integer type. User identifiers will have up to 52 significant bits, so a 64-bit integer or double-precision float type would still be safe for storing them. Please make sure that your code can correctly handle such user identifiers.WARNING! +After one of the upcoming Bot API updates, user identifiers will become bigger than
2^31 - 1
and it will be no longer possible to store them in a signed 32-bit integer type. User identifiers will have up to 52 significant bits, so a 64-bit integer or double-precision float type would still be safe for storing them. Please make sure that your code can correctly handle such user identifiers.
Bot API 5.1
Added two new update types
-WARNING!
+
After one of the upcoming Bot API updates, some user identifiers will become bigger than2^31 - 1
and it will be no longer possible to store them in a signed 32-bit integer type. User identifiers will have up to 52 significant bits, so a 64-bit integer or double-precision float type would still be safe for storing them. Please make sure that your code can correctly handle such user identifiers.WARNING! +After one of the upcoming Bot API updates, some user identifiers will become bigger than
2^31 - 1
and it will be no longer possible to store them in a signed 32-bit integer type. User identifiers will have up to 52 significant bits, so a 64-bit integer or double-precision float type would still be safe for storing them. Please make sure that your code can correctly handle such user identifiers.
Introducing Bot API 5.0
Run Your Own Bot API Server
Working with Groups
Live Locations
Bot API 4.9
Bot API 4.8
Bot API 4.7
Bot API 4.6
Bot API 4.5
<u>/<ins>
(for underlined text) and <s>/<strike>/<del>
(for strikethrough text) in parse mode HTML.__
(for underlined text) and ~
(for strikethrough text). Parse mode Markdown remains unchanged for backward compatibility.Bot API 4.4
149.154.160.0/20
and 91.108.4.0/22
. Most users won't need to do anything to continue receiving webhooks. If you control inbound access with a firewall, you may need to update your configuration. You can always find the list of actual IP addresses of servers used to send webhooks there: https://core.telegram.org/bots/webhooks.149.154.160.0/20
and 91.108.4.0/22
. Most users won't need to do anything to continue receiving webhooks. If you control inbound access with a firewall, you may need to update your configuration. You can always find the list of actual IP addresses of servers used to send webhooks there: https://core.telegram.org/bots/webhooks.Bot API 4.3
Also in this update:
reply_markup
to the Message object, containing the inline keyboard attached to the message.149.154.160.0/20
and 91.108.4.0/22
. Most users won't need to do anything to continue receiving webhooks. If you control inbound access with a firewall, you may need to update your configuration. You can always find the list of actual IP addresses of servers used to send webhooks there: https://core.telegram.org/bots/webhooks.149.154.160.0/20
and 91.108.4.0/22
. Most users won't need to do anything to continue receiving webhooks. If you control inbound access with a firewall, you may need to update your configuration. You can always find the list of actual IP addresses of servers used to send webhooks there: https://core.telegram.org/bots/webhooks.Bot API 4.2
149.154.160.0/20
and 91.108.4.0/22
. Most users won't need to do anything to continue receiving webhooks. If you control inbound access with a firewall, you may need to update your configuration. You can always find the list of actual IP addresses of servers used to send webhooks there: https://core.telegram.org/bots/webhooks.149.154.160.0/20
and 91.108.4.0/22
. Most users won't need to do anything to continue receiving webhooks. If you control inbound access with a firewall, you may need to update your configuration. You can always find the list of actual IP addresses of servers used to send webhooks there: https://core.telegram.org/bots/webhooks.Bot API 4.1
Bot API 4.0.
Retry-After
response header to configure the delay after which the Bot API will retry the request after an unsuccessful response from a webhook.410 Gone
for all requests for more than 23 hours successively, it can be automatically removed.Bot API 3.6.
Bot API 3.5.
Bot API 3.4.
Bot API 3.3.
Bot API 3.2. Teach your bot to handle stickers and sticker sets.
Bot API 3.1. Build your own robotic police force for supergoups with these new methods for admin bots:
Introducing Bot API 3.0.
NEW Payment Platform
-See Introduction to Bot Payments for a brief overview. If you're not a developer, you may like this user-friendly blog post better.
+See Introduction to Bot Payments for a brief overview. If you're not a developer, you may like this user-friendly blog post better.
NEW Multilingual Bots
More power to admin bots
@@ -442,29 +448,44 @@ To learn how to create…">Introducing Bot API 2.3.1, a nifty little update that will give you more control over how your bot gets its updates.
Bot API 2.3
Your bot can now get updates about posts in channels. Added new fields channel_post and edited_channel_post to Update.
+Modified bot privacy mode for the sake of consistency.
You can now update high scores to a lower value by using the new force parameter in setGameScore. Handy for punishing cheaters or fixing errors in your game's High Score table.
+Your bot can now get updates about posts in channels. Added new fields channel_post and edited_channel_post to Update.
+You can now update high scores to a lower value by using the new force parameter in setGameScore. Handy for punishing cheaters or fixing errors in your game's High Score table.
+Starting today, messages with high scores will be updated with new high scores by default. Use disable_edit_message in setGameScore if you don't want this.
+The edit_message parameter from setGameScore is no longer in use. For backward compatibility, it will be taken into account for a while, unless disable_edit_message is passed explicitly.
+Added the new field forward_from_message_id to Message.
+Added the new parameter cache_time to answerCallbackQuery. Will eventually work in Telegram apps — somewhere after version 3.14, maybe 3.15.
+Renamed hide_keyboard to remove_keyboard in ReplyKeyboardRemove for clarity. hide_keyboard will still work for a while for backward compatibility.
Bot API 2.2. Introducing a new Gaming Platform! See this introduction for a brief overview.
If you're not a developer, you may like this user-friendly blog post better.
Bot API 2.2. Introducing a new Gaming Platform! See this introduction for a brief overview. +If you're not a developer, you may like this user-friendly blog post better.
Other changes
New method getWebhookInfo to check current webhook status.
+Making life easier for webhook users. Added a detailed Guide to All Things Webhook that describes every pothole you can run into on the webhook road.
Added the option to specify an HTTP URL for a file in all methods where InputFile or file_id can be used (except voice messages). Telegram will get the file from the specified URL and send it to the user. Files must be smaller than 5 MB for photos and smaller than 20 MB for all other types of content.
+New method getWebhookInfo to check current webhook status.
+Added the option to specify an HTTP URL for a file in all methods where InputFile or file_id can be used (except voice messages). Telegram will get the file from the specified URL and send it to the user. Files must be smaller than 5 MB for photos and smaller than 20 MB for all other types of content.
+Use the new url parameter in answerCallbackQuery to create buttons that open your bot with user-specific parameters.
+Added new field switch_inline_query_current_chat in InlineKeyboardButton.
+Added caption fields to sendAudio, sendVoice, InlineQueryResultAudio, InlineQueryResultVoice, InlineQueryResultCachedAudio, and InlineQueryResultCachedVoice.
Introducing Bot API 2.0. Check out this page for a review of this major update.
setinlinefeedback
command for Botfather, new type ChosenInlineResult, new field chosen_inline_result to the Update object./setinline
to @BotFather.@channelusername
) in the place of chat_id in all methods (and instead of from_chat_id in forwardMessage). For this to work, the bot must be an administrator in the channel (and that's exactly what Telegram clients don't support yet — adding bots as administrators coming soon).@channelusername
) in the place of chat_id in all methods (and instead of from_chat_id in forwardMessage). For this to work, the bot must be an administrator in the channel (and that's exactly what Telegram clients don't support yet — adding bots as administrators coming soon).The bot platform was officially launched.
--
--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.
-Subscribe to @BotNews to be the first to know about the latest updates and join the discussion in @BotTalk
Bot API 5.7
Bot API 5.6
Bot API 5.5
Note: After this update it will become impossible to forward messages from some chats. Use the fields has_protected_content in the classes Message and Chat to check this.
Note: After this update users are able to send messages on behalf of channels they own. Bots are expected to use the field sender_chat in the class Message to correctly support such messages.
Note: As previously announced, user identifiers can now have up to 52 significant bits and require a 64-bit integer or double-precision float type to be stored safely.
-Bot API 5.4
creates_join_request
to the methods createChatInviteLink and editChatInviteLink for managing chat invite links that create join requests (read more about this on our blog).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.
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.
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:
@@ -102,17 +103,17 @@ To learn how to create…">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.
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.
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 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.
+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.
-This object represents an incoming update.
At most one of the optional parameters can be present in any given update.
This object represents an incoming update. +At most one of the optional parameters can be present in any given update.
update_id | Integer | -The update's unique identifier. Update identifiers start from a certain positive number and increase sequentially. This ID 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. | +The update's unique identifier. Update identifiers start from a certain positive number and increase sequentially. This ID 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 | @@ -203,12 +205,12 @@ To learn how to create…">|||
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. | +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. | +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 | @@ -217,7 +219,7 @@ To learn how to create…">
Use this method to receive incoming updates using long polling (wiki). An Array of Update objects is returned.
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 (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. |
+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 (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.
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 request comes from Telegram, we recommend using a secret path in the URL, e.g. https://www.example.com/<token>
. Since nobody else knows your bot's token, you can be pretty sure it's us.
If you'd like to make sure that the Webhook request comes from Telegram, we recommend using a secret path in the URL, e.g. https://www.example.com/<token>
. Since nobody else knows your bot's token, you can be pretty sure it's us.
max_connections | Integer | Optional | -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. | +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 (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. |
+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 (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 | @@ -310,10 +314,15 @@ To learn how to create…">
--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.NEW! 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.
++NEW! If you're having any trouble setting up webhooks, please check out this amazing guide to Webhooks.
+
Use this method to remove webhook integration if you decide to switch back to getUpdates. Returns True on success.
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.
-Contains information about the current status of a webhook.
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.
This object represents a Telegram user or bot.
first_name | String | -User's or bot's first name | +User's or bot's first name |
last_name | String | -Optional. User's or bot's last name | +Optional. User's or bot's last name |
username | String | -Optional. User's or bot's username | +Optional. User's or bot's username |
language_code | String | -Optional. IETF language tag of the user's language | +Optional. IETF language tag of the user's language |
can_join_groups | @@ -452,7 +461,7 @@ To learn how to create…">
This object represents a chat.
type | String | -Type of chat, can be either “private”, “group”, “supergroup” or “channel” | +Type of chat, can be either "private", "group", "supergroup" or "channel" |
title | @@ -541,7 +550,7 @@ To learn how to create…">|||
has_protected_content | True | -Optional. True, if messages from the chat can't be forwarded to other chats. Returned only in getChat. | +Optional. True, if messages from the chat can't be forwarded to other chats. Returned only in getChat. |
sticker_set_name | @@ -565,7 +574,7 @@ To learn how to create…">
This object represents a message.
forward_sender_name | String | -Optional. Sender's name for messages forwarded from users who disallow adding a link to their account in forwarded messages | +Optional. Sender's name for messages forwarded from users who disallow adding a link to their account in forwarded messages |
forward_date | @@ -654,7 +663,7 @@ To learn how to create…">|||
has_protected_content | True | -Optional. True, if the message can't be forwarded | +Optional. True, if the message can't be forwarded |
media_group_id | @@ -789,12 +798,12 @@ To learn how to create…">|||
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. | +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. | +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 | @@ -839,7 +848,7 @@ To learn how to create…">|||
proximity_alert_triggered | ProximityAlertTriggered | -Optional. Service message. A user in the chat triggered another user's proximity alert while sharing Live Location. | +Optional. Service message. A user in the chat triggered another user's proximity alert while sharing Live Location. |
voice_chat_scheduled | @@ -868,7 +877,7 @@ To learn how to create…">
This object represents a unique message identifier.
This object represents one special entity in a text message. For example, hashtags, usernames, URLs, etc.
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), “code” (monowidth string), “pre” (monowidth block), “text_link” (for clickable text URLs), “text_mention” (for users without usernames) |
+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), "code" (monowidth string), "pre" (monowidth block), "text_link" (for clickable text URLs), "text_mention" (for users without usernames) |
offset | @@ -915,21 +924,21 @@ To learn how to create…">|||
url | String | -Optional. For “text_link” only, url that will be opened after user taps on the text | +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 | +Optional. For "text_mention" only, the mentioned user |
language | String | -Optional. For “pre” only, the programming language of the entity text | +Optional. For "pre" only, the programming language of the entity text |
This object represents one size of a photo or a file / sticker thumbnail.
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. | +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 | @@ -967,7 +976,7 @@ To learn how to create…">
This object represents an animation file (GIF or H.264/MPEG-4 AVC video without sound).
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. | +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 | @@ -1025,7 +1034,7 @@ To learn how to create…">
This object represents an audio file to be treated as music by the Telegram clients.
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. | +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 | @@ -1083,7 +1092,7 @@ To learn how to create…">
This object represents a general file (as opposed to photos, voice messages and audio files).
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. | +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. |
thumb | @@ -1126,7 +1135,7 @@ To learn how to create…">
This object represents a video 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. | +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 | @@ -1184,7 +1193,7 @@ To learn how to create…">
This object represents a video message (available in Telegram apps as of v.4.0).
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. | +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 | @@ -1227,7 +1236,7 @@ To learn how to create…">
This object represents a voice note.
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. | +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 | @@ -1265,7 +1274,7 @@ To learn how to create…">
This object represents a phone contact.
phone_number | String | -Contact's phone number | +Contact's phone number |
first_name | String | -Contact's first name | +Contact's first name |
last_name | String | -Optional. Contact's last name | +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. | +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 | @@ -1303,7 +1312,7 @@ To learn how to create…">
This object represents an animated emoji that displays a random value.
value | Integer | -Value of the dice, 1-6 for “”, “” and “” base emoji, 1-5 for “” and “” base emoji, 1-64 for “” base emoji | +Value of the dice, 1-6 for "", "" and "" base emoji, 1-5 for "" and "" base emoji, 1-64 for "" base emoji |
This object contains information about one answer option in a poll.
This object represents an answer of a user in a non-anonymous poll.
This object contains information about a poll.
type | String | -Poll type, currently can be “regular” or “quiz” | +Poll type, currently can be "regular" or "quiz" |
allows_multiple_answers | @@ -1455,7 +1464,7 @@ To learn how to create…">
This object represents a point on the map.
This object represents a venue.
location | Location | -Venue location. Can't be a live location | +Venue location. Can't be a live location |
title | @@ -1532,7 +1541,7 @@ To learn how to create…">|||
foursquare_type | String | -Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) | +Optional. Foursquare type of the venue. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".) |
google_place_id | @@ -1546,7 +1555,7 @@ To learn how to create…">
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 a service message about a change in auto-delete timer settings.
This object represents a service message about a voice chat scheduled in the chat.
This object represents a service message about a voice chat started in the chat. Currently holds no information.
-This object represents a service message about a voice chat ended in the chat.
This object represents a service message about new members invited to a voice chat.
This object represent a user's profile pictures.
+This object represent a user's profile pictures.
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.
Maximum file size to download is 20 MB
@@ -1693,7 +1702,7 @@ To learn how to create…">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. +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 @@ -1707,7 +1716,7 @@ To learn how to create…">ReplyKeyboardMarkup
+ReplyKeyboardMarkup
This object represents a custom keyboard with reply options (see Introduction to bots for details and examples).
@@ -1726,12 +1735,12 @@ To learn how to create…">
-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. +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. +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 @@ -1741,11 +1750,11 @@ To learn how to create…">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 (has reply_to_message_id), 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.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 (has reply_to_message_id), 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
+KeyboardButton
This object represents one button of the reply keyboard. For simple text buttons String can be used instead of this object to specify text of the button. Optional fields request_contact, request_location, and request_poll are mutually exclusive.
@@ -1764,12 +1773,12 @@ To learn how to create…">
-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 +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 +Optional. If True, the user's current location will be sent when the button is pressed. Available in private chats only request_poll @@ -1778,8 +1787,9 @@ To learn how to create…">Note: request_contact and request_location options will only work in Telegram versions released after 9 April, 2016. Older clients will display unsupported message.
-
Note: request_poll option will only work in Telegram versions released after 23 January, 2020. Older clients will display unsupported message.KeyboardButtonPollType
+Note: request_contact and request_location options will only work in Telegram versions released after 9 April, 2016. Older clients will display unsupported message. +Note: request_poll option will only work in Telegram versions released after 23 January, 2020. Older clients will display unsupported message.
+KeyboardButtonPollType
This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.
@@ -1797,7 +1807,7 @@ To learn how to create…">
-ReplyKeyboardRemove
+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).
@@ -1816,11 +1826,11 @@ To learn how to create…">
-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 (has reply_to_message_id), 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.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 (has reply_to_message_id), 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
+InlineKeyboardMarkup
This object represents an inline keyboard that appears right next to the message it belongs to.
@@ -1839,7 +1849,7 @@ To learn how to create…">
Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will display unsupported message.
-InlineKeyboardButton
+InlineKeyboardButton
This object represents one button of an inline keyboard. You must use exactly one of the optional fields.
@@ -1873,12 +1883,12 @@ To learn how to create…">
-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. Can be empty, in which case just the bot's username will be inserted. +
Note: This offers an easy way for users to start using your bot in inline mode when they are currently in a private chat with it. Especially useful when combined with switch_pm… actions – in this case the user will be automatically returned to the chat they switched from, skipping the chat selection screen.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. Can be empty, in which case just the bot's username will be inserted.
Note: This offers an easy way for users to start using your bot in inline mode when they are currently in a private chat with it. Especially useful when combined with switch_pm... actions – in this case the user will be automatically returned to the chat they switched from, skipping the chat selection screen.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. Can 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.Optional. If set, pressing the button will insert the bot's username and the specified inline query in the current chat's input field. Can 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.callback_game @@ -1892,12 +1902,11 @@ To learn how to create…">LoginUrl
+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
@@ -1924,7 +1933,7 @@ To learn how to create…">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. +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 @@ -1933,7 +1942,7 @@ To learn how to create…">CallbackQuery
+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.
@@ -1984,8 +1993,8 @@ To learn how to create…">
--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.
+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.
@@ -2016,11 +2025,11 @@ To learn how to create…">
@@ -1998,7 +2007,7 @@ To learn how to create…"> force_reply True -Shows reply interface to the user, as if they manually selected the bot's message and tapped 'Reply' +Shows reply interface to the user, as if they manually selected the bot's message and tapped 'Reply' input_field_placeholder @@ -2008,7 +2017,7 @@ To learn how to create…">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 (has reply_to_message_id), sender of the original message. +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 (has reply_to_message_id), 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'.
+- 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.
+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
+ChatPhoto
This object represents a chat photo.
@@ -2039,7 +2048,7 @@ To learn how to create…">
-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. +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 @@ -2049,11 +2058,11 @@ To learn how to create…">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. +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
+ChatInviteLink
Represents an invite link for a chat.
@@ -2067,7 +2076,7 @@ To learn how to create…">
-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 “…”. +The invite link. If the link was created by another chat administrator, then the second part of the link will be replaced with "...". creator @@ -2111,7 +2120,7 @@ To learn how to create…">ChatMember
+ChatMember
This object contains information about one member of a chat. Currently, the following 6 types of chat members are supported:
-
- ChatMemberOwner
@@ -2121,7 +2130,7 @@ To learn how to create…">- ChatMemberLeft
- ChatMemberBanned
ChatMemberOwner
+ChatMemberOwner
Represents a chat member that owns the chat and has all administrator privileges.
@@ -2135,7 +2144,7 @@ To learn how to create…">
-status String -The member's status in the chat, always “creator” +The member's status in the chat, always "creator" user @@ -2145,7 +2154,7 @@ To learn how to create…">is_anonymous Boolean -True, if the user's presence in the chat is hidden +True, if the user's presence in the chat is hidden custom_title @@ -2154,7 +2163,7 @@ To learn how to create…">ChatMemberAdministrator
+ChatMemberAdministrator
Represents a chat member that has some additional privileges.
@@ -2168,7 +2177,7 @@ To learn how to create…">
-status String -The member's status in the chat, always “administrator” +The member's status in the chat, always "administrator" user @@ -2183,7 +2192,7 @@ To learn how to create…">is_anonymous Boolean -True, if the user's presence in the chat is hidden +True, if the user's presence in the chat is hidden can_manage_chat @@ -2242,7 +2251,7 @@ To learn how to create…">ChatMemberMember
+ChatMemberMember
Represents a chat member that has no additional privileges or restrictions.
@@ -2256,7 +2265,7 @@ To learn how to create…">
-status String -The member's status in the chat, always “member” +The member's status in the chat, always "member" user @@ -2265,7 +2274,7 @@ To learn how to create…">ChatMemberRestricted
+ChatMemberRestricted
Represents a chat member that is under certain restrictions in the chat. Supergroups only.
@@ -2279,7 +2288,7 @@ To learn how to create…">
-status String -The member's status in the chat, always “restricted” +The member's status in the chat, always "restricted" user @@ -2338,8 +2347,8 @@ To learn how to create…">ChatMemberLeft
-Represents a chat member that isn't currently a member of the chat, but may join it themselves.
+ChatMemberLeft
+Represents a chat member that isn't currently a member of the chat, but may join it themselves.
-
@@ -2352,7 +2361,7 @@ To learn how to create…"> status String -The member's status in the chat, always “left” +The member's status in the chat, always "left" user @@ -2361,8 +2370,8 @@ To learn how to create…">ChatMemberBanned
-Represents a chat member that was banned in the chat and can't return to the chat or view chat messages.
+ChatMemberBanned
+Represents a chat member that was banned in the chat and can't return to the chat or view chat messages.
-
@@ -2375,7 +2384,7 @@ To learn how to create…"> status String -The member's status in the chat, always “kicked” +The member's status in the chat, always "kicked" user @@ -2389,7 +2398,7 @@ To learn how to create…">ChatMemberUpdated
+ChatMemberUpdated
This object represents changes in the status of a chat member.
@@ -2432,7 +2441,7 @@ To learn how to create…">
-ChatJoinRequest
+ChatJoinRequest
Represents a join request sent to a chat.
@@ -2470,7 +2479,7 @@ To learn how to create…">
-ChatPermissions
+ChatPermissions
Describes actions that a non-administrator user is allowed to take in a chat.
@@ -2523,7 +2532,7 @@ To learn how to create…">
-ChatLocation
+ChatLocation
Represents a location to which a chat is connected.
@@ -2537,7 +2546,7 @@ To learn how to create…">
-location Location -The location to which the supergroup is connected. Can't be a live location. +The location to which the supergroup is connected. Can't be a live location. address @@ -2546,7 +2555,7 @@ To learn how to create…">BotCommand
+BotCommand
This object represents a bot command.
@@ -2569,7 +2578,7 @@ To learn how to create…">
-BotCommandScope
+BotCommandScope
This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported:
-
- BotCommandScopeDefault
@@ -2580,7 +2589,7 @@ To learn how to create…">- BotCommandScopeChatAdministrators
- BotCommandScopeChatMember
Determining list of commands
+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
@@ -2606,7 +2615,7 @@ To learn how to create…">
-- botCommandScopeDefault + language_code
- botCommandScopeDefault
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.
@@ -2624,7 +2633,7 @@ To learn how to create…">
-BotCommandScopeAllPrivateChats
+BotCommandScopeAllPrivateChats
Represents the scope of bot commands, covering all private chats.
@@ -2642,7 +2651,7 @@ To learn how to create…">
-BotCommandScopeAllGroupChats
+BotCommandScopeAllGroupChats
Represents the scope of bot commands, covering all group and supergroup chats.
@@ -2660,7 +2669,7 @@ To learn how to create…">
-BotCommandScopeAllChatAdministrators
+BotCommandScopeAllChatAdministrators
Represents the scope of bot commands, covering all group and supergroup chat administrators.
@@ -2678,7 +2687,7 @@ To learn how to create…">
-BotCommandScopeChat
+BotCommandScopeChat
Represents the scope of bot commands, covering a specific chat.
@@ -2701,7 +2710,7 @@ To learn how to create…">
-BotCommandScopeChatAdministrators
+BotCommandScopeChatAdministrators
Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat.
@@ -2724,7 +2733,7 @@ To learn how to create…">
-BotCommandScopeChatMember
+BotCommandScopeChatMember
Represents the scope of bot commands, covering a specific member of a group or supergroup chat.
@@ -2752,7 +2761,7 @@ To learn how to create…">
-ResponseParameters
+ResponseParameters
Contains information about why a request was unsuccessful.
@@ -2775,7 +2784,7 @@ To learn how to create…">
-InputMedia
+InputMedia
This object represents the content of a media message to be sent. It should be one of
-
- InputMediaAnimation
@@ -2784,7 +2793,7 @@ To learn how to create…">- InputMediaPhoto
- InputMediaVideo
InputMediaPhoto
+InputMediaPhoto
Represents a photo to be sent.
@@ -2803,7 +2812,7 @@ To learn how to create…">
-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://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More info on Sending Files » +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://<file_attach_name>" to upload a new one using multipart/form-data under <file_attach_name> name. More info on Sending Files » caption @@ -2822,7 +2831,7 @@ To learn how to create…">InputMediaVideo
+InputMediaVideo
Represents a video to be sent.
@@ -2841,12 +2850,12 @@ To learn how to create…">
-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://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More info on Sending Files » +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://<file_attach_name>" to upload a new one using multipart/form-data under <file_attach_name> name. More info on Sending Files » thumb 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://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » +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://<file_attach_name>" if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » caption @@ -2885,7 +2894,7 @@ To learn how to create…">InputMediaAnimation
+InputMediaAnimation
Represents an animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent.
@@ -2904,12 +2913,12 @@ To learn how to create…">
-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://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More info on Sending Files » +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://<file_attach_name>" to upload a new one using multipart/form-data under <file_attach_name> name. More info on Sending Files » thumb 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://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » +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://<file_attach_name>" if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » caption @@ -2943,7 +2952,7 @@ To learn how to create…">InputMediaAudio
+InputMediaAudio
Represents an audio file to be treated as music to be sent.
@@ -2962,12 +2971,12 @@ To learn how to create…">
-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://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More info on Sending Files » +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://<file_attach_name>" to upload a new one using multipart/form-data under <file_attach_name> name. More info on Sending Files » thumb 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://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » +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://<file_attach_name>" if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » caption @@ -3001,7 +3010,7 @@ To learn how to create…">InputMediaDocument
+InputMediaDocument
Represents a general file to be sent.
@@ -3020,12 +3029,12 @@ To learn how to create…">
-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://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More info on Sending Files » +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://<file_attach_name>" to upload a new one using multipart/form-data under <file_attach_name> name. More info on Sending Files » thumb 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://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » +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://<file_attach_name>" if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » caption @@ -3049,21 +3058,21 @@ To learn how to create…">InputFile
+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.
-Sending files
-There are three ways to send files (photos, stickers, audio, media, etc.):
+Sending files
+There are three ways to send files (photos, stickers, audio, media, etc.):
-
- 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.
+- 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.
- 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.
- 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 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
@@ -3071,21 +3080,22 @@ To learn how to create…">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. +Other configurations may work but we can't guarantee that they will. -Inline mode objects
+Inline mode objects
Objects and methods used in the inline mode are described in the Inline mode section.
-Available methods
+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.
-logOut
+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
+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.
@@ -3159,16 +3169,21 @@ To learn how to create…">
-Formatting options
-The Bot API supports basic formatting for messages. You can use bold, italic, underlined, strikethrough, and spoiler text, as well as inline links and pre-formatted code in your bots' messages. Telegram clients will render them accordingly. You can use either 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.
- All other entities can't contain each other.Formatting options
+The Bot API supports basic formatting for messages. You can use bold, italic, underlined, strikethrough, and spoiler text, as well as inline links and pre-formatted code in your bots' messages. Telegram clients will render them accordingly. You can use either 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.
+- All other entities can't contain each other.
+Links
tg://user?id=<user_id>
can be used to mention a user by their ID 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.
- These mentions are only guaranteed to work if the user has contacted the bot in the past, has sent a callback query to the bot via an inline button or is a member in the group where he was mentioned.
MarkdownV2 style
+MarkdownV2 style
To use this mode, pass MarkdownV2 in the parse_mode field. Use the following syntax in your message:
*bold \*text* _italic \*text_ @@ -3187,25 +3202,25 @@ pre-formatted fixed-width code block written in the Python programming language ```
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
andcode
entities, all '`' and '\' characters must be escaped with a preceding '\' character.- Inside
-(...)
part of inline link definition, all ')' and '\' must be escaped with a preceding '\' character.- In all other places characters '_', '*', '[', ']', '(', ')', '~', '`', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!' must be escaped with the 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
andcode
entities, all '`' and '\' characters must be escaped with a preceding '\' character.- Inside
+(...)
part of inline link 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
andunderline
entities__
is always greadily treated from left to right as beginning or end ofunderline
entity, so instead of___italic underline___
use___italic underline_\r__
, where\r
is a character with code 13, which will be ignored.HTML style
+HTML style
To use this mode, pass HTML in the parse_mode field. The following tags are currently supported:
+<pre><code class="language-python">pre-formatted fixed-width code block written in the Python programming language</code></pre><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> +<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> <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>
Please note:
-
- Only the tags mentioned above are currently supported.
@@ -3213,9 +3228,9 @@ pre-formatted fixed-width code block written in the Python programming language- All numerical HTML entities are supported.
- The API currently supports only the following named HTML entities:
<
,>
,&
and"
.- Use nested
-pre
andcode
tags, to define programming language forpre
entity.- Programming language can't be specified for standalone
+code
tags.- Programming language can't be specified for standalone
code
tags.Markdown style
+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_ @@ -3232,11 +3247,11 @@ pre-formatted fixed-width code block written in the Python programming language
-
- Entities must not be nested, use parse mode MarkdownV2 instead.
- There is no way to specify underline and strikethrough entities, use parse mode MarkdownV2 instead.
-- To escape characters '_', '*', '`', '[' outside of an entity, prepend the characters '\' before them.
+- 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 italicsnake_case
and*2*\**2=4*
for bold2*2=4
.forwardMessage
-Use this method to forward messages of any kind. Service messages can't be forwarded. On success, the sent Message is returned.
+forwardMessage
+Use this method to forward messages of any kind. Service messages can't be forwarded. On success, the sent Message is returned.
-
@@ -3279,8 +3294,8 @@ pre-formatted fixed-width code block written in the Python programming language copyMessage
-Use this method to copy messages of any kind. Service messages and invoice messages can't be copied. 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.
+copyMessage
+Use this method to copy messages of any kind. Service messages and invoice messages can't be copied. 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.
-
@@ -3359,7 +3374,7 @@ pre-formatted fixed-width code block written in the Python programming language sendPhoto
+sendPhoto
Use this method to send photos. On success, the sent Message is returned.
@@ -3381,7 +3396,7 @@ pre-formatted fixed-width code block written in the Python programming language
-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 info on Sending Files » +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 info on Sending Files » caption @@ -3433,7 +3448,7 @@ pre-formatted fixed-width code block written in the Python programming languagesendAudio
+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.
@@ -3498,7 +3513,7 @@ pre-formatted fixed-width code block written in the Python programming language
-thumb 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://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » +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 info on Sending Files » disable_notification @@ -3532,7 +3547,7 @@ pre-formatted fixed-width code block written in the Python programming languagesendDocument
+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.
@@ -3560,7 +3575,7 @@ pre-formatted fixed-width code block written in the Python programming language
-thumb 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://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » +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 info on Sending Files » caption @@ -3618,7 +3633,7 @@ pre-formatted fixed-width code block written in the Python programming languagesendVideo
+sendVideo
Use this method to send video files, Telegram clients support mp4 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.
@@ -3664,7 +3679,7 @@ pre-formatted fixed-width code block written in the Python programming language
-thumb 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://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » +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 info on Sending Files » caption @@ -3722,7 +3737,7 @@ pre-formatted fixed-width code block written in the Python programming languagesendAnimation
+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.
@@ -3768,7 +3783,7 @@ pre-formatted fixed-width code block written in the Python programming language
-thumb 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://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » +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 info on Sending Files » caption @@ -3820,7 +3835,7 @@ pre-formatted fixed-width code block written in the Python programming languagesendVoice
+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 (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.
@@ -3900,7 +3915,7 @@ pre-formatted fixed-width code block written in the Python programming language
-sendVideoNote
+sendVideoNote
As of v.4.0, Telegram clients support rounded square mp4 videos of up to 1 minute long. Use this method to send video messages. On success, the sent Message is returned.
@@ -3940,7 +3955,7 @@ pre-formatted fixed-width code block written in the Python programming language
-thumb 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://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More info on Sending Files » +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 info on Sending Files » disable_notification @@ -3974,7 +3989,7 @@ pre-formatted fixed-width code block written in the Python programming languagesendMediaGroup
+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.
@@ -4024,7 +4039,7 @@ pre-formatted fixed-width code block written in the Python programming language
-sendLocation
+sendLocation
Use this method to send point on the map. On success, the sent Message is returned.
@@ -4110,7 +4125,7 @@ pre-formatted fixed-width code block written in the Python programming language
-editMessageLiveLocation
+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.
@@ -4178,7 +4193,7 @@ pre-formatted fixed-width code block written in the Python programming language
-stopMessageLiveLocation
+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.
@@ -4216,7 +4231,7 @@ pre-formatted fixed-width code block written in the Python programming language
-sendVenue
+sendVenue
Use this method to send information about a venue. On success, the sent Message is returned.
@@ -4268,7 +4283,7 @@ pre-formatted fixed-width code block written in the Python programming language
-foursquare_type String Optional -Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) +Foursquare type of the venue, if known. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".) google_place_id @@ -4314,7 +4329,7 @@ pre-formatted fixed-width code block written in the Python programming languagesendContact
+sendContact
Use this method to send phone contacts. On success, the sent Message is returned.
@@ -4336,19 +4351,19 @@ pre-formatted fixed-width code block written in the Python programming language
-phone_number String Yes -Contact's phone number +Contact's phone number first_name String Yes -Contact's first name +Contact's first name last_name String Optional -Contact's last name +Contact's last name vcard @@ -4388,7 +4403,7 @@ pre-formatted fixed-width code block written in the Python programming languagesendPoll
+sendPoll
Use this method to send a native poll. On success, the sent Message is returned.
@@ -4428,7 +4443,7 @@ pre-formatted fixed-width code block written in the Python programming language
-type String Optional -Poll type, “quiz” or “regular”, defaults to “regular” +Poll type, "quiz" or "regular", defaults to "regular" allows_multiple_answers @@ -4464,13 +4479,13 @@ pre-formatted fixed-width code block written in the Python programming languageopen_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. +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. +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 @@ -4510,7 +4525,7 @@ pre-formatted fixed-width code block written in the Python programming languagesendDice
+sendDice
Use this method to send an animated emoji that will display a random value. On success, the sent Message is returned.
@@ -4532,7 +4547,7 @@ pre-formatted fixed-width code block written in the Python programming language
-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 “” +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 @@ -4566,10 +4581,10 @@ pre-formatted fixed-width code block written in the Python programming languagesendChatAction
-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.
+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.
+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.
@@ -4596,7 +4611,7 @@ pre-formatted fixed-width code block written in the Python programming language
-getUserProfilePhotos
+getUserProfilePhotos
Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object.
@@ -4628,7 +4643,7 @@ pre-formatted fixed-width code block written in the Python programming language
-getFile
+getFile
Use this method to get basic info 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.@@ -4648,8 +4663,8 @@ pre-formatted fixed-width code block written in the Python programming language
-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
+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.
@@ -4687,8 +4702,8 @@ pre-formatted fixed-width code block written in the Python programming language
-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.
+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.
-
@@ -4719,7 +4734,7 @@ pre-formatted fixed-width code block written in the Python programming language restrictChatMember
+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.
@@ -4757,7 +4772,7 @@ pre-formatted fixed-width code block written in the Python programming language
-promoteChatMember
+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.
@@ -4785,7 +4800,7 @@ pre-formatted fixed-width code block written in the Python programming language
-is_anonymous Boolean Optional -Pass True, if the administrator's presence in the chat is hidden +Pass True, if the administrator's presence in the chat is hidden can_manage_chat @@ -4849,7 +4864,7 @@ pre-formatted fixed-width code block written in the Python programming languagesetChatAdministratorCustomTitle
+setChatAdministratorCustomTitle
Use this method to set a custom title for an administrator in a supergroup promoted by the bot. Returns True on success.
@@ -4881,8 +4896,8 @@ pre-formatted fixed-width code block written in the Python programming language
-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.
+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.
-
@@ -4907,7 +4922,7 @@ pre-formatted fixed-width code block written in the Python programming language unbanChatSenderChat
+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.
@@ -4933,7 +4948,7 @@ pre-formatted fixed-width code block written in the Python programming language
-setChatPermissions
+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.
@@ -4959,7 +4974,7 @@ pre-formatted fixed-width code block written in the Python programming language
-exportChatInviteLink
+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.
@@ -4980,9 +4995,9 @@ pre-formatted fixed-width code block written in the Python programming language
--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
+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.
@@ -5022,11 +5037,11 @@ pre-formatted fixed-width code block written in the Python programming language
-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 +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
+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.
@@ -5072,11 +5087,11 @@ pre-formatted fixed-width code block written in the Python programming language
-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 +True, if users joining the chat via the link need to be approved by chat administrators. If True, member_limit can't be specified revokeChatInviteLink
+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.
@@ -5102,7 +5117,7 @@ pre-formatted fixed-width code block written in the Python programming language
-approveChatJoinRequest
+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.
@@ -5128,7 +5143,7 @@ pre-formatted fixed-width code block written in the Python programming language
-declineChatJoinRequest
+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.
@@ -5154,8 +5169,8 @@ pre-formatted fixed-width code block written in the Python programming language
-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.
+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.
-
@@ -5180,8 +5195,8 @@ pre-formatted fixed-width code block written in the Python programming language 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.
+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.
-
@@ -5200,8 +5215,8 @@ pre-formatted fixed-width code block written in the Python programming language 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.
+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.
-
@@ -5226,7 +5241,7 @@ pre-formatted fixed-width code block written in the Python programming language setChatDescription
+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.
@@ -5252,8 +5267,8 @@ pre-formatted fixed-width code block written in the Python programming language
-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.
+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.
-
@@ -5284,8 +5299,8 @@ pre-formatted fixed-width code block written in the Python programming language 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.
+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.
-
@@ -5310,8 +5325,8 @@ pre-formatted fixed-width code block written in the Python programming language 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.
+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.
-
@@ -5330,7 +5345,7 @@ pre-formatted fixed-width code block written in the Python programming language leaveChat
+leaveChat
Use this method for your bot to leave a group, supergroup or channel. Returns True on success.
@@ -5350,7 +5365,7 @@ pre-formatted fixed-width code block written in the Python programming language
-getChat
+getChat
Use this method to get up to date information about the chat (current name of the user for one-on-one conversations, current username of a user, group or channel, etc.). Returns a Chat object on success.
@@ -5370,7 +5385,7 @@ pre-formatted fixed-width code block written in the Python programming language
-getChatAdministrators
+getChatAdministrators
Use this method to get a list of administrators in a chat. On success, returns an Array of ChatMember objects that contains information about all chat administrators except other bots. If the chat is a group or a supergroup and no administrators were appointed, only the creator will be returned.
@@ -5390,7 +5405,7 @@ pre-formatted fixed-width code block written in the Python programming language
-getChatMemberCount
+getChatMemberCount
Use this method to get the number of members in a chat. Returns Int on success.
@@ -5410,7 +5425,7 @@ pre-formatted fixed-width code block written in the Python programming language
-getChatMember
+getChatMember
Use this method to get information about a member of a chat. Returns a ChatMember object on success.
@@ -5436,7 +5451,7 @@ pre-formatted fixed-width code block written in the Python programming language
-setChatStickerSet
+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.
@@ -5462,7 +5477,7 @@ pre-formatted fixed-width code block written in the Python programming language
-deleteChatStickerSet
+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.
@@ -5482,7 +5497,7 @@ pre-formatted fixed-width code block written in the Python programming language
-answerCallbackQuery
+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
@@ -5519,7 +5534,7 @@ pre-formatted fixed-width code block written in the Python programming languaget.me/your_bot?start=XXXX
that 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 liket.me/your_bot?start=XXXX
that open your bot with a parameter.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 liket.me/your_bot?start=XXXX
that open your bot with a parameter.cache_time @@ -5529,8 +5544,8 @@ pre-formatted fixed-width code block written in the Python programming languagesetMyCommands
-Use this method to change the list of the bot's commands. See https://core.telegram.org/bots#commands for more details about bot commands. Returns True on success.
+setMyCommands
+Use this method to change the list of the bot's commands. See https://core.telegram.org/bots#commands for more details about bot commands. Returns True on success.
-
@@ -5545,7 +5560,7 @@ pre-formatted fixed-width code block written in the Python programming language 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. +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 @@ -5561,8 +5576,8 @@ pre-formatted fixed-width code block written in the Python programming languagedeleteMyCommands
-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.
+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.
-
@@ -5587,8 +5602,8 @@ pre-formatted fixed-width code block written in the Python programming language getMyCommands
-Use this method to get the current list of the bot's commands for the given scope and user language. Returns Array of BotCommand on success. If commands aren't set, an empty list is returned.
+getMyCommands
+Use this method to get the current list of the bot's commands for the given scope and user language. Returns Array of BotCommand on success. If commands aren't set, an empty list is returned.
-
@@ -5613,12 +5628,12 @@ pre-formatted fixed-width code block written in the Python programming language Inline mode methods
+Inline mode methods
Methods and objects used in the inline mode are described in the Inline mode section.
-Updating messages
+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
+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.
@@ -5680,7 +5695,7 @@ pre-formatted fixed-width code block written in the Python programming language
-editMessageCaption
+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.
@@ -5736,8 +5751,8 @@ pre-formatted fixed-width code block written in the Python programming language
-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.
+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.
-
@@ -5780,7 +5795,7 @@ pre-formatted fixed-width code block written in the Python programming language editMessageReplyMarkup
+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.
@@ -5818,7 +5833,7 @@ pre-formatted fixed-width code block written in the Python programming language
-stopPoll
+stopPoll
Use this method to stop a poll which was sent by the bot. On success, the stopped Poll is returned.
@@ -5850,8 +5865,18 @@ pre-formatted fixed-width code block written in the Python programming language
-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.
- 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.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.
+- 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.
+-
@@ -5876,9 +5901,9 @@ pre-formatted fixed-width code block written in the Python programming language Stickers
+Stickers
The following methods and objects allow your bot to handle stickers and sticker sets.
-Sticker
+Sticker
This object represents a sticker.
@@ -5897,7 +5922,7 @@ pre-formatted fixed-width code block written in the Python programming language
-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. +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 @@ -5946,7 +5971,7 @@ pre-formatted fixed-width code block written in the Python programming languageStickerSet
+StickerSet
This object represents a sticker set.
@@ -5994,7 +6019,7 @@ pre-formatted fixed-width code block written in the Python programming language
-MaskPosition
+MaskPosition
This object describes the position on faces where a mask should be placed by default.
@@ -6008,7 +6033,7 @@ pre-formatted fixed-width code block written in the Python programming language
-point String -The part of the face relative to which the mask should be placed. One of “forehead”, “eyes”, “mouth”, or “chin”. +The part of the face relative to which the mask should be placed. One of "forehead", "eyes", "mouth", or "chin". x_shift @@ -6027,7 +6052,7 @@ pre-formatted fixed-width code block written in the Python programming languagesendSticker
+sendSticker
Use this method to send static .WEBP, animated .TGS, or video .WEBM stickers. On success, the sent Message is returned.
@@ -6083,7 +6108,7 @@ pre-formatted fixed-width code block written in the Python programming language
-getStickerSet
+getStickerSet
Use this method to get a sticker set. On success, a StickerSet object is returned.
@@ -6103,7 +6128,7 @@ pre-formatted fixed-width code block written in the Python programming language
-uploadStickerFile
+uploadStickerFile
Use this method to upload a .PNG file with a sticker for later use in createNewStickerSet and addStickerToSet methods (can be used multiple times). Returns the uploaded File on success.
@@ -6129,7 +6154,7 @@ pre-formatted fixed-width code block written in the Python programming language
-createNewStickerSet
+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. You must use exactly one of the fields png_sticker, tgs_sticker, or webm_sticker. Returns True on success.
@@ -6151,7 +6176,7 @@ pre-formatted fixed-width code block written in the Python programming language
-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_<bot username>”. <bot_username> is case insensitive. 1-64 characters.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<bot username>". <bot_username> is case insensitive. 1-64 characters.title @@ -6169,13 +6194,13 @@ pre-formatted fixed-width code block written in the Python programming languagetgs_sticker InputFile Optional -TGS animation with the sticker, uploaded using multipart/form-data. See https://core.telegram.org/stickers#animated-sticker-requirements for technical requirements +TGS animation with the sticker, uploaded using multipart/form-data. See https://core.telegram.org/stickers#animated-sticker-requirements for technical requirements webm_sticker InputFile Optional -WEBM video with the sticker, uploaded using multipart/form-data. See https://core.telegram.org/stickers#video-sticker-requirements for technical requirements +WEBM video with the sticker, uploaded using multipart/form-data. See https://core.telegram.org/stickers#video-sticker-requirements for technical requirements emojis @@ -6197,7 +6222,7 @@ pre-formatted fixed-width code block written in the Python programming languageaddStickerToSet
+addStickerToSet
Use this method to add a new sticker to a set created by the bot. You must use exactly one of the fields png_sticker, tgs_sticker, or webm_sticker. Animated stickers can be added to animated sticker sets and only to them. Animated sticker sets can have up to 50 stickers. Static sticker sets can have up to 120 stickers. Returns True on success.
@@ -6231,13 +6256,13 @@ pre-formatted fixed-width code block written in the Python programming language
-tgs_sticker InputFile Optional -TGS animation with the sticker, uploaded using multipart/form-data. See https://core.telegram.org/stickers#animated-sticker-requirements for technical requirements +TGS animation with the sticker, uploaded using multipart/form-data. See https://core.telegram.org/stickers#animated-sticker-requirements for technical requirements webm_sticker InputFile Optional -WEBM video with the sticker, uploaded using multipart/form-data. See https://core.telegram.org/stickers#video-sticker-requirements for technical requirements +WEBM video with the sticker, uploaded using multipart/form-data. See https://core.telegram.org/stickers#video-sticker-requirements for technical requirements emojis @@ -6253,7 +6278,7 @@ pre-formatted fixed-width code block written in the Python programming languagesetStickerPositionInSet
+setStickerPositionInSet
Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success.
@@ -6279,7 +6304,7 @@ pre-formatted fixed-width code block written in the Python programming language
-deleteStickerFromSet
+deleteStickerFromSet
Use this method to delete a sticker from a set created by the bot. Returns True on success.
@@ -6299,7 +6324,7 @@ pre-formatted fixed-width code block written in the Python programming language
-setStickerSetThumb
+setStickerSetThumb
Use this method to set the thumbnail of a sticker set. Animated thumbnails can be set for animated sticker sets only. Video thumbnails can be set only for video sticker sets only. Returns True on success.
@@ -6327,14 +6352,15 @@ pre-formatted fixed-width code block written in the Python programming language
-thumb InputFile or String Optional -A PNG image with the thumbnail, must be up to 128 kilobytes in size and have width and height exactly 100px, or a TGS animation with the thumbnail up to 32 kilobytes in size; see https://core.telegram.org/stickers#animated-sticker-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-sticker-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 info on Sending Files ». Animated sticker set thumbnails can't be uploaded via HTTP URL. +A PNG image with the thumbnail, must be up to 128 kilobytes in size and have width and height exactly 100px, or a TGS animation with the thumbnail up to 32 kilobytes in size; see https://core.telegram.org/stickers#animated-sticker-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-sticker-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 info on Sending Files ». Animated sticker set thumbnails can't be uploaded via HTTP URL. 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
+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.
@@ -6368,7 +6394,7 @@ pre-formatted fixed-width code block written in the Python programming language
-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 +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 @@ -6377,8 +6403,9 @@ pre-formatted fixed-width code block written in the Python programming languageanswerInlineQuery
-Use this method to send answers to an inline query. On success, True is returned.
+
No more than 50 results per query are allowed.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.
-
@@ -6417,7 +6444,7 @@ pre-formatted fixed-width code block written in the Python programming language 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. +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. switch_pm_text @@ -6429,11 +6456,11 @@ pre-formatted fixed-width code block written in the Python programming languageswitch_pm_parameter String Optional -Deep-linking parameter for the /start message sent to the bot when user presses the switch 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.Deep-linking parameter for the /start message sent to the bot when user presses the switch 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
+InlineQueryResult
This object represents one result of an inline query. Telegram clients currently support results of the following 20 types:
- InlineQueryResultCachedAudio
@@ -6458,7 +6485,7 @@ pre-formatted fixed-width code block written in the Python programming language- InlineQueryResultVoice
Note: All URLs passed in inline query results will be available to end users and therefore must be assumed to be public.
-InlineQueryResultArticle
+InlineQueryResultArticle
Represents a link to an article or web page.
@@ -6502,7 +6529,7 @@ pre-formatted fixed-width code block written in the Python programming language
-hide_url Boolean -Optional. Pass True, if you don't want the URL to be shown in the message +Optional. Pass True, if you don't want the URL to be shown in the message description @@ -6526,7 +6553,7 @@ pre-formatted fixed-width code block written in the Python programming languageInlineQueryResultPhoto
+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.
@@ -6604,7 +6631,7 @@ pre-formatted fixed-width code block written in the Python programming language
-InlineQueryResultGif
+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.
@@ -6653,7 +6680,7 @@ pre-formatted fixed-width code block written in the Python programming language
-thumb_mime_type String -Optional. MIME type of the thumbnail, must be one of “image/jpeg”, “image/gif”, or “video/mp4”. Defaults to “image/jpeg” +Optional. MIME type of the thumbnail, must be one of "image/jpeg", "image/gif", or "video/mp4". Defaults to "image/jpeg" title @@ -6687,7 +6714,7 @@ pre-formatted fixed-width code block written in the Python programming languageInlineQueryResultMpeg4Gif
+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.
@@ -6736,7 +6763,7 @@ pre-formatted fixed-width code block written in the Python programming language
-thumb_mime_type String -Optional. MIME type of the thumbnail, must be one of “image/jpeg”, “image/gif”, or “video/mp4”. Defaults to “image/jpeg” +Optional. MIME type of the thumbnail, must be one of "image/jpeg", "image/gif", or "video/mp4". Defaults to "image/jpeg" title @@ -6770,7 +6797,7 @@ pre-formatted fixed-width code block written in the Python programming languageInlineQueryResultVideo
+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.
@@ -6802,7 +6829,7 @@ pre-formatted fixed-width code block written in the Python programming languagemime_type String -Mime type of the content of video url, “text/html” or “video/mp4” +Mime type of the content of video url, "text/html" or "video/mp4" - thumb_url @@ -6861,7 +6888,7 @@ pre-formatted fixed-width code block written in the Python programming languageInlineQueryResultAudio
+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.
@@ -6930,7 +6957,7 @@ pre-formatted fixed-width code block written in the Python programming language
Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
-InlineQueryResultVoice
+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.
@@ -6994,7 +7021,7 @@ pre-formatted fixed-width code block written in the Python programming language
Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
-InlineQueryResultDocument
+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.
@@ -7043,7 +7070,7 @@ pre-formatted fixed-width code block written in the Python programming language
mime_type String -Mime type of the content of the file, either “application/pdf” or “application/zip” +Mime type of the content of the file, either "application/pdf" or "application/zip" description @@ -7078,7 +7105,7 @@ pre-formatted fixed-width code block written in the Python programming languageNote: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
-InlineQueryResultLocation
+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.
@@ -7162,7 +7189,7 @@ pre-formatted fixed-width code block written in the Python programming language
Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
-InlineQueryResultVenue
+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.
@@ -7211,7 +7238,7 @@ pre-formatted fixed-width code block written in the Python programming language
foursquare_type String -Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) +Optional. Foursquare type of the venue, if known. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".) google_place_id @@ -7251,7 +7278,7 @@ pre-formatted fixed-width code block written in the Python programming languageNote: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
-InlineQueryResultContact
+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.
@@ -7275,17 +7302,17 @@ pre-formatted fixed-width code block written in the Python programming language
phone_number String -Contact's phone number +Contact's phone number first_name String -Contact's first name +Contact's first name last_name String -Optional. Contact's last name +Optional. Contact's last name vcard @@ -7320,7 +7347,7 @@ pre-formatted fixed-width code block written in the Python programming languageNote: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
-InlineQueryResultGame
+InlineQueryResultGame
Represents a Game.
@@ -7354,7 +7381,7 @@ pre-formatted fixed-width code block written in the Python programming language
Note: This will only work in Telegram versions released after October 1, 2016. Older clients will not display any inline results if a game result is among them.
-InlineQueryResultCachedPhoto
+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.
@@ -7417,7 +7444,7 @@ pre-formatted fixed-width code block written in the Python programming language
-InlineQueryResultCachedGif
+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.
@@ -7475,7 +7502,7 @@ pre-formatted fixed-width code block written in the Python programming language
-InlineQueryResultCachedMpeg4Gif
+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.
@@ -7533,7 +7560,7 @@ pre-formatted fixed-width code block written in the Python programming language
-InlineQueryResultCachedSticker
+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.
@@ -7572,7 +7599,7 @@ pre-formatted fixed-width code block written in the Python programming language
Note: This will only work in Telegram versions released after 9 April, 2016 for static stickers and after 06 July, 2019 for animated stickers. Older clients will ignore them.
-InlineQueryResultCachedDocument
+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.
@@ -7636,7 +7663,7 @@ pre-formatted fixed-width code block written in the Python programming language
Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
-InlineQueryResultCachedVideo
+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.
@@ -7699,7 +7726,7 @@ pre-formatted fixed-width code block written in the Python programming language
-InlineQueryResultCachedVoice
+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.
@@ -7758,7 +7785,7 @@ pre-formatted fixed-width code block written in the Python programming language
Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
-InlineQueryResultCachedAudio
+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.
@@ -7812,7 +7839,7 @@ pre-formatted fixed-width code block written in the Python programming language
Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
-InputMessageContent
+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
@@ -7821,7 +7848,7 @@ pre-formatted fixed-width code block written in the Python programming language- InputContactMessageContent
- InputInvoiceMessageContent
InputTextMessageContent
+InputTextMessageContent
Represents the content of a text message to be sent as the result of an inline query.
@@ -7854,7 +7881,7 @@ pre-formatted fixed-width code block written in the Python programming language
-InputLocationMessageContent
+InputLocationMessageContent
Represents the content of a location message to be sent as the result of an inline query.
@@ -7897,7 +7924,7 @@ pre-formatted fixed-width code block written in the Python programming language
-InputVenueMessageContent
+InputVenueMessageContent
Represents the content of a venue message to be sent as the result of an inline query.
@@ -7936,7 +7963,7 @@ pre-formatted fixed-width code block written in the Python programming language
-foursquare_type String -Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) +Optional. Foursquare type of the venue, if known. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".) google_place_id @@ -7950,7 +7977,7 @@ pre-formatted fixed-width code block written in the Python programming languageInputContactMessageContent
+InputContactMessageContent
Represents the content of a contact message to be sent as the result of an inline query.
@@ -7964,17 +7991,17 @@ pre-formatted fixed-width code block written in the Python programming language
-phone_number String -Contact's phone number +Contact's phone number first_name String -Contact's first name +Contact's first name last_name String -Optional. Contact's last name +Optional. Contact's last name vcard @@ -7983,7 +8010,7 @@ pre-formatted fixed-width code block written in the Python programming languageInputInvoiceMessageContent
+InputInvoiceMessageContent
Represents the content of an invoice message to be sent as the result of an inline query.
@@ -8062,32 +8089,32 @@ pre-formatted fixed-width code block written in the Python programming language
-need_name Boolean -Optional. Pass True, if you require the user's full name to complete the order +Optional. Pass True, if you require the user's full name to complete the order need_phone_number Boolean -Optional. Pass True, if you require the user's phone number to complete the order +Optional. Pass True, if you require the user's phone number to complete the order need_email Boolean -Optional. Pass True, if you require the user's email address to complete the order +Optional. Pass True, if you require the user's email address to complete the order need_shipping_address Boolean -Optional. Pass True, if you require the user's shipping address to complete the order +Optional. Pass True, if you require the user's shipping address to complete the order send_phone_number_to_provider Boolean -Optional. Pass True, if user's phone number should be sent to provider +Optional. Pass True, if user's phone number should be sent to provider send_email_to_provider Boolean -Optional. Pass True, if user's email address should be sent to provider +Optional. Pass True, if user's email address should be sent to provider is_flexible @@ -8096,7 +8123,7 @@ pre-formatted fixed-width code block written in the Python programming languageChosenInlineResult
+ChosenInlineResult
Represents a result of an inline query that was chosen by the user and sent to their chat partner.
@@ -8135,9 +8162,9 @@ pre-formatted fixed-width code block written in the Python programming language
Note: It is necessary to enable inline feedback via @Botfather in order to receive these objects in updates.
-Payments
+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. Please note that users will need Telegram v.4.0 or higher to use payments (released on May 18, 2017).
-sendInvoice
+sendInvoice
Use this method to send invoices. On success, the sent Message is returned.
@@ -8243,37 +8270,37 @@ pre-formatted fixed-width code block written in the Python programming language
-need_name Boolean Optional -Pass True, if you require the user's full name to complete the order +Pass True, if you require the user's full name to complete the order need_phone_number Boolean Optional -Pass True, if you require the user's phone number to complete the order +Pass True, if you require the user's phone number to complete the order need_email Boolean Optional -Pass True, if you require the user's email address to complete the order +Pass True, if you require the user's email address to complete the order need_shipping_address Boolean Optional -Pass True, if you require the user's shipping address to complete the order +Pass True, if you require the user's shipping address to complete the order send_phone_number_to_provider Boolean Optional -Pass True, if user's phone number should be sent to provider +Pass True, if user's phone number should be sent to provider send_email_to_provider Boolean Optional -Pass True, if user's email address should be sent to provider +Pass True, if user's email address should be sent to provider is_flexible @@ -8309,11 +8336,11 @@ pre-formatted fixed-width code block written in the Python programming languagereply_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.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.answerShippingQuery
+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.
@@ -8347,11 +8374,11 @@ pre-formatted fixed-width code block written in the Python programming language
-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. +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
+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.
@@ -8379,11 +8406,11 @@ pre-formatted fixed-width code block written in the Python programming language
-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. +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. LabeledPrice
+LabeledPrice
This object represents a portion of the price for goods or services.
@@ -8406,7 +8433,7 @@ pre-formatted fixed-width code block written in the Python programming language
-Invoice
+Invoice
This object contains basic information about an invoice.
@@ -8444,7 +8471,7 @@ pre-formatted fixed-width code block written in the Python programming language
-ShippingAddress
+ShippingAddress
This object represents a shipping address.
@@ -8487,7 +8514,7 @@ pre-formatted fixed-width code block written in the Python programming language
-OrderInfo
+OrderInfo
This object represents information about an order.
@@ -8506,7 +8533,7 @@ pre-formatted fixed-width code block written in the Python programming language
-phone_number String -Optional. User's phone number +Optional. User's phone number ShippingOption
+ShippingOption
This object represents one shipping option.
@@ -8548,7 +8575,7 @@ pre-formatted fixed-width code block written in the Python programming language
-SuccessfulPayment
+SuccessfulPayment
This object contains basic information about a successful payment.
@@ -8596,7 +8623,7 @@ pre-formatted fixed-width code block written in the Python programming language
-ShippingQuery
+ShippingQuery
This object contains information about an incoming shipping query.
@@ -8629,7 +8656,7 @@ pre-formatted fixed-width code block written in the Python programming language
-PreCheckoutQuery
+PreCheckoutQuery
This object contains information about an incoming pre-checkout query.
@@ -8677,9 +8704,9 @@ pre-formatted fixed-width code block written in the Python programming language
-Telegram Passport
+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
+PassportData
Contains information about Telegram Passport data shared with the bot by the user.
@@ -8702,8 +8729,8 @@ pre-formatted fixed-width code block written in the Python programming language
-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.
+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.
-
@@ -8721,7 +8748,7 @@ pre-formatted fixed-width code block written in the Python programming language 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. +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 @@ -8735,7 +8762,7 @@ pre-formatted fixed-width code block written in the Python programming languageEncryptedPassportElement
+EncryptedPassportElement
Contains information about documents or other Telegram Passport elements shared with the bot by the user.
@@ -8749,47 +8776,47 @@ pre-formatted fixed-width code block written in the Python programming language
-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”. +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 for “personal_details”, “passport”, “driver_license”, “identity_card”, “internal_passport” and “address” types. Can be decrypted and verified using the accompanying EncryptedCredentials. +Optional. Base64-encoded encrypted Telegram Passport element data provided by the user, available 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 +Optional. User's verified phone number, available only for "phone_number" type String -Optional. User's verified email address, available only for “email” type +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 for “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration” and “temporary_registration” types. Files can be decrypted and verified using the accompanying EncryptedCredentials. +Optional. Array of encrypted files with documents provided by the user, available 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 for “passport”, “driver_license”, “identity_card” and “internal_passport”. The file can be decrypted and verified using the accompanying EncryptedCredentials. +Optional. Encrypted file with the front side of the document, provided by the user. Available 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 for “driver_license” and “identity_card”. The file can be decrypted and verified using the accompanying EncryptedCredentials. +Optional. Encrypted file with the reverse side of the document, provided by the user. Available 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 for “passport”, “driver_license”, “identity_card” and “internal_passport”. The file can be decrypted and verified using the accompanying EncryptedCredentials. +Optional. Encrypted file with the selfie of the user holding a document, provided by the user; available 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. +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 @@ -8798,7 +8825,7 @@ pre-formatted fixed-width code block written in the Python programming languageEncryptedCredentials
+EncryptedCredentials
Contains data required for decrypting and authenticating EncryptedPassportElement. See the Telegram Passport Documentation for a complete description of the data decryption and authentication processes.
@@ -8812,7 +8839,7 @@ pre-formatted fixed-width code block written in the Python programming language
-data String -Base64-encoded encrypted JSON-serialized data with unique user's payload, data hashes and secrets required for EncryptedPassportElement decryption and authentication +Base64-encoded encrypted JSON-serialized data with unique user's payload, data hashes and secrets required for EncryptedPassportElement decryption and authentication hash @@ -8822,13 +8849,13 @@ pre-formatted fixed-width code block written in the Python programming languagesecret String -Base64-encoded secret, encrypted with the bot's public RSA key, required for data decryption +Base64-encoded secret, encrypted with the bot's public RSA key, required for data decryption setPassportDataErrors
+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.
+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.
-
@@ -8853,7 +8880,7 @@ pre-formatted fixed-width code block written in the Python programming language PassportElementError
+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
@@ -8866,8 +8893,8 @@ pre-formatted fixed-width code block written in the Python programming language- 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.
+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.
-
@@ -8885,7 +8912,7 @@ pre-formatted fixed-width code block written in the Python programming language 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” +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 @@ -8904,7 +8931,7 @@ pre-formatted fixed-width code block written in the Python programming languagePassportElementErrorFrontSide
+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.
@@ -8923,7 +8950,7 @@ pre-formatted fixed-width code block written in the Python programming language
-type String -The section of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport” +The section of the user's Telegram Passport which has the issue, one of "passport", "driver_license", "identity_card", "internal_passport" file_hash @@ -8937,7 +8964,7 @@ pre-formatted fixed-width code block written in the Python programming languagePassportElementErrorReverseSide
+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.
@@ -8956,7 +8983,7 @@ pre-formatted fixed-width code block written in the Python programming language
-type String -The section of the user's Telegram Passport which has the issue, one of “driver_license”, “identity_card” +The section of the user's Telegram Passport which has the issue, one of "driver_license", "identity_card" file_hash @@ -8970,7 +8997,7 @@ pre-formatted fixed-width code block written in the Python programming languagePassportElementErrorSelfie
+PassportElementErrorSelfie
Represents an issue with the selfie with a document. The error is considered resolved when the file with the selfie changes.
@@ -8989,7 +9016,7 @@ pre-formatted fixed-width code block written in the Python programming language
-type String -The section of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport” +The section of the user's Telegram Passport which has the issue, one of "passport", "driver_license", "identity_card", "internal_passport" file_hash @@ -9003,7 +9030,7 @@ pre-formatted fixed-width code block written in the Python programming languagePassportElementErrorFile
+PassportElementErrorFile
Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.
@@ -9022,7 +9049,7 @@ pre-formatted fixed-width code block written in the Python programming language
-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” +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 @@ -9036,7 +9063,7 @@ pre-formatted fixed-width code block written in the Python programming languagePassportElementErrorFiles
+PassportElementErrorFiles
Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.
@@ -9055,7 +9082,7 @@ pre-formatted fixed-width code block written in the Python programming language
-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” +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 @@ -9069,7 +9096,7 @@ pre-formatted fixed-width code block written in the Python programming languagePassportElementErrorTranslationFile
+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.
@@ -9088,7 +9115,7 @@ pre-formatted fixed-width code block written in the Python programming language
-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” +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 @@ -9102,7 +9129,7 @@ pre-formatted fixed-width code block written in the Python programming languagePassportElementErrorTranslationFiles
+PassportElementErrorTranslationFiles
Represents an issue with the translated version of a document. The error is considered resolved when a file with the document translation change.
@@ -9121,7 +9148,7 @@ pre-formatted fixed-width code block written in the Python programming language
-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” +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 @@ -9135,7 +9162,7 @@ pre-formatted fixed-width code block written in the Python programming languagePassportElementErrorUnspecified
+PassportElementErrorUnspecified
Represents an issue in an unspecified place. The error is considered resolved when new data is added.
@@ -9154,7 +9181,7 @@ pre-formatted fixed-width code block written in the Python programming language
-type String -Type of element of the user's Telegram Passport which has the issue +Type of element of the user's Telegram Passport which has the issue element_hash @@ -9168,20 +9195,20 @@ pre-formatted fixed-width code block written in the Python programming languageGames
+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.
+- 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 demostrates 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 edit_message parameter to automatically update 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
+sendGame
Use this method to send a game. On success, the sent Message is returned.
@@ -9233,11 +9260,11 @@ pre-formatted fixed-width code block written in the Python programming language
-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. +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
+Game
This object represents a game. Use BotFather to create and edit games, their short names will act as unique identifiers.
@@ -9280,10 +9307,10 @@ pre-formatted fixed-width code block written in the Python programming language
-CallbackGame
+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.
+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.
-
@@ -9338,7 +9365,7 @@ pre-formatted fixed-width code block written in the Python programming language getGameHighScores
+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. On success, 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 his neighbors are not among them. Please note that this behavior is subject to change.
@@ -9379,7 +9406,7 @@ pre-formatted fixed-width code block written in the Python programming language -GameHighScore
+GameHighScore
This object represents one row of the high scores table for a game.
@@ -9408,8 +9435,8 @@ pre-formatted fixed-width code block written in the Python programming language
-And that's about all we've got for now.
-
If you've got any questions, please check out our Bot FAQ »
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/data/corefork.telegram.org/bots/inline.html b/data/corefork.telegram.org/bots/inline.html index 57e126665a..8856df3562 100644 --- a/data/corefork.telegram.org/bots/inline.html +++ b/data/corefork.telegram.org/bots/inline.html @@ -44,66 +44,65 @@ -Beyond sending commands in private messages or groups, users can interact with your bot via inline queries. If inline queries are enabled, users can call your bot by typing its username and a query in the text input field in any chat. The query is sent to your bot in an update. This way, people can request content from your bot in any of their chats, groups, or channels without sending any messages at all.
- -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.
-See the Bot API Manual for the relevant methods and objects.
Inline bots support all types of content available in Telegram (20 in all). They are capable of sending stickers, videos, music, locations, documents and more.
-Clients can display the results with vertical or horizontal scrolling, depending on the type of content:
<a href="/file/811140049/2/M2mzqjZoiUw/2d872f0df2aed182d6" target="_blank"><img src="/file/811140049/2/M2mzqjZoiUw/2d872f0df2aed182d6" title="Vertical scrolling" style="width: 295px; padding: 0px 20px;" /></a>
+
As soon as the user taps on an item, it's immediately sent to the recipient, and the input field is cleared.
-Some inline bots can benefit from an initial setup process, like connecting them to an account on an external service (e.g., YouTube). We've added an easy way of switching between the private chat with a bot and whatever chat the user wants to share inline results in.
+As soon as the user taps on an item, it's immediately sent to the recipient, and the input field is cleared.
+Some inline bots can benefit from an initial setup process, like connecting them to an account on an external service (e.g., YouTube). We've added an easy way of switching between the private chat with a bot and whatever chat the user wants to share inline results in.
- -You can display a special ‘Switch to PM’ button above the inline results (or instead of them). This button will open a private chat with the bot and pass a parameter of your choosing, so that you can prompt the user for the relevant setup actions. Once done, you can use an inline keyboard with a switch_inline_query button to send the user back to the original chat.
-Sample bots
@youtube – Shows a ‘Sign in to YouTube’ button, then suggests personalized results.
You can display a special 'Switch to PM' button above the inline results (or instead of them). This button will open a private chat with the bot and pass a parameter of your choosing, so that you can prompt the user for the relevant setup actions. Once done, you can use an inline keyboard with a switch_inline_query button to send the user back to the original chat.
+Sample bots +@youtube – Shows a 'Sign in to YouTube' button, then suggests personalized results.
-
Inline bots can request location data from their users. Use the /setinlinegeo
command with @BotFather to enable this. Your bot will ask the user for permission to access their location whenever they send an inline request.
Sample bot
@foursquare – This bot will ask for permission to access the user's location, then provide geo-targeted results.
Messages sent with the help of your bot will show its username next to the sender's name.
+Sample bot +@foursquare – This bot will ask for permission to access the user's location, then provide geo-targeted results.
+Messages sent with the help of your bot will show its username next to the sender's name.
- +<a href="/file/811140680/2/P3E5RVFzGZ8/5ae6f9c9610b0cbace" target="_blank"><img src="/file/811140680/2/P3E5RVFzGZ8/5ae6f9c9610b0cbace" title="Gif shared via a bot" style="width: 295px; padding: 0px 20px;" /></a>
+
+When a user taps on the bot username in the message header, the mention is automatically inserted into the input field. Entering the @
symbol in the input field brings up a list of suggestions, featuring recently used inline bots.
To know which of the provided results your users are sending to their chat partners, send @Botfather the /setinlinefeedback
command. With this enabled, you will receive updates on the results chosen by your users.
Please note that this can create load issues for popular bots – you may receive more results than actual requests due to caching (see the cache_time parameter in answerInlineQuery). For these cases, we recommend adjusting the probability setting to receive 1/10, 1/100 or 1/1000 of the results.
-Here are some sample inline bots, in case you’re curious to see one in action. Try any of these:
@gif – GIF search
@vid – Video search
@pic – Yandex image search
@bing – Bing image search
@wiki – Wikipedia search
@imdb – IMDB search
@bold – Make bold, italic or fixed sys text
NEW
@youtube - Connect your account for personalized results
@music - Search and send classical music
@foursquare – Find and send venue addresses
@sticker – Find and send stickers based on emoji
Here are some sample inline bots, in case you’re curious to see one in action. Try any of these: +@gif – GIF search +@vid – Video search +@pic – Yandex image search +@bing – Bing image search +@wiki – Wikipedia search +@imdb – IMDB search +@bold – Make bold, italic or fixed sys text
+NEW +@youtube - Connect your account for personalized results +@music - Search and send classical music +@foursquare – Find and send venue addresses +@sticker – Find and send stickers based on emoji
diff --git a/data/corefork.telegram.org/constructor/groupCall.html b/data/corefork.telegram.org/constructor/groupCall.html index aa6020c970..7ed4c500e6 100644 --- a/data/corefork.telegram.org/constructor/groupCall.html +++ b/data/corefork.telegram.org/constructor/groupCall.html @@ -104,6 +104,11 @@