Skip to content

GramIO API Reference / gramio/dist / APIMethods

Interface: APIMethods

Defined in: @gramio/types/out/methods.d.ts:30

This object is a map of API methods types (functions map with input/output)

Properties

PropertyTypeDescriptionDefined in
addStickerToSetCallAPI<AddStickerToSetParams, true>Use this method to add a new sticker to a set created by the bot. Emoji sticker sets can have up to 200 stickers. Other sticker sets can have up to 120 stickers. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1040
answerCallbackQueryCallAPI<AnswerCallbackQueryParams, true>Use this method to send answers to callback queries sent from inline keyboards. The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, True is returned. > Alternatively, the user can be redirected to the specified Game URL. For this option to work, you must first create a game for your bot via @BotFather and accept the terms. Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter. Documentation@gramio/types/out/methods.d.ts:568
answerInlineQueryCallAPI<AnswerInlineQueryParams, true>Use this method to send answers to an inline query. On success, True is returned. No more than 50 results per query are allowed. Documentation@gramio/types/out/methods.d.ts:1110
answerPreCheckoutQueryCallAPI<AnswerPreCheckoutQueryParams, true>Once the user has confirmed their payment and shipping details, the Bot API sends the final confirmation in the form of an Update with the field pre_checkout_query. Use this method to respond to such pre-checkout queries. On success, True is returned. Note: The Bot API must receive an answer within 10 seconds after the pre-checkout query was sent. Documentation@gramio/types/out/methods.d.ts:1152
answerShippingQueryCallAPI<AnswerShippingQueryParams, true>If you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the Bot API will send an Update with a shipping_query field to the bot. Use this method to reply to shipping queries. On success, True is returned. Documentation@gramio/types/out/methods.d.ts:1146
answerWebAppQueryCallAPI<AnswerWebAppQueryParams, TelegramSentWebAppMessage>Use this method to set the result of an interaction with a Web App and send a corresponding message on behalf of the user to the chat from which the query originated. On success, a SentWebAppMessage object is returned. Documentation@gramio/types/out/methods.d.ts:1116
approveChatJoinRequestCallAPI<ApproveChatJoinRequestParams, true>Use this method to approve a chat join request. The bot must be an administrator in the chat for this to work and must have the can_invite_users administrator right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:377
approveSuggestedPostCallAPI<ApproveSuggestedPostParams, true>Use this method to approve a suggested post in a direct messages chat. The bot must have the 'can_post_messages' administrator right in the corresponding channel chat. Returns True on success. Documentation@gramio/types/out/methods.d.ts:967
banChatMemberCallAPI<BanChatMemberParams, true>Use this method to ban a user in a group, a supergroup or a channel. In the case of supergroups and channels, the user will not be able to return to the chat on their own using invite links, etc., unless unbanned first. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. Documentation@gramio/types/out/methods.d.ts:269
banChatSenderChatCallAPI<BanChatSenderChatParams, true>Use this method to ban a channel chat in a supergroup or a channel. Until the chat is unbanned, the owner of the banned chat won't be able to send messages on behalf of any of their channels. The bot must be an administrator in the supergroup or channel for this to work and must have the appropriate administrator rights. Returns True on success. Documentation@gramio/types/out/methods.d.ts:308
closeCallAPIWithoutParams<true>Use this method to close the bot instance before moving it from one local server to another. You need to delete the webhook before calling this method to ensure that the bot isn't launched again after server restart. The method will return error 429 in the first 10 minutes after the bot is launched. Returns True on success. Requires no parameters. Documentation@gramio/types/out/methods.d.ts:77
closeForumTopicCallAPI<CloseForumTopicParams, true>Use this method to close an open topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success. Documentation@gramio/types/out/methods.d.ts:500
closeGeneralForumTopicCallAPI<CloseGeneralForumTopicParams, true>Use this method to close an open 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success. Documentation@gramio/types/out/methods.d.ts:533
convertGiftToStarsCallAPI<ConvertGiftToStarsParams, true>Converts a given regular gift to Telegram Stars. Requires the can_convert_gifts_to_stars business bot right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:856
copyMessageCallAPI<CopyMessageParams, TelegramMessageId>Use this method to copy messages of any kind. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is analogous to the method forwardMessage, but the copied message doesn't have a link to the original message. Returns the MessageId of the sent message on success. Documentation@gramio/types/out/methods.d.ts:107
copyMessagesCallAPI<CopyMessagesParams, TelegramMessageId[]>Use this method to copy messages of any kind. If some of the specified messages can't be found or copied, they are skipped. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is analogous to the method forwardMessages, but the copied messages don't have a link to the original message. Album grouping is kept for copied messages. On success, an array of MessageId of the sent messages is returned. Documentation@gramio/types/out/methods.d.ts:113
createChatInviteLinkCallAPI<CreateChatInviteLinkParams, TelegramChatInviteLink>Use this method to create an additional invite link for a chat. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. The link can be revoked using the method revokeChatInviteLink. Returns the new invite link as ChatInviteLink object. Documentation@gramio/types/out/methods.d.ts:332
createChatSubscriptionInviteLinkCallAPI<CreateChatSubscriptionInviteLinkParams, TelegramChatInviteLink>Use this method to create a subscription invite link for a channel chat. The bot must have the can_invite_users administrator rights. The link can be edited using the method editChatSubscriptionInviteLink or revoked using the method revokeChatInviteLink. Returns the new invite link as a ChatInviteLink object. Documentation@gramio/types/out/methods.d.ts:350
createForumTopicCallAPI<CreateForumTopicParams, TelegramForumTopic>Use this method to create a topic in a forum supergroup chat or a private chat with a user. In the case of a supergroup chat the bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator right. Returns information about the created topic as a ForumTopic object. Documentation@gramio/types/out/methods.d.ts:485
createInvoiceLinkCallAPI<CreateInvoiceLinkParams, string>Use this method to create a link for an invoice. Returns the created invoice link as String on success. Documentation@gramio/types/out/methods.d.ts:1140
createNewStickerSetCallAPI<CreateNewStickerSetParams, true>Use this method to create a new sticker set owned by a user. The bot will be able to edit the sticker set thus created. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1034
declineChatJoinRequestCallAPI<DeclineChatJoinRequestParams, true>Use this method to decline a chat join request. The bot must be an administrator in the chat for this to work and must have the can_invite_users administrator right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:383
declineSuggestedPostCallAPI<DeclineSuggestedPostParams, true>Use this method to decline a suggested post in a direct messages chat. The bot must have the 'can_manage_direct_messages' administrator right in the corresponding channel chat. Returns True on success. Documentation@gramio/types/out/methods.d.ts:973
deleteBusinessMessagesCallAPI<DeleteBusinessMessagesParams, true>Delete messages on behalf of a business account. Requires the can_delete_sent_messages business bot right to delete messages sent by the bot itself, or the can_delete_all_messages business bot right to delete any message. Returns True on success. Documentation@gramio/types/out/methods.d.ts:763
deleteChatPhotoCallAPI<DeleteChatPhotoParams, true>Use this method to delete a chat photo. Photos can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. Documentation@gramio/types/out/methods.d.ts:395
deleteChatStickerSetCallAPI<DeleteChatStickerSetParams, true>Use this method to delete a group sticker set from a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field can_set_sticker_set optionally returned in getChat requests to check if the bot can use this method. Returns True on success. Documentation@gramio/types/out/methods.d.ts:473
deleteForumTopicCallAPI<DeleteForumTopicParams, true>Use this method to delete a forum topic along with all its messages in a forum supergroup chat or a private chat with a user. In the case of a supergroup chat the bot must be an administrator in the chat for this to work and must have the can_delete_messages administrator rights. Returns True on success. Documentation@gramio/types/out/methods.d.ts:512
deleteMessageCallAPI<DeleteMessageParams, true>Use this method to delete a message, including service messages, with the following limitations: - A message can only be deleted if it was sent less than 48 hours ago. - Service messages about a supergroup, channel, or forum topic creation can't be deleted. - A dice message in a private chat can only be deleted if it was sent more than 24 hours ago. - Bots can delete outgoing messages in private chats, groups, and supergroups. - Bots can delete incoming messages in private chats. - Bots granted can_post_messages permissions can delete outgoing messages in channels. - If the bot is an administrator of a group, it can delete any message there. - If the bot has can_delete_messages administrator right in a supergroup or a channel, it can delete any message there. - If the bot has can_manage_direct_messages administrator right in a channel, it can delete any message in the corresponding direct messages chat. Returns True on success. Documentation@gramio/types/out/methods.d.ts:989
deleteMessagesCallAPI<DeleteMessagesParams, true>Use this method to delete multiple messages simultaneously. If some of the specified messages can't be found, they are skipped. Returns True on success. Documentation@gramio/types/out/methods.d.ts:995
deleteMyCommandsCallAPIWithOptionalParams<DeleteMyCommandsParams, true>Use this method to delete the list of the bot's commands for the given scope and user language. After deletion, higher level commands will be shown to affected users. Returns True on success. Documentation@gramio/types/out/methods.d.ts:598
deleteStickerFromSetCallAPI<DeleteStickerFromSetParams, true>Use this method to delete a sticker from a set created by the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1052
deleteStickerSetCallAPI<DeleteStickerSetParams, true>Use this method to delete a sticker set that was created by the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1103
deleteStoryCallAPI<DeleteStoryParams, true>Deletes a story previously posted by the bot on behalf of a managed business account. Requires the can_manage_stories business bot right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:892
deleteWebhookCallAPIWithOptionalParams<DeleteWebhookParams, true>Use this method to remove webhook integration if you decide to switch back to getUpdates. Returns True on success. Documentation@gramio/types/out/methods.d.ts:53
editChatInviteLinkCallAPI<EditChatInviteLinkParams, TelegramChatInviteLink>Use this method to edit a non-primary invite link created by the bot. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the edited invite link as a ChatInviteLink object. Documentation@gramio/types/out/methods.d.ts:341
editChatSubscriptionInviteLinkCallAPI<EditChatSubscriptionInviteLinkParams, TelegramChatInviteLink>Use this method to edit a subscription invite link created by the bot. The bot must have the can_invite_users administrator rights. Returns the edited invite link as a ChatInviteLink object. Documentation@gramio/types/out/methods.d.ts:359
editForumTopicCallAPI<EditForumTopicParams, true>Use this method to edit name and icon of a topic in a forum supergroup chat or a private chat with a user. In the case of a supergroup chat the bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success. Documentation@gramio/types/out/methods.d.ts:494
editGeneralForumTopicCallAPI<EditGeneralForumTopicParams, true>Use this method to edit the name of the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success. Documentation@gramio/types/out/methods.d.ts:527
editMessageCaptionCallAPIWithOptionalParams<EditMessageCaptionParams, true | TelegramMessage>Use this method to edit captions of messages. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. Documentation@gramio/types/out/methods.d.ts:907
editMessageChecklistCallAPI<EditMessageChecklistParams, TelegramMessage>Use this method to edit a checklist on behalf of a connected business account. On success, the edited Message is returned. Documentation@gramio/types/out/methods.d.ts:943
editMessageLiveLocationCallAPI<EditMessageLiveLocationParams, true | TelegramMessage>Use this method to edit live location messages. A location can be edited until its live_period expires or editing is explicitly disabled by a call to stopMessageLiveLocation. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Documentation@gramio/types/out/methods.d.ts:925
editMessageMediaCallAPI<EditMessageMediaParams, true | TelegramMessage>Use this method to edit animation, audio, document, photo, or video messages, or to add media to text messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its file_id or specify a URL. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. Documentation@gramio/types/out/methods.d.ts:916
editMessageReplyMarkupCallAPIWithOptionalParams<EditMessageReplyMarkupParams, true | TelegramMessage>Use this method to edit only the reply markup of messages. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. Documentation@gramio/types/out/methods.d.ts:952
editMessageTextCallAPI<EditMessageTextParams, true | TelegramMessage>Use this method to edit text and game messages. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent. Documentation@gramio/types/out/methods.d.ts:898
editStoryCallAPI<EditStoryParams, TelegramStory>Edits a story previously posted by the bot on behalf of a managed business account. Requires the can_manage_stories business bot right. Returns Story on success. Documentation@gramio/types/out/methods.d.ts:886
editUserStarSubscriptionCallAPI<EditUserStarSubscriptionParams, true>Allows the bot to cancel or re-enable extension of a subscription paid in Telegram Stars. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1179
exportChatInviteLinkCallAPI<ExportChatInviteLinkParams, string>Use this method to generate a new primary invite link for a chat; any previously generated primary link is revoked. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the new invite link as String on success. Documentation@gramio/types/out/methods.d.ts:326
forwardMessageCallAPI<ForwardMessageParams, TelegramMessage>Use this method to forward messages of any kind. Service messages and messages with protected content can't be forwarded. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:89
forwardMessagesCallAPI<ForwardMessagesParams, TelegramMessageId[]>Use this method to forward multiple messages of any kind. If some of the specified messages can't be found or forwarded, they are skipped. Service messages and messages with protected content can't be forwarded. Album grouping is kept for forwarded messages. On success, an array of MessageId of the sent messages is returned. Documentation@gramio/types/out/methods.d.ts:98
getAvailableGiftsCallAPIWithoutParams<TelegramGifts>Returns the list of gifts that can be sent by the bot to users and channel chats. Requires no parameters. Returns a Gifts object. Documentation@gramio/types/out/methods.d.ts:715
getBusinessAccountGiftsCallAPI<GetBusinessAccountGiftsParams, TelegramOwnedGifts>Returns the gifts received and owned by a managed business account. Requires the can_view_gifts_and_stars business bot right. Returns OwnedGifts on success. Documentation@gramio/types/out/methods.d.ts:835
getBusinessAccountStarBalanceCallAPI<GetBusinessAccountStarBalanceParams, TelegramStarAmount>Returns the amount of Telegram Stars owned by a managed business account. Requires the can_view_gifts_and_stars business bot right. Returns StarAmount on success. Documentation@gramio/types/out/methods.d.ts:817
getBusinessConnectionCallAPI<GetBusinessConnectionParams, TelegramBusinessConnection>Use this method to get information about the connection of the bot with a business account. Returns a BusinessConnection object on success. Documentation@gramio/types/out/methods.d.ts:583
getChatCallAPI<GetChatParams, TelegramChatFullInfo>Use this method to get up-to-date information about the chat. Returns a ChatFullInfo object on success. Documentation@gramio/types/out/methods.d.ts:437
getChatAdministratorsCallAPI<GetChatAdministratorsParams, TelegramChatMember[]>Use this method to get a list of administrators in a chat, which aren't bots. Returns an Array of ChatMember objects. Documentation@gramio/types/out/methods.d.ts:443
getChatGiftsCallAPI<GetChatGiftsParams, TelegramOwnedGifts>Returns the gifts owned by a chat. Returns OwnedGifts on success. Documentation@gramio/types/out/methods.d.ts:850
getChatMemberCallAPI<GetChatMemberParams, TelegramChatMember>Use this method to get information about a member of a chat. The method is only guaranteed to work for other users if the bot is an administrator in the chat. Returns a ChatMember object on success. Documentation@gramio/types/out/methods.d.ts:458
getChatMemberCountCallAPI<GetChatMemberCountParams, number>Use this method to get the number of members in a chat. Returns Int on success. Documentation@gramio/types/out/methods.d.ts:452
getChatMenuButtonCallAPIWithOptionalParams<GetChatMenuButtonParams, TelegramMenuButton>Use this method to get the current value of the bot's menu button in a private chat, or the default menu button. Returns MenuButton on success. Documentation@gramio/types/out/methods.d.ts:688
getCustomEmojiStickersCallAPI<GetCustomEmojiStickersParams, TelegramSticker[]>Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker objects. Documentation@gramio/types/out/methods.d.ts:1016
getFileCallAPI<GetFileParams, TelegramFile>Use this method to get basic information about a file and prepare it for downloading. For the moment, bots can download files of up to 20MB in size. On success, a File object is returned. The file can then be downloaded via the link https://api.telegram.org/file/bot<token>/<file_path>, where <file_path> is taken from the response. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile again. Documentation@gramio/types/out/methods.d.ts:263
getForumTopicIconStickersCallAPIWithoutParams<TelegramSticker[]>Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no parameters. Returns an Array of Sticker objects. Documentation@gramio/types/out/methods.d.ts:479
getGameHighScoresCallAPI<GetGameHighScoresParams, TelegramGameHighScore[]>Use this method to get data for high score tables. Will return the score of the specified user and several of their neighbors in a game. Returns an Array of GameHighScore objects. > This method will currently return scores for the target user, plus two of their closest neighbors on each side. Will also return the top three users if the user and their neighbors are not among them. Please note that this behavior is subject to change. Documentation@gramio/types/out/methods.d.ts:1213
getMeCallAPIWithoutParams<TelegramUser>A simple method for testing your bot's authentication token. Requires no parameters. Returns basic information about the bot in form of a User object. Documentation@gramio/types/out/methods.d.ts:65
getMyCommandsCallAPIWithOptionalParams<GetMyCommandsParams, TelegramBotCommand[]>Use this method to get the current list of the bot's commands for the given scope and user language. Returns an Array of BotCommand objects. If commands aren't set, an empty list is returned. Documentation@gramio/types/out/methods.d.ts:607
getMyDefaultAdministratorRightsCallAPIWithOptionalParams<GetMyDefaultAdministratorRightsParams, TelegramChatAdministratorRights>Use this method to get the current default administrator rights of the bot. Returns ChatAdministratorRights on success. Documentation@gramio/types/out/methods.d.ts:706
getMyDescriptionCallAPIWithOptionalParams<GetMyDescriptionParams, TelegramBotDescription>Use this method to get the current bot description for the given user language. Returns BotDescription on success. Documentation@gramio/types/out/methods.d.ts:640
getMyNameCallAPIWithOptionalParams<GetMyNameParams, TelegramBotName>Use this method to get the current bot name for the given user language. Returns BotName on success. Documentation@gramio/types/out/methods.d.ts:622
getMyShortDescriptionCallAPIWithOptionalParams<GetMyShortDescriptionParams, TelegramBotShortDescription>Use this method to get the current bot short description for the given user language. Returns BotShortDescription on success. Documentation@gramio/types/out/methods.d.ts:658
getMyStarBalanceCallAPIWithoutParams<TelegramStarAmount>A method to get the current Telegram Stars balance of the bot. Requires no parameters. On success, returns a StarAmount object. Documentation@gramio/types/out/methods.d.ts:1158
getStarTransactionsCallAPIWithOptionalParams<GetStarTransactionsParams, TelegramStarTransactions>Returns the bot's Telegram Star transactions in chronological order. On success, returns a StarTransactions object. Documentation@gramio/types/out/methods.d.ts:1164
getStickerSetCallAPI<GetStickerSetParams, TelegramStickerSet>Use this method to get a sticker set. On success, a StickerSet object is returned. Documentation@gramio/types/out/methods.d.ts:1007
getUpdatesCallAPIWithOptionalParams<GetUpdatesParams, TelegramUpdate[]>Use this method to receive incoming updates using long polling (wiki). Returns an Array of Update objects. Documentation@gramio/types/out/methods.d.ts:36
getUserChatBoostsCallAPI<GetUserChatBoostsParams, TelegramUserChatBoosts>Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a UserChatBoosts object. Documentation@gramio/types/out/methods.d.ts:574
getUserGiftsCallAPI<GetUserGiftsParams, TelegramOwnedGifts>Returns the gifts owned and hosted by a user. Returns OwnedGifts on success. Documentation@gramio/types/out/methods.d.ts:844
getUserProfileAudiosCallAPI<GetUserProfileAudiosParams, TelegramUserProfileAudios>Use this method to get a list of profile audios for a user. Returns a UserProfileAudios object. Documentation@gramio/types/out/methods.d.ts:248
getUserProfilePhotosCallAPI<GetUserProfilePhotosParams, TelegramUserProfilePhotos>Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object. Documentation@gramio/types/out/methods.d.ts:239
getWebhookInfoCallAPIWithoutParams<TelegramWebhookInfo>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. Documentation@gramio/types/out/methods.d.ts:59
giftPremiumSubscriptionCallAPI<GiftPremiumSubscriptionParams, true>Gifts a Telegram Premium subscription to the given user. Returns True on success. Documentation@gramio/types/out/methods.d.ts:727
hideGeneralForumTopicCallAPI<HideGeneralForumTopicParams, true>Use this method to hide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. The topic will be automatically closed if it was open. Returns True on success. Documentation@gramio/types/out/methods.d.ts:545
leaveChatCallAPI<LeaveChatParams, true>Use this method for your bot to leave a group, supergroup or channel. Returns True on success. Documentation@gramio/types/out/methods.d.ts:431
logOutCallAPIWithoutParams<true>Use this method to log out from the cloud Bot API server before launching the bot locally. You must log out the bot before running it locally, otherwise there is no guarantee that the bot will receive updates. After a successful call, you can immediately log in on a local server, but will not be able to log in back to the cloud Bot API server for 10 minutes. Returns True on success. Requires no parameters. Documentation@gramio/types/out/methods.d.ts:71
pinChatMessageCallAPI<PinChatMessageParams, true>Use this method to add a message to the list of pinned messages in a chat. In private chats and channel direct messages chats, all non-service messages can be pinned. Conversely, the bot must be an administrator with the 'can_pin_messages' right or the 'can_edit_messages' right to pin messages in groups and channels respectively. Returns True on success. Documentation@gramio/types/out/methods.d.ts:413
postStoryCallAPI<PostStoryParams, TelegramStory>Posts a story on behalf of a managed business account. Requires the can_manage_stories business bot right. Returns Story on success. Documentation@gramio/types/out/methods.d.ts:874
promoteChatMemberCallAPI<PromoteChatMemberParams, true>Use this method to promote or demote a user in a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Pass False for all boolean parameters to demote a user. Returns True on success. Documentation@gramio/types/out/methods.d.ts:287
readBusinessMessageCallAPI<ReadBusinessMessageParams, true>Marks incoming message as read on behalf of a business account. Requires the can_read_messages business bot right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:757
refundStarPaymentCallAPI<RefundStarPaymentParams, true>Refunds a successful payment in Telegram Stars. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1173
removeBusinessAccountProfilePhotoCallAPI<RemoveBusinessAccountProfilePhotoParams, true>Removes the current profile photo of a managed business account. Requires the can_edit_profile_photo business bot right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:799
removeChatVerificationCallAPI<RemoveChatVerificationParams, true>Removes verification from a chat that is currently verified on behalf of the organization represented by the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:751
removeMyProfilePhotoCallAPIWithoutParams<true>Removes the profile photo of the bot. Requires no parameters. Returns True on success. Documentation@gramio/types/out/methods.d.ts:673
removeUserVerificationCallAPI<RemoveUserVerificationParams, true>Removes verification from a user who is currently verified on behalf of the organization represented by the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:745
reopenForumTopicCallAPI<ReopenForumTopicParams, true>Use this method to reopen a closed topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success. Documentation@gramio/types/out/methods.d.ts:506
reopenGeneralForumTopicCallAPI<ReopenGeneralForumTopicParams, true>Use this method to reopen a closed 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. The topic will be automatically unhidden if it was hidden. Returns True on success. Documentation@gramio/types/out/methods.d.ts:539
replaceStickerInSetCallAPI<ReplaceStickerInSetParams, true>Use this method to replace an existing sticker in a sticker set with a new one. The method is equivalent to calling deleteStickerFromSet, then addStickerToSet, then setStickerPositionInSet. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1058
repostStoryCallAPI<RepostStoryParams, TelegramStory>Reposts a story on behalf of a business account from another business account. Both business accounts must be managed by the same bot, and the story on the source account must have been posted (or reposted) by the bot. Requires the can_manage_stories business bot right for both business accounts. Returns Story on success. Documentation@gramio/types/out/methods.d.ts:880
restrictChatMemberCallAPI<RestrictChatMemberParams, true>Use this method to restrict a user in a supergroup. The bot must be an administrator in the supergroup for this to work and must have the appropriate administrator rights. Pass True for all permissions to lift restrictions from a user. Returns True on success. Documentation@gramio/types/out/methods.d.ts:281
revokeChatInviteLinkCallAPI<RevokeChatInviteLinkParams, TelegramChatInviteLink>Use this method to revoke an invite link created by the bot. If the primary link is revoked, a new link is automatically generated. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the revoked invite link as ChatInviteLink object. Documentation@gramio/types/out/methods.d.ts:368
savePreparedInlineMessageCallAPI<SavePreparedInlineMessageParams, TelegramPreparedInlineMessage>Stores a message that can be sent by a user of a Mini App. Returns a PreparedInlineMessage object. Documentation@gramio/types/out/methods.d.ts:1125
sendAnimationCallAPI<SendAnimationParams, TelegramMessage>Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). On success, the sent Message is returned. Bots can currently send animation files of up to 50 MB in size, this limit may be changed in the future. Documentation@gramio/types/out/methods.d.ts:148
sendAudioCallAPI<SendAudioParams, TelegramMessage>Use this method to send audio files, if you want Telegram clients to display them in the music player. Your audio must be in the .MP3 or .M4A format. On success, the sent Message is returned. Bots can currently send audio files of up to 50 MB in size, this limit may be changed in the future. For sending voice messages, use the sendVoice method instead. Documentation@gramio/types/out/methods.d.ts:130
sendChatActionCallAPI<SendChatActionParams, true>Use this method when you need to tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status). Returns True on success. > Example: The ImageBot needs some time to process a request and upload the image. Instead of sending a text message along the lines of “Retrieving image, please wait…”, the bot may use sendChatAction with action = upload_photo. The user will see a “sending photo” status for the bot. We only recommend using this method when a response from the bot will take a noticeable amount of time to arrive. Documentation@gramio/types/out/methods.d.ts:227
sendChecklistCallAPI<SendChecklistParams, TelegramMessage>Use this method to send a checklist on behalf of a connected business account. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:205
sendContactCallAPI<SendContactParams, TelegramMessage>Use this method to send phone contacts. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:193
sendDiceCallAPI<SendDiceParams, TelegramMessage>Use this method to send an animated emoji that will display a random value. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:211
sendDocumentCallAPI<SendDocumentParams, TelegramMessage>Use this method to send general files. On success, the sent Message is returned. Bots can currently send files of any type of up to 50 MB in size, this limit may be changed in the future. Documentation@gramio/types/out/methods.d.ts:136
sendGameCallAPI<SendGameParams, TelegramMessage>Use this method to send a game. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:1196
sendGiftCallAPI<SendGiftParams, true>Sends a gift to the given user or channel chat. The gift can't be converted to Telegram Stars by the receiver. Returns True on success. Documentation@gramio/types/out/methods.d.ts:721
sendInvoiceCallAPI<SendInvoiceParams, TelegramMessage>Use this method to send invoices. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:1134
sendLocationCallAPI<SendLocationParams, TelegramMessage>Use this method to send point on the map. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:181
sendMediaGroupCallAPI<SendMediaGroupParams, TelegramMessage[]>Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On success, an array of Message objects that were sent is returned. Documentation@gramio/types/out/methods.d.ts:172
sendMessageCallAPI<SendMessageParams, TelegramMessage>Use this method to send text messages. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:83
sendMessageDraftCallAPI<SendMessageDraftParams, true>Use this method to stream a partial message to a user while the message is being generated. Returns True on success. Documentation@gramio/types/out/methods.d.ts:217
sendPaidMediaCallAPI<SendPaidMediaParams, TelegramMessage>Use this method to send paid media. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:166
sendPhotoCallAPI<SendPhotoParams, TelegramMessage>Use this method to send photos. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:122
sendPollCallAPI<SendPollParams, TelegramMessage>Use this method to send a native poll. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:199
sendStickerCallAPI<SendStickerParams, TelegramMessage>Use this method to send static .WEBP, animated .TGS, or video .WEBM stickers. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:1001
sendVenueCallAPI<SendVenueParams, TelegramMessage>Use this method to send information about a venue. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:187
sendVideoCallAPI<SendVideoParams, TelegramMessage>Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as Document). On success, the sent Message is returned. Bots can currently send video files of up to 50 MB in size, this limit may be changed in the future. Documentation@gramio/types/out/methods.d.ts:142
sendVideoNoteCallAPI<SendVideoNoteParams, TelegramMessage>As of v.4.0, Telegram clients support rounded square MPEG4 videos of up to 1 minute long. Use this method to send video messages. On success, the sent Message is returned. Documentation@gramio/types/out/methods.d.ts:160
sendVoiceCallAPI<SendVoiceParams, TelegramMessage>Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded with OPUS, or in .MP3 format, or in .M4A format (other formats may be sent as Audio or Document). On success, the sent Message is returned. Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future. Documentation@gramio/types/out/methods.d.ts:154
setBusinessAccountBioCallAPI<SetBusinessAccountBioParams, true>Changes the bio of a managed business account. Requires the can_change_bio business bot right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:784
setBusinessAccountGiftSettingsCallAPI<SetBusinessAccountGiftSettingsParams, true>Changes the privacy settings pertaining to incoming gifts in a managed business account. Requires the can_change_gift_settings business bot right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:808
setBusinessAccountNameCallAPI<SetBusinessAccountNameParams, true>Changes the first and last name of a managed business account. Requires the can_change_name business bot right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:769
setBusinessAccountProfilePhotoCallAPI<SetBusinessAccountProfilePhotoParams, true>Changes the profile photo of a managed business account. Requires the can_edit_profile_photo business bot right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:790
setBusinessAccountUsernameCallAPI<SetBusinessAccountUsernameParams, true>Changes the username of a managed business account. Requires the can_change_username business bot right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:775
setChatAdministratorCustomTitleCallAPI<SetChatAdministratorCustomTitleParams, true>Use this method to set a custom title for an administrator in a supergroup promoted by the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:293
setChatDescriptionCallAPI<SetChatDescriptionParams, true>Use this method to change the description of a group, a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. Documentation@gramio/types/out/methods.d.ts:407
setChatMemberTagCallAPI<SetChatMemberTagParams, true>Use this method to set a tag for a regular member in a group or a supergroup. The bot must be an administrator in the chat for this to work and must have the can_manage_tags administrator right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:302
setChatMenuButtonCallAPIWithOptionalParams<SetChatMenuButtonParams, true>Use this method to change the bot's menu button in a private chat, or the default menu button. Returns True on success. Documentation@gramio/types/out/methods.d.ts:679
setChatPermissionsCallAPI<SetChatPermissionsParams, true>Use this method to set default chat permissions for all members. The bot must be an administrator in the group or a supergroup for this to work and must have the can_restrict_members administrator rights. Returns True on success. Documentation@gramio/types/out/methods.d.ts:320
setChatPhotoCallAPI<SetChatPhotoParams, true>Use this method to set a new profile photo for the chat. Photos can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. Documentation@gramio/types/out/methods.d.ts:389
setChatStickerSetCallAPI<SetChatStickerSetParams, true>Use this method to set a new group sticker set for a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field can_set_sticker_set optionally returned in getChat requests to check if the bot can use this method. Returns True on success. Documentation@gramio/types/out/methods.d.ts:467
setChatTitleCallAPI<SetChatTitleParams, true>Use this method to change the title of a chat. Titles can't be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns True on success. Documentation@gramio/types/out/methods.d.ts:401
setCustomEmojiStickerSetThumbnailCallAPI<SetCustomEmojiStickerSetThumbnailParams, true>Use this method to set the thumbnail of a custom emoji sticker set. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1094
setGameScoreCallAPI<SetGameScoreParams, true | TelegramMessage>Use this method to set the score of the specified user in a game message. On success, if the message is not an inline message, the Message is returned, otherwise True is returned. Returns an error, if the new score is not greater than the user's current score in the chat and force is False. Documentation@gramio/types/out/methods.d.ts:1202
setMessageReactionCallAPI<SetMessageReactionParams, true>Use this method to change the chosen reactions on a message. Service messages of some types can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. Bots can't use paid reactions. Returns True on success. Documentation@gramio/types/out/methods.d.ts:233
setMyCommandsCallAPI<SetMyCommandsParams, true>Use this method to change the list of the bot's commands. See this manual for more details about bot commands. Returns True on success. Documentation@gramio/types/out/methods.d.ts:592
setMyDefaultAdministratorRightsCallAPIWithOptionalParams<SetMyDefaultAdministratorRightsParams, true>Use this method to change the default administrator rights requested by the bot when it's added as an administrator to groups or channels. These rights will be suggested to users, but they are free to modify the list before adding the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:697
setMyDescriptionCallAPIWithOptionalParams<SetMyDescriptionParams, true>Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns True on success. Documentation@gramio/types/out/methods.d.ts:631
setMyNameCallAPIWithOptionalParams<SetMyNameParams, true>Use this method to change the bot's name. Returns True on success. Documentation@gramio/types/out/methods.d.ts:616
setMyProfilePhotoCallAPI<SetMyProfilePhotoParams, true>Changes the profile photo of the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:667
setMyShortDescriptionCallAPIWithOptionalParams<SetMyShortDescriptionParams, true>Use this method to change the bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:649
setPassportDataErrorsCallAPI<SetPassportDataErrorsParams, true>Informs a user that some of the Telegram Passport elements they provided contains errors. The user will not be able to re-submit their Passport to you until the errors are fixed (the contents of the field for which you returned the error must change). Returns True on success. Use this if the data submitted by the user doesn't satisfy the standards your service requires for any reason. For example, if a birthday date seems invalid, a submitted document is blurry, a scan shows evidence of tampering, etc. Supply some details in the error message to make sure the user knows how to correct the issues. Documentation@gramio/types/out/methods.d.ts:1190
setStickerEmojiListCallAPI<SetStickerEmojiListParams, true>Use this method to change the list of emoji assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1064
setStickerKeywordsCallAPI<SetStickerKeywordsParams, true>Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1070
setStickerMaskPositionCallAPI<SetStickerMaskPositionParams, true>Use this method to change the mask position of a mask sticker. The sticker must belong to a sticker set that was created by the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1076
setStickerPositionInSetCallAPI<SetStickerPositionInSetParams, true>Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1046
setStickerSetThumbnailCallAPI<SetStickerSetThumbnailParams, true>Use this method to set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the format of the stickers in the set. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1088
setStickerSetTitleCallAPI<SetStickerSetTitleParams, true>Use this method to set the title of a created sticker set. Returns True on success. Documentation@gramio/types/out/methods.d.ts:1082
setUserEmojiStatusCallAPI<SetUserEmojiStatusParams, true>Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method requestEmojiStatusAccess. Returns True on success. Documentation@gramio/types/out/methods.d.ts:257
setWebhookCallAPI<SetWebhookParams, true>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 (a request with response HTTP status code different from 2XY), we will repeat the request and give up after a reasonable amount of attempts. Returns True on success. If you'd like to make sure that the webhook was set by you, you can specify secret data in the parameter secret_token. If specified, the request will contain a header “X-Telegram-Bot-Api-Secret-Token” with the secret token as content. Documentation@gramio/types/out/methods.d.ts:47
stopMessageLiveLocationCallAPIWithOptionalParams<StopMessageLiveLocationParams, true | TelegramMessage>Use this method to stop updating a live location message before live_period expires. On success, if the message is not an inline message, the edited Message is returned, otherwise True is returned. Documentation@gramio/types/out/methods.d.ts:934
stopPollCallAPI<StopPollParams, TelegramPoll>Use this method to stop a poll which was sent by the bot. On success, the stopped Poll is returned. Documentation@gramio/types/out/methods.d.ts:961
transferBusinessAccountStarsCallAPI<TransferBusinessAccountStarsParams, true>Transfers Telegram Stars from the business account balance to the bot's balance. Requires the can_transfer_stars business bot right. Returns True on success. Documentation@gramio/types/out/methods.d.ts:826
transferGiftCallAPI<TransferGiftParams, true>Transfers an owned unique gift to another user. Requires the can_transfer_and_upgrade_gifts business bot right. Requires can_transfer_stars business bot right if the transfer is paid. Returns True on success. Documentation@gramio/types/out/methods.d.ts:868
unbanChatMemberCallAPI<UnbanChatMemberParams, true>Use this method to unban a previously banned user in a supergroup or channel. The user will not return to the group or channel automatically, but will be able to join via link, etc. The bot must be an administrator for this to work. By default, this method guarantees that after the call the user is not a member of the chat, but will be able to join it. So if the user is a member of the chat they will also be removed from the chat. If you don't want this, use the parameter only_if_banned. Returns True on success. Documentation@gramio/types/out/methods.d.ts:275
unbanChatSenderChatCallAPI<UnbanChatSenderChatParams, true>Use this method to unban a previously banned channel chat in a supergroup or channel. The bot must be an administrator for this to work and must have the appropriate administrator rights. Returns True on success. Documentation@gramio/types/out/methods.d.ts:314
unhideGeneralForumTopicCallAPI<UnhideGeneralForumTopicParams, true>Use this method to unhide the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns True on success. Documentation@gramio/types/out/methods.d.ts:551
unpinAllChatMessagesCallAPI<UnpinAllChatMessagesParams, true>Use this method to clear the list of pinned messages in a chat. In private chats and channel direct messages chats, no additional rights are required to unpin all pinned messages. Conversely, the bot must be an administrator with the 'can_pin_messages' right or the 'can_edit_messages' right to unpin all pinned messages in groups and channels respectively. Returns True on success. Documentation@gramio/types/out/methods.d.ts:425
unpinAllForumTopicMessagesCallAPI<UnpinAllForumTopicMessagesParams, true>Use this method to clear the list of pinned messages in a forum topic in a forum supergroup chat or a private chat with a user. In the case of a supergroup chat the bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success. Documentation@gramio/types/out/methods.d.ts:518
unpinAllGeneralForumTopicMessagesCallAPI<UnpinAllGeneralForumTopicMessagesParams, true>Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success. Documentation@gramio/types/out/methods.d.ts:557
unpinChatMessageCallAPI<UnpinChatMessageParams, true>Use this method to remove a message from the list of pinned messages in a chat. In private chats and channel direct messages chats, all messages can be unpinned. Conversely, the bot must be an administrator with the 'can_pin_messages' right or the 'can_edit_messages' right to unpin messages in groups and channels respectively. Returns True on success. Documentation@gramio/types/out/methods.d.ts:419
upgradeGiftCallAPI<UpgradeGiftParams, true>Upgrades a given regular gift to a unique gift. Requires the can_transfer_and_upgrade_gifts business bot right. Additionally requires the can_transfer_stars business bot right if the upgrade is paid. Returns True on success. Documentation@gramio/types/out/methods.d.ts:862
uploadStickerFileCallAPI<UploadStickerFileParams, TelegramFile>Use this method to upload a file with a sticker for later use in the createNewStickerSet, addStickerToSet, or replaceStickerInSet methods (the file can be used multiple times). Returns the uploaded File on success. Documentation@gramio/types/out/methods.d.ts:1025
verifyChatCallAPI<VerifyChatParams, true>Verifies a chat on behalf of the organization which is represented by the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:739
verifyUserCallAPI<VerifyUserParams, true>Verifies a user on behalf of the organization which is represented by the bot. Returns True on success. Documentation@gramio/types/out/methods.d.ts:733