Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt

Use this file to discover all available pages before exploring further.

Server path: /telegram-content | Type: Application | PCID required: Yes

Tools

ToolDescription
telegram_content_add_sticker_to_setDescribes addStickerToSet method
telegram_content_answer_inline_queryDescribes answerInlineQuery method
telegram_content_answer_pre_checkout_queryDescribes answerPreCheckoutQuery method
telegram_content_answer_shipping_queryDescribes answerShippingQuery method
telegram_content_answer_web_app_queryDescribes answerWebAppQuery method
telegram_content_create_invoice_linkDescribes createInvoiceLink method
telegram_content_create_new_sticker_setDescribes createNewStickerSet method
telegram_content_delete_messageDescribes deleteMessage method
telegram_content_delete_messagesDescribes deleteMessages method
telegram_content_delete_sticker_from_setDescribes deleteStickerFromSet method
telegram_content_delete_sticker_setDescribes deleteStickerSet method
telegram_content_edit_message_captionDescribes editMessageCaption method
telegram_content_edit_message_live_locationDescribes editMessageLiveLocation method
telegram_content_edit_message_mediaDescribes editMessageMedia method
telegram_content_edit_message_reply_markupDescribes editMessageReplyMarkup method
telegram_content_edit_message_textDescribes editMessageText method
telegram_content_get_custom_emoji_stickersDescribes getCustomEmojiStickers method
telegram_content_get_game_high_scoresDescribes getGameHighScores method
telegram_content_get_sticker_setDescribes getStickerSet method
telegram_content_refund_star_paymentDescribes refundStarPayment method
telegram_content_replace_sticker_in_setDescribes replaceStickerInSet method
telegram_content_send_gameDescribes sendGame method
telegram_content_send_invoiceDescribes sendInvoice method
telegram_content_send_stickerDescribes sendSticker method
telegram_content_set_custom_emoji_sticker_set_thumbnailDescribes setCustomEmojiStickerSetThumbnail method
telegram_content_set_game_scoreDescribes setGameScore method
telegram_content_set_passport_data_errorsDescribes setPassportDataErrors method
telegram_content_set_sticker_emoji_listDescribes setStickerEmojiList method
telegram_content_set_sticker_keywordsDescribes setStickerKeywords method
telegram_content_set_sticker_mask_positionDescribes setStickerMaskPosition method
telegram_content_set_sticker_position_in_setDescribes setStickerPositionInSet method
telegram_content_set_sticker_set_thumbnailDescribes setStickerSetThumbnail method
telegram_content_set_sticker_set_titleDescribes setStickerSetTitle method
telegram_content_stop_message_live_locationDescribes stopMessageLiveLocation method
telegram_content_stop_pollDescribes stopPoll method
telegram_content_upload_sticker_fileDescribes uploadStickerFile method

telegram_content_add_sticker_to_set

Describes addStickerToSet method Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesSticker set name
stickerobjectYesThis object describes a sticker to be added to a sticker set.
user_idintegerYesUser identifier of sticker set owner

telegram_content_answer_inline_query

Describes answerInlineQuery method Parameters:
ParameterTypeRequiredDefaultDescription
buttonobjectNoThis object represents a button to be shown above inline query results. You must use exactly one of the optional fields.
cache_timeintegerNoThe maximum amount of time in seconds that the result of the inline query may be cached on the server. Defaults to 300.
inline_query_idstringYesUnique identifier for the answered query
is_personalbooleanNoPass True if results may be cached on the server side only for the user that sent the query. By default, results may be returned to any user who sends the same query.
next_offsetstringNoPass 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.
resultsobject[]YesA JSON-serialized array of results for the inline query

telegram_content_answer_pre_checkout_query

Describes answerPreCheckoutQuery method Parameters:
ParameterTypeRequiredDefaultDescription
error_messagestringNoRequired 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.
okbooleanYesSpecify True if everything is alright (goods are available, etc.) and the bot is ready to proceed with the order. Use False if there are any problems.
pre_checkout_query_idstringYesUnique identifier for the query to be answered

telegram_content_answer_shipping_query

Describes answerShippingQuery method Parameters:
ParameterTypeRequiredDefaultDescription
error_messagestringNoRequired 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.
okbooleanYesPass True if delivery to the specified address is possible and False if there are any problems (for example, if delivery to the specified address is not possible)
shipping_optionsobject[]NoRequired if ok is True. A JSON-serialized array of available shipping options.
shipping_query_idstringYesUnique identifier for the query to be answered

