View Source Telegex (Telegex v1.5.0)

All methods in the Bot API.

Summary

Functions

Use this method to add a new sticker to a set created by the bot. The format of the added sticker must match the format of the other stickers in the set. Emoji sticker sets can have up to 200 stickers. Animated and video sticker sets can have up to 50 stickers. Static sticker sets can have up to 120 stickers. Returns True on success.

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.

Use this method to send answers to an inline query. On success, True is returned. No more than 50 results per query are allowed.

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.

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.

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.

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.

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.

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.

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.

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.

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.

Use this method to copy messages of any kind. Service 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.

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, 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.

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.

Use this method to create a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns information about the created topic as a ForumTopic object.

Use this method to create a link for an invoice. Returns the created invoice link as String on success.

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.

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.

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.

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.

Use this method to delete a forum topic along with all its messages in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_delete_messages administrator rights. Returns True on success.

Use this method to delete a message, including service messages, with the following limitations

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.

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.

Use this method to delete a sticker from a set created by the bot. Returns True on success.

Use this method to delete a sticker set that was created by the bot. Returns True on success.

Use this method to remove webhook integration if you decide to switch back to getUpdates. Returns True on success.

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.

Use this method to edit name and icon of a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success.

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 can_manage_topics administrator rights. Returns True on success.

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.

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.

Use this method to edit animation, audio, document, photo, or video messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its file_id or specify a URL. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned.

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.

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.

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.

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.

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.

Use this method to get up to date information about the chat. Returns a Chat object on success.

Use this method to get a list of administrators in a chat, which aren't bots. Returns an Array of ChatMember objects.

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.

Use this method to get the number of members in a chat. Returns Int on success.

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.

Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker objects.

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.

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.

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.

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.

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.

Use this method to get the current default administrator rights of the bot. Returns ChatAdministratorRights on success.

Use this method to get the current bot description for the given user language. Returns BotDescription on success.

Use this method to get the current bot name for the given user language. Returns BotName on success.

Use this method to get the current bot short description for the given user language. Returns BotShortDescription on success.

Use this method to get a sticker set. On success, a StickerSet object is returned.

Use this method to receive incoming updates using long polling (wiki). Returns an Array of Update objects.

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.

Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object.

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.

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.

Use this method for your bot to leave a group, supergroup or channel. Returns True on success.

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.

Use this method to add a message to the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success.

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.

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.

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.

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.

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.

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.

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.

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.

Use this method to send phone contacts. On success, the sent Message is returned.

Use this method to send an animated emoji that will display a random value. On success, the sent Message is returned.

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.

Use this method to send a game. On success, the sent Message is returned.

Use this method to send invoices. On success, the sent Message is returned.

Use this method to send point on the map. On success, the sent Message is returned.

Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On success, an array of Messages that were sent is returned.

Use this method to send text messages. On success, the sent Message is returned.

Use this method to send photos. On success, the sent Message is returned.

Use this method to send a native poll. On success, the sent Message is returned.

Use this method to send static .WEBP, animated .TGS, or video .WEBM stickers. On success, the sent Message is returned.

Use this method to send information about a venue. On success, the sent Message is returned.

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.

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.

Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded with OPUS (other formats may be sent as Audio or Document). On success, the sent Message is returned. Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future.

Use this method to set a custom title for an administrator in a supergroup promoted by the bot. Returns True on success.

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.

Use this method to change the bot's menu button in a private chat, or the default menu button. Returns True on success.

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.

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.

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.

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.

Use this method to set the thumbnail of a custom emoji sticker set. Returns True on success.

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.

Use this method to change the chosen reactions on a message. Service messages can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. Returns True on success.

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.

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.

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.

Use this method to change the bot's name. Returns True on success.

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.

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 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.

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.

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.

Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success.

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.

Use this method to set the title of a created sticker set. Returns True on success.

Use this method to specify a URL and receive incoming updates via an outgoing webhook. Whenever there is an update for the bot, we will send an HTTPS POST request to the specified URL, containing a JSON-serialized Update. In case of an unsuccessful request, we will give up after a reasonable amount of attempts. Returns True on success.

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.

Use this method to stop a poll which was sent by the bot. On success, the stopped Poll is returned.

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.

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.

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.

Use this method to clear the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success.

Use this method to clear the list of pinned messages in a forum topic. The bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success.

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.

Use this method to remove a message from the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success.

Use this method to upload a file with a sticker for later use in the createNewStickerSet and addStickerToSet methods (the file can be used multiple times). Returns the uploaded File on success.

Functions

Link to this function

add_sticker_to_set(user_id, name, sticker)

