tgbotxx
1.1.6.9
Telegram Bot C++ Library
|
Api Methods https://core.telegram.org/bots/api#available-methods. More...
#include <Api.hpp>
Public Member Functions | |
Api (const std::string &token) | |
Constructs Api object. More... | |
Ptr< User > | getMe () const |
A simple method for testing your bot's authentication token. More... | |
bool | logOut () const |
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. More... | |
bool | close () const |
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. More... | |
Ptr< Message > | sendMessage (const std::variant< std::int64_t, std::string > &chatId, const std::string &text, std::int32_t messageThreadId=0, const std::string &parseMode="", const std::vector< Ptr< MessageEntity >> &entities=std::vector< Ptr< MessageEntity >>(), bool disableWebPagePreview=false, bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send text messages. On success, the sent Message is returned. More... | |
Ptr< Message > | forwardMessage (const std::variant< std::int64_t, std::string > &chatId, const std::variant< std::int64_t, std::string > &fromChatId, std::int32_t messageId, std::int32_t messageThreadId=0, bool disableNotification=false, bool protectContent=false) const |
Use this method to forward messages of any kind. Service messages can't be forwarded. More... | |
Ptr< MessageId > | copyMessage (const std::variant< std::int64_t, std::string > &chatId, const std::variant< std::int64_t, std::string > &fromChatId, std::int32_t messageId, std::int32_t messageThreadId=0, const std::string &caption="", const std::string &parseMode="", const std::vector< Ptr< MessageEntity >> &captionEntities=std::vector< Ptr< MessageEntity >>(), bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to copy messages of any kind. Service messages and invoice messages can't be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is analogous to the method forwardMessage, but the copied message doesn't have a link to the original message. More... | |
Ptr< Message > | sendPhoto (const std::variant< std::int64_t, std::string > &chatId, const std::variant< cpr::File, std::string > &photo, std::int32_t messageThreadId=0, const std::string &caption="", const std::string &parseMode="", const std::vector< Ptr< MessageEntity >> &captionEntities=std::vector< Ptr< MessageEntity >>(), bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send photos. More... | |
Ptr< Message > | sendAudio (const std::variant< std::int64_t, std::string > &chatId, const std::variant< cpr::File, std::string > &audio, std::int32_t messageThreadId=0, const std::string &caption="", const std::string &parseMode="", const std::vector< Ptr< MessageEntity >> &captionEntities=std::vector< Ptr< MessageEntity >>(), std::int32_t duration=0, const std::string &performer="", const std::string &title="", const std::optional< std::variant< cpr::File, std::string >> &thumbnail=std::nullopt, bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
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. More... | |
Ptr< Message > | sendDocument (const std::variant< std::int64_t, std::string > &chatId, const std::variant< cpr::File, std::string > &document, std::int32_t messageThreadId=0, const std::optional< std::variant< cpr::File, std::string >> &thumbnail=std::nullopt, const std::string &caption="", const std::string &parseMode="", const std::vector< Ptr< MessageEntity >> &captionEntities=std::vector< Ptr< MessageEntity >>(), bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send general files. More... | |
Ptr< Message > | sendVideo (const std::variant< std::int64_t, std::string > &chatId, const std::variant< cpr::File, std::string > &video, std::int32_t messageThreadId=0, std::int32_t duration=0, std::int32_t width=0, std::int32_t height=0, const std::optional< std::variant< cpr::File, std::string >> &thumbnail=std::nullopt, const std::string &caption="", const std::string &parseMode="", const std::vector< Ptr< MessageEntity >> &captionEntities=std::vector< Ptr< MessageEntity >>(), bool hasSpoiler=false, bool supportsStreaming=false, bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as Document using Api::sendDocument()). Bots can currently send video files of up to 50 MB in size, this limit may be changed in the future. More... | |
Ptr< Message > | sendAnimation (const std::variant< std::int64_t, std::string > &chatId, const std::variant< cpr::File, std::string > &animation, std::int32_t messageThreadId=0, std::int32_t duration=0, std::int32_t width=0, std::int32_t height=0, const std::optional< std::variant< cpr::File, std::string >> &thumbnail=std::nullopt, const std::string &caption="", const std::string &parseMode="", const std::vector< Ptr< MessageEntity >> &captionEntities=std::vector< Ptr< MessageEntity >>(), bool hasSpoiler=false, bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). Bots can currently send animation files of up to 50 MB in size, this limit may be changed in the future. More... | |
Ptr< Message > | sendVoice (const std::variant< std::int64_t, std::string > &chatId, const std::variant< cpr::File, std::string > &voice, std::int32_t messageThreadId=0, const std::string &caption="", const std::string &parseMode="", const std::vector< Ptr< MessageEntity >> &captionEntities=std::vector< Ptr< MessageEntity >>(), std::int32_t duration=0, bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
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). Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future. More... | |
Ptr< Message > | sendVideoNote (const std::variant< std::int64_t, std::string > &chatId, const std::variant< cpr::File, std::string > &videoNote, std::int32_t messageThreadId=0, std::int32_t duration=0, std::int32_t length=0, const std::optional< std::variant< cpr::File, std::string >> &thumbnail=std::nullopt, bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
As of v.4.0, Telegram clients support rounded square MPEG4 videos of up to 1 minute long. Use this method to send video messages. https://telegram.org/blog/video-messages-and-telescope. More... | |
std::vector< Ptr< Message > > | sendMediaGroup (const std::variant< std::int64_t, std::string > &chatId, const std::vector< Ptr< InputMedia >> &media, std::int32_t messageThreadId=0, bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false) const |
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. More... | |
Ptr< Message > | sendLocation (const std::variant< std::int64_t, std::string > &chatId, float latitude, float longitude, std::int32_t messageThreadId=0, float horizontalAccuracy=0.0f, std::int32_t livePeriod=0, std::int32_t heading=0, std::int32_t proximityAlertRadius=0, bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send point on the map. More... | |
Ptr< Message > | sendVenue (const std::variant< std::int64_t, std::string > &chatId, float latitude, float longitude, const std::string &title, const std::string &address, std::int32_t messageThreadId=0, const std::string &foursquareId="", const std::string &foursquareType="", const std::string &googlePlaceId="", const std::string &googlePlaceType="", bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send information about a venue. More... | |
Ptr< Message > | sendContact (const std::variant< std::int64_t, std::string > &chatId, const std::string &phoneNumber, const std::string &firstName, const std::string &lastName="", const std::string &vcard="", std::int32_t messageThreadId=0, bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send phone contacts. More... | |
Ptr< Message > | sendPoll (const std::variant< std::int64_t, std::string > &chatId, const std::string &question, const std::vector< std::string > &options, bool isAnonymous=true, const std::string &type="regular", bool allowsMultipleAnswers=false, std::int32_t correctOptionId=-1, const std::string &explanation="", const std::string &explanationParseMode="", const std::vector< Ptr< MessageEntity >> &explanationEntities=std::vector< Ptr< MessageEntity >>(), std::int32_t openPeriod=0, std::int32_t closeDate=0, bool isClosed=false, std::int32_t messageThreadId=0, bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send a native poll. More... | |
Ptr< Message > | sendDice (const std::variant< std::int64_t, std::string > &chatId, const std::string &emoji="🎲", std::int32_t messageThreadId=0, bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send an animated emoji that will display a random value. More... | |
bool | sendChatAction (const std::variant< std::int64_t, std::string > &chatId, const std::string &action, std::int32_t messageThreadId=0) const |
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). More... | |
bool | setMessageReaction (const std::variant< std::int64_t, std::string > &chatId, std::int32_t messageId, const std::vector< Ptr< ReactionType >> &reaction=std::vector< Ptr< ReactionType >>(), bool isBig=false) const |
Use this method to change the chosen reactions on a message. Service messages can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. More... | |
Ptr< UserProfilePhotos > | getUserProfilePhotos (std::int64_t userId, std::int32_t offset=0, std::int32_t limit=100) const |
Use this method to get a list of profile pictures for a user. More... | |
Ptr< File > | getFile (const std::string &fileId) const |
Use this method to get basic information about a file and prepare it for downloading. For the moment, bots can download files of up to 20MB in size. The file can then be downloaded using Api::downloadFile or via the link https://api.telegram.org/file/bot<token>/<file_path>, where <file_path> is taken from the response. More... | |
std::string | downloadFile (const std::string &filePath, const std::function< bool(cpr::cpr_off_t downloadTotal, cpr::cpr_off_t downloadNow)> &progressCallback=nullptr) const |
Use this method to download a file from Telegram and save it in memory. For the moment, bots can download files of up to 20MB in size. See Api::getFile. 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. More... | |
bool | banChatMember (const std::variant< std::int64_t, std::string > &chatId, std::int64_t userId, std::time_t untilDate=0, bool revokeMessages=false) const |
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. https://core.telegram.org/bots/api#unbanchatmember. More... | |
bool | unbanChatMember (const std::variant< std::int64_t, std::string > &chatId, std::int64_t userId, bool onlyIfBanned=false) const |
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 onlyIfBanned. More... | |
bool | restrictChatMember (const std::variant< std::int64_t, std::string > &chatId, std::int64_t userId, const Ptr< ChatPermissions > &permissions, bool useIndependentChatPermissions=false, std::time_t untilDate=0) const |
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 of ChatPermissions object to lift restrictions from a user. More... | |
bool | promoteChatMember (const std::variant< std::int64_t, std::string > &chatId, std::int64_t userId, bool isAnonymous=false, bool canManageChat=false, bool canDeleteMessages=false, bool canManageVideoChats=false, bool canRestrictMembers=false, bool canPromoteMembers=false, bool canChangeInfo=false, bool canInviteUsers=false, bool canPostMessages=false, bool canEditMessages=false, bool canPinMessages=false, bool canPostStories=false, bool canEditStories=false, bool canDeleteStories=false, bool canManageTopics=false) const |
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. More... | |
bool | setChatAdministratorCustomTitle (const std::variant< std::int64_t, std::string > &chatId, std::int64_t userId, const std::string &customTitle) const |
Use this method to set a custom title for an administrator in a supergroup promoted by the bot. More... | |
bool | setChatPermissions (const std::variant< std::int64_t, std::string > &chatId, const Ptr< ChatPermissions > &permissions, bool useIndependentChatPermissions=false) const |
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 canRestrictMembers administrator rights. More... | |
std::string | exportChatInviteLink (const std::variant< std::int64_t, std::string > &chatId) const |
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. More... | |
bool | setChatTitle (const std::variant< std::int64_t, std::string > &chatId, const std::string &title) const |
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. More... | |
bool | setChatDescription (const std::variant< std::int64_t, std::string > &chatId, const std::string &description="") const |
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. More... | |
bool | leaveChat (const std::variant< std::int64_t, std::string > &chatId) const |
Use this method for your bot to leave a group, supergroup or channel. More... | |
Ptr< Chat > | getChat (const std::variant< std::int64_t, std::string > &chatId) const |
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.). More... | |
std::vector< Ptr< ChatMember > > | getChatAdministrators (const std::variant< std::int64_t, std::string > &chatId) const |
Use this method to get a list of administrators in a chat, which aren't bots. More... | |
std::int32_t | getChatMemberCount (const std::variant< std::int64_t, std::string > &chatId) const |
Use this method to get the number of members in a chat. More... | |
Ptr< ChatMember > | getChatMember (const std::variant< std::int64_t, std::string > &chatId, std::int64_t userId) const |
Use this method to get information about a member of a chat. The method is only guaranteed to work for other users if the bot is an administrator in the chat. More... | |
bool | editGeneralForumTopic (const std::variant< std::int64_t, std::string > &chatId, const std::string &name) const |
Use this method to edit the name of the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator right in the supergroup. More... | |
bool | closeGeneralForumTopic (const std::variant< std::int64_t, std::string > &chatId) const |
Use this method to close an open 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator right in the supergroup. More... | |
bool | reopenGeneralForumTopic (const std::variant< std::int64_t, std::string > &chatId) const |
Use this method to reopen a closed 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator right in the supergroup. More... | |
bool | hideGeneralForumTopic (const std::variant< std::int64_t, std::string > &chatId) const |
Use this method to hide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator right in the supergroup. More... | |
bool | unhideGeneralForumTopic (const std::variant< std::int64_t, std::string > &chatId) const |
Use this method to unhide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator right in the supergroup. More... | |
bool | unpinAllGeneralForumTopicMessages (const std::variant< std::int64_t, std::string > &chatId) const |
Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the canPinMessages administrator right in the supergroup. More... | |
bool | answerCallbackQuery (const std::string &callbackQueryId, const std::string &text="", bool showAlert=false, const std::string &url="", std::int32_t cacheTime=0) const |
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. The bot must be an administrator in the chat for this to work and must have the canPinMessages administrator right in the supergroup. https://core.telegram.org/bots/features#inline-keyboards. More... | |
bool | setMyCommands (const std::vector< Ptr< BotCommand >> &commands, const Ptr< BotCommandScope > &scope=nullptr, const std::string &languageCode="") const |
Use this method to change the list of the bot's commands. See this manual for more details about bot commands. https://core.telegram.org/bots/features#commands. More... | |
bool | deleteMyCommands (const Ptr< BotCommandScope > &scope=nullptr, const std::string &languageCode="") const |
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. https://core.telegram.org/bots/api#determining-list-of-commands. More... | |
std::vector< Ptr< BotCommand > > | getMyCommands (const Ptr< BotCommandScope > &scope=nullptr, const std::string &languageCode="") const |
Use this method to get the current list of the bot's commands for the given scope and user language. More... | |
bool | setMyName (const std::string &name="", const std::string &languageCode="") const |
Use this method to change the bot's name. More... | |
Ptr< BotName > | getMyName (const std::string &languageCode="") const |
Use this method to get the current bot name for the given user language. More... | |
bool | setMyDescription (const std::string &description="", const std::string &languageCode="") const |
Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. More... | |
Ptr< BotDescription > | getMyDescription (const std::string &languageCode="") const |
Use this method to get the current bot description for the given user language. More... | |
bool | setMyShortDescription (const std::string &shortDescription="", const std::string &languageCode="") const |
Use this method to change the bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot. More... | |
Ptr< BotShortDescription > | getMyShortDescription (const std::string &languageCode="") const |
Use this method to get the current bot short description for the given user language. More... | |
bool | setChatMenuButton (const std::variant< std::int64_t, std::string > &chatId=std::string{}, const Ptr< MenuButton > &menuButton=nullptr) const |
Use this method to change the bot's menu button in a private chat, or the default menu button. More... | |
Ptr< MenuButton > | getChatMenuButton (const std::variant< std::int64_t, std::string > &chatId=std::string{}) const |
Use this method to get the current value of the bot's menu button in a private chat, or the default menu button. More... | |
bool | setMyDefaultAdministratorRights (const Ptr< ChatAdministratorRights > &rights=nullptr, bool forChannels=false) const |
Use this method to change the default administrator rights requested by the bot when it's added as an administrator to groups or channels. These rights will be suggested to users, but they are free to modify the list before adding the bot. More... | |
Ptr< ChatAdministratorRights > | getMyDefaultAdministratorRights (bool forChannels=false) const |
Use this method to get the current default administrator rights of the bot. More... | |
Ptr< Message > | sendInvoice (const std::variant< std::int64_t, std::string > &chatId, const std::string &title, const std::string &description, const std::string &payload, const std::string &providerToken, const std::string ¤cy, const std::vector< Ptr< LabeledPrice >> &prices, std::int32_t messageThreadId=0, std::int32_t maxTipAmount=0, const std::vector< std::int32_t > &suggestedTipAmounts=std::vector< std::int32_t >(), const std::string &startParameter="", const std::string &providerData="", const std::string &photoUrl="", std::int32_t photoSize=0, std::int32_t photoWidth=0, std::int32_t photoHeight=0, bool needName=false, bool needPhoneNumber=false, bool needEmail=false, bool needShippingAddress=false, bool sendPhoneNumberToProvider=false, bool sendEmailToProvider=false, bool isFlexible=false, bool disableNotification=false, bool protectContent=false, std::int32_t replyToMessageId=0, bool allowSendingWithoutReply=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send invoices. More... | |
std::string | createInvoiceLink (const std::string &title, const std::string &description, const std::string &payload, const std::string &providerToken, const std::string ¤cy, const std::vector< Ptr< LabeledPrice >> &prices, std::int32_t maxTipAmount=0, const std::vector< std::int32_t > &suggestedTipAmounts=std::vector< std::int32_t >(), const std::string &providerData="", const std::string &photoUrl="", std::int32_t photoSize=0, std::int32_t photoWidth=0, std::int32_t photoHeight=0, bool needName=false, bool needPhoneNumber=false, bool needEmail=false, bool needShippingAddress=false, bool sendPhoneNumberToProvider=false, bool sendEmailToProvider=false, bool isFlexible=false) const |
Use this method to create a link for an invoice. Returns the created invoice link as std::string on success. More... | |
bool | answerShippingQuery (const std::string &shippingQueryId, bool ok, const std::vector< Ptr< ShippingOption >> &shippingOptions=std::vector< Ptr< ShippingOption >>(), const std::string &errorMessage="") const |
If you sent an invoice requesting a shipping address and the parameter isFlexible was specified, the Bot API will send an Update with a shippingQuery field to the bot. Use this method to reply to shipping queries. On success, True is returned. More... | |
bool | answerPreCheckoutQuery (const std::string &preCheckoutQueryId, bool ok, const std::string &errorMessage="") const |
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 preCheckoutQuery. Use this method to respond to such pre-checkout queries. On success, True is returned. More... | |
std::vector< Ptr< Update > > | getUpdates (std::int32_t offset, std::int32_t limit=100) const |
Use this method to receive incoming updates using long polling. More... | |
bool | setWebhook (const std::string &url, const std::optional< cpr::File > &certificate=std::nullopt, const std::string &ipAddress="", std::int32_t maxConnections=40, const std::vector< std::string > &allowedUpdates=std::vector< std::string >(), bool dropPendingUpdates=false, const std::string &secretToken="") const |
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. If you'd like to make sure that the webhook was set by you, you can specify secret data in the parameter secret_token. If specified, the request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the secret token as content. More... | |
bool | deleteWebhook (bool dropPendingUpdates=false) const |
Use this method to remove webhook integration if you decide to switch back to getUpdates. More... | |
Ptr< WebhookInfo > | getWebhookInfo () const |
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. More... | |
Ptr< Message > | editMessageText (const std::string &text, const std::variant< std::int64_t, std::string > &chatId=0, std::int32_t messageId=0, const std::string &inlineMessageId="", const std::string &parseMode="", const std::vector< Ptr< MessageEntity >> &entities=std::vector< Ptr< MessageEntity >>(), bool disableWebPagePreview=false, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to edit text and game messages. More... | |
Ptr< Message > | editMessageCaption (const std::variant< std::int64_t, std::string > &chatId=0, std::int32_t messageId=0, const std::string &inlineMessageId="", const std::string &caption="", const std::string &parseMode="", const std::vector< Ptr< MessageEntity >> &captionEntities=std::vector< Ptr< MessageEntity >>(), const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to edit captions of messages. More... | |
Ptr< Message > | editMessageMedia (const Ptr< InputMedia > &media, const std::variant< std::int64_t, std::string > &chatId=0, std::int32_t messageId=0, const std::string &inlineMessageId="", const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
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 fileId or specify a URL. More... | |
Ptr< Message > | editMessageLiveLocation (float latitude, float longitude, const std::variant< std::int64_t, std::string > &chatId=0, std::int32_t messageId=0, const std::string &inlineMessageId="", float horizontalAccuracy=0.0f, std::int32_t heading=0, std::int32_t proximityAlertRadius=0, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to edit live location messages. A location can be edited until its livePeriod expires or editing is explicitly disabled by a call to Api::stopMessageLiveLocation. More... | |
Ptr< Message > | stopMessageLiveLocation (const std::variant< std::int64_t, std::string > &chatId=0, std::int32_t messageId=0, const std::string &inlineMessageId="", const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to stop updating a live location message before livePeriod expires. More... | |
Ptr< Message > | editMessageReplyMarkup (const std::variant< std::int64_t, std::string > &chatId=0, std::int32_t messageId=0, const std::string &inlineMessageId="", const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to edit only the reply markup of messages. More... | |
Ptr< Poll > | stopPoll (const std::variant< std::int64_t, std::string > &chatId, std::int32_t messageId, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to stop a poll which was sent by the bot. More... | |
bool | deleteMessage (const std::variant< std::int64_t, std::string > &chatId, std::int32_t messageId) const |
Use this method to delete a message, including service messages, with the following limitations: More... | |
Ptr< Message > | sendSticker (const std::variant< std::int64_t, std::string > &chatId, const std::variant< cpr::File, std::string > &sticker, std::int32_t messageThreadId=0, const std::string &emoji="", bool disableNotification=false, bool protectContent=false, const Ptr< ReplyParameters > &replyParameters=nullptr, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send static .WEBP, animated .TGS, or video .WEBM stickers. On success, the sent Message is returned. More... | |
Ptr< StickerSet > | getStickerSet (const std::string &name) const |
Use this method to get a sticker set. On success, a StickerSet object is returned. More... | |
std::vector< Ptr< Sticker > > | getCustomEmojiStickers (const std::vector< std::string > &customEmojiIds) const |
Use this method to get information about custom emoji stickers by their identifiers. More... | |
Ptr< File > | uploadStickerFile (std::int64_t userId, const cpr::File &sticker, const std::string &stickerFormat) const |
Use this method to upload a file with a sticker for later use in the createNewStickerSet and addStickerToSet methods (the file can be used multiple times). More... | |
bool | createNewStickerSet (std::int64_t userId, const std::string &name, const std::string &title, const std::vector< Ptr< InputSticker >> &stickers, const std::string &stickerFormat, const std::string &stickerType="regular", bool needsRepainting=false) const |
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. More... | |
bool | addStickerToSet (std::int64_t userId, const std::string &name, const Ptr< InputSticker > &sticker) const |
Use this method to add a new sticker to a set created by the bot. The format of the added sticker must match the format of the other stickers in the set. Emoji sticker sets can have up to 200 stickers. Animated and video sticker sets can have up to 50 stickers. Static sticker sets can have up to 120 stickers. More... | |
bool | setStickerPositionInSet (const std::string &sticker, std::int32_t position) const |
Use this method to move a sticker in a set created by the bot to a specific position. More... | |
bool | deleteStickerFromSet (const std::string &sticker) const |
Use this method to delete a sticker from a set created by the bot. More... | |
bool | setStickerEmojiList (const std::string &sticker, const std::vector< std::string > &emojiList) const |
Use this method to change the list of emoji assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. More... | |
bool | setStickerKeywords (const std::string &sticker, const std::vector< std::string > &keywords=std::vector< std::string >()) const |
Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. More... | |
bool | setStickerMaskPosition (const std::string &sticker, const Ptr< MaskPosition > &maskPosition=nullptr) const |
Use this method to change the mask position of a mask sticker. The sticker must belong to a sticker set that was created by the bot. More... | |
bool | setStickerSetTitle (const std::string &name, const std::string &title) const |
Use this method to set the title of a created sticker set. More... | |
bool | setStickerSetThumbnail (const std::string &name, const std::string &title, const std::optional< std::variant< cpr::File, std::string >> &thumbnail=std::nullopt) const |
Use this method to set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the format of the stickers in the set. More... | |
bool | setCustomEmojiStickerSetThumbnail (const std::string &name, const std::optional< std::string > &customEmojiId=std::nullopt) const |
Use this method to set the thumbnail of a custom emoji sticker set. More... | |
bool | deleteStickerSet (const std::string &name) const |
Use this method to delete a sticker set that was created by the bot. More... | |
bool | setPassportDataErrors (std::int64_t userId, const std::vector< Ptr< PassportElementError >> &errors) const |
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). 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. More... | |
Ptr< Message > | sendGame (const std::variant< std::int64_t, std::string > &chatId, const std::string &gameShortName, std::int32_t messageThreadId=0, bool disableNotification=false, bool protectContent=false, const Ptr< ReplyParameters > &replyParameters=nullptr, const Ptr< IReplyMarkup > &replyMarkup=nullptr) const |
Use this method to send a game. More... | |
Ptr< Message > | setGameScore (std::int64_t userId, std::int32_t score, bool force=false, bool disableEditMessage=false, std::int64_t chatId=0, std::int32_t messageId=0, const std::string &inlineMessageId="") const |
Use this method to set the score of the specified user in a game message. More... | |
std::vector< Ptr< GameHighScore > > | getGameHighScores (std::int64_t userId, std::int64_t chatId=0, std::int32_t messageId=0, const std::string &inlineMessageId="") const |
Use this method to get data for high score tables. More... | |
bool | answerInlineQuery (const std::string &inlineQueryId, const std::vector< Ptr< InlineQueryResult >> &results, std::int32_t cacheTime=300, bool isPersonal=false, const std::string &nextOffset="", const Ptr< InlineQueryResultsButton > &button=nullptr) const |
Use this method to send answers to an inline query. No more than 50 results per query are allowed. More... | |
Ptr< SentWebAppMessage > | answerWebAppQuery (const std::string &webAppQueryId, const Ptr< InlineQueryResult > &result) const |
Use this method to set the result of an interaction with a Web App and send a corresponding message on behalf of the user to the chat from which the query originated. More... | |
void | setUrl (const std::string &url) noexcept |
Set Api URL. More... | |
const std::string & | getUrl () const noexcept |
Get Api URL. More... | |
void | setLongPollTimeout (const cpr::Timeout &longPollTimeout) |
Set long polling timeout. More... | |
cpr::Timeout | getLongPollTimeout () const noexcept |
Get long polling timeout. More... | |
void | setConnectTimeout (const cpr::ConnectTimeout &timeout) noexcept |
Set Api requests connection timeout. More... | |
cpr::ConnectTimeout | getConnectTimeout () const noexcept |
Get Api requests connection timeout. More... | |
void | setTimeout (const cpr::Timeout &timeout) |
Set Api requests timeout. More... | |
cpr::Timeout | getTimeout () const noexcept |
Get Api requests timeout. More... | |
void | setUploadFilesTimeout (const cpr::Timeout &timeout) noexcept |
Set Api file uploads timeout. More... | |
cpr::Timeout | getUploadFilesTimeout () const noexcept |
Get Api file uploads timeout. More... | |
void | setDownloadFilesTimeout (const cpr::Timeout &timeout) noexcept |
Set Api file downloads timeout. More... | |
cpr::Timeout | getDownloadFilesTimeout () const noexcept |
Get Api file downloads timeout. More... | |
void | setAllowedUpdates (const std::vector< std::string > &allowedUpdates) noexcept |
const std::vector< std::string > & | getAllowedUpdates () const noexcept |
Get list of the update types you want your bot to receive. More... | |
Friends | |
class | Bot |
Related Functions | |
(Note that these are not member functions.) | |
bool | banChatSenderChat (const std::variant< std::int64_t, std::string > &chatId, std::int64_t senderChatId) const |
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. More... | |
bool | unbanChatSenderChat (const std::variant< std::int64_t, std::string > &chatId, std::int64_t senderChatId) const |
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. More... | |
Ptr< ChatInviteLink > | createChatInviteLink (const std::variant< std::int64_t, std::string > &chatId, const std::string &name="", std::time_t expireDate=0, std::int32_t memberLimit=0, bool createsJoinRequest=false) const |
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. More... | |
Ptr< ChatInviteLink > | editChatInviteLink (const std::variant< std::int64_t, std::string > &chatId, const std::string &inviteLink, const std::string &name="", std::time_t expireDate=0, std::int32_t memberLimit=0, bool createsJoinRequest=false) const |
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. More... | |
Ptr< ChatInviteLink > | revokeChatInviteLink (const std::variant< std::int64_t, std::string > &chatId, const std::string &inviteLink) const |
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. More... | |
bool | approveChatJoinRequest (const std::variant< std::int64_t, std::string > &chatId, std::int64_t userId) const |
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 canInviteUsers administrator right. More... | |
bool | declineChatJoinRequest (const std::variant< std::int64_t, std::string > &chatId, std::int64_t userId) const |
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 canInviteUsers administrator right. More... | |
bool | setChatPhoto (const std::variant< std::int64_t, std::string > &chatId, const cpr::File &photo) const |
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. More... | |
bool | deleteChatPhoto (const std::variant< std::int64_t, std::string > &chatId) const |
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. More... | |
bool | pinChatMessage (const std::variant< std::int64_t, std::string > &chatId, std::int32_t messageId, bool disableNotification=false) const |
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 'canPinMessages' administrator right in a supergroup or 'canEditMessages' administrator right in a channel. More... | |
bool | unpinChatMessage (const std::variant< std::int64_t, std::string > &chatId, std::int32_t messageId=0) const |
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 'canPinMessages' administrator right in a supergroup or 'canEditMessages' administrator right in a channel. More... | |
bool | unpinAllChatMessages (const std::variant< std::int64_t, std::string > &chatId) const |
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 'canPinMessages' administrator right in a supergroup or 'canEditMessages' administrator right in a channel. More... | |
bool | setChatStickerSet (const std::variant< std::int64_t, std::string > &chatId, const std::string &stickerSetName) const |
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 canSetStickerSet optionally returned in getChat requests to check if the bot can use this method. More... | |
bool | deleteChatStickerSet (const std::variant< std::int64_t, std::string > &chatId) const |
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 canSetStickerSet optionally returned in getChat requests to check if the bot can use this method. More... | |
std::vector< Ptr< Sticker > > | getForumTopicIconStickers () const |
Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no parameters. More... | |
Ptr< ForumTopic > | createForumTopic (const std::variant< std::int64_t, std::string > &chatId, const std::string &name, std::int32_t iconColor=0x000000, const std::string &iconCustomEmojiId="") const |
Use this method to create a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator rights. https://core.telegram.org/bots/api#forumtopic. More... | |
bool | editForumTopic (const std::variant< std::int64_t, std::string > &chatId, std::int32_t messageThreadId, const std::string &name, const std::optional< std::string > &iconCustomEmojiId=std::nullopt) const |
Use this method to edit name and icon of a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator rights. https://core.telegram.org/bots/api#forumtopic. More... | |
bool | closeForumTopic (const std::variant< std::int64_t, std::string > &chatId, std::int32_t messageThreadId) const |
Use this method to close an open topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator rights. https://core.telegram.org/bots/api#forumtopic. More... | |
bool | reopenForumTopic (const std::variant< std::int64_t, std::string > &chatId, std::int32_t messageThreadId) const |
Use this method to reopen a closed topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator rights. https://core.telegram.org/bots/api#forumtopic. More... | |
bool | deleteForumTopic (const std::variant< std::int64_t, std::string > &chatId, std::int32_t messageThreadId) const |
Use this method to delete a forum topic along with all its messages in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator rights. https://core.telegram.org/bots/api#forumtopic. More... | |
bool | unpinAllForumTopicMessages (const std::variant< std::int64_t, std::string > &chatId, std::int32_t messageThreadId) const |
Use this method to clear the list of pinned messages in a forum topic. The bot must be an administrator in the chat for this to work and must have the canPinMessages administrator right in the supergroup. More... | |
Api Methods https://core.telegram.org/bots/api#available-methods.
|
explicit |
bool tgbotxx::Api::addStickerToSet | ( | std::int64_t | userId, |
const std::string & | name, | ||
const Ptr< InputSticker > & | sticker | ||
) | const |
Use this method to add a new sticker to a set created by the bot. The format of the added sticker must match the format of the other stickers in the set. Emoji sticker sets can have up to 200 stickers. Animated and video sticker sets can have up to 50 stickers. Static sticker sets can have up to 120 stickers.
userId | User identifier of created sticker set owner |
name | Sticker set name |
sticker | A JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set isn't changed. |
Exception | on failure https://core.telegram.org/bots/api#addstickertoset |
bool tgbotxx::Api::answerCallbackQuery | ( | const std::string & | callbackQueryId, |
const std::string & | text = "" , |
||
bool | showAlert = false , |
||
const std::string & | url = "" , |
||
std::int32_t | cacheTime = 0 |
||
) | const |
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. The bot must be an administrator in the chat for this to work and must have the canPinMessages administrator right in the supergroup. https://core.telegram.org/bots/features#inline-keyboards.
callbackQueryId | Unique identifier for the query to be answered |
text | Optional. Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters |
showAlert | Optional. If True, an alert will be shown by the client instead of a notification at the top of the chat screen. Defaults to false. |
url | Optional. URL that will be opened by the user's client. If you have created a Game and accepted the conditions via @BotFather, specify the URL that opens your game - note that this will only work if the query comes from a callback_game button. Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter. |
cacheTime | Optional. The maximum amount of time in seconds that the result of the callback query may be cached client-side. Telegram apps will support caching starting in version 3.14. Defaults to 0. |
Exception | on failure @ote Alternatively, the user can be redirected to the specified Game URL. For this option to work, you must first create a game for your bot via @BotFather and accept the terms. Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter. https://core.telegram.org/bots/api#answercallbackquery |
bool tgbotxx::Api::answerInlineQuery | ( | const std::string & | inlineQueryId, |
const std::vector< Ptr< InlineQueryResult >> & | results, | ||
std::int32_t | cacheTime = 300 , |
||
bool | isPersonal = false , |
||
const std::string & | nextOffset = "" , |
||
const Ptr< InlineQueryResultsButton > & | button = nullptr |
||
) | const |
Use this method to send answers to an inline query. No more than 50 results per query are allowed.
Inline mode methods. Methods and objects used in the inline mode are described in the Inline mode section. https://core.telegram.org/bots/api#inline-mode
inlineQueryId | Unique identifier for the answered query |
results | A JSON-serialized array of results for the inline query |
cacheTime | Optional. The maximum amount of time in seconds that the result of the inline query may be cached on the server. Defaults to 300. |
isPersonal | Optional. Pass True if results may be cached on the server side only for the user that sent the query. By default, results may be returned to any user who sends the same query. |
nextOffset | Optional. Pass the offset that a client should send in the next query with the same text to receive more results. Pass an empty string if there are no more results or if you don't support pagination. Offset length can't exceed 64 bytes. |
button | Optional. A JSON-serialized object describing a button to be shown above inline query results |
Exception | on failure |
bool tgbotxx::Api::answerPreCheckoutQuery | ( | const std::string & | preCheckoutQueryId, |
bool | ok, | ||
const std::string & | errorMessage = "" |
||
) | const |
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 preCheckoutQuery. Use this method to respond to such pre-checkout queries. On success, True is returned.
preCheckoutQueryId | Unique identifier for the query to be answered |
ok | Specify True if everything is alright (goods are available, etc.) and the bot is ready to proceed with the order. Use False if there are any problems. |
errorMessage | 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. |
Exception | on failure https://core.telegram.org/bots/api#answerprecheckoutquery |
bool tgbotxx::Api::answerShippingQuery | ( | const std::string & | shippingQueryId, |
bool | ok, | ||
const std::vector< Ptr< ShippingOption >> & | shippingOptions = std::vector< Ptr< ShippingOption >>() , |
||
const std::string & | errorMessage = "" |
||
) | const |
If you sent an invoice requesting a shipping address and the parameter isFlexible was specified, the Bot API will send an Update with a shippingQuery field to the bot. Use this method to reply to shipping queries. On success, True is returned.
shippingQueryId | Unique identifier for the query to be answered |
ok | Pass True if delivery to the specified address is possible and False if there are any problems (for example, if delivery to the specified address is not possible) |
shippingOptions | Optional. Array of ShippingOption, Required if ok is True. A JSON-serialized array of available shipping options. |
errorMessage | 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. |
Exception | on failure https://core.telegram.org/bots/api#answershippingquery |
Ptr<SentWebAppMessage> tgbotxx::Api::answerWebAppQuery | ( | const std::string & | webAppQueryId, |
const Ptr< InlineQueryResult > & | result | ||
) | const |
Use this method to set the result of an interaction with a Web App and send a corresponding message on behalf of the user to the chat from which the query originated.
webAppQueryId | Unique identifier for the query to be answered |
result | A JSON-serialized object describing the message to be sent |
Exception | on failure https://core.telegram.org/bots/api#answerwebappquery |
bool tgbotxx::Api::banChatMember | ( | const std::variant< std::int64_t, std::string > & | chatId, |
std::int64_t | userId, | ||
std::time_t | untilDate = 0 , |
||
bool | revokeMessages = false |
||
) | const |
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. https://core.telegram.org/bots/api#unbanchatmember.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
userId | Unique identifier of the target user |
untilDate | Optional. Date when the user will be unbanned; Unix time. If user is banned for more than 366 days or less than 30 seconds from the current time they are considered to be banned forever. . AApplied for supergroups and channels only. |
revokeMessages | Optional. Pass True to delete all messages from the chat for the user that is being removed. If False, the user will be able to see messages in the group that were sent before the user was removed. Always True for supergroups and channels. |
Exception | on failure |
bool tgbotxx::Api::close | ( | ) | const |
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.
Exception | on failure https://core.telegram.org/bots/api#close |
bool tgbotxx::Api::closeGeneralForumTopic | ( | const std::variant< std::int64_t, std::string > & | chatId | ) | const |
Use this method to close an open 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator right in the supergroup.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure https://core.telegram.org/bots/api#closegeneralforumtopic |
Ptr<MessageId> tgbotxx::Api::copyMessage | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::variant< std::int64_t, std::string > & | fromChatId, | ||
std::int32_t | messageId, | ||
std::int32_t | messageThreadId = 0 , |
||
const std::string & | caption = "" , |
||
const std::string & | parseMode = "" , |
||
const std::vector< Ptr< MessageEntity >> & | captionEntities = std::vector< Ptr< MessageEntity >>() , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to copy messages of any kind. Service messages and invoice messages can't be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is analogous to the method forwardMessage, but the copied message doesn't have a link to the original message.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
fromChatId | Integer or String identifier for the chat where the original message was sent (or channel username in the format @channelusername) |
messageId | Message identifier in the chat specified in fromChatId |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
caption | Optional. New caption for media, 0-1024 characters after entities parsing. If not specified, the original caption is kept |
parseMode | Optional. Mode for parsing entities in the message text. See formatting options for more details. https://core.telegram.org/bots/api#formatting-options |
captionEntities | Optional. A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parseMode |
disableWebPagePreview | Optional. Disables link previews for links in this message |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure https://core.telegram.org/bots/api#copymessage |
std::string tgbotxx::Api::createInvoiceLink | ( | const std::string & | title, |
const std::string & | description, | ||
const std::string & | payload, | ||
const std::string & | providerToken, | ||
const std::string & | currency, | ||
const std::vector< Ptr< LabeledPrice >> & | prices, | ||
std::int32_t | maxTipAmount = 0 , |
||
const std::vector< std::int32_t > & | suggestedTipAmounts = std::vector< std::int32_t >() , |
||
const std::string & | providerData = "" , |
||
const std::string & | photoUrl = "" , |
||
std::int32_t | photoSize = 0 , |
||
std::int32_t | photoWidth = 0 , |
||
std::int32_t | photoHeight = 0 , |
||
bool | needName = false , |
||
bool | needPhoneNumber = false , |
||
bool | needEmail = false , |
||
bool | needShippingAddress = false , |
||
bool | sendPhoneNumberToProvider = false , |
||
bool | sendEmailToProvider = false , |
||
bool | isFlexible = false |
||
) | const |
Use this method to create a link for an invoice. Returns the created invoice link as std::string on success.
title | Product name, 1-32 characters |
description | Product description, 1-255 characters |
payload | Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes. |
providerToken | Payment provider token, obtained via @BotFather |
currency | Three-letter ISO 4217 currency code, see more on currencies |
prices | Array of LabeledPrice, Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.) |
maxTipAmount | Optional. The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0 |
suggestedTipAmounts | Optional. A JSON-serialized array of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed maxTipAmount. |
startParameter | Optional. Unique deep-linking parameter. If left empty, forwarded copies of the sent message will have a Pay button, allowing multiple users to pay directly from the forwarded message, using the same invoice. If non-empty, forwarded copies of the sent message will have a URL button with a deep link to the bot (instead of a Pay button), with the value used as the start parameter |
providerData | Optional. JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider. |
photoUrl | Optional. URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for. |
photoSize | Optional. Photo size in bytes |
photoWidth | Optional. Photo width |
photoHeight | Optional. Photo height |
needName | Optional. Pass True if you require the user's full name to complete the order |
needPhoneNumber | Optional. Pass True if you require the user's phone number to complete the order |
needEmail | Optional. Pass True if you require the user's email address to complete the order |
needShippingAddress | Optional. Pass True if you require the user's shipping address to complete the order |
sendPhoneNumberToProvider | Optional. Pass True if the user's phone number should be sent to provider |
sendEmailToProvider | Optional. Pass True if the user's email address should be sent to provider |
isFlexible | Optional. Pass True if the final price depends on the shipping method |
Exception | on failure https://core.telegram.org/bots/api#createinvoicelink |
bool tgbotxx::Api::createNewStickerSet | ( | std::int64_t | userId, |
const std::string & | name, | ||
const std::string & | title, | ||
const std::vector< Ptr< InputSticker >> & | stickers, | ||
const std::string & | stickerFormat, | ||
const std::string & | stickerType = "regular" , |
||
bool | needsRepainting = false |
||
) | const |
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.
userId | User identifier of created sticker set owner |
name | 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 | Sticker set title, 1-64 characters |
stickers | A JSON-serialized list of 1-50 initial stickers to be added to the sticker set |
stickerFormat | Format of stickers in the set, must be one of “static”, “animated”, “video” |
stickerType | Optional. Type of stickers in the set, pass “regular”, “mask”, or “custom_emoji”. By default, a regular sticker set is created. |
needsRepainting | Optional. Pass True if stickers in the sticker set must be repainted to the color of text when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context; for custom emoji sticker sets only |
Exception | on failure https://core.telegram.org/bots/api#createnewstickerset |
bool tgbotxx::Api::deleteMessage | ( | const std::variant< std::int64_t, std::string > & | chatId, |
std::int32_t | messageId | ||
) | const |
Use this method to delete a message, including service messages, with the following limitations:
chatId | Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageId | Identifier of the message to delete |
bool tgbotxx::Api::deleteMyCommands | ( | const Ptr< BotCommandScope > & | scope = nullptr , |
const std::string & | languageCode = "" |
||
) | const |
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. https://core.telegram.org/bots/api#determining-list-of-commands.
scope | Optional. A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to BotCommandScopeDefault. |
languageCode | Optional. A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands |
Exception | on failure https://core.telegram.org/bots/api#deletemycommands |
bool tgbotxx::Api::deleteStickerFromSet | ( | const std::string & | sticker | ) | const |
Use this method to delete a sticker from a set created by the bot.
sticker | File identifier of the sticker |
Exception | on failure https://core.telegram.org/bots/api#deletestickerfromset |
bool tgbotxx::Api::deleteStickerSet | ( | const std::string & | name | ) | const |
Use this method to delete a sticker set that was created by the bot.
name | Sticker set name |
Exception | on failure https://core.telegram.org/bots/api#deletestickerset |
bool tgbotxx::Api::deleteWebhook | ( | bool | dropPendingUpdates = false | ) | const |
Use this method to remove webhook integration if you decide to switch back to getUpdates.
dropPendingUpdates | Optional. Pass True to drop all pending updates. |
Exception | on failure |
std::string tgbotxx::Api::downloadFile | ( | const std::string & | filePath, |
const std::function< bool(cpr::cpr_off_t downloadTotal, cpr::cpr_off_t downloadNow)> & | progressCallback = nullptr |
||
) | const |
Use this method to download a file from Telegram and save it in memory. For the moment, bots can download files of up to 20MB in size. See Api::getFile. 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.
filePath | Telegram file path from Api::getFile(fileId) -> File::filePath |
progressCallback | Optional. Download progress callback. Callback shall return true to continue downloading, or false to cancel the download. |
Exception | on failure https://core.telegram.org/bots/api#getfile |
Exception | on failure |
bool tgbotxx::Api::editGeneralForumTopic | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::string & | name | ||
) | const |
Use this method to edit the name of the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator right in the supergroup.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
name | New topic name, 1-128 characters |
Exception | on failure https://core.telegram.org/bots/api#editgeneralforumtopic |
Ptr<Message> tgbotxx::Api::editMessageCaption | ( | const std::variant< std::int64_t, std::string > & | chatId = 0 , |
std::int32_t | messageId = 0 , |
||
const std::string & | inlineMessageId = "" , |
||
const std::string & | caption = "" , |
||
const std::string & | parseMode = "" , |
||
const std::vector< Ptr< MessageEntity >> & | captionEntities = std::vector< Ptr< MessageEntity >>() , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to edit captions of messages.
chatId | Optional. Required if inlineMessageId is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageId | Optional. Required if inlineMessageId is not specified. Identifier of the message to edit |
inlineMessageId | Optional. Required if chatId and messageId are not specified. Identifier of the inline message |
caption | Optional. New caption of the message, 0-1024 characters after entities parsing |
parseMode | Optional. Mode for parsing entities in the message caption. See https://core.telegram.org/bots/api#formatting-options for more details. |
captionEntities | Optional. List of special entities that appear in the caption, which can be specified instead of parseMode |
replyMarkup | Optional. A JSON-serialized object for an inline keyboard. |
Ptr<Message> tgbotxx::Api::editMessageLiveLocation | ( | float | latitude, |
float | longitude, | ||
const std::variant< std::int64_t, std::string > & | chatId = 0 , |
||
std::int32_t | messageId = 0 , |
||
const std::string & | inlineMessageId = "" , |
||
float | horizontalAccuracy = 0.0f , |
||
std::int32_t | heading = 0 , |
||
std::int32_t | proximityAlertRadius = 0 , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to edit live location messages. A location can be edited until its livePeriod expires or editing is explicitly disabled by a call to Api::stopMessageLiveLocation.
latitude | Latitude of new location |
longitude | Longitude of new location |
chatId | Optional. Required if inlineMessageId is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageId | Optional. Required if inlineMessageId is not specified. Identifier of the message to edit |
inlineMessageId | Optional. Required if chatId and messageId are not specified. Identifier of the inline message |
horizontalAccuracy | Optional. The radius of uncertainty for the location, measured in meters; 0-1500 |
heading | Optional. Direction in which the user is moving, in degrees. Must be between 1 and 360 if specified. |
proximityAlertRadius | Optional. The maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified. |
replyMarkup | Optional. A JSON-serialized object for a new inline keyboard. |
Ptr<Message> tgbotxx::Api::editMessageMedia | ( | const Ptr< InputMedia > & | media, |
const std::variant< std::int64_t, std::string > & | chatId = 0 , |
||
std::int32_t | messageId = 0 , |
||
const std::string & | inlineMessageId = "" , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
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 fileId or specify a URL.
media | A JSON-serialized object for a new media content of the message |
chatId | Optional. Required if inlineMessageId is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageId | Optional. Required if inlineMessageId is not specified. Identifier of the message to edit |
inlineMessageId | Optional. Required if chatId and messageId are not specified. Identifier of the inline message |
replyMarkup | Optional. A JSON-serialized object for a new inline keyboard. |
Ptr<Message> tgbotxx::Api::editMessageReplyMarkup | ( | const std::variant< std::int64_t, std::string > & | chatId = 0 , |
std::int32_t | messageId = 0 , |
||
const std::string & | inlineMessageId = "" , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to edit only the reply markup of messages.
chatId | Optional. Required if inlineMessageId is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageId | Optional. Required if inlineMessageId is not specified. Identifier of the message to edit |
inlineMessageId | Optional. Required if chatId and messageId are not specified. Identifier of the inline message |
replyMarkup | Optional. A JSON-serialized object for an inline keyboard. |
Ptr<Message> tgbotxx::Api::editMessageText | ( | const std::string & | text, |
const std::variant< std::int64_t, std::string > & | chatId = 0 , |
||
std::int32_t | messageId = 0 , |
||
const std::string & | inlineMessageId = "" , |
||
const std::string & | parseMode = "" , |
||
const std::vector< Ptr< MessageEntity >> & | entities = std::vector< Ptr< MessageEntity >>() , |
||
bool | disableWebPagePreview = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to edit text and game 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. https://core.telegram.org/bots/api#updating-messages
text | New text of the message, 1-4096 characters after entities parsing |
chatId | Optional. Required if inlineMessageId is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageId | Optional. Required if inlineMessageId is not specified. Identifier of the message to edit |
inlineMessageId | Optional. Required if chatId and messageId are not specified. Identifier of the inline message |
parseMode | Optional. Mode for parsing entities in the message text. See https://core.telegram.org/bots/api#formatting-options for more details. |
entities | Optional. List of special entities that appear in message text, which can be specified instead of parseMode |
disableWebPagePreview | Optional. Disables link previews for links in this message |
replyMarkup | Optional. A JSON-serialized object for an inline keyboard. |
std::string tgbotxx::Api::exportChatInviteLink | ( | const std::variant< std::int64_t, std::string > & | chatId | ) | const |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
permissions | A ChatPermissions object for new user permissions |
useIndependentChatPermissions | Optional. Pass True if chat permissions are set independently. Otherwise, the canSendOtherMessages and canAddWebPagePreviews permissions will imply the canSendMessages, canSendAudios, canSendDocuments, canSendPhotos, canSendVideos, canSendVideoNotes, and canSendVoiceNotes permissions; the canSendPolls permission will imply the canSendMessages permission. |
Exception | on failure https://core.telegram.org/bots/api#exportchatinvitelink |
Ptr<Message> tgbotxx::Api::forwardMessage | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::variant< std::int64_t, std::string > & | fromChatId, | ||
std::int32_t | messageId, | ||
std::int32_t | messageThreadId = 0 , |
||
bool | disableNotification = false , |
||
bool | protectContent = false |
||
) | const |
Use this method to forward messages of any kind. Service messages can't be forwarded.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
fromChatId | Integer or String Unique identifier for the chat where the original message was sent (or channel username in the format @channelusername) |
messageId | Message identifier in the chat specified in fromChatId |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
Exception | on failure https://core.telegram.org/bots/api#forwardmessage |
|
noexcept |
Get list of the update types you want your bot to receive.
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.).
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure https://core.telegram.org/bots/api#getchat |
std::vector<Ptr<ChatMember> > tgbotxx::Api::getChatAdministrators | ( | const std::variant< std::int64_t, std::string > & | chatId | ) | const |
Use this method to get a list of administrators in a chat, which aren't bots.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure https://core.telegram.org/bots/api#getchatadministrators |
Ptr<ChatMember> tgbotxx::Api::getChatMember | ( | const std::variant< std::int64_t, std::string > & | chatId, |
std::int64_t | userId | ||
) | const |
Use this method to get information about a member of a chat. The method is only guaranteed to work for other users if the bot is an administrator in the chat.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
userId | Unique identifier of the target user |
Exception | on failure https://core.telegram.org/bots/api#getchatmember |
std::int32_t tgbotxx::Api::getChatMemberCount | ( | const std::variant< std::int64_t, std::string > & | chatId | ) | const |
Use this method to get the number of members in a chat.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure https://core.telegram.org/bots/api#getchatmembercount |
Ptr<MenuButton> tgbotxx::Api::getChatMenuButton | ( | const std::variant< std::int64_t, std::string > & | chatId = std::string{} | ) | const |
Use this method to get the current value of the bot's menu button in a private chat, or the default menu button.
chatId | Optional. Integer or String Unique identifier for the target private chat. If not specified, default bot's menu button will be returned |
Exception | on failure https://core.telegram.org/bots/api#getchatmenubutton |
|
noexcept |
Get Api requests connection timeout.
std::vector<Ptr<Sticker> > tgbotxx::Api::getCustomEmojiStickers | ( | const std::vector< std::string > & | customEmojiIds | ) | const |
Use this method to get information about custom emoji stickers by their identifiers.
customEmojiIds | List of custom emoji identifiers. At most 200 custom emoji identifiers can be specified. |
Exception | on failure https://core.telegram.org/bots/api#getcustomemojistickers |
|
noexcept |
Get Api file downloads timeout.
Use this method to get basic information about a file and prepare it for downloading. For the moment, bots can download files of up to 20MB in size. The file can then be downloaded using Api::downloadFile or via the link https://api.telegram.org/file/bot<token>/<file_path>, where <file_path> is taken from the response.
fileId | File identifier to get information about |
Exception | on failure |
std::vector<Ptr<GameHighScore> > tgbotxx::Api::getGameHighScores | ( | std::int64_t | userId, |
std::int64_t | chatId = 0 , |
||
std::int32_t | messageId = 0 , |
||
const std::string & | inlineMessageId = "" |
||
) | const |
Use this method to get data for high score tables.
userId | Target user id |
chatId | Required if inlineMessageId is not specified. Unique identifier for the target chat |
messageId | Required if inlineMessageId is not specified. Identifier of the sent message |
inlineMessageId | Required if chat_id and messageId are not specified. Identifier of the inline message |
Exception | on failure https://core.telegram.org/bots/api#getgamehighscores |
|
noexcept |
Get long polling timeout.
A simple method for testing your bot's authentication token.
Bot Api Methods https://core.telegram.org/bots/api#available-methods
Exception | on failure |
std::vector<Ptr<BotCommand> > tgbotxx::Api::getMyCommands | ( | const Ptr< BotCommandScope > & | scope = nullptr , |
const std::string & | languageCode = "" |
||
) | const |
Use this method to get the current list of the bot's commands for the given scope and user language.
scope | Optional. A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to BotCommandScopeDefault. |
languageCode | Optional. A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands |
Exception | on failure https://core.telegram.org/bots/api#getmycommands |
Ptr<ChatAdministratorRights> tgbotxx::Api::getMyDefaultAdministratorRights | ( | bool | forChannels = false | ) | const |
Use this method to get the current default administrator rights of the bot.
forChannels | Optional. Pass True to get default administrator rights of the bot in channels. Otherwise, default administrator rights of the bot for groups and supergroups will be returned. |
Exception | on failure https://core.telegram.org/bots/api#getmydefaultadministratorrights |
Ptr<BotDescription> tgbotxx::Api::getMyDescription | ( | const std::string & | languageCode = "" | ) | const |
Use this method to get the current bot description for the given user language.
languageCode | Optional. A two-letter ISO 639-1 language code or an empty string |
Exception | on failure https://core.telegram.org/bots/api#getmydescription |
Use this method to get the current bot name for the given user language.
languageCode | Optional. A two-letter ISO 639-1 language code or an empty string |
Exception | on failure https://core.telegram.org/bots/api#getmyname |
Ptr<BotShortDescription> tgbotxx::Api::getMyShortDescription | ( | const std::string & | languageCode = "" | ) | const |
Use this method to get the current bot short description for the given user language.
languageCode | Optional. A two-letter ISO 639-1 language code or an empty string |
Exception | on failure https://core.telegram.org/bots/api#getmyshortdescription |
Ptr<StickerSet> tgbotxx::Api::getStickerSet | ( | const std::string & | name | ) | const |
Use this method to get a sticker set. On success, a StickerSet object is returned.
name | Name of the sticker set |
Exception | on failure https://core.telegram.org/bots/api#getstickerset |
|
noexcept |
Get Api requests timeout.
std::vector<Ptr<Update> > tgbotxx::Api::getUpdates | ( | std::int32_t | offset, |
std::int32_t | limit = 100 |
||
) | const |
Use this method to receive incoming updates using long polling.
Updates methods https://core.telegram.org/bots/api#getting-updates
offset | Identifier of the first update to be returned. Must be greater by one than the highest among the identifiers of previously received updates. By default, updates starting with the earliest unconfirmed update are returned. An update is considered confirmed as soon as getUpdates is called with an offset higher than its update_id. The negative offset can be specified to retrieve updates starting from -offset update from the end of the updates queue. All previous updates will be forgotten. |
limit | Limits the number of updates to be retrieved. Values between 1-100 are accepted. Defaults to 100. |
timeout | Timeout in seconds for long polling. Defaults to 0, i.e. usual short polling. Should be positive, short polling should be used for testing purposes only. |
Exception | on failure |
|
noexcept |
Get Api file uploads timeout.
|
noexcept |
Get Api URL.
Ptr<UserProfilePhotos> tgbotxx::Api::getUserProfilePhotos | ( | std::int64_t | userId, |
std::int32_t | offset = 0 , |
||
std::int32_t | limit = 100 |
||
) | const |
Use this method to get a list of profile pictures for a user.
userId | Unique identifier of the target user |
offset | Optional. Sequential number of the first photo to be returned. By default, all photos are returned. |
limit | Optional. Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100. |
Exception | on failure https://core.telegram.org/bots/api#getuserprofilephotos |
Ptr<WebhookInfo> tgbotxx::Api::getWebhookInfo | ( | ) | const |
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.
Exception | on failure https://core.telegram.org/bots/api#getwebhookinfo |
bool tgbotxx::Api::hideGeneralForumTopic | ( | const std::variant< std::int64_t, std::string > & | chatId | ) | const |
Use this method to hide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator right in the supergroup.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure https://core.telegram.org/bots/api#hidegeneralforumtopic |
bool tgbotxx::Api::leaveChat | ( | const std::variant< std::int64_t, std::string > & | chatId | ) | const |
Use this method for your bot to leave a group, supergroup or channel.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure https://core.telegram.org/bots/api#leavechat |
bool tgbotxx::Api::logOut | ( | ) | const |
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.
Exception | on failure https://core.telegram.org/bots/api#logout |
bool tgbotxx::Api::promoteChatMember | ( | const std::variant< std::int64_t, std::string > & | chatId, |
std::int64_t | userId, | ||
bool | isAnonymous = false , |
||
bool | canManageChat = false , |
||
bool | canDeleteMessages = false , |
||
bool | canManageVideoChats = false , |
||
bool | canRestrictMembers = false , |
||
bool | canPromoteMembers = false , |
||
bool | canChangeInfo = false , |
||
bool | canInviteUsers = false , |
||
bool | canPostMessages = false , |
||
bool | canEditMessages = false , |
||
bool | canPinMessages = false , |
||
bool | canPostStories = false , |
||
bool | canEditStories = false , |
||
bool | canDeleteStories = false , |
||
bool | canManageTopics = false |
||
) | const |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
userId | Unique identifier of the target user |
isAnonymous | Optional. Pass True if the administrator's presence in the chat is hidden |
canManageChat | Optional. Pass True if the administrator can access the chat event log, boost list in channels, see channel members, report spam messages, see anonymous administrators in supergroups and ignore slow mode. Implied by any other administrator privilege |
canDeleteMessages | Optional. Pass True if the administrator can delete messages of other users |
canManageVideoChats | Optional. Pass True if the administrator can manage video chats |
canRestrictMembers | Optional. Pass True if the administrator can restrict, ban or unban chat members, or access supergroup statistics |
canPromoteMembers | Optional. Pass True if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by him) |
canChangeInfo | Optional. Pass True if the administrator can change chat title, photo and other settings |
canInviteUsers | Optional. Pass True if the administrator can invite new users to the chat |
canPostMessages | Optional. Pass True if the administrator can post messages in the channel, or access channel statistics; channels only |
canEditMessages | Optional. Pass True if the administrator can edit messages of other users and can pin messages; channels only |
canPinMessages | Optional. Pass True if the administrator can pin messages, supergroups only |
canPostStories | Optional. Pass True if the administrator can post stories in the channel; channels only |
canEditStories | Optional. Pass True if the administrator can edit stories posted by other users; channels only |
canDeleteStories | Optional. Pass True if the administrator can delete stories posted by other users; channels only |
canManageTopics | Optional. Pass True if the user is allowed to create, rename, close, and reopen forum topics, supergroups only |
Exception | on failure https://core.telegram.org/bots/api#promotechatmember |
bool tgbotxx::Api::reopenGeneralForumTopic | ( | const std::variant< std::int64_t, std::string > & | chatId | ) | const |
Use this method to reopen a closed 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator right in the supergroup.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure https://core.telegram.org/bots/api#reopengeneralforumtopic |
bool tgbotxx::Api::restrictChatMember | ( | const std::variant< std::int64_t, std::string > & | chatId, |
std::int64_t | userId, | ||
const Ptr< ChatPermissions > & | permissions, | ||
bool | useIndependentChatPermissions = false , |
||
std::time_t | untilDate = 0 |
||
) | const |
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 of ChatPermissions object to lift restrictions from a user.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
userId | Unique identifier of the target user |
permissions | A ChatPermissions object for new user permissions |
useIndependentChatPermissions | Optional. Pass True if chat permissions are set independently. Otherwise, the can_send_other_messages and can_add_web_page_previews permissions will imply the can_send_messages, can_send_audios, can_send_documents, can_send_photos, can_send_videos, can_send_video_notes, and can_send_voice_notes permissions; the can_send_polls permission will imply the can_send_messages permission. |
untilDate | Optional. Date when restrictions will be lifted for the user; Unix time. If user is restricted for more than 366 days or less than 30 seconds from the current time, they are considered to be restricted forever |
Exception | on failure https://core.telegram.org/bots/api#restrictchatmember |
Ptr<Message> tgbotxx::Api::sendAnimation | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::variant< cpr::File, std::string > & | animation, | ||
std::int32_t | messageThreadId = 0 , |
||
std::int32_t | duration = 0 , |
||
std::int32_t | width = 0 , |
||
std::int32_t | height = 0 , |
||
const std::optional< std::variant< cpr::File, std::string >> & | thumbnail = std::nullopt , |
||
const std::string & | caption = "" , |
||
const std::string & | parseMode = "" , |
||
const std::vector< Ptr< MessageEntity >> & | captionEntities = std::vector< Ptr< MessageEntity >>() , |
||
bool | hasSpoiler = false , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). Bots can currently send animation files of up to 50 MB in size, this limit may be changed in the future.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
animation | Animation to send. Pass a fileId as String to send an animation that exists on the Telegram servers (recommended), Pass an HTTP URL as a String for Telegram to get a animation from the Internet, or upload a new animation using multipart/form-data. More information on Sending Files » https://core.telegram.org/bots/api#sending-files |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
duration | Optional. Duration of sent animation in seconds |
width | Optional. Animation width |
height | Optional. Animation height |
thumbnail | 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 information on Sending Files » https://core.telegram.org/bots/api#sending-files |
caption | Optional. Animation caption (may also be used when resending animation by file_id), 0-1024 characters after entities parsing |
parseMode | Optional. Mode for parsing entities in the animation caption. See formatting options for more details. https://core.telegram.org/bots/api#formatting-options |
captionEntities | Optional. A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parseMode |
hasSpoiler | Optional. Pass True if the animation needs to be covered with a spoiler animation |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure |
Ptr<Message> tgbotxx::Api::sendAudio | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::variant< cpr::File, std::string > & | audio, | ||
std::int32_t | messageThreadId = 0 , |
||
const std::string & | caption = "" , |
||
const std::string & | parseMode = "" , |
||
const std::vector< Ptr< MessageEntity >> & | captionEntities = std::vector< Ptr< MessageEntity >>() , |
||
std::int32_t | duration = 0 , |
||
const std::string & | performer = "" , |
||
const std::string & | title = "" , |
||
const std::optional< std::variant< cpr::File, std::string >> & | thumbnail = std::nullopt , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
audio | Audio file to send. cpr::File or std::string. Pass a fileId as String to send an audio file that exists on the Telegram servers (recommended), Pass an HTTP URL as a String for Telegram to get an audio file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files » https://core.telegram.org/bots/api#sending-files |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
caption | Optional. Audio caption, 0-1024 characters after entities parsing |
parseMode | Optional. Mode for parsing entities in the audio caption. See formatting options for more details. https://core.telegram.org/bots/api#formatting-options |
captionEntities | Optional. A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parseMode |
duration | Optional. Duration of the audio in seconds |
performer | Optional. Performer |
title | Optional. Track name |
thumbnail | 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 information on Sending Files » https://core.telegram.org/bots/api#sending-files |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure |
bool tgbotxx::Api::sendChatAction | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::string & | action, | ||
std::int32_t | messageThreadId = 0 |
||
) | const |
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).
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
action | Type of action to broadcast. Choose one, depending on what the user is about to receive:
|
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
Exception | on failure Example: The ImageBot needs some time to process a request and upload the image. https://t.me/imagebot 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. |
Ptr<Message> tgbotxx::Api::sendContact | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::string & | phoneNumber, | ||
const std::string & | firstName, | ||
const std::string & | lastName = "" , |
||
const std::string & | vcard = "" , |
||
std::int32_t | messageThreadId = 0 , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send phone contacts.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
phoneNumber | Contact's phone number |
firstName | Contact's first name |
lastName | Optional. Contact's last name |
vcard | Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes https://en.wikipedia.org/wiki/VCard |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure https://core.telegram.org/bots/api#sendcontact |
Ptr<Message> tgbotxx::Api::sendDice | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::string & | emoji = "🎲" , |
||
std::int32_t | messageThreadId = 0 , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send an animated emoji that will display a random value.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
emoji | 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 “🎲” |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure https://core.telegram.org/bots/api#senddice |
Ptr<Message> tgbotxx::Api::sendDocument | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::variant< cpr::File, std::string > & | document, | ||
std::int32_t | messageThreadId = 0 , |
||
const std::optional< std::variant< cpr::File, std::string >> & | thumbnail = std::nullopt , |
||
const std::string & | caption = "" , |
||
const std::string & | parseMode = "" , |
||
const std::vector< Ptr< MessageEntity >> & | captionEntities = std::vector< Ptr< MessageEntity >>() , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send general files.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
document | File to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), Pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files » » https://core.telegram.org/bots/api#sending-files |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
thumbnail | 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 information on Sending Files » https://core.telegram.org/bots/api#sending-files |
caption | Optional. Document caption (may also be used when resending documents by file_id), 0-1024 characters after entities parsing |
parseMode | Optional. Mode for parsing entities in the document text. See formatting options for more details. https://core.telegram.org/bots/api#formatting-options |
captionEntities | Optional. A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parseMode |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure |
Ptr<Message> tgbotxx::Api::sendGame | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::string & | gameShortName, | ||
std::int32_t | messageThreadId = 0 , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
const Ptr< ReplyParameters > & | replyParameters = nullptr , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send a game.
Games
chatId | Unique identifier for the target chat |
gameShortName | Short name of the game, serves as the unique identifier for the game. Set up your games via @BotFather. |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyParameters | Optional. Description of the message to reply to |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure https://core.telegram.org/bots/api#sendgame |
Ptr<Message> tgbotxx::Api::sendInvoice | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::string & | title, | ||
const std::string & | description, | ||
const std::string & | payload, | ||
const std::string & | providerToken, | ||
const std::string & | currency, | ||
const std::vector< Ptr< LabeledPrice >> & | prices, | ||
std::int32_t | messageThreadId = 0 , |
||
std::int32_t | maxTipAmount = 0 , |
||
const std::vector< std::int32_t > & | suggestedTipAmounts = std::vector< std::int32_t >() , |
||
const std::string & | startParameter = "" , |
||
const std::string & | providerData = "" , |
||
const std::string & | photoUrl = "" , |
||
std::int32_t | photoSize = 0 , |
||
std::int32_t | photoWidth = 0 , |
||
std::int32_t | photoHeight = 0 , |
||
bool | needName = false , |
||
bool | needPhoneNumber = false , |
||
bool | needEmail = false , |
||
bool | needShippingAddress = false , |
||
bool | sendPhoneNumberToProvider = false , |
||
bool | sendEmailToProvider = false , |
||
bool | isFlexible = false , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send invoices.
Payments methods https://core.telegram.org/bots/api#payments
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
title | Product name, 1-32 characters |
description | Product description, 1-255 characters |
payload | Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes. |
providerToken | Payment provider token, obtained via @BotFather |
currency | Three-letter ISO 4217 currency code, see more on currencies |
prices | Array of LabeledPrice, Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.) |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
maxTipAmount | Optional. The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0 |
suggestedTipAmounts | Optional. A JSON-serialized array of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed maxTipAmount. |
startParameter | Optional. Unique deep-linking parameter. If left empty, forwarded copies of the sent message will have a Pay button, allowing multiple users to pay directly from the forwarded message, using the same invoice. If non-empty, forwarded copies of the sent message will have a URL button with a deep link to the bot (instead of a Pay button), with the value used as the start parameter |
providerData | Optional. JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider. |
photoUrl | Optional. URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for. |
photoSize | Optional. Photo size in bytes |
photoWidth | Optional. Photo width |
photoHeight | Optional. Photo height |
needName | Optional. Pass True if you require the user's full name to complete the order |
needPhoneNumber | Optional. Pass True if you require the user's phone number to complete the order |
needEmail | Optional. Pass True if you require the user's email address to complete the order |
needShippingAddress | Optional. Pass True if you require the user's shipping address to complete the order |
sendPhoneNumberToProvider | Optional. Pass True if the user's phone number should be sent to provider |
sendEmailToProvider | Optional. Pass True if the user's email address should be sent to provider |
isFlexible | Optional. Pass True if the final price depends on the shipping method |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | 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. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure https://core.telegram.org/bots/api#sendinvoice |
Ptr<Message> tgbotxx::Api::sendLocation | ( | const std::variant< std::int64_t, std::string > & | chatId, |
float | latitude, | ||
float | longitude, | ||
std::int32_t | messageThreadId = 0 , |
||
float | horizontalAccuracy = 0.0f , |
||
std::int32_t | livePeriod = 0 , |
||
std::int32_t | heading = 0 , |
||
std::int32_t | proximityAlertRadius = 0 , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send point on the map.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
latitude | Latitude of the location |
longitude | Longitude of the location |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
horizontalAccuracy | Optional. The radius of uncertainty for the location, measured in meters; 0-1500 |
livePeriod | Optional. Period in seconds for which the location will be updated (see Live Locations, should be between 60 and 86400. https://telegram.org/blog/live-locations |
heading | Optional. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified. |
proximityAlertRadius | Optional. For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified. |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure https://core.telegram.org/bots/api#sendlocation |
std::vector<Ptr<Message> > tgbotxx::Api::sendMediaGroup | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::vector< Ptr< InputMedia >> & | media, | ||
std::int32_t | messageThreadId = 0 , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false |
||
) | const |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
media | A JSON-serialized array describing messages to be sent, must include 2-10 items. Array of InputMediaAudio, InputMediaDocument, InputMediaPhoto and InputMediaVideo https://core.telegram.org/bots/api#inputmedia |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
Exception | on failure |
Ptr<Message> tgbotxx::Api::sendMessage | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::string & | text, | ||
std::int32_t | messageThreadId = 0 , |
||
const std::string & | parseMode = "" , |
||
const std::vector< Ptr< MessageEntity >> & | entities = std::vector< Ptr< MessageEntity >>() , |
||
bool | disableWebPagePreview = false , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send text messages. On success, the sent Message is returned.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
text | Text of the message to be sent, 1-4096 characters after entities parsing |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
parseMode | Optional. Mode for parsing entities in the message text. See formatting options for more details. https://core.telegram.org/bots/api#formatting-options |
entities | Optional. A JSON-serialized list of special entities that appear in message text, which can be specified instead of parseMode |
disableWebPagePreview | Optional. Disables link previews for links in this message |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure https://core.telegram.org/bots/api#sendmessage |
Ptr<Message> tgbotxx::Api::sendPhoto | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::variant< cpr::File, std::string > & | photo, | ||
std::int32_t | messageThreadId = 0 , |
||
const std::string & | caption = "" , |
||
const std::string & | parseMode = "" , |
||
const std::vector< Ptr< MessageEntity >> & | captionEntities = std::vector< Ptr< MessageEntity >>() , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send photos.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
photo | Photo to send. cpr::File or std::string. Pass a fileId as String to send a photo that exists on the Telegram servers (recommended), Pass an HTTP URL as a String for Telegram to get a photo from the Internet, or upload a new photo using multipart/form-data. The photo must be at most 10 MB in size. The photo's width and height must not exceed 10000 in total. Width and height ratio must be at most 20. More information on Sending Files » https://core.telegram.org/bots/api#sending-files |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
caption | Optional. Photo caption (may also be used when resending photos by file_id), 0-1024 characters after entities parsing |
parseMode | Optional. Mode for parsing entities in the photo caption. See formatting options for more details. https://core.telegram.org/bots/api#formatting-options |
captionEntities | Optional. A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parseMode |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure https://core.telegram.org/bots/api#sendphoto |
Ptr<Message> tgbotxx::Api::sendPoll | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::string & | question, | ||
const std::vector< std::string > & | options, | ||
bool | isAnonymous = true , |
||
const std::string & | type = "regular" , |
||
bool | allowsMultipleAnswers = false , |
||
std::int32_t | correctOptionId = -1 , |
||
const std::string & | explanation = "" , |
||
const std::string & | explanationParseMode = "" , |
||
const std::vector< Ptr< MessageEntity >> & | explanationEntities = std::vector< Ptr< MessageEntity >>() , |
||
std::int32_t | openPeriod = 0 , |
||
std::int32_t | closeDate = 0 , |
||
bool | isClosed = false , |
||
std::int32_t | messageThreadId = 0 , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send a native poll.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
question | Poll question, 1-300 characters |
options | A list of answer options, 2-10 strings 1-100 characters each |
isAnonymous | Optional. True, if the poll needs to be anonymous, defaults to True |
type | Optional. Poll type, “quiz” or “regular”, defaults to “regular” |
allowsMultipleAnswers | Optional. True, if the poll allows multiple answers, ignored for polls in quiz mode, defaults to False |
correctOptionId | Optional. 0-based identifier of the correct answer option, required for polls in quiz mode |
explanation | Optional. Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters with at most 2 line feeds after entities parsing |
explanationParseMode | Optional. Mode for parsing entities in the explanation. See formatting options for more details. |
explanationEntities | Optional. A JSON-serialized list of special entities that appear in the poll explanation, which can be specified instead of parseMode |
openPeriod | Optional. Amount of time in seconds the poll will be active after creation, 5-600. Can't be used together with closeDate. |
closeDate | 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 openPeriod. |
isClosed | Optional. Pass True if the poll needs to be immediately closed. This can be useful for poll preview. |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure https://core.telegram.org/bots/api#sendpoll |
Ptr<Message> tgbotxx::Api::sendSticker | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::variant< cpr::File, std::string > & | sticker, | ||
std::int32_t | messageThreadId = 0 , |
||
const std::string & | emoji = "" , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
const Ptr< ReplyParameters > & | replyParameters = nullptr , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send static .WEBP, animated .TGS, or video .WEBM stickers. On success, the sent Message is returned.
Stickers
chatId | Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
sticker | Sticker to send.
|
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
emoji | Optional. Emoji associated with the sticker; only for just uploaded stickers |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyParameters | Optional. Description of the message to reply to |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure https://core.telegram.org/bots/api#sendsticker |
Ptr<Message> tgbotxx::Api::sendVenue | ( | const std::variant< std::int64_t, std::string > & | chatId, |
float | latitude, | ||
float | longitude, | ||
const std::string & | title, | ||
const std::string & | address, | ||
std::int32_t | messageThreadId = 0 , |
||
const std::string & | foursquareId = "" , |
||
const std::string & | foursquareType = "" , |
||
const std::string & | googlePlaceId = "" , |
||
const std::string & | googlePlaceType = "" , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send information about a venue.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
latitude | Latitude of the venue |
longitude | Longitude of the venue |
title | Name of the venue |
address | Address of the venue |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
foursquareId | Optional. Foursquare identifier of the venue |
foursquareType | Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) |
googlePlaceId | Optional. Google Places identifier of the venue |
googlePlaceType | Optional. Google Places type of the venue. (See supported types. https://developers.google.com/places/web-service/supported_types) |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure https://core.telegram.org/bots/api#sendvenue |
Ptr<Message> tgbotxx::Api::sendVideo | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::variant< cpr::File, std::string > & | video, | ||
std::int32_t | messageThreadId = 0 , |
||
std::int32_t | duration = 0 , |
||
std::int32_t | width = 0 , |
||
std::int32_t | height = 0 , |
||
const std::optional< std::variant< cpr::File, std::string >> & | thumbnail = std::nullopt , |
||
const std::string & | caption = "" , |
||
const std::string & | parseMode = "" , |
||
const std::vector< Ptr< MessageEntity >> & | captionEntities = std::vector< Ptr< MessageEntity >>() , |
||
bool | hasSpoiler = false , |
||
bool | supportsStreaming = false , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as Document using Api::sendDocument()). Bots can currently send video files of up to 50 MB in size, this limit may be changed in the future.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
video | Video to send. Pass a fileId as String to send a video that exists on the Telegram servers (recommended), Pass an HTTP URL as a String for Telegram to get a video from the Internet, or upload a new video using multipart/form-data. More information on Sending Files » https://core.telegram.org/bots/api#sending-files |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
duration | Optional. Duration of sent video in seconds |
width | Optional. Video width |
height | Optional. Video height |
thumbnail | 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 information on Sending Files » https://core.telegram.org/bots/api#sending-files |
caption | Optional. Video caption (may also be used when resending videos by file_id), 0-1024 characters after entities parsing |
parseMode | Optional. Mode for parsing entities in the video caption. See formatting options for more details. https://core.telegram.org/bots/api#formatting-options |
captionEntities | Optional. A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parseMode |
hasSpoiler | Optional. Pass True if the video needs to be covered with a spoiler animation |
supportsStreaming | Optional. Pass True if the uploaded video is suitable for streaming |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure |
Ptr<Message> tgbotxx::Api::sendVideoNote | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::variant< cpr::File, std::string > & | videoNote, | ||
std::int32_t | messageThreadId = 0 , |
||
std::int32_t | duration = 0 , |
||
std::int32_t | length = 0 , |
||
const std::optional< std::variant< cpr::File, std::string >> & | thumbnail = std::nullopt , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
As of v.4.0, Telegram clients support rounded square MPEG4 videos of up to 1 minute long. Use this method to send video messages. https://telegram.org/blog/video-messages-and-telescope.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
videoNote | Video note to send. Pass a fileId as String to send a video note that exists on the Telegram servers (recommended), Pass an HTTP URL as a String for Telegram to get a video from the Internet, or upload a new video using multipart/form-data. More information on Sending Files » https://core.telegram.org/bots/api#sending-files |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
duration | Optional. Duration of sent video in seconds |
length | Optional. Video width and height, i.e. diameter of the video message |
thumbnail | 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 information on Sending Files » https://core.telegram.org/bots/api#sending-files |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure |
Ptr<Message> tgbotxx::Api::sendVoice | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::variant< cpr::File, std::string > & | voice, | ||
std::int32_t | messageThreadId = 0 , |
||
const std::string & | caption = "" , |
||
const std::string & | parseMode = "" , |
||
const std::vector< Ptr< MessageEntity >> & | captionEntities = std::vector< Ptr< MessageEntity >>() , |
||
std::int32_t | duration = 0 , |
||
bool | disableNotification = false , |
||
bool | protectContent = false , |
||
std::int32_t | replyToMessageId = 0 , |
||
bool | allowSendingWithoutReply = false , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
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). Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
voice | Audio file to send. Pass a fileId as String to send a file that exists on the Telegram servers (recommended), Pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new file using multipart/form-data. More information on Sending Files » https://core.telegram.org/bots/api#sending-files |
messageThreadId | Optional. Unique identifier for the target message thread (topic) of the forum; for forum supergroups only |
caption | Optional. Voice message caption, 0-1024 characters after entities parsing |
parseMode | Optional. Mode for parsing entities in the voice message caption. See formatting options for more details. https://core.telegram.org/bots/api#formatting-options |
captionEntities | Optional. A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parseMode |
duration | Optional. Duration of the voice message in seconds |
disableNotification | Optional. Sends the message silently. Users will receive a notification with no sound. |
protectContent | Optional. Protects the contents of the sent message from forwarding and saving |
replyToMessageId | Optional. If the message is a reply, ID of the original message |
allowSendingWithoutReply | Optional. Pass True if the message should be sent even if the specified replied-to message is not found |
replyMarkup | Optional. Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user. One of InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply. |
Exception | on failure |
|
noexcept |
allowedUpdates | 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. |
bool tgbotxx::Api::setChatAdministratorCustomTitle | ( | const std::variant< std::int64_t, std::string > & | chatId, |
std::int64_t | userId, | ||
const std::string & | customTitle | ||
) | const |
Use this method to set a custom title for an administrator in a supergroup promoted by the bot.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
userId | Unique identifier of the target user |
customTitle | New custom title for the administrator; 0-16 characters, emoji are not allowed |
Exception | on failure https://core.telegram.org/bots/api#setchatadministratorcustomtitle |
bool tgbotxx::Api::setChatDescription | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::string & | description = "" |
||
) | const |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
description | Optional. New chat description, 0-255 characters |
Exception | on failure https://core.telegram.org/bots/api#setchatdescription |
bool tgbotxx::Api::setChatMenuButton | ( | const std::variant< std::int64_t, std::string > & | chatId = std::string{} , |
const Ptr< MenuButton > & | menuButton = nullptr |
||
) | const |
Use this method to change the bot's menu button in a private chat, or the default menu button.
chatId | Optional. Unique identifier for the target private chat. If not specified, default bot's menu button will be changed |
menuButton | Optional. A JSON-serialized object for the bot's new menu button. Defaults to MenuButtonDefault |
Exception | on failure https://core.telegram.org/bots/api#setmyshortdescription |
bool tgbotxx::Api::setChatPermissions | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const Ptr< ChatPermissions > & | permissions, | ||
bool | useIndependentChatPermissions = false |
||
) | const |
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 canRestrictMembers administrator rights.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
permissions | A ChatPermissions object for new user permissions |
useIndependentChatPermissions | Optional. Pass True if chat permissions are set independently. Otherwise, the canSendOtherMessages and canAddWebPagePreviews permissions will imply the canSendMessages, canSendAudios, canSendDocuments, canSendPhotos, canSendVideos, canSendVideoNotes, and canSendVoiceNotes permissions; the canSendPolls permission will imply the canSendMessages permission. |
Exception | on failure https://core.telegram.org/bots/api#setchatpermissions |
bool tgbotxx::Api::setChatTitle | ( | const std::variant< std::int64_t, std::string > & | chatId, |
const std::string & | title | ||
) | const |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
title | New chat title, 1-128 characters |
Exception | on failure https://core.telegram.org/bots/api#setchattitle |
|
noexcept |
Set Api requests connection timeout.
bool tgbotxx::Api::setCustomEmojiStickerSetThumbnail | ( | const std::string & | name, |
const std::optional< std::string > & | customEmojiId = std::nullopt |
||
) | const |
Use this method to set the thumbnail of a custom emoji sticker set.
name | Sticker set name |
customEmojiId | Optional. Custom emoji identifier of a sticker from the sticker set; Pass an empty string to drop the thumbnail and use the first sticker as the thumbnail. |
Exception | on failure https://core.telegram.org/bots/api#setcustomemojistickersetthumbnail |
|
noexcept |
Set Api file downloads timeout.
Ptr<Message> tgbotxx::Api::setGameScore | ( | std::int64_t | userId, |
std::int32_t | score, | ||
bool | force = false , |
||
bool | disableEditMessage = false , |
||
std::int64_t | chatId = 0 , |
||
std::int32_t | messageId = 0 , |
||
const std::string & | inlineMessageId = "" |
||
) | const |
Use this method to set the score of the specified user in a game message.
userId | User identifier |
score | New score, must be non-negative |
force | Optional. Pass True if the high score is allowed to decrease. This can be useful when fixing mistakes or banning cheaters |
disableEditMessage | Optional. Pass True if the game message should not be automatically edited to include the current scoreboard |
chatId | Required if inlineMessageId is not specified. Unique identifier for the target chat |
messageId | Required if inlineMessageId is not specified. Identifier of the sent message |
inlineMessageId | Required if chat_id and messageId are not specified. Identifier of the inline message |
Exception | on failure https://core.telegram.org/bots/api#setgamescore |
void tgbotxx::Api::setLongPollTimeout | ( | const cpr::Timeout & | longPollTimeout | ) |
Set long polling timeout.
bool tgbotxx::Api::setMessageReaction | ( | const std::variant< std::int64_t, std::string > & | chatId, |
std::int32_t | messageId, | ||
const std::vector< Ptr< ReactionType >> & | reaction = std::vector< Ptr< ReactionType >>() , |
||
bool | isBig = false |
||
) | const |
Use this method to change the chosen reactions on a message. Service messages can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageId | Identifier of the target message. If the message belongs to a media group, the reaction is set to the first non-deleted message in the group instead. |
reaction | Optional. A JSON-serialized list of reaction types to set on the message. Currently, as non-premium users, bots can set up to one reaction per message. A custom emoji reaction can be used if it is either already present on the message or explicitly allowed by chat administrators. |
isBig | Optional. Pass True to set the reaction with a big animation |
Exception | on failure https://core.telegram.org/bots/api#setmessagereaction |
bool tgbotxx::Api::setMyCommands | ( | const std::vector< Ptr< BotCommand >> & | commands, |
const Ptr< BotCommandScope > & | scope = nullptr , |
||
const std::string & | languageCode = "" |
||
) | const |
Use this method to change the list of the bot's commands. See this manual for more details about bot commands. https://core.telegram.org/bots/features#commands.
commands | 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 | Optional. A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to BotCommandScopeDefault. |
languageCode | Optional. A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands |
Exception | on failure |
bool tgbotxx::Api::setMyDefaultAdministratorRights | ( | const Ptr< ChatAdministratorRights > & | rights = nullptr , |
bool | forChannels = false |
||
) | const |
Use this method to change the default administrator rights requested by the bot when it's added as an administrator to groups or channels. These rights will be suggested to users, but they are free to modify the list before adding the bot.
rights | Optional. A JSON-serialized object describing new default administrator rights. If not specified, the default administrator rights will be cleared. |
forChannels | Optional. Pass True to change the default administrator rights of the bot in channels. Otherwise, the default administrator rights of the bot for groups and supergroups will be changed. |
Exception | on failure https://core.telegram.org/bots/api#setmydefaultadministratorrights |
bool tgbotxx::Api::setMyDescription | ( | const std::string & | description = "" , |
const std::string & | languageCode = "" |
||
) | const |
Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty.
description | Optional. New bot description; 0-512 characters. Pass an empty string to remove the dedicated description for the given language. |
languageCode | Optional. A two-letter ISO 639-1 language code. If empty, the description will be applied to all users for whose language there is no dedicated description. |
Exception | on failure https://core.telegram.org/bots/api#setmydescription |
bool tgbotxx::Api::setMyName | ( | const std::string & | name = "" , |
const std::string & | languageCode = "" |
||
) | const |
Use this method to change the bot's name.
name | Optional. New bot name; 0-64 characters. Pass an empty string to remove the dedicated name for the given language. |
languageCode | Optional. A two-letter ISO 639-1 language code. If empty, the name will be shown to all users for whose language there is no dedicated name. |
Exception | on failure https://core.telegram.org/bots/api#setmyname |
bool tgbotxx::Api::setMyShortDescription | ( | const std::string & | shortDescription = "" , |
const std::string & | languageCode = "" |
||
) | const |
Use this method to change the bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot.
shortDescription | Optional. New short description for the bot; 0-120 characters. Pass an empty string to remove the dedicated short description for the given language. |
languageCode | Optional. A two-letter ISO 639-1 language code. If empty, the short description will be applied to all users for whose language there is no dedicated short description. |
Exception | on failure https://core.telegram.org/bots/api#setmyshortdescription |
bool tgbotxx::Api::setPassportDataErrors | ( | std::int64_t | userId, |
const std::vector< Ptr< PassportElementError >> & | errors | ||
) | const |
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). 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.
Passport
userId | User identifier |
errors | A JSON-serialized array describing the errors |
Exception | on failure https://core.telegram.org/bots/api#setpassportdataerrors |
bool tgbotxx::Api::setStickerEmojiList | ( | const std::string & | sticker, |
const std::vector< std::string > & | emojiList | ||
) | const |
Use this method to change the list of emoji assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot.
sticker | File identifier of the sticker |
emojiList | A JSON-serialized list of 1-20 emoji associated with the sticker |
Exception | on failure https://core.telegram.org/bots/api#setstickeremojilist |
bool tgbotxx::Api::setStickerKeywords | ( | const std::string & | sticker, |
const std::vector< std::string > & | keywords = std::vector< std::string >() |
||
) | const |
Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot.
sticker | File identifier of the sticker |
keywords | Optional. A JSON-serialized list of 0-20 search keywords for the sticker with total length of up to 64 characters |
Exception | on failure https://core.telegram.org/bots/api#setstickerkeywords |
bool tgbotxx::Api::setStickerMaskPosition | ( | const std::string & | sticker, |
const Ptr< MaskPosition > & | maskPosition = nullptr |
||
) | const |
Use this method to change the mask position of a mask sticker. The sticker must belong to a sticker set that was created by the bot.
sticker | File identifier of the sticker |
maskPosition | Optional. A JSON-serialized object with the position where the mask should be placed on faces. Omit the parameter to remove the mask position. |
Exception | on failure https://core.telegram.org/bots/api#setstickermaskposition |
bool tgbotxx::Api::setStickerPositionInSet | ( | const std::string & | sticker, |
std::int32_t | position | ||
) | const |
Use this method to move a sticker in a set created by the bot to a specific position.
sticker | File identifier of the sticker |
position | New sticker position in the set, zero-based |
Exception | on failure https://core.telegram.org/bots/api#setstickerpositioninset |
bool tgbotxx::Api::setStickerSetThumbnail | ( | const std::string & | name, |
const std::string & | title, | ||
const std::optional< std::variant< cpr::File, std::string >> & | thumbnail = std::nullopt |
||
) | const |
Use this method to set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the format of the stickers in the set.
name | Sticker set name |
userId | User identifier of created sticker set owner |
thumbnail | Optional. A .WEBP or .PNG image with the thumbnail, must be up to 128 kilobytes in size and have a width and height of exactly 100px, or a .TGS animation with a thumbnail up to 32 kilobytes in size (see https://core.telegram.org/stickers#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 information on Sending Files ». Animated and video sticker set thumbnails can't be uploaded via HTTP URL. If omitted, then the thumbnail is dropped and the first sticker is used as the thumbnail. |
Exception | on failure https://core.telegram.org/bots/api#setstickersetthumbnail |
bool tgbotxx::Api::setStickerSetTitle | ( | const std::string & | name, |
const std::string & | title | ||
) | const |
Use this method to set the title of a created sticker set.
Exception | on failure https://core.telegram.org/bots/api#setstickersettitle |
void tgbotxx::Api::setTimeout | ( | const cpr::Timeout & | timeout | ) |
Set Api requests timeout.
|
noexcept |
Set Api file uploads timeout.
|
noexcept |
Set Api URL.
Timeout setters/getters
bool tgbotxx::Api::setWebhook | ( | const std::string & | url, |
const std::optional< cpr::File > & | certificate = std::nullopt , |
||
const std::string & | ipAddress = "" , |
||
std::int32_t | maxConnections = 40 , |
||
const std::vector< std::string > & | allowedUpdates = std::vector< std::string >() , |
||
bool | dropPendingUpdates = false , |
||
const std::string & | secretToken = "" |
||
) | const |
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. If you'd like to make sure that the webhook was set by you, you can specify secret data in the parameter secret_token. If specified, the request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the secret token as content.
url | HTTPS URL to send updates to. Use an empty string to remove webhook integration |
certificate | Optional. Upload your public key certificate so that the root certificate in use can be checked. See our self-signed guide for details. |
ipAddress | Optional. The fixed IP address which will be used to send webhook requests instead of the IP address resolved through DNS |
maxConnections | Optional. The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery, 1-100. Defaults to 40. Use lower values to limit the load on your bot's server, and higher values to increase your bot's throughput. |
allowedUpdates | 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. |
dropPendingUpdates | Optional. Pass True to drop all pending updates. |
secretToken | Optional. A secret token to be sent in a header “X-Telegram-Bot-Api-Secret-Token” in every webhook request, 1-256 characters. Only characters A-Z, a-z, 0-9, _ and - are allowed. The header is useful to ensure that the request comes from a webhook set by you. |
Exception | on failure |
Ptr<Message> tgbotxx::Api::stopMessageLiveLocation | ( | const std::variant< std::int64_t, std::string > & | chatId = 0 , |
std::int32_t | messageId = 0 , |
||
const std::string & | inlineMessageId = "" , |
||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to stop updating a live location message before livePeriod expires.
chatId | Optional. Required if inlineMessageId is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageId | Optional. Required if inlineMessageId is not specified. Identifier of the message with live location to stop |
inlineMessageId | Optional. Required if chatId and messageId are not specified. Identifier of the inline message |
replyMarkup | Optional. A JSON-serialized object for a new inline keyboard. |
Ptr<Poll> tgbotxx::Api::stopPoll | ( | const std::variant< std::int64_t, std::string > & | chatId, |
std::int32_t | messageId, | ||
const Ptr< IReplyMarkup > & | replyMarkup = nullptr |
||
) | const |
Use this method to stop a poll which was sent by the bot.
chatId | Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageId | Identifier of the original message with the poll |
replyMarkup | Optional. A JSON-serialized object for a new message inline keyboard. |
bool tgbotxx::Api::unbanChatMember | ( | const std::variant< std::int64_t, std::string > & | chatId, |
std::int64_t | userId, | ||
bool | onlyIfBanned = false |
||
) | const |
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 onlyIfBanned.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
userId | Unique identifier of the target user |
onlyIfBanned | Optional. Do nothing if the user is not banned |
Exception | on failure https://core.telegram.org/bots/api#unbanchatmember |
bool tgbotxx::Api::unhideGeneralForumTopic | ( | const std::variant< std::int64_t, std::string > & | chatId | ) | const |
Use this method to unhide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator right in the supergroup.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure https://core.telegram.org/bots/api#unhidegeneralforumtopic |
bool tgbotxx::Api::unpinAllGeneralForumTopicMessages | ( | const std::variant< std::int64_t, std::string > & | chatId | ) | const |
Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the canPinMessages administrator right in the supergroup.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure https://core.telegram.org/bots/api#unpinallgeneralforumtopicmessages |
Ptr<File> tgbotxx::Api::uploadStickerFile | ( | std::int64_t | userId, |
const cpr::File & | sticker, | ||
const std::string & | stickerFormat | ||
) | const |
Use this method to upload a file with a sticker for later use in the createNewStickerSet and addStickerToSet methods (the file can be used multiple times).
userId | User identifier of sticker file owner |
sticker | A file with the sticker in .WEBP, .PNG, .TGS, or .WEBM format. See https://core.telegram.org/stickers for technical requirements. More information on Sending Files » |
stickerFormat | Format of the sticker, must be one of “static”, “animated”, “video” |
Exception | on failure https://core.telegram.org/bots/api#uploadstickerfile |
|
related |
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 canInviteUsers administrator right.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
userId | Unique identifier of the target user |
Exception | on failure |
|
related |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
senderChatId | Unique identifier of the target sender chat |
customTitle | New custom title for the administrator; 0-16 characters, emoji are not allowed |
Exception | on failure |
|
friend |
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.
|
related |
Use this method to close an open topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator rights. https://core.telegram.org/bots/api#forumtopic.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageThreadId | Unique identifier for the target message thread of the forum topic |
Exception | on failure editForumTopic reopenForumTopic deleteForumTopic https://core.telegram.org/bots/api#closeforumtopic |
|
related |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
name | Optional. Invite link name; 0-32 characters |
expireDate | Optional. Point in time (Unix timestamp) when the link will expire |
memberLimit | Optional. The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999 |
createsJoinRequest | Optional. True, if users joining the chat via the link need to be approved by chat administrators. If True, memberLimit can't be specified |
Exception | on failure revokeChatInviteLink https://core.telegram.org/bots/api#createchatinvitelink |
|
related |
Use this method to create a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator rights. https://core.telegram.org/bots/api#forumtopic.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
name | Topic name, 1-128 characters |
iconColor | Optional. Color of the topic icon in RGB format. Currently, must be one of 7322096 (0x6FB9F0), 16766590 (0xFFD67E), 13338331 (0xCB86DB), 9367192 (0x8EEE98), 16749490 (0xFF93B2), or 16478047 (0xFB6F5F) |
iconCustomEmojiId | Optional. Unique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers. https://core.telegram.org/bots/api#getforumtopiciconstickers |
Exception | on failure closeForumTopic reopenForumTopic deleteForumTopic https://core.telegram.org/bots/api#createforumtopic |
|
related |
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 canInviteUsers administrator right.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
userId | Unique identifier of the target user |
Exception | on failure |
|
related |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure |
|
related |
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 canSetStickerSet optionally returned in getChat requests to check if the bot can use this method.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure getForumTopicIconStickers Sticker::setName https://core.telegram.org/bots/api#deletechatstickerset |
|
related |
Use this method to delete a forum topic along with all its messages in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator rights. https://core.telegram.org/bots/api#forumtopic.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageThreadId | Unique identifier for the target message thread of the forum topic |
Exception | on failure editForumTopic closeForumTopic reopenForumTopic https://core.telegram.org/bots/api#deleteforumtopic |
|
related |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
inviteLink | The invite link to edit |
name | Optional. Invite link name; 0-32 characters |
expireDate | Optional. Point in time (Unix timestamp) when the link will expire |
memberLimit | Optional. The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999 |
createsJoinRequest | Optional. True, if users joining the chat via the link need to be approved by chat administrators. If True, memberLimit can't be specified |
Exception | on failure revokeChatInviteLink https://core.telegram.org/bots/api#editchatinvitelink |
|
related |
Use this method to edit name and icon of a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator rights. https://core.telegram.org/bots/api#forumtopic.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageThreadId | Unique identifier for the target message thread of the forum topic |
name | Optional. New topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept |
iconCustomEmojiId | Optional. New unique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers. Pass an empty string to remove the icon. If not specified, the current icon will be kept |
Exception | on failure closeForumTopic reopenForumTopic deleteForumTopic https://core.telegram.org/bots/api#editforumtopic |
Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no parameters.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure deleteChatStickerSet https://core.telegram.org/bots/api#getforumtopiciconstickers |
|
related |
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 'canPinMessages' administrator right in a supergroup or 'canEditMessages' administrator right in a channel.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageId | Identifier of a message to pin |
disableNotification | Optional. Pass True if it is not necessary to send a notification to all chat members about the new pinned message. Notifications are always disabled in channels and private chats. |
Exception | on failure unpinAllChatMessages https://core.telegram.org/bots/api#pinchatmessage |
|
related |
Use this method to reopen a closed topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the canManageTopics administrator rights. https://core.telegram.org/bots/api#forumtopic.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageThreadId | Unique identifier for the target message thread of the forum topic |
Exception | on failure editForumTopic closeForumTopic deleteForumTopic https://core.telegram.org/bots/api#reopenforumtopic |
|
related |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
inviteLink | The invite link to revoke |
Exception | on failure editChatInviteLink https://core.telegram.org/bots/api#revokechatinvitelink |
|
related |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
photo | New chat photo, uploaded using multipart/form-data |
Exception | on failure |
|
related |
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 canSetStickerSet optionally returned in getChat requests to check if the bot can use this method.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
stickerSetName | Name of the sticker set to be set as the group sticker set |
Exception | on failure getForumTopicIconStickers Sticker::setName https://core.telegram.org/bots/api#setchatstickerset |
|
related |
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.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
senderChatId | Unique identifier of the target sender chat |
customTitle | New custom title for the administrator; 0-16 characters, emoji are not allowed |
Exception | on failure |
|
related |
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 'canPinMessages' administrator right in a supergroup or 'canEditMessages' administrator right in a channel.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
Exception | on failure unpinChatMessage https://core.telegram.org/bots/api#unpinallchatmessages |
|
related |
Use this method to clear the list of pinned messages in a forum topic. The bot must be an administrator in the chat for this to work and must have the canPinMessages administrator right in the supergroup.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageThreadId | Unique identifier for the target message thread of the forum topic |
Exception | on failure editForumTopic closeForumTopic reopenForumTopic deleteForumTopic https://core.telegram.org/bots/api#unpinallforumtopicmessages |
|
related |
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 'canPinMessages' administrator right in a supergroup or 'canEditMessages' administrator right in a channel.
chatId | Integer or String Unique identifier for the target chat or username of the target channel (in the format @channelusername) |
messageId | Optional. Identifier of a message to unpin. If not specified, the most recent pinned message (by sending date) will be unpinned. |
Exception | on failure unpinAllChatMessages https://core.telegram.org/bots/api#unpinchatmessage |