telegram_content_answer_web_app_query

Describes answerWebAppQuery method Parameters:
ParameterTypeRequiredDefaultDescription
resultobjectYesThis object represents one result of an inline query. Telegram clients currently support results of the following 20 types: - InlineQueryResultCachedAudio - InlineQueryResultCachedDocument - InlineQueryResultCachedGif - InlineQueryResultCachedMpeg4Gif - InlineQueryResultCachedPhoto - InlineQueryResultCachedSticker - InlineQueryResultCachedVideo - InlineQueryResultCachedVoice - InlineQueryResultArticle - InlineQueryResultAudio - InlineQueryResultContact - InlineQueryResultGame - InlineQueryResultDocument - InlineQueryResultGif - InlineQueryResultLocation - InlineQueryResultMpeg4Gif - InlineQueryResultPhoto - InlineQueryResultVenue - InlineQueryResultVideo - InlineQueryResultVoice Note: All URLs passed in inline query results will be available to end users and therefore must be assumed to be public.
web_app_query_idstringYesUnique identifier for the query to be answered

Describes createInvoiceLink method Parameters:
ParameterTypeRequiredDefaultDescription
currencystringYesThree-letter ISO 4217 currency code, see more on currencies. Pass “XTR” for payments in Telegram Stars.
descriptionstringYesProduct description, 1-255 characters
is_flexiblebooleanNoPass True if the final price depends on the shipping method. Ignored for payments in Telegram Stars.
max_tip_amountintegerNoThe maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in Telegram Stars.
need_emailbooleanNoPass True if you require the user’s email address to complete the order. Ignored for payments in Telegram Stars.
need_namebooleanNoPass True if you require the user’s full name to complete the order. Ignored for payments in Telegram Stars.
need_phone_numberbooleanNoPass True if you require the user’s phone number to complete the order. Ignored for payments in Telegram Stars.
need_shipping_addressbooleanNoPass True if you require the user’s shipping address to complete the order. Ignored for payments in Telegram Stars.
payloadstringYesBot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes.
photo_heightintegerNoPhoto height
photo_sizeintegerNoPhoto size in bytes
photo_urlstringNoURL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service.
photo_widthintegerNoPhoto width
pricesobject[]YesPrice breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in Telegram Stars.
provider_datastringNoJSON-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.
provider_tokenstringNoPayment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars.
send_email_to_providerbooleanNoPass True if the user’s email address should be sent to the provider. Ignored for payments in Telegram Stars.
send_phone_number_to_providerbooleanNoPass True if the user’s phone number should be sent to the provider. Ignored for payments in Telegram Stars.
suggested_tip_amountsinteger[]NoA JSON-serialized array of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount.
titlestringYesProduct name, 1-32 characters

telegram_content_create_new_sticker_set

Describes createNewStickerSet method Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesShort name of sticker set, to be used in t.me/addstickers/ URLs (e.g., animals). Can contain only English letters, digits and underscores. Must begin with a letter, can’t contain consecutive underscores and must end in “by<bot_username>”. <bot_username> is case insensitive. 1-64 characters.
needs_repaintingbooleanNoPass 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
sticker_typestringNoType of stickers in the set, pass “regular”, “mask”, or “custom_emoji”. By default, a regular sticker set is created.
stickersobject[]YesA JSON-serialized list of 1-50 initial stickers to be added to the sticker set
titlestringYesSticker set title, 1-64 characters
user_idintegerYesUser identifier of created sticker set owner

telegram_content_delete_message

Describes deleteMessage method Parameters:
ParameterTypeRequiredDefaultDescription
chat_idstringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername) Pass as a numeric string (e.g., “-100123456789”) or @username.
message_idintegerYesIdentifier of the message to delete

telegram_content_delete_messages

Describes deleteMessages method Parameters:
ParameterTypeRequiredDefaultDescription
chat_idstringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername) Pass as a numeric string (e.g., “-100123456789”) or @username.
message_idsinteger[]YesA JSON-serialized list of 1-100 identifiers of messages to delete. See deleteMessage for limitations on which messages can be deleted

telegram_content_delete_sticker_from_set

Describes deleteStickerFromSet method Parameters:
ParameterTypeRequiredDefaultDescription
stickerstringYesFile identifier of the sticker

telegram_content_delete_sticker_set

Describes deleteStickerSet method Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesSticker set name

telegram_content_edit_message_caption