View Source
@spec add_sticker_to_set(integer(), String.t(), Telegex.Type.InputSticker.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to add a new sticker to a set created by the bot. The format of the added sticker must match the format of the other stickers in the set. Emoji sticker sets can have up to 200 stickers. Animated and video sticker sets can have up to 50 stickers. Static sticker sets can have up to 120 stickers. Returns True on success.

Link to this function

answer_callback_query(callback_query_id, optional \\ [])

View Source
@spec answer_callback_query(String.t(),
  text: String.t(),
  show_alert: boolean(),
  url: String.t(),
  cache_time: integer()
) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

answer_inline_query(inline_query_id, results, optional \\ [])

View Source
@spec answer_inline_query(String.t(), [Telegex.Type.InlineQueryResult.t()],
  cache_time: integer(),
  is_personal: boolean(),
  next_offset: String.t(),
  button: Telegex.Type.InlineQueryResultsButton.t()
) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to send answers to an inline query. On success, True is returned. No more than 50 results per query are allowed.

Link to this function

answer_pre_checkout_query(pre_checkout_query_id, ok, optional \\ [])

View Source
@spec answer_pre_checkout_query(String.t(), boolean(), [{:error_message, String.t()}]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

answer_shipping_query(shipping_query_id, ok, optional \\ [])

View Source
@spec answer_shipping_query(String.t(), boolean(),
  shipping_options: [Telegex.Type.ShippingOption.t()],
  error_message: String.t()
) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

answer_web_app_query(web_app_query_id, result)

View Source
@spec answer_web_app_query(String.t(), Telegex.Type.InlineQueryResult.t()) ::
  {:ok, Telegex.Type.SentWebAppMessage.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

approve_chat_join_request(chat_id, user_id)

View Source
@spec approve_chat_join_request(integer() | String.t(), integer()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

ban_chat_member(chat_id, user_id, optional \\ [])

View Source
@spec ban_chat_member(integer() | String.t(), integer(),
  until_date: integer(),
  revoke_messages: boolean()
) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

ban_chat_sender_chat(chat_id, sender_chat_id)

View Source
@spec ban_chat_sender_chat(integer() | String.t(), integer()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

@spec close() :: {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

close_forum_topic(chat_id, message_thread_id)

View Source
@spec close_forum_topic(integer() | String.t(), integer()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

close_general_forum_topic(chat_id)

View Source
@spec close_general_forum_topic(integer() | String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

copy_message(chat_id, from_chat_id, message_id, optional \\ [])

View Source
@spec copy_message(integer() | String.t(), integer() | String.t(), integer(),
  message_thread_id: integer(),
  caption: String.t(),
  parse_mode: String.t(),
  caption_entities: [Telegex.Type.MessageEntity.t()],
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.MessageId.t()} | {:error, Telegex.Type.error()}

Use this method to copy messages of any kind. Service 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.

Link to this function

copy_messages(chat_id, from_chat_id, message_ids, optional \\ [])

View Source
@spec copy_messages(integer() | String.t(), integer() | String.t(), [integer()],
  message_thread_id: integer(),
  disable_notification: boolean(),
  protect_content: boolean(),
  remove_caption: boolean()
) :: {:ok, [Telegex.Type.MessageId.t()]} | {:error, Telegex.Type.error()}

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, 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.

Link to this function

create_chat_invite_link(chat_id, optional \\ [])

View Source
@spec create_chat_invite_link(integer() | String.t(),
  name: String.t(),
  expire_date: integer(),
  member_limit: integer(),
  creates_join_request: boolean()
) :: {:ok, Telegex.Type.ChatInviteLink.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

create_forum_topic(chat_id, name, optional \\ [])

View Source
@spec create_forum_topic(integer() | String.t(), String.t(),
  icon_color: integer(),
  icon_custom_emoji_id: String.t()
) :: {:ok, Telegex.Type.ForumTopic.t()} | {:error, Telegex.Type.error()}

Use this method to create a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_manage_topics administrator rights. Returns information about the created topic as a ForumTopic object.

Link to this function

create_invoice_link(title, description, payload, provider_token, currency, prices, optional \\ [])

View Source
@spec create_invoice_link(
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  [Telegex.Type.LabeledPrice.t()],
  max_tip_amount: integer(),
  suggested_tip_amounts: [integer()],
  provider_data: String.t(),
  photo_url: String.t(),
  photo_size: integer(),
  photo_width: integer(),
  photo_height: integer(),
  need_name: boolean(),
  need_phone_number: boolean(),
  need_email: boolean(),
  need_shipping_address: boolean(),
  send_phone_number_to_provider: boolean(),
  send_email_to_provider: boolean(),
  is_flexible: boolean()
) :: {:ok, String.t()} | {:error, Telegex.Type.error()}

Use this method to create a link for an invoice. Returns the created invoice link as String on success.

Link to this function

create_new_sticker_set(user_id, name, title, stickers, sticker_format, optional \\ [])

View Source
@spec create_new_sticker_set(
  integer(),
  String.t(),
  String.t(),
  [Telegex.Type.InputSticker.t()],
  String.t(),
  sticker_type: String.t(),
  needs_repainting: boolean()
) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

decline_chat_join_request(chat_id, user_id)

View Source
@spec decline_chat_join_request(integer() | String.t(), integer()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

delete_chat_photo(chat_id)

View Source
@spec delete_chat_photo(integer() | String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

delete_chat_sticker_set(chat_id)

View Source
@spec delete_chat_sticker_set(integer() | String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

delete_forum_topic(chat_id, message_thread_id)

View Source
@spec delete_forum_topic(integer() | String.t(), integer()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to delete a forum topic along with all its messages in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have the can_delete_messages administrator rights. Returns True on success.

Link to this function

delete_message(chat_id, message_id)

View Source
@spec delete_message(integer() | String.t(), integer()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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 permission in a supergroup or a channel, it can delete any message there. Returns True on success.
Link to this function

delete_messages(chat_id, message_ids)

View Source
@spec delete_messages(integer() | String.t(), [integer()]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

delete_my_commands(optional \\ [])

View Source
@spec delete_my_commands(
  scope: Telegex.Type.BotCommandScope.t(),
  language_code: String.t()
) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

delete_sticker_from_set(sticker)

View Source
@spec delete_sticker_from_set(String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to delete a sticker from a set created by the bot. Returns True on success.

Link to this function

delete_sticker_set(name)

View Source
@spec delete_sticker_set(String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to delete a sticker set that was created by the bot. Returns True on success.

Link to this function

delete_webhook(optional \\ [])

View Source
@spec delete_webhook([{:drop_pending_updates, boolean()}]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to remove webhook integration if you decide to switch back to getUpdates. Returns True on success.

Link to this function

edit_chat_invite_link(chat_id, invite_link, optional \\ [])

View Source
@spec edit_chat_invite_link(integer() | String.t(), String.t(),
  name: String.t(),
  expire_date: integer(),
  member_limit: integer(),
  creates_join_request: boolean()
) :: {:ok, Telegex.Type.ChatInviteLink.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

edit_forum_topic(chat_id, message_thread_id, optional \\ [])

View Source
@spec edit_forum_topic(integer() | String.t(), integer(),
  name: String.t(),
  icon_custom_emoji_id: String.t()
) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to edit name and icon of a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success.

Link to this function

edit_general_forum_topic(chat_id, name)

View Source
@spec edit_general_forum_topic(integer() | String.t(), String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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 can_manage_topics administrator rights. Returns True on success.

Link to this function

edit_message_caption(optional \\ [])

View Source
@spec edit_message_caption(
  chat_id: integer() | String.t(),
  message_id: integer(),
  inline_message_id: String.t(),
  caption: String.t(),
  parse_mode: String.t(),
  caption_entities: [Telegex.Type.MessageEntity.t()],
  reply_markup: Telegex.Type.InlineKeyboardMarkup.t()
) ::
  {:ok, Telegex.Type.Message.t() | boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

edit_message_live_location(latitude, longitude, optional \\ [])

View Source
@spec edit_message_live_location(float(), float(),
  chat_id: integer() | String.t(),
  message_id: integer(),
  inline_message_id: String.t(),
  horizontal_accuracy: float(),
  heading: integer(),
  proximity_alert_radius: integer(),
  reply_markup: Telegex.Type.InlineKeyboardMarkup.t()
) ::
  {:ok, Telegex.Type.Message.t() | boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

edit_message_media(media, optional \\ [])

View Source
@spec edit_message_media(Telegex.Type.InputMedia.t(),
  chat_id: integer() | String.t(),
  message_id: integer(),
  inline_message_id: String.t(),
  reply_markup: Telegex.Type.InlineKeyboardMarkup.t()
) ::
  {:ok, Telegex.Type.Message.t() | boolean()} | {:error, Telegex.Type.error()}

Use this method to edit animation, audio, document, photo, or video messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its file_id or specify a URL. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned.

Link to this function

edit_message_reply_markup(optional \\ [])

View Source
@spec edit_message_reply_markup(
  chat_id: integer() | String.t(),
  message_id: integer(),
  inline_message_id: String.t(),
  reply_markup: Telegex.Type.InlineKeyboardMarkup.t()
) ::
  {:ok, Telegex.Type.Message.t() | boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

edit_message_text(text, optional \\ [])

View Source
@spec edit_message_text(String.t(),
  chat_id: integer() | String.t(),
  message_id: integer(),
  inline_message_id: String.t(),
  parse_mode: String.t(),
  entities: [Telegex.Type.MessageEntity.t()],
  link_preview_options: Telegex.Type.LinkPreviewOptions.t(),
  reply_markup: Telegex.Type.InlineKeyboardMarkup.t()
) ::
  {:ok, Telegex.Type.Message.t() | boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

export_chat_invite_link(chat_id)

View Source
@spec export_chat_invite_link(integer() | String.t()) ::
  {:ok, String.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

forward_message(chat_id, from_chat_id, message_id, optional \\ [])

View Source
@spec forward_message(integer() | String.t(), integer() | String.t(), integer(),
  message_thread_id: integer(),
  disable_notification: boolean(),
  protect_content: boolean()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

forward_messages(chat_id, from_chat_id, message_ids, optional \\ [])

View Source
@spec forward_messages(integer() | String.t(), integer() | String.t(), [integer()],
  message_thread_id: integer(),
  disable_notification: boolean(),
  protect_content: boolean()
) :: {:ok, [Telegex.Type.MessageId.t()]} | {:error, Telegex.Type.error()}

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.

@spec get_chat(integer() | String.t()) ::
  {:ok, Telegex.Type.Chat.t()} | {:error, Telegex.Type.error()}

Use this method to get up to date information about the chat. Returns a Chat object on success.

Link to this function

get_chat_administrators(chat_id)

View Source
@spec get_chat_administrators(integer() | String.t()) ::
  {:ok, [Telegex.Type.ChatMember.t()]} | {:error, Telegex.Type.error()}

Use this method to get a list of administrators in a chat, which aren't bots. Returns an Array of ChatMember objects.

Link to this function

get_chat_member(chat_id, user_id)

View Source
@spec get_chat_member(integer() | String.t(), integer()) ::
  {:ok, Telegex.Type.ChatMember.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

get_chat_member_count(chat_id)

View Source
@spec get_chat_member_count(integer() | String.t()) ::
  {:ok, integer()} | {:error, Telegex.Type.error()}

Use this method to get the number of members in a chat. Returns Int on success.

Link to this function

get_chat_menu_button(optional \\ [])

View Source
@spec get_chat_menu_button([{:chat_id, integer()}]) ::
  {:ok, Telegex.Type.MenuButton.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

get_custom_emoji_stickers(custom_emoji_ids)

View Source
@spec get_custom_emoji_stickers([String.t()]) ::
  {:ok, [Telegex.Type.Sticker.t()]} | {:error, Telegex.Type.error()}

Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker objects.

@spec get_file(String.t()) ::
  {:ok, Telegex.Type.File.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

get_forum_topic_icon_stickers()

View Source
@spec get_forum_topic_icon_stickers() ::
  {:ok, [Telegex.Type.Sticker.t()]} | {:error, Telegex.Type.error()}

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.

Link to this function

get_game_high_scores(user_id, optional \\ [])

View Source
@spec get_game_high_scores(integer(),
  chat_id: integer(),
  message_id: integer(),
  inline_message_id: String.t()
) :: {:ok, [Telegex.Type.GameHighScore.t()]} | {:error, Telegex.Type.error()}

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.

@spec get_me() :: {:ok, Telegex.Type.User.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

get_my_commands(optional \\ [])

View Source
@spec get_my_commands(
  scope: Telegex.Type.BotCommandScope.t(),
  language_code: String.t()
) ::
  {:ok, [Telegex.Type.BotCommand.t()]} | {:error, Telegex.Type.error()}

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.

Link to this function

get_my_default_administrator_rights(optional \\ [])

View Source
@spec get_my_default_administrator_rights([{:for_channels, boolean()}]) ::
  {:ok, Telegex.Type.ChatAdministratorRights.t()}
  | {:error, Telegex.Type.error()}

Use this method to get the current default administrator rights of the bot. Returns ChatAdministratorRights on success.

Link to this function

get_my_description(optional \\ [])

View Source
@spec get_my_description([{:language_code, String.t()}]) ::
  {:ok, Telegex.Type.BotDescription.t()} | {:error, Telegex.Type.error()}

Use this method to get the current bot description for the given user language. Returns BotDescription on success.

Link to this function

get_my_name(optional \\ [])

View Source
@spec get_my_name([{:language_code, String.t()}]) ::
  {:ok, Telegex.Type.BotName.t()} | {:error, Telegex.Type.error()}

Use this method to get the current bot name for the given user language. Returns BotName on success.

Link to this function

get_my_short_description(optional \\ [])

View Source
@spec get_my_short_description([{:language_code, String.t()}]) ::
  {:ok, Telegex.Type.BotShortDescription.t()} | {:error, Telegex.Type.error()}

Use this method to get the current bot short description for the given user language. Returns BotShortDescription on success.

@spec get_sticker_set(String.t()) ::
  {:ok, Telegex.Type.StickerSet.t()} | {:error, Telegex.Type.error()}

Use this method to get a sticker set. On success, a StickerSet object is returned.

Link to this function

get_updates(optional \\ [])

View Source
@spec get_updates(
  offset: integer(),
  limit: integer(),
  timeout: integer(),
  allowed_updates: [String.t()]
) :: {:ok, [Telegex.Type.Update.t()]} | {:error, Telegex.Type.error()}

Use this method to receive incoming updates using long polling (wiki). Returns an Array of Update objects.

Link to this function

get_user_chat_boosts(chat_id, user_id)

View Source
@spec get_user_chat_boosts(integer() | String.t(), integer()) ::
  {:ok, Telegex.Type.UserChatBoosts.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

get_user_profile_photos(user_id, optional \\ [])

View Source
@spec get_user_profile_photos(integer(), offset: integer(), limit: integer()) ::
  {:ok, Telegex.Type.UserProfilePhotos.t()} | {:error, Telegex.Type.error()}

Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object.

@spec get_webhook_info() ::
  {:ok, Telegex.Type.WebhookInfo.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

hide_general_forum_topic(chat_id)

View Source
@spec hide_general_forum_topic(integer() | String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

@spec leave_chat(integer() | String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method for your bot to leave a group, supergroup or channel. Returns True on success.

@spec log_out() :: {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

pin_chat_message(chat_id, message_id, optional \\ [])

View Source
@spec pin_chat_message(integer() | String.t(), integer(), [
  {:disable_notification, boolean()}
]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to add a message to the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success.

Link to this function

promote_chat_member(chat_id, user_id, optional \\ [])

View Source
@spec promote_chat_member(integer() | String.t(), integer(),
  is_anonymous: boolean(),
  can_manage_chat: boolean(),
  can_delete_messages: boolean(),
  can_manage_video_chats: boolean(),
  can_restrict_members: boolean(),
  can_promote_members: boolean(),
  can_change_info: boolean(),
  can_invite_users: boolean(),
  can_post_stories: boolean(),
  can_edit_stories: boolean(),
  can_delete_stories: boolean(),
  can_post_messages: boolean(),
  can_edit_messages: boolean(),
  can_pin_messages: boolean(),
  can_manage_topics: boolean()
) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

reopen_forum_topic(chat_id, message_thread_id)

View Source
@spec reopen_forum_topic(integer() | String.t(), integer()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

reopen_general_forum_topic(chat_id)

View Source
@spec reopen_general_forum_topic(integer() | String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

restrict_chat_member(chat_id, user_id, permissions, optional \\ [])

View Source
@spec restrict_chat_member(
  integer() | String.t(),
  integer(),
  Telegex.Type.ChatPermissions.t(),
  use_independent_chat_permissions: boolean(),
  until_date: integer()
) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

revoke_chat_invite_link(chat_id, invite_link)

View Source
@spec revoke_chat_invite_link(integer() | String.t(), String.t()) ::
  {:ok, Telegex.Type.ChatInviteLink.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

send_animation(chat_id, animation, optional \\ [])

View Source
@spec send_animation(integer() | String.t(), Telegex.Type.InputFile.t() | String.t(),
  message_thread_id: integer(),
  duration: integer(),
  width: integer(),
  height: integer(),
  thumbnail: Telegex.Type.InputFile.t() | String.t(),
  caption: String.t(),
  parse_mode: String.t(),
  caption_entities: [Telegex.Type.MessageEntity.t()],
  has_spoiler: boolean(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

send_audio(chat_id, audio, optional \\ [])

View Source
@spec send_audio(integer() | String.t(), Telegex.Type.InputFile.t() | String.t(),
  message_thread_id: integer(),
  caption: String.t(),
  parse_mode: String.t(),
  caption_entities: [Telegex.Type.MessageEntity.t()],
  duration: integer(),
  performer: String.t(),
  title: String.t(),
  thumbnail: Telegex.Type.InputFile.t() | String.t(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

send_chat_action(chat_id, action, optional \\ [])

View Source
@spec send_chat_action(integer() | String.t(), String.t(), [
  {:message_thread_id, integer()}
]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

send_contact(chat_id, phone_number, first_name, optional \\ [])

View Source
@spec send_contact(integer() | String.t(), String.t(), String.t(),
  message_thread_id: integer(),
  last_name: String.t(),
  vcard: String.t(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

Use this method to send phone contacts. On success, the sent Message is returned.

Link to this function

send_dice(chat_id, optional \\ [])

View Source
@spec send_dice(integer() | String.t(),
  message_thread_id: integer(),
  emoji: String.t(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

Use this method to send an animated emoji that will display a random value. On success, the sent Message is returned.

Link to this function

send_document(chat_id, document, optional \\ [])

View Source
@spec send_document(integer() | String.t(), Telegex.Type.InputFile.t() | String.t(),
  message_thread_id: integer(),
  thumbnail: Telegex.Type.InputFile.t() | String.t(),
  caption: String.t(),
  parse_mode: String.t(),
  caption_entities: [Telegex.Type.MessageEntity.t()],
  disable_content_type_detection: boolean(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

send_game(chat_id, game_short_name, optional \\ [])

View Source
@spec send_game(integer(), String.t(),
  message_thread_id: integer(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup: Telegex.Type.InlineKeyboardMarkup.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

Use this method to send a game. On success, the sent Message is returned.

Link to this function

send_invoice(chat_id, title, description, payload, provider_token, currency, prices, optional \\ [])

View Source
@spec send_invoice(
  integer() | String.t(),
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  [Telegex.Type.LabeledPrice.t()],
  message_thread_id: integer(),
  max_tip_amount: integer(),
  suggested_tip_amounts: [integer()],
  start_parameter: String.t(),
  provider_data: String.t(),
  photo_url: String.t(),
  photo_size: integer(),
  photo_width: integer(),
  photo_height: integer(),
  need_name: boolean(),
  need_phone_number: boolean(),
  need_email: boolean(),
  need_shipping_address: boolean(),
  send_phone_number_to_provider: boolean(),
  send_email_to_provider: boolean(),
  is_flexible: boolean(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup: Telegex.Type.InlineKeyboardMarkup.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

Use this method to send invoices. On success, the sent Message is returned.

Link to this function

send_location(chat_id, latitude, longitude, optional \\ [])

View Source
@spec send_location(integer() | String.t(), float(), float(),
  message_thread_id: integer(),
  horizontal_accuracy: float(),
  live_period: integer(),
  heading: integer(),
  proximity_alert_radius: integer(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

Use this method to send point on the map. On success, the sent Message is returned.

Link to this function

send_media_group(chat_id, media, optional \\ [])

View Source
@spec send_media_group(
  integer() | String.t(),
  [Telegex.Type.InputMediaAudio.t()]
  | [Telegex.Type.InputMediaDocument.t()]
  | [Telegex.Type.InputMediaPhoto.t()]
  | [Telegex.Type.InputMediaVideo.t()],
  message_thread_id: integer(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t()
) :: {:ok, [Telegex.Type.Message.t()]} | {:error, Telegex.Type.error()}

Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only grouped in an album with messages of the same type. On success, an array of Messages that were sent is returned.

Link to this function

send_message(chat_id, text, optional \\ [])

View Source
@spec send_message(integer() | String.t(), String.t(),
  message_thread_id: integer(),
  parse_mode: String.t(),
  entities: [Telegex.Type.MessageEntity.t()],
  link_preview_options: Telegex.Type.LinkPreviewOptions.t(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

Use this method to send text messages. On success, the sent Message is returned.

Link to this function

send_photo(chat_id, photo, optional \\ [])

View Source
@spec send_photo(integer() | String.t(), Telegex.Type.InputFile.t() | String.t(),
  message_thread_id: integer(),
  caption: String.t(),
  parse_mode: String.t(),
  caption_entities: [Telegex.Type.MessageEntity.t()],
  has_spoiler: boolean(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

Use this method to send photos. On success, the sent Message is returned.

Link to this function

send_poll(chat_id, question, options, optional \\ [])

View Source
@spec send_poll(integer() | String.t(), String.t(), [String.t()],
  message_thread_id: integer(),
  is_anonymous: boolean(),
  type: String.t(),
  allows_multiple_answers: boolean(),
  correct_option_id: integer(),
  explanation: String.t(),
  explanation_parse_mode: String.t(),
  explanation_entities: [Telegex.Type.MessageEntity.t()],
  open_period: integer(),
  close_date: integer(),
  is_closed: boolean(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

Use this method to send a native poll. On success, the sent Message is returned.

Link to this function

send_sticker(chat_id, sticker, optional \\ [])

View Source
@spec send_sticker(integer() | String.t(), Telegex.Type.InputFile.t() | String.t(),
  message_thread_id: integer(),
  emoji: String.t(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

Use this method to send static .WEBP, animated .TGS, or video .WEBM stickers. On success, the sent Message is returned.

Link to this function

send_venue(chat_id, latitude, longitude, title, address, optional \\ [])

View Source
@spec send_venue(integer() | String.t(), float(), float(), String.t(), String.t(),
  message_thread_id: integer(),
  foursquare_id: String.t(),
  foursquare_type: String.t(),
  google_place_id: String.t(),
  google_place_type: String.t(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

Use this method to send information about a venue. On success, the sent Message is returned.

Link to this function

send_video(chat_id, video, optional \\ [])

View Source
@spec send_video(integer() | String.t(), Telegex.Type.InputFile.t() | String.t(),
  message_thread_id: integer(),
  duration: integer(),
  width: integer(),
  height: integer(),
  thumbnail: Telegex.Type.InputFile.t() | String.t(),
  caption: String.t(),
  parse_mode: String.t(),
  caption_entities: [Telegex.Type.MessageEntity.t()],
  has_spoiler: boolean(),
  supports_streaming: boolean(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

send_video_note(chat_id, video_note, optional \\ [])

View Source
@spec send_video_note(integer() | String.t(), Telegex.Type.InputFile.t() | String.t(),
  message_thread_id: integer(),
  duration: integer(),
  length: integer(),
  thumbnail: Telegex.Type.InputFile.t() | String.t(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

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.

Link to this function

send_voice(chat_id, voice, optional \\ [])

View Source
@spec send_voice(integer() | String.t(), Telegex.Type.InputFile.t() | String.t(),
  message_thread_id: integer(),
  caption: String.t(),
  parse_mode: String.t(),
  caption_entities: [Telegex.Type.MessageEntity.t()],
  duration: integer(),
  disable_notification: boolean(),
  protect_content: boolean(),
  reply_parameters: Telegex.Type.ReplyParameters.t(),
  reply_markup:
    Telegex.Type.InlineKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardMarkup.t()
    | Telegex.Type.ReplyKeyboardRemove.t()
    | Telegex.Type.ForceReply.t()
) :: {:ok, Telegex.Type.Message.t()} | {:error, Telegex.Type.error()}

Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded with OPUS (other formats may be sent as Audio or Document). On success, the sent Message is returned. Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future.

Link to this function

set_chat_administrator_custom_title(chat_id, user_id, custom_title)

View Source
@spec set_chat_administrator_custom_title(
  integer() | String.t(),
  integer(),
  String.t()
) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to set a custom title for an administrator in a supergroup promoted by the bot. Returns True on success.

Link to this function

set_chat_description(chat_id, optional \\ [])

View Source
@spec set_chat_description(integer() | String.t(), [{:description, String.t()}]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_chat_menu_button(optional \\ [])

View Source
@spec set_chat_menu_button(
  chat_id: integer(),
  menu_button: Telegex.Type.MenuButton.t()
) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to change the bot's menu button in a private chat, or the default menu button. Returns True on success.

Link to this function

set_chat_permissions(chat_id, permissions, optional \\ [])

View Source
@spec set_chat_permissions(integer() | String.t(), Telegex.Type.ChatPermissions.t(), [
  {:use_independent_chat_permissions, boolean()}
]) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_chat_photo(chat_id, photo)

View Source
@spec set_chat_photo(integer() | String.t(), Telegex.Type.InputFile.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_chat_sticker_set(chat_id, sticker_set_name)

View Source
@spec set_chat_sticker_set(integer() | String.t(), String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_chat_title(chat_id, title)

View Source
@spec set_chat_title(integer() | String.t(), String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_custom_emoji_sticker_set_thumbnail(name, optional \\ [])

View Source
@spec set_custom_emoji_sticker_set_thumbnail(String.t(), [
  {:custom_emoji_id, String.t()}
]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to set the thumbnail of a custom emoji sticker set. Returns True on success.

Link to this function

set_game_score(user_id, score, optional \\ [])

View Source
@spec set_game_score(integer(), integer(),
  force: boolean(),
  disable_edit_message: boolean(),
  chat_id: integer(),
  message_id: integer(),
  inline_message_id: String.t()
) ::
  {:ok, Telegex.Type.Message.t() | boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_message_reaction(chat_id, message_id, optional \\ [])

View Source
@spec set_message_reaction(integer() | String.t(), integer(),
  reaction: [Telegex.Type.ReactionType.t()],
  is_big: boolean()
) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to change the chosen reactions on a message. Service messages can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. Returns True on success.

Link to this function

set_my_commands(commands, optional \\ [])

View Source
@spec set_my_commands([Telegex.Type.BotCommand.t()],
  scope: Telegex.Type.BotCommandScope.t(),
  language_code: String.t()
) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_my_default_administrator_rights(optional \\ [])

View Source
@spec set_my_default_administrator_rights(
  rights: Telegex.Type.ChatAdministratorRights.t(),
  for_channels: boolean()
) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_my_description(optional \\ [])

View Source
@spec set_my_description(description: String.t(), language_code: String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_my_name(optional \\ [])

View Source
@spec set_my_name(name: String.t(), language_code: String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to change the bot's name. Returns True on success.

Link to this function

set_my_short_description(optional \\ [])

View Source
@spec set_my_short_description(
  short_description: String.t(),
  language_code: String.t()
) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_passport_data_errors(user_id, errors)

View Source
@spec set_passport_data_errors(integer(), [Telegex.Type.PassportElementError.t()]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_sticker_emoji_list(sticker, emoji_list)

View Source
@spec set_sticker_emoji_list(String.t(), [String.t()]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_sticker_keywords(sticker, optional \\ [])

View Source
@spec set_sticker_keywords(String.t(), [{:keywords, [String.t()]}]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_sticker_mask_position(sticker, optional \\ [])

View Source
@spec set_sticker_mask_position(String.t(), [
  {:mask_position, Telegex.Type.MaskPosition.t()}
]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_sticker_position_in_set(sticker, position)

View Source
@spec set_sticker_position_in_set(String.t(), integer()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success.

Link to this function

set_sticker_set_thumbnail(name, user_id, optional \\ [])

View Source
@spec set_sticker_set_thumbnail(String.t(), integer(), [
  {:thumbnail, Telegex.Type.InputFile.t() | String.t()}
]) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

set_sticker_set_title(name, title)

View Source
@spec set_sticker_set_title(String.t(), String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to set the title of a created sticker set. Returns True on success.

Link to this function

set_webhook(url, optional \\ [])

View Source
@spec set_webhook(String.t(),
  certificate: Telegex.Type.InputFile.t(),
  ip_address: String.t(),
  max_connections: integer(),
  allowed_updates: [String.t()],
  drop_pending_updates: boolean(),
  secret_token: String.t()
) :: {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to specify a URL and receive incoming updates via an outgoing webhook. Whenever there is an update for the bot, we will send an HTTPS POST request to the specified URL, containing a JSON-serialized Update. In case of an unsuccessful request, we will give up after a reasonable amount of attempts. Returns True on success.

Link to this function

stop_message_live_location(optional \\ [])

View Source
@spec stop_message_live_location(
  chat_id: integer() | String.t(),
  message_id: integer(),
  inline_message_id: String.t(),
  reply_markup: Telegex.Type.InlineKeyboardMarkup.t()
) ::
  {:ok, Telegex.Type.Message.t() | boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

stop_poll(chat_id, message_id, optional \\ [])

View Source
@spec stop_poll(integer() | String.t(), integer(), [
  {:reply_markup, Telegex.Type.InlineKeyboardMarkup.t()}
]) :: {:ok, Telegex.Type.Poll.t()} | {:error, Telegex.Type.error()}

Use this method to stop a poll which was sent by the bot. On success, the stopped Poll is returned.

Link to this function

unban_chat_member(chat_id, user_id, optional \\ [])

View Source
@spec unban_chat_member(integer() | String.t(), integer(), [
  {:only_if_banned, boolean()}
]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

unban_chat_sender_chat(chat_id, sender_chat_id)

View Source
@spec unban_chat_sender_chat(integer() | String.t(), integer()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

unhide_general_forum_topic(chat_id)

View Source
@spec unhide_general_forum_topic(integer() | String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

unpin_all_chat_messages(chat_id)

View Source
@spec unpin_all_chat_messages(integer() | String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to clear the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success.

Link to this function

unpin_all_forum_topic_messages(chat_id, message_thread_id)

View Source
@spec unpin_all_forum_topic_messages(integer() | String.t(), integer()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to clear the list of pinned messages in a forum topic. The bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success.

Link to this function

unpin_all_general_forum_topic_messages(chat_id)

View Source
@spec unpin_all_general_forum_topic_messages(integer() | String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

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.

Link to this function

unpin_chat_message(chat_id, optional \\ [])

View Source
@spec unpin_chat_message(integer() | String.t(), [{:message_id, integer()}]) ::
  {:ok, boolean()} | {:error, Telegex.Type.error()}

Use this method to remove a message from the list of pinned messages in a chat. If the chat is not a private chat, the bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' administrator right in a supergroup or 'can_edit_messages' administrator right in a channel. Returns True on success.

Link to this function

upload_sticker_file(user_id, sticker, sticker_format)

View Source
@spec upload_sticker_file(integer(), Telegex.Type.InputFile.t(), String.t()) ::
  {:ok, Telegex.Type.File.t()} | {:error, Telegex.Type.error()}

Use this method to upload a file with a sticker for later use in the createNewStickerSet and addStickerToSet methods (the file can be used multiple times). Returns the uploaded File on success.