tgbot-cpp
|
This is the complete list of members for TgBot::Api, including all inherited members.
_httpClient | TgBot::Api | |
_tgTypeParser | TgBot::Api | protected |
_token | TgBot::Api | protected |
_url | TgBot::Api | protected |
addStickerToSet(std::int64_t userId, const std::string &name, InputSticker::Ptr sticker) const | TgBot::Api | |
answerCallbackQuery(const std::string &callbackQueryId, const std::string &text="", bool showAlert=false, const std::string &url="", std::int32_t cacheTime=0) const | TgBot::Api | |
answerInlineQuery(const std::string &inlineQueryId, const std::vector< InlineQueryResult::Ptr > &results, std::int32_t cacheTime=300, bool isPersonal=false, const std::string &nextOffset="", InlineQueryResultsButton::Ptr button=nullptr) const | TgBot::Api | |
answerPreCheckoutQuery(const std::string &preCheckoutQueryId, bool ok, const std::string &errorMessage="") const | TgBot::Api | |
answerShippingQuery(const std::string &shippingQueryId, bool ok, const std::vector< ShippingOption::Ptr > &shippingOptions=std::vector< ShippingOption::Ptr >(), const std::string &errorMessage="") const | TgBot::Api | |
answerWebAppQuery(const std::string &webAppQueryId, InlineQueryResult::Ptr result) const | TgBot::Api | |
Api(std::string token, const HttpClient &httpClient, const std::string &url) | TgBot::Api | |
approveChatJoinRequest(boost::variant< std::int64_t, std::string > chatId, std::int64_t userId) const | TgBot::Api | |
banChatMember(boost::variant< std::int64_t, std::string > chatId, std::int64_t userId, std::int32_t untilDate=0, bool revokeMessages=true) const | TgBot::Api | |
banChatSenderChat(boost::variant< std::int64_t, std::string > chatId, std::int64_t senderChatId) const | TgBot::Api | |
blockedByUser(std::int64_t chatId) const | TgBot::Api | |
Bot class | TgBot::Api | friend |
close() const | TgBot::Api | |
closeForumTopic(boost::variant< std::int64_t, std::string > chatId, std::int32_t messageThreadId) const | TgBot::Api | |
closeGeneralForumTopic(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
copyMessage(boost::variant< std::int64_t, std::string > chatId, boost::variant< std::int64_t, std::string > fromChatId, std::int32_t messageId, const std::string &caption="", const std::string &parseMode="", const std::vector< MessageEntity::Ptr > &captionEntities=std::vector< MessageEntity::Ptr >(), bool disableNotification=false, ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=std::make_shared< GenericReply >(), bool protectContent=false, std::int32_t messageThreadId=0) const | TgBot::Api | |
copyMessages(boost::variant< std::int64_t, std::string > chatId, boost::variant< std::int64_t, std::string > fromChatId, const std::vector< std::int32_t > &messageIds, std::int32_t messageThreadId=0, bool disableNotification=false, bool protectContent=false, bool removeCaption=false) const | TgBot::Api | |
createChatInviteLink(boost::variant< std::int64_t, std::string > chatId, std::int32_t expireDate=0, std::int32_t memberLimit=0, const std::string &name="", bool createsJoinRequest=false) const | TgBot::Api | |
createForumTopic(boost::variant< std::int64_t, std::string > chatId, const std::string &name, std::int32_t iconColor=0, const std::string &iconCustomEmojiId="") const | TgBot::Api | |
createInvoiceLink(const std::string &title, const std::string &description, const std::string &payload, const std::string &providerToken, const std::string ¤cy, const std::vector< LabeledPrice::Ptr > &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 | TgBot::Api | |
createNewStickerSet(std::int64_t userId, const std::string &name, const std::string &title, const std::vector< InputSticker::Ptr > &stickers, Sticker::Type stickerType=Sticker::Type::Regular, bool needsRepainting=false) const | TgBot::Api | |
declineChatJoinRequest(boost::variant< std::int64_t, std::string > chatId, std::int64_t userId) const | TgBot::Api | |
deleteChatPhoto(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
deleteChatStickerSet(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
deleteForumTopic(boost::variant< std::int64_t, std::string > chatId, std::int32_t messageThreadId) const | TgBot::Api | |
deleteMessage(boost::variant< std::int64_t, std::string > chatId, std::int32_t messageId) const | TgBot::Api | |
deleteMessages(boost::variant< std::int64_t, std::string > chatId, const std::vector< std::int32_t > &messageIds) const | TgBot::Api | |
deleteMyCommands(BotCommandScope::Ptr scope=nullptr, const std::string &languageCode="") const | TgBot::Api | |
deleteStickerFromSet(const std::string &sticker) const | TgBot::Api | |
deleteStickerSet(const std::string &name) const | TgBot::Api | |
deleteWebhook(bool dropPendingUpdates=false) const | TgBot::Api | |
downloadFile(const std::string &filePath, const std::vector< HttpReqArg > &args=std::vector< HttpReqArg >()) const | TgBot::Api | |
editChatInviteLink(boost::variant< std::int64_t, std::string > chatId, const std::string &inviteLink, std::int32_t expireDate=0, std::int32_t memberLimit=0, const std::string &name="", bool createsJoinRequest=false) const | TgBot::Api | |
editForumTopic(boost::variant< std::int64_t, std::string > chatId, std::int32_t messageThreadId, const std::string &name="", boost::variant< std::int32_t, std::string > iconCustomEmojiId=0) const | TgBot::Api | |
editGeneralForumTopic(boost::variant< std::int64_t, std::string > chatId, std::string name) const | TgBot::Api | |
editMessageCaption(boost::variant< std::int64_t, std::string > chatId=0, std::int32_t messageId=0, const std::string &caption="", const std::string &inlineMessageId="", GenericReply::Ptr replyMarkup=nullptr, const std::string &parseMode="", const std::vector< MessageEntity::Ptr > &captionEntities=std::vector< MessageEntity::Ptr >()) const | TgBot::Api | |
editMessageLiveLocation(float latitude, float longitude, boost::variant< std::int64_t, std::string > chatId="", std::int32_t messageId=0, const std::string &inlineMessageId="", InlineKeyboardMarkup::Ptr replyMarkup=std::make_shared< InlineKeyboardMarkup >(), float horizontalAccuracy=0, std::int32_t heading=0, std::int32_t proximityAlertRadius=0) const | TgBot::Api | |
editMessageMedia(InputMedia::Ptr media, boost::variant< std::int64_t, std::string > chatId=0, std::int32_t messageId=0, const std::string &inlineMessageId="", GenericReply::Ptr replyMarkup=nullptr) const | TgBot::Api | |
editMessageReplyMarkup(boost::variant< std::int64_t, std::string > chatId=0, std::int32_t messageId=0, const std::string &inlineMessageId="", GenericReply::Ptr replyMarkup=nullptr) const | TgBot::Api | |
editMessageText(const std::string &text, boost::variant< std::int64_t, std::string > chatId=0, std::int32_t messageId=0, const std::string &inlineMessageId="", const std::string &parseMode="", LinkPreviewOptions::Ptr linkPreviewOptions=nullptr, InlineKeyboardMarkup::Ptr replyMarkup=nullptr, const std::vector< MessageEntity::Ptr > &entities=std::vector< MessageEntity::Ptr >()) const | TgBot::Api | |
exportChatInviteLink(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
forwardMessage(boost::variant< std::int64_t, std::string > chatId, boost::variant< std::int64_t, std::string > fromChatId, std::int32_t messageId, bool disableNotification=false, bool protectContent=false, std::int32_t messageThreadId=0) const | TgBot::Api | |
forwardMessages(boost::variant< std::int64_t, std::string > chatId, boost::variant< std::int64_t, std::string > fromChatId, const std::vector< std::int32_t > &messageIds, std::int32_t messageThreadId=0, bool disableNotification=false, bool protectContent=false) const | TgBot::Api | |
getBusinessConnection(const std::string &businessConnectionId) const | TgBot::Api | |
getChat(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
getChatAdministrators(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
getChatMember(boost::variant< std::int64_t, std::string > chatId, std::int64_t userId) const | TgBot::Api | |
getChatMemberCount(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
getChatMenuButton(std::int64_t chatId=0) const | TgBot::Api | |
getCustomEmojiStickers(const std::vector< std::string > &customEmojiIds) const | TgBot::Api | |
getFile(const std::string &fileId) const | TgBot::Api | |
getForumTopicIconStickers() const | TgBot::Api | |
getGameHighScores(std::int64_t userId, std::int64_t chatId=0, std::int32_t messageId=0, const std::string &inlineMessageId="") const | TgBot::Api | |
getMe() const | TgBot::Api | |
getMyCommands(BotCommandScope::Ptr scope=nullptr, const std::string &languageCode="") const | TgBot::Api | |
getMyDefaultAdministratorRights(bool forChannels=false) const | TgBot::Api | |
getMyDescription(const std::string &languageCode="") const | TgBot::Api | |
getMyName(const std::string &languageCode="") const | TgBot::Api | |
getMyShortDescription(const std::string &languageCode="") const | TgBot::Api | |
getStickerSet(const std::string &name) const | TgBot::Api | |
getUpdates(std::int32_t offset=0, std::int32_t limit=100, std::int32_t timeout=0, const StringArrayPtr &allowedUpdates=nullptr) const | TgBot::Api | |
getUserChatBoosts(boost::variant< std::int64_t, std::string > chatId, std::int32_t userId) const | TgBot::Api | |
getUserProfilePhotos(std::int64_t userId, std::int32_t offset=0, std::int32_t limit=100) const | TgBot::Api | |
getWebhookInfo() const | TgBot::Api | |
hideGeneralForumTopic(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
leaveChat(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
logOut() const | TgBot::Api | |
pinChatMessage(boost::variant< std::int64_t, std::string > chatId, std::int32_t messageId, bool disableNotification=false) const | TgBot::Api | |
promoteChatMember(boost::variant< std::int64_t, std::string > chatId, std::int64_t userId, bool canChangeInfo=false, bool canPostMessages=false, bool canEditMessages=false, bool canDeleteMessages=false, bool canInviteUsers=false, bool canPinMessages=false, bool canPromoteMembers=false, bool isAnonymous=false, bool canManageChat=false, bool canManageVideoChats=false, bool canRestrictMembers=false, bool canManageTopics=false, bool canPostStories=false, bool canEditStories=false, bool canDeleteStories=false) const | TgBot::Api | |
reopenForumTopic(boost::variant< std::int64_t, std::string > chatId, std::int32_t messageThreadId) const | TgBot::Api | |
reopenGeneralForumTopic(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
replaceStickerInSet(std::int64_t userId, const std::string &name, const std::string &oldSticker, InputSticker::Ptr sticker) const | TgBot::Api | |
restrictChatMember(boost::variant< std::int64_t, std::string > chatId, std::int64_t userId, ChatPermissions::Ptr permissions, std::uint32_t untilDate=0, bool useIndependentChatPermissions=false) const | TgBot::Api | |
revokeChatInviteLink(boost::variant< std::int64_t, std::string > chatId, const std::string &inviteLink) const | TgBot::Api | |
sendAnimation(boost::variant< std::int64_t, std::string > chatId, boost::variant< InputFile::Ptr, std::string > animation, std::int32_t duration=0, std::int32_t width=0, std::int32_t height=0, boost::variant< InputFile::Ptr, std::string > thumbnail="", const std::string &caption="", ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, const std::string &parseMode="", bool disableNotification=false, const std::vector< MessageEntity::Ptr > &captionEntities=std::vector< MessageEntity::Ptr >(), std::int32_t messageThreadId=0, bool protectContent=false, bool hasSpoiler=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendAudio(boost::variant< std::int64_t, std::string > chatId, boost::variant< InputFile::Ptr, std::string > audio, const std::string &caption="", std::int32_t duration=0, const std::string &performer="", const std::string &title="", boost::variant< InputFile::Ptr, std::string > thumbnail="", ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, const std::string &parseMode="", bool disableNotification=false, const std::vector< MessageEntity::Ptr > &captionEntities=std::vector< MessageEntity::Ptr >(), std::int32_t messageThreadId=0, bool protectContent=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendChatAction(std::int64_t chatId, const std::string &action, std::int32_t messageThreadId=0, const std::string &businessConnectionId="") const | TgBot::Api | |
sendContact(boost::variant< std::int64_t, std::string > chatId, const std::string &phoneNumber, const std::string &firstName, const std::string &lastName="", const std::string &vcard="", bool disableNotification=false, ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, std::int32_t messageThreadId=0, bool protectContent=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendDice(boost::variant< std::int64_t, std::string > chatId, bool disableNotification=false, ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, const std::string &emoji="", std::int32_t messageThreadId=0, bool protectContent=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendDocument(boost::variant< std::int64_t, std::string > chatId, boost::variant< InputFile::Ptr, std::string > document, boost::variant< InputFile::Ptr, std::string > thumbnail="", const std::string &caption="", ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, const std::string &parseMode="", bool disableNotification=false, const std::vector< MessageEntity::Ptr > &captionEntities=std::vector< MessageEntity::Ptr >(), bool disableContentTypeDetection=false, std::int32_t messageThreadId=0, bool protectContent=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendGame(std::int64_t chatId, const std::string &gameShortName, ReplyParameters::Ptr replyParameters=nullptr, InlineKeyboardMarkup::Ptr replyMarkup=std::make_shared< InlineKeyboardMarkup >(), bool disableNotification=false, std::int32_t messageThreadId=0, bool protectContent=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendInvoice(boost::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< LabeledPrice::Ptr > &prices, 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, ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, bool disableNotification=false, 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="", bool protectContent=false) const | TgBot::Api | |
sendLocation(boost::variant< std::int64_t, std::string > chatId, float latitude, float longitude, std::int32_t livePeriod=0, ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, bool disableNotification=false, float horizontalAccuracy=0, std::int32_t heading=0, std::int32_t proximityAlertRadius=0, std::int32_t messageThreadId=0, bool protectContent=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendMediaGroup(boost::variant< std::int64_t, std::string > chatId, const std::vector< InputMedia::Ptr > &media, bool disableNotification=false, ReplyParameters::Ptr replyParameters=nullptr, std::int32_t messageThreadId=0, bool protectContent=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendMessage(boost::variant< std::int64_t, std::string > chatId, const std::string &text, LinkPreviewOptions::Ptr linkPreviewOptions=nullptr, ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, const std::string &parseMode="", bool disableNotification=false, const std::vector< MessageEntity::Ptr > &entities=std::vector< MessageEntity::Ptr >(), std::int32_t messageThreadId=0, bool protectContent=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendPhoto(boost::variant< std::int64_t, std::string > chatId, boost::variant< InputFile::Ptr, std::string > photo, const std::string &caption="", ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, const std::string &parseMode="", bool disableNotification=false, const std::vector< MessageEntity::Ptr > &captionEntities=std::vector< MessageEntity::Ptr >(), std::int32_t messageThreadId=0, bool protectContent=false, bool hasSpoiler=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendPoll(boost::variant< std::int64_t, std::string > chatId, const std::string &question, const std::vector< std::string > &options, bool disableNotification=false, ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, bool isAnonymous=true, const std::string &type="", bool allowsMultipleAnswers=false, std::int32_t correctOptionId=-1, const std::string &explanation="", const std::string &explanationParseMode="", const std::vector< MessageEntity::Ptr > &explanationEntities=std::vector< MessageEntity::Ptr >(), std::int32_t openPeriod=0, std::int32_t closeDate=0, bool isClosed=false, std::int32_t messageThreadId=0, bool protectContent=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendRequest(const std::string &method, const std::vector< HttpReqArg > &args=std::vector< HttpReqArg >()) const | TgBot::Api | protected |
sendSticker(boost::variant< std::int64_t, std::string > chatId, boost::variant< InputFile::Ptr, std::string > sticker, ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, bool disableNotification=false, std::int32_t messageThreadId=0, bool protectContent=false, const std::string &emoji="", const std::string &businessConnectionId="") const | TgBot::Api | |
sendVenue(boost::variant< std::int64_t, std::string > chatId, float latitude, float longitude, const std::string &title, const std::string &address, const std::string &foursquareId="", const std::string &foursquareType="", bool disableNotification=false, ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, const std::string &googlePlaceId="", const std::string &googlePlaceType="", std::int32_t messageThreadId=0, bool protectContent=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendVideo(boost::variant< std::int64_t, std::string > chatId, boost::variant< InputFile::Ptr, std::string > video, bool supportsStreaming=false, std::int32_t duration=0, std::int32_t width=0, std::int32_t height=0, boost::variant< InputFile::Ptr, std::string > thumbnail="", const std::string &caption="", ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, const std::string &parseMode="", bool disableNotification=false, const std::vector< MessageEntity::Ptr > &captionEntities=std::vector< MessageEntity::Ptr >(), std::int32_t messageThreadId=0, bool protectContent=false, bool hasSpoiler=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendVideoNote(boost::variant< std::int64_t, std::string > chatId, boost::variant< InputFile::Ptr, std::string > videoNote, ReplyParameters::Ptr replyParameters=nullptr, bool disableNotification=false, std::int32_t duration=0, std::int32_t length=0, boost::variant< InputFile::Ptr, std::string > thumbnail="", GenericReply::Ptr replyMarkup=nullptr, std::int32_t messageThreadId=0, bool protectContent=false, const std::string &businessConnectionId="") const | TgBot::Api | |
sendVoice(boost::variant< std::int64_t, std::string > chatId, boost::variant< InputFile::Ptr, std::string > voice, const std::string &caption="", std::int32_t duration=0, ReplyParameters::Ptr replyParameters=nullptr, GenericReply::Ptr replyMarkup=nullptr, const std::string &parseMode="", bool disableNotification=false, const std::vector< MessageEntity::Ptr > &captionEntities=std::vector< MessageEntity::Ptr >(), std::int32_t messageThreadId=0, bool protectContent=false, const std::string &businessConnectionId="") const | TgBot::Api | |
setChatAdministratorCustomTitle(boost::variant< std::int64_t, std::string > chatId, std::int64_t userId, const std::string &customTitle) const | TgBot::Api | |
setChatDescription(boost::variant< std::int64_t, std::string > chatId, const std::string &description="") const | TgBot::Api | |
setChatMenuButton(std::int64_t chatId=0, MenuButton::Ptr menuButton=nullptr) const | TgBot::Api | |
setChatPermissions(boost::variant< std::int64_t, std::string > chatId, ChatPermissions::Ptr permissions, bool useIndependentChatPermissions=false) const | TgBot::Api | |
setChatPhoto(boost::variant< std::int64_t, std::string > chatId, InputFile::Ptr photo) const | TgBot::Api | |
setChatStickerSet(boost::variant< std::int64_t, std::string > chatId, const std::string &stickerSetName) const | TgBot::Api | |
setChatTitle(boost::variant< std::int64_t, std::string > chatId, const std::string &title) const | TgBot::Api | |
setCustomEmojiStickerSetThumbnail(const std::string &name, const std::string &customEmojiId="") const | TgBot::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 | TgBot::Api | |
setMessageReaction(boost::variant< std::int64_t, std::string > chatId, std::int32_t messageId=0, const std::vector< ReactionType::Ptr > &reaction=std::vector< ReactionType::Ptr >(), bool isBig=false) const | TgBot::Api | |
setMyCommands(const std::vector< BotCommand::Ptr > &commands, BotCommandScope::Ptr scope=nullptr, const std::string &languageCode="") const | TgBot::Api | |
setMyDefaultAdministratorRights(ChatAdministratorRights::Ptr rights=nullptr, bool forChannels=false) const | TgBot::Api | |
setMyDescription(const std::string &description="", const std::string &languageCode="") const | TgBot::Api | |
setMyName(const std::string &name="", const std::string &languageCode="") const | TgBot::Api | |
setMyShortDescription(const std::string &shortDescription="", const std::string &languageCode="") const | TgBot::Api | |
setPassportDataErrors(std::int64_t userId, const std::vector< PassportElementError::Ptr > &errors) const | TgBot::Api | |
setStickerEmojiList(const std::string &sticker, const std::vector< std::string > &emojiList) const | TgBot::Api | |
setStickerKeywords(const std::string &sticker, const std::vector< std::string > &keywords=std::vector< std::string >()) const | TgBot::Api | |
setStickerMaskPosition(const std::string &sticker, MaskPosition::Ptr maskPosition=nullptr) const | TgBot::Api | |
setStickerPositionInSet(const std::string &sticker, std::int32_t position) const | TgBot::Api | |
setStickerSetThumbnail(const std::string &name, std::int64_t userId, const std::string &format, boost::variant< InputFile::Ptr, std::string > thumbnail="") const | TgBot::Api | |
setStickerSetTitle(const std::string &name, const std::string &title) const | TgBot::Api | |
setWebhook(const std::string &url, InputFile::Ptr certificate=nullptr, std::int32_t maxConnections=40, const StringArrayPtr &allowedUpdates=nullptr, const std::string &ipAddress="", bool dropPendingUpdates=false, const std::string &secretToken="") const | TgBot::Api | |
stopMessageLiveLocation(boost::variant< std::int64_t, std::string > chatId="", std::int32_t messageId=0, const std::string &inlineMessageId="", InlineKeyboardMarkup::Ptr replyMarkup=std::make_shared< InlineKeyboardMarkup >()) const | TgBot::Api | |
stopPoll(boost::variant< std::int64_t, std::string > chatId, std::int64_t messageId, InlineKeyboardMarkup::Ptr replyMarkup=std::make_shared< InlineKeyboardMarkup >()) const | TgBot::Api | |
unbanChatMember(boost::variant< std::int64_t, std::string > chatId, std::int64_t userId, bool onlyIfBanned=false) const | TgBot::Api | |
unbanChatSenderChat(boost::variant< std::int64_t, std::string > chatId, std::int64_t senderChatId) const | TgBot::Api | |
unhideGeneralForumTopic(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
unpinAllChatMessages(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
unpinAllForumTopicMessages(boost::variant< std::int64_t, std::string > chatId, std::int32_t messageThreadId) const | TgBot::Api | |
unpinAllGeneralForumTopicMessages(boost::variant< std::int64_t, std::string > chatId) const | TgBot::Api | |
unpinChatMessage(boost::variant< std::int64_t, std::string > chatId, std::int32_t messageId=0) const | TgBot::Api | |
uploadStickerFile(std::int64_t userId, InputFile::Ptr sticker, const std::string &stickerFormat) const | TgBot::Api |