Describes editMessageCaption method Parameters:
ParameterTypeRequiredDefaultDescription
captionstringNoNew caption of the message, 0-1024 characters after entities parsing
caption_entitiesobject[]NoA JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
chat_idstringNoRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) Pass as a numeric string (e.g., “-100123456789”) or @username.
inline_message_idstringNoRequired if chat_id and message_id are not specified. Identifier of the inline message
message_idintegerNoRequired if inline_message_id is not specified. Identifier of the message to edit
parse_modestringNoMode for parsing entities in the message caption. See formatting options for more details.
reply_markupobjectNoThis object represents an inline keyboard that appears right next to the message it belongs to.
show_caption_above_mediabooleanNoPass True, if the caption must be shown above the message media. Supported only for animation, photo and video messages.

telegram_content_edit_message_live_location

Describes editMessageLiveLocation method Parameters:
ParameterTypeRequiredDefaultDescription
chat_idstringNoRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) Pass as a numeric string (e.g., “-100123456789”) or @username.
headingintegerNoDirection in which the user is moving, in degrees. Must be between 1 and 360 if specified.
horizontal_accuracynumberNoThe radius of uncertainty for the location, measured in meters; 0-1500
inline_message_idstringNoRequired if chat_id and message_id are not specified. Identifier of the inline message
latitudenumberYesLatitude of new location
live_periodintegerNoNew period in seconds during which the location can be updated, starting from the message send date. If 0x7FFFFFFF is specified, then the location can be updated forever. Otherwise, the new value must not exceed the current live_period by more than a day, and the live location expiration date must remain within the next 90 days. If not specified, then live_period remains unchanged
longitudenumberYesLongitude of new location
message_idintegerNoRequired if inline_message_id is not specified. Identifier of the message to edit
proximity_alert_radiusintegerNoThe maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.
reply_markupobjectNoThis object represents an inline keyboard that appears right next to the message it belongs to.

telegram_content_edit_message_media

Describes editMessageMedia method Parameters:
ParameterTypeRequiredDefaultDescription
chat_idstringNoRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) Pass as a numeric string (e.g., “-100123456789”) or @username.
inline_message_idstringNoRequired if chat_id and message_id are not specified. Identifier of the inline message
mediaobjectYesThis object represents the content of a media message to be sent. It should be one of - InputMediaAnimation - InputMediaDocument - InputMediaAudio - InputMediaPhoto - InputMediaVideo
message_idintegerNoRequired if inline_message_id is not specified. Identifier of the message to edit
reply_markupobjectNoThis object represents an inline keyboard that appears right next to the message it belongs to.

telegram_content_edit_message_reply_markup

Describes editMessageReplyMarkup method Parameters:
ParameterTypeRequiredDefaultDescription
chat_idstringNoRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) Pass as a numeric string (e.g., “-100123456789”) or @username.
inline_message_idstringNoRequired if chat_id and message_id are not specified. Identifier of the inline message
message_idintegerNoRequired if inline_message_id is not specified. Identifier of the message to edit
reply_markupobjectNoThis object represents an inline keyboard that appears right next to the message it belongs to.

telegram_content_edit_message_text

Describes editMessageText method Parameters:
ParameterTypeRequiredDefaultDescription
chat_idstringNoRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) Pass as a numeric string (e.g., “-100123456789”) or @username.
entitiesobject[]NoA JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode
inline_message_idstringNoRequired if chat_id and message_id are not specified. Identifier of the inline message
link_preview_optionsobjectNoDescribes the options used for link preview generation.
message_idintegerNoRequired if inline_message_id is not specified. Identifier of the message to edit
parse_modestringNoMode for parsing entities in the message text. See formatting options for more details.
reply_markupobjectNoThis object represents an inline keyboard that appears right next to the message it belongs to.
textstringYesNew text of the message, 1-4096 characters after entities parsing

telegram_content_get_custom_emoji_stickers

Describes getCustomEmojiStickers method Parameters:
ParameterTypeRequiredDefaultDescription
custom_emoji_idsstring[]YesA JSON-serialized list of custom emoji identifiers. At most 200 custom emoji identifiers can be specified.

telegram_content_get_game_high_scores

Describes getGameHighScores method Parameters:
ParameterTypeRequiredDefaultDescription
chat_idintegerNoRequired if inline_message_id is not specified. Unique identifier for the target chat
inline_message_idstringNoRequired if chat_id and message_id are not specified. Identifier of the inline message
message_idintegerNoRequired if inline_message_id is not specified. Identifier of the sent message
user_idintegerYesTarget user id

telegram_content_get_sticker_set

Describes getStickerSet method Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesName of the sticker set

telegram_content_refund_star_payment

Describes refundStarPayment method Parameters:
ParameterTypeRequiredDefaultDescription
telegram_payment_charge_idstringYesTelegram payment identifier
user_idintegerYesIdentifier of the user whose payment will be refunded

telegram_content_replace_sticker_in_set

Describes replaceStickerInSet method Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesSticker set name
old_stickerstringYesFile identifier of the replaced sticker
stickerobjectYesThis object describes a sticker to be added to a sticker set.
user_idintegerYesUser identifier of the sticker set owner

telegram_content_send_game

Describes sendGame method Parameters:
ParameterTypeRequiredDefaultDescription
business_connection_idstringNoUnique identifier of the business connection on behalf of which the message will be sent
chat_idintegerYesUnique identifier for the target chat
disable_notificationbooleanNoSends the message silently. Users will receive a notification with no sound.
game_short_namestringYesShort name of the game, serves as the unique identifier for the game. Set up your games via @BotFather.
message_effect_idstringNoUnique identifier of the message effect to be added to the message; for private chats only
message_thread_idintegerNoUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
protect_contentbooleanNoProtects the contents of the sent message from forwarding and saving
reply_markupobjectNoThis object represents an inline keyboard that appears right next to the message it belongs to.
reply_parametersobjectNoDescribes reply parameters for the message that is being sent.

telegram_content_send_invoice

Describes sendInvoice method Parameters:
ParameterTypeRequiredDefaultDescription
chat_idstringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername) Pass as a numeric string (e.g., “-100123456789”) or @username.
currencystringYesThree-letter ISO 4217 currency code, see more on currencies. Pass “XTR” for payments in Telegram Stars.
descriptionstringYesProduct description, 1-255 characters
disable_notificationbooleanNoSends the message silently. Users will receive a notification with no sound.
is_flexiblebooleanNoPass True if the final price depends on the shipping method. Ignored for payments in Telegram Stars.
max_tip_amountintegerNoThe maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of US$ 1.45 pass max_tip_amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0. Not supported for payments in Telegram Stars.
message_effect_idstringNoUnique identifier of the message effect to be added to the message; for private chats only
message_thread_idintegerNoUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
need_emailbooleanNoPass True if you require the user’s email address to complete the order. Ignored for payments in Telegram Stars.
need_namebooleanNoPass True if you require the user’s full name to complete the order. Ignored for payments in Telegram Stars.
need_phone_numberbooleanNoPass True if you require the user’s phone number to complete the order. Ignored for payments in Telegram Stars.
need_shipping_addressbooleanNoPass True if you require the user’s shipping address to complete the order. Ignored for payments in Telegram Stars.
payloadstringYesBot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes.
photo_heightintegerNoPhoto height
photo_sizeintegerNoPhoto size in bytes
photo_urlstringNoURL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for.
photo_widthintegerNoPhoto width
pricesobject[]YesPrice breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.). Must contain exactly one item for payments in Telegram Stars.
protect_contentbooleanNoProtects the contents of the sent message from forwarding and saving
provider_datastringNoJSON-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.
provider_tokenstringNoPayment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars.
reply_markupobjectNoThis object represents an inline keyboard that appears right next to the message it belongs to.
reply_parametersobjectNoDescribes reply parameters for the message that is being sent.
send_email_to_providerbooleanNoPass True if the user’s email address should be sent to the provider. Ignored for payments in Telegram Stars.
send_phone_number_to_providerbooleanNoPass True if the user’s phone number should be sent to the provider. Ignored for payments in Telegram Stars.
start_parameterstringNoUnique 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
suggested_tip_amountsinteger[]NoA JSON-serialized array of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount.
titlestringYesProduct name, 1-32 characters

telegram_content_send_sticker

Describes sendSticker method Parameters:
ParameterTypeRequiredDefaultDescription
business_connection_idstringNoUnique identifier of the business connection on behalf of which the message will be sent
chat_idstringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername) Pass as a numeric string (e.g., “-100123456789”) or @username.
disable_notificationbooleanNoSends the message silently. Users will receive a notification with no sound.
emojistringNoEmoji associated with the sticker; only for just uploaded stickers
message_effect_idstringNoUnique identifier of the message effect to be added to the message; for private chats only
message_thread_idintegerNoUnique identifier for the target message thread (topic) of the forum; for forum supergroups only
protect_contentbooleanNoProtects the contents of the sent message from forwarding and saving
reply_markupobjectNoAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
reply_parametersobjectNoDescribes reply parameters for the message that is being sent.
stickerstringYesSticker to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a .WEBP sticker from the Internet, or upload a new .WEBP, .TGS, or .WEBM sticker using multipart/form-data. More information on Sending Files ». Video and animated stickers can’t be sent via an HTTP URL.

telegram_content_set_custom_emoji_sticker_set_thumbnail

Describes setCustomEmojiStickerSetThumbnail method Parameters:
ParameterTypeRequiredDefaultDescription
custom_emoji_idstringNoCustom 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.
namestringYesSticker set name

telegram_content_set_game_score

Describes setGameScore method Parameters:
ParameterTypeRequiredDefaultDescription
chat_idintegerNoRequired if inline_message_id is not specified. Unique identifier for the target chat
disable_edit_messagebooleanNoPass True if the game message should not be automatically edited to include the current scoreboard
forcebooleanNoPass True if the high score is allowed to decrease. This can be useful when fixing mistakes or banning cheaters
inline_message_idstringNoRequired if chat_id and message_id are not specified. Identifier of the inline message
message_idintegerNoRequired if inline_message_id is not specified. Identifier of the sent message
scoreintegerYesNew score, must be non-negative
user_idintegerYesUser identifier

telegram_content_set_passport_data_errors

Describes setPassportDataErrors method Parameters:
ParameterTypeRequiredDefaultDescription
errorsobject[]YesA JSON-serialized array describing the errors
user_idintegerYesUser identifier

telegram_content_set_sticker_emoji_list

Describes setStickerEmojiList method Parameters:
ParameterTypeRequiredDefaultDescription
emoji_liststring[]YesA JSON-serialized list of 1-20 emoji associated with the sticker
stickerstringYesFile identifier of the sticker

telegram_content_set_sticker_keywords

Describes setStickerKeywords method Parameters:
ParameterTypeRequiredDefaultDescription
keywordsstring[]NoA JSON-serialized list of 0-20 search keywords for the sticker with total length of up to 64 characters
stickerstringYesFile identifier of the sticker

telegram_content_set_sticker_mask_position

Describes setStickerMaskPosition method Parameters:
ParameterTypeRequiredDefaultDescription
mask_positionobjectNoThis object describes the position on faces where a mask should be placed by default.
stickerstringYesFile identifier of the sticker

telegram_content_set_sticker_position_in_set

Describes setStickerPositionInSet method Parameters:
ParameterTypeRequiredDefaultDescription
positionintegerYesNew sticker position in the set, zero-based
stickerstringYesFile identifier of the sticker

telegram_content_set_sticker_set_thumbnail

Describes setStickerSetThumbnail method Parameters:
ParameterTypeRequiredDefaultDescription
formatstringYesFormat of the thumbnail, must be one of “static” for a .WEBP or .PNG image, “animated” for a .TGS animation, or “video” for a WEBM video
namestringYesSticker set name
thumbnailstringNoA .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.
user_idintegerYesUser identifier of the sticker set owner

telegram_content_set_sticker_set_title

Describes setStickerSetTitle method Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesSticker set name
titlestringYesSticker set title, 1-64 characters

telegram_content_stop_message_live_location

Describes stopMessageLiveLocation method Parameters:
ParameterTypeRequiredDefaultDescription
chat_idstringNoRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername) Pass as a numeric string (e.g., “-100123456789”) or @username.
inline_message_idstringNoRequired if chat_id and message_id are not specified. Identifier of the inline message
message_idintegerNoRequired if inline_message_id is not specified. Identifier of the message with live location to stop
reply_markupobjectNoThis object represents an inline keyboard that appears right next to the message it belongs to.

telegram_content_stop_poll

Describes stopPoll method Parameters:
ParameterTypeRequiredDefaultDescription
chat_idstringYesUnique identifier for the target chat or username of the target channel (in the format @channelusername) Pass as a numeric string (e.g., “-100123456789”) or @username.
message_idintegerYesIdentifier of the original message with the poll
reply_markupobjectNoThis object represents an inline keyboard that appears right next to the message it belongs to.

telegram_content_upload_sticker_file

Describes uploadStickerFile method Parameters:
ParameterTypeRequiredDefaultDescription
stickerstringYesThis object represents the contents of a file to be uploaded. Must be posted using multipart/form-data in the usual way that files are uploaded via the browser.
sticker_formatstringYesFormat of the sticker, must be one of “static”, “animated”, “video”
user_idintegerYesUser identifier of sticker file owner