Message¶
- class aiogram.types.message.Message(*, message_id: int, date: _datetime_serializer, return_type=int, when_used=unless - none)], chat: Chat, message_thread_id: int | None = None, from_user: User | None = None, sender_chat: Chat | None = None, sender_boost_count: int | None = None, sender_business_bot: User | None = None, business_connection_id: str | None = None, forward_origin: MessageOriginUser | MessageOriginHiddenUser | MessageOriginChat | MessageOriginChannel | None = None, is_topic_message: bool | None = None, is_automatic_forward: bool | None = None, reply_to_message: Message | None = None, external_reply: ExternalReplyInfo | None = None, quote: TextQuote | None = None, reply_to_story: Story | None = None, via_bot: User | None = None, edit_date: int | None = None, has_protected_content: bool | None = None, is_from_offline: bool | None = None, media_group_id: str | None = None, author_signature: str | None = None, text: str | None = None, entities: list[MessageEntity] | None = None, link_preview_options: LinkPreviewOptions | None = None, effect_id: str | None = None, animation: Animation | None = None, audio: Audio | None = None, document: Document | None = None, paid_media: PaidMediaInfo | None = None, photo: list[PhotoSize] | None = None, sticker: Sticker | None = None, story: Story | None = None, video: Video | None = None, video_note: VideoNote | None = None, voice: Voice | None = None, caption: str | None = None, caption_entities: list[MessageEntity] | None = None, show_caption_above_media: bool | None = None, has_media_spoiler: bool | None = None, contact: Contact | None = None, dice: Dice | None = None, game: Game | None = None, poll: Poll | None = None, venue: Venue | None = None, location: Location | None = None, new_chat_members: list[User] | None = None, left_chat_member: User | None = None, new_chat_title: str | None = None, new_chat_photo: list[PhotoSize] | None = None, delete_chat_photo: bool | None = None, group_chat_created: bool | None = None, supergroup_chat_created: bool | None = None, channel_chat_created: bool | None = None, message_auto_delete_timer_changed: MessageAutoDeleteTimerChanged | None = None, migrate_to_chat_id: int | None = None, migrate_from_chat_id: int | None = None, pinned_message: Message | InaccessibleMessage | None = None, invoice: Invoice | None = None, successful_payment: SuccessfulPayment | None = None, refunded_payment: RefundedPayment | None = None, users_shared: UsersShared | None = None, chat_shared: ChatShared | None = None, connected_website: str | None = None, write_access_allowed: WriteAccessAllowed | None = None, passport_data: PassportData | None = None, proximity_alert_triggered: ProximityAlertTriggered | None = None, boost_added: ChatBoostAdded | None = None, chat_background_set: ChatBackground | None = None, forum_topic_created: ForumTopicCreated | None = None, forum_topic_edited: ForumTopicEdited | None = None, forum_topic_closed: ForumTopicClosed | None = None, forum_topic_reopened: ForumTopicReopened | None = None, general_forum_topic_hidden: GeneralForumTopicHidden | None = None, general_forum_topic_unhidden: GeneralForumTopicUnhidden | None = None, giveaway_created: GiveawayCreated | None = None, giveaway: Giveaway | None = None, giveaway_winners: GiveawayWinners | None = None, giveaway_completed: GiveawayCompleted | None = None, video_chat_scheduled: VideoChatScheduled | None = None, video_chat_started: VideoChatStarted | None = None, video_chat_ended: VideoChatEnded | None = None, video_chat_participants_invited: VideoChatParticipantsInvited | None = None, web_app_data: WebAppData | None = None, reply_markup: InlineKeyboardMarkup | None = None, forward_date: _datetime_serializer, return_type=int, when_used=unless - none)] | None = None, forward_from: User | None = None, forward_from_chat: Chat | None = None, forward_from_message_id: int | None = None, forward_sender_name: str | None = None, forward_signature: str | None = None, user_shared: UserShared | None = None, **extra_data: Any)[source]¶
This object represents a message.
Source: https://core.telegram.org/bots/api#message
- message_id: int¶
Unique message identifier inside this chat. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent
- date: DateTime¶
Date the message was sent in Unix time. It is always a positive number, representing a valid date.
- message_thread_id: int | None¶
Optional. Unique identifier of a message thread to which the message belongs; for supergroups only
- from_user: User | None¶
Optional. Sender of the message; may be empty for messages sent to channels. For backward compatibility, if the message was sent on behalf of a chat, the field contains a fake sender user in non-channel chats
- sender_chat: Chat | None¶
Optional. Sender of the message when sent on behalf of a chat. For example, the supergroup itself for messages sent by its anonymous administrators or a linked channel for messages automatically forwarded to the channel’s discussion group. For backward compatibility, if the message was sent on behalf of a chat, the field from contains a fake sender user in non-channel chats.
- sender_boost_count: int | None¶
Optional. If the sender of the message boosted the chat, the number of boosts added by the user
- sender_business_bot: User | None¶
Optional. The bot that actually sent the message on behalf of the business account. Available only for outgoing messages sent on behalf of the connected business account.
- business_connection_id: str | None¶
Optional. Unique identifier of the business connection from which the message was received. If non-empty, the message belongs to a chat of the corresponding business account that is independent from any potential bot chat which might share the same identifier.
- forward_origin: MessageOriginUser | MessageOriginHiddenUser | MessageOriginChat | MessageOriginChannel | None¶
Optional. Information about the original message for forwarded messages
- is_topic_message: bool | None¶
Optional.
True
, if the message is sent to a forum topic
- is_automatic_forward: bool | None¶
Optional.
True
, if the message is a channel post that was automatically forwarded to the connected discussion group
- reply_to_message: Message | None¶
Optional. For replies in the same chat and message thread, the original message. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply.
- external_reply: ExternalReplyInfo | None¶
Optional. Information about the message that is being replied to, which may come from another chat or forum topic
- quote: TextQuote | None¶
Optional. For replies that quote part of the original message, the quoted part of the message
- edit_date: int | None¶
Optional. Date the message was last edited in Unix time
- has_protected_content: bool | None¶
Optional.
True
, if the message can’t be forwarded
- is_from_offline: bool | None¶
Optional. True, if the message was sent by an implicit action, for example, as an away or a greeting business message, or as a scheduled message
- media_group_id: str | None¶
Optional. The unique identifier of a media message group this message belongs to
- author_signature: str | None¶
Optional. Signature of the post author for messages in channels, or the custom title of an anonymous group administrator
- text: str | None¶
Optional. For text messages, the actual UTF-8 text of the message
- entities: list[MessageEntity] | None¶
Optional. For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text
- link_preview_options: LinkPreviewOptions | None¶
Optional. Options used for link preview generation for the message, if it is a text message and link preview options were changed
- effect_id: str | None¶
Optional. Unique identifier of the message effect added to the message
- animation: Animation | None¶
Optional. Message is an animation, information about the animation. For backward compatibility, when this field is set, the document field will also be set
- paid_media: PaidMediaInfo | None¶
Optional. Message contains paid media; information about the paid media
- video_note: VideoNote | None¶
Optional. Message is a video note, information about the video message
Optional. Caption for the animation, audio, document, paid media, photo, video or voice
Optional. For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption
Optional. True, if the caption must be shown above the message media
- has_media_spoiler: bool | None¶
Optional.
True
, if the message media is covered by a spoiler animation
- game: Game | None¶
Optional. Message is a game, information about the game. More about games »
- venue: Venue | None¶
Optional. Message is a venue, information about the venue. For backward compatibility, when this field is set, the location field will also be set
- new_chat_members: list[User] | None¶
Optional. New members that were added to the group or supergroup and information about them (the bot itself may be one of these members)
- left_chat_member: User | None¶
Optional. A member was removed from the group, information about them (this member may be the bot itself)
- new_chat_title: str | None¶
Optional. A chat title was changed to this value
- delete_chat_photo: bool | None¶
Optional. Service message: the chat photo was deleted
- group_chat_created: bool | None¶
Optional. Service message: the group has been created
- supergroup_chat_created: bool | None¶
Optional. Service message: the supergroup has been created. This field can’t be received in a message coming through updates, because bot can’t be a member of a supergroup when it is created. It can only be found in reply_to_message if someone replies to a very first message in a directly created supergroup.
- channel_chat_created: bool | None¶
Optional. Service message: the channel has been created. This field can’t be received in a message coming through updates, because bot can’t be a member of a channel when it is created. It can only be found in reply_to_message if someone replies to a very first message in a channel.
- message_auto_delete_timer_changed: MessageAutoDeleteTimerChanged | None¶
Optional. Service message: auto-delete timer settings changed in the chat
- migrate_to_chat_id: int | None¶
Optional. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.
- migrate_from_chat_id: int | None¶
Optional. The supergroup has been migrated from a group with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.
- pinned_message: Message | InaccessibleMessage | None¶
Optional. Specified message was pinned. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply.
- invoice: Invoice | None¶
Optional. Message is an invoice for a payment, information about the invoice. More about payments »
- successful_payment: SuccessfulPayment | None¶
Optional. Message is a service message about a successful payment, information about the payment. More about payments »
- refunded_payment: RefundedPayment | None¶
Optional. Message is a service message about a refunded payment, information about the payment. More about payments »
Optional. Service message: users were shared with the bot
Optional. Service message: a chat was shared with the bot
- connected_website: str | None¶
Optional. The domain name of the website on which the user has logged in. More about Telegram Login »
- write_access_allowed: WriteAccessAllowed | None¶
Optional. Service message: the user allowed the bot to write messages after adding it to the attachment or side menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method requestWriteAccess
- passport_data: PassportData | None¶
Optional. Telegram Passport data
- proximity_alert_triggered: ProximityAlertTriggered | None¶
Optional. Service message. A user in the chat triggered another user’s proximity alert while sharing Live Location.
- boost_added: ChatBoostAdded | None¶
Optional. Service message: user boosted the chat
- chat_background_set: ChatBackground | None¶
Optional. Service message: chat background set
- forum_topic_created: ForumTopicCreated | None¶
Optional. Service message: forum topic created
- forum_topic_edited: ForumTopicEdited | None¶
Optional. Service message: forum topic edited
- forum_topic_closed: ForumTopicClosed | None¶
Optional. Service message: forum topic closed
- forum_topic_reopened: ForumTopicReopened | None¶
Optional. Service message: forum topic reopened
Optional. Service message: the ‘General’ forum topic hidden
Optional. Service message: the ‘General’ forum topic unhidden
- giveaway_created: GiveawayCreated | None¶
Optional. Service message: a scheduled giveaway was created
- giveaway_winners: GiveawayWinners | None¶
Optional. A giveaway with public winners was completed
- giveaway_completed: GiveawayCompleted | None¶
Optional. Service message: a giveaway without public winners was completed
- video_chat_scheduled: VideoChatScheduled | None¶
Optional. Service message: video chat scheduled
- video_chat_started: VideoChatStarted | None¶
Optional. Service message: video chat started
- video_chat_ended: VideoChatEnded | None¶
Optional. Service message: video chat ended
- video_chat_participants_invited: VideoChatParticipantsInvited | None¶
Optional. Service message: new participants invited to a video chat
- web_app_data: WebAppData | None¶
Optional. Service message: data sent by a Web App
- reply_markup: InlineKeyboardMarkup | None¶
Optional. Inline keyboard attached to the message.
login_url
buttons are represented as ordinaryurl
buttons.
- forward_date: DateTime | None¶
Optional. For forwarded messages, date the original message was sent in Unix time
Deprecated since version API:7.0: https://core.telegram.org/bots/api-changelog#december-29-2023
- forward_from: User | None¶
Optional. For forwarded messages, sender of the original message
Deprecated since version API:7.0: https://core.telegram.org/bots/api-changelog#december-29-2023
- forward_from_chat: Chat | None¶
Optional. For messages forwarded from channels or from anonymous administrators, information about the original sender chat
Deprecated since version API:7.0: https://core.telegram.org/bots/api-changelog#december-29-2023
- forward_from_message_id: int | None¶
Optional. For messages forwarded from channels, identifier of the original message in the channel
Deprecated since version API:7.0: https://core.telegram.org/bots/api-changelog#december-29-2023
- forward_sender_name: str | None¶
Optional. Sender’s name for messages forwarded from users who disallow adding a link to their account in forwarded messages
Deprecated since version API:7.0: https://core.telegram.org/bots/api-changelog#december-29-2023
- forward_signature: str | None¶
Optional. For forwarded messages that were originally sent in channels or by an anonymous chat administrator, signature of the message sender if present
Deprecated since version API:7.0: https://core.telegram.org/bots/api-changelog#december-29-2023
Optional. Service message: a user was shared with the bot
Deprecated since version API:7.0: https://core.telegram.org/bots/api-changelog#december-29-2023
- property content_type: str¶
- property html_text: str¶
- property md_text: str¶
- as_reply_parameters(allow_sending_without_reply: Optional[Union[bool, Default]] = <Default('allow_sending_without_reply')>, quote: Optional[str] = None, quote_parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, quote_entities: Optional[List[MessageEntity]] = None, quote_position: Optional[int] = None) ReplyParameters [source]¶
- reply_animation(animation: Union[InputFile, str], duration: Optional[int] = None, width: Optional[int] = None, height: Optional[int] = None, thumbnail: Optional[InputFile] = None, caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, show_caption_above_media: Optional[Union[bool, Default]] = <Default('show_caption_above_media')>, has_spoiler: Optional[bool] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendAnimation [source]¶
Shortcut for method
aiogram.methods.send_animation.SendAnimation
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). On success, the sent
aiogram.types.message.Message
is returned. Bots can currently send animation files of up to 50 MB in size, this limit may be changed in the future.Source: https://core.telegram.org/bots/api#sendanimation
- Parameters:
animation – Animation to send. Pass a file_id as String to send an animation that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get an animation from the Internet, or upload a new animation using multipart/form-data. More information on Sending Files »
duration – Duration of sent animation in seconds
width – Animation width
height – Animation height
thumbnail – Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass ‘attach://<file_attach_name>’ if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
caption – Animation caption (may also be used when resending animation by file_id), 0-1024 characters after entities parsing
parse_mode – Mode for parsing entities in the animation caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_media – Pass
True
, if the caption must be shown above the message mediahas_spoiler – Pass
True
if the animation needs to be covered with a spoiler animationdisable_notification – Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast – Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup – Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_animation.SendAnimation
- answer_animation(animation: Union[InputFile, str], duration: Optional[int] = None, width: Optional[int] = None, height: Optional[int] = None, thumbnail: Optional[InputFile] = None, caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, show_caption_above_media: Optional[Union[bool, Default]] = <Default('show_caption_above_media')>, has_spoiler: Optional[bool] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendAnimation [source]¶
Shortcut for method
aiogram.methods.send_animation.SendAnimation
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound). On success, the sent
aiogram.types.message.Message
is returned. Bots can currently send animation files of up to 50 MB in size, this limit may be changed in the future.Source: https://core.telegram.org/bots/api#sendanimation
- Parameters:
animation – Animation to send. Pass a file_id as String to send an animation that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get an animation from the Internet, or upload a new animation using multipart/form-data. More information on Sending Files »
duration – Duration of sent animation in seconds
width – Animation width
height – Animation height
thumbnail – Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass ‘attach://<file_attach_name>’ if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
caption – Animation caption (may also be used when resending animation by file_id), 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the animation caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_media – Pass
True
, if the caption must be shown above the message mediahas_spoiler – Pass
True
if the animation needs to be covered with a spoiler animationdisable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_animation.SendAnimation
- reply_audio(audio: Union[InputFile, str], caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, duration: Optional[int] = None, performer: Optional[str] = None, title: Optional[str] = None, thumbnail: Optional[InputFile] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendAudio [source]¶
Shortcut for method
aiogram.methods.send_audio.SendAudio
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
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
aiogram.types.message.Message
is returned. Bots can currently send audio files of up to 50 MB in size, this limit may be changed in the future. For sending voice messages, use theaiogram.methods.send_voice.SendVoice
method instead.Source: https://core.telegram.org/bots/api#sendaudio
- Parameters:
audio – Audio file to send. Pass a file_id as String to send an audio file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get an audio file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files »
caption – Audio caption, 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the audio caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
duration – Duration of the audio in seconds
performer – Performer
title – Track name
thumbnail – Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass ‘attach://<file_attach_name>’ if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_audio.SendAudio
- answer_audio(audio: Union[InputFile, str], caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, duration: Optional[int] = None, performer: Optional[str] = None, title: Optional[str] = None, thumbnail: Optional[InputFile] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendAudio [source]¶
Shortcut for method
aiogram.methods.send_audio.SendAudio
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
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
aiogram.types.message.Message
is returned. Bots can currently send audio files of up to 50 MB in size, this limit may be changed in the future. For sending voice messages, use theaiogram.methods.send_voice.SendVoice
method instead.Source: https://core.telegram.org/bots/api#sendaudio
- Parameters:
audio – Audio file to send. Pass a file_id as String to send an audio file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get an audio file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files »
caption – Audio caption, 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the audio caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
duration – Duration of the audio in seconds
performer – Performer
title – Track name
thumbnail – Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass ‘attach://<file_attach_name>’ if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_audio.SendAudio
- reply_contact(phone_number: str, first_name: str, last_name: Optional[str] = None, vcard: Optional[str] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendContact [source]¶
Shortcut for method
aiogram.methods.send_contact.SendContact
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send phone contacts. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendcontact
- Parameters:
phone_number – Contact’s phone number
first_name – Contact’s first name
last_name – Contact’s last name
vcard – Additional data about the contact in the form of a vCard, 0-2048 bytes
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_contact.SendContact
- answer_contact(phone_number: str, first_name: str, last_name: Optional[str] = None, vcard: Optional[str] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendContact [source]¶
Shortcut for method
aiogram.methods.send_contact.SendContact
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send phone contacts. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendcontact
- Parameters:
phone_number – Contact’s phone number
first_name – Contact’s first name
last_name – Contact’s last name
vcard –
Additional data about the contact in the form of a vCard, 0-2048 bytes
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_contact.SendContact
- reply_document(document: Union[InputFile, str], thumbnail: Optional[InputFile] = None, caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, disable_content_type_detection: Optional[bool] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendDocument [source]¶
Shortcut for method
aiogram.methods.send_document.SendDocument
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send general files. On success, the sent
aiogram.types.message.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.Source: https://core.telegram.org/bots/api#senddocument
- Parameters:
document – File to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files »
thumbnail – Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass ‘attach://<file_attach_name>’ if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
caption – Document caption (may also be used when resending documents by file_id), 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the document caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
disable_content_type_detection – Disables automatic server-side content type detection for files uploaded using multipart/form-data
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_document.SendDocument
- answer_document(document: Union[InputFile, str], thumbnail: Optional[InputFile] = None, caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, disable_content_type_detection: Optional[bool] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendDocument [source]¶
Shortcut for method
aiogram.methods.send_document.SendDocument
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send general files. On success, the sent
aiogram.types.message.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.Source: https://core.telegram.org/bots/api#senddocument
- Parameters:
document – File to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files »
thumbnail – Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass ‘attach://<file_attach_name>’ if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
caption – Document caption (may also be used when resending documents by file_id), 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the document caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
disable_content_type_detection – Disables automatic server-side content type detection for files uploaded using multipart/form-data
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_document.SendDocument
- reply_game(game_short_name: str, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[InlineKeyboardMarkup] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendGame [source]¶
Shortcut for method
aiogram.methods.send_game.SendGame
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send a game. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendgame
- Parameters:
game_short_name – Short name of the game, serves as the unique identifier for the game. Set up your games via @BotFather.
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
A JSON-serialized object for an inline keyboard. If empty, one ‘Play game_title’ button will be shown. If not empty, the first button must launch the game.
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_game.SendGame
- answer_game(game_short_name: str, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[InlineKeyboardMarkup] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendGame [source]¶
Shortcut for method
aiogram.methods.send_game.SendGame
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send a game. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendgame
- Parameters:
game_short_name –
Short name of the game, serves as the unique identifier for the game. Set up your games via @BotFather.
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
A JSON-serialized object for an inline keyboard. If empty, one ‘Play game_title’ button will be shown. If not empty, the first button must launch the game.
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_game.SendGame
- reply_invoice(title: str, description: str, payload: str, currency: str, prices: list[LabeledPrice], provider_token: Optional[str] = None, max_tip_amount: Optional[int] = None, suggested_tip_amounts: Optional[list[int]] = None, start_parameter: Optional[str] = None, provider_data: Optional[str] = None, photo_url: Optional[str] = None, photo_size: Optional[int] = None, photo_width: Optional[int] = None, photo_height: Optional[int] = None, need_name: Optional[bool] = None, need_phone_number: Optional[bool] = None, need_email: Optional[bool] = None, need_shipping_address: Optional[bool] = None, send_phone_number_to_provider: Optional[bool] = None, send_email_to_provider: Optional[bool] = None, is_flexible: Optional[bool] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[InlineKeyboardMarkup] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendInvoice [source]¶
Shortcut for method
aiogram.methods.send_invoice.SendInvoice
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send invoices. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendinvoice
- Parameters:
title – Product name, 1-32 characters
description – Product description, 1-255 characters
payload – Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes.
currency – Three-letter ISO 4217 currency code, see more on currencies. Pass ‘XTR’ for payments in Telegram Stars.
prices –
Price 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_token –
Payment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars.
max_tip_amount –
The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of
US$ 1.45
passmax_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.suggested_tip_amounts – A JSON-serialized array of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount.
start_parameter – Unique deep-linking parameter. If left empty, forwarded copies of the sent message will have a Pay button, allowing multiple users to pay directly from the forwarded message, using the same invoice. If non-empty, forwarded copies of the sent message will have a URL button with a deep link to the bot (instead of a Pay button), with the value used as the start parameter
provider_data – JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider.
photo_url – URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for.
photo_size – Photo size in bytes
photo_width – Photo width
photo_height – Photo height
need_name –
Pass
True
if you require the user’s full name to complete the order. Ignored for payments in Telegram Stars.need_phone_number –
Pass
True
if you require the user’s phone number to complete the order. Ignored for payments in Telegram Stars.need_email –
Pass
True
if you require the user’s email address to complete the order. Ignored for payments in Telegram Stars.need_shipping_address –
Pass
True
if you require the user’s shipping address to complete the order. Ignored for payments in Telegram Stars.send_phone_number_to_provider –
Pass
True
if the user’s phone number should be sent to the provider. Ignored for payments in Telegram Stars.send_email_to_provider –
Pass
True
if the user’s email address should be sent to the provider. Ignored for payments in Telegram Stars.is_flexible –
Pass
True
if the final price depends on the shipping method. Ignored for payments in Telegram Stars.disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
A JSON-serialized object for an inline keyboard. If empty, one ‘Pay
total price
’ button will be shown. If not empty, the first button must be a Pay button.allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_invoice.SendInvoice
- answer_invoice(title: str, description: str, payload: str, currency: str, prices: list[LabeledPrice], provider_token: Optional[str] = None, max_tip_amount: Optional[int] = None, suggested_tip_amounts: Optional[list[int]] = None, start_parameter: Optional[str] = None, provider_data: Optional[str] = None, photo_url: Optional[str] = None, photo_size: Optional[int] = None, photo_width: Optional[int] = None, photo_height: Optional[int] = None, need_name: Optional[bool] = None, need_phone_number: Optional[bool] = None, need_email: Optional[bool] = None, need_shipping_address: Optional[bool] = None, send_phone_number_to_provider: Optional[bool] = None, send_email_to_provider: Optional[bool] = None, is_flexible: Optional[bool] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[InlineKeyboardMarkup] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendInvoice [source]¶
Shortcut for method
aiogram.methods.send_invoice.SendInvoice
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send invoices. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendinvoice
- Parameters:
title – Product name, 1-32 characters
description – Product description, 1-255 characters
payload – Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use it for your internal processes.
currency –
Three-letter ISO 4217 currency code, see more on currencies. Pass ‘XTR’ for payments in Telegram Stars.
prices –
Price 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_token –
Payment provider token, obtained via @BotFather. Pass an empty string for payments in Telegram Stars.
max_tip_amount –
The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of
US$ 1.45
passmax_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.suggested_tip_amounts – A JSON-serialized array of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount.
start_parameter – Unique deep-linking parameter. If left empty, forwarded copies of the sent message will have a Pay button, allowing multiple users to pay directly from the forwarded message, using the same invoice. If non-empty, forwarded copies of the sent message will have a URL button with a deep link to the bot (instead of a Pay button), with the value used as the start parameter
provider_data – JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider.
photo_url – URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for.
photo_size – Photo size in bytes
photo_width – Photo width
photo_height – Photo height
need_name –
Pass
True
if you require the user’s full name to complete the order. Ignored for payments in Telegram Stars.need_phone_number –
Pass
True
if you require the user’s phone number to complete the order. Ignored for payments in Telegram Stars.need_email –
Pass
True
if you require the user’s email address to complete the order. Ignored for payments in Telegram Stars.need_shipping_address –
Pass
True
if you require the user’s shipping address to complete the order. Ignored for payments in Telegram Stars.send_phone_number_to_provider –
Pass
True
if the user’s phone number should be sent to the provider. Ignored for payments in Telegram Stars.send_email_to_provider –
Pass
True
if the user’s email address should be sent to the provider. Ignored for payments in Telegram Stars.is_flexible –
Pass
True
if the final price depends on the shipping method. Ignored for payments in Telegram Stars.disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
A JSON-serialized object for an inline keyboard. If empty, one ‘Pay
total price
’ button will be shown. If not empty, the first button must be a Pay button.allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_invoice.SendInvoice
- reply_location(latitude: float, longitude: float, horizontal_accuracy: Optional[float] = None, live_period: Optional[int] = None, heading: Optional[int] = None, proximity_alert_radius: Optional[int] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendLocation [source]¶
Shortcut for method
aiogram.methods.send_location.SendLocation
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send point on the map. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendlocation
- Parameters:
latitude – Latitude of the location
longitude – Longitude of the location
horizontal_accuracy – The radius of uncertainty for the location, measured in meters; 0-1500
live_period – Period in seconds during which the location will be updated (see Live Locations, should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely.
heading – For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.
proximity_alert_radius – For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_location.SendLocation
- answer_location(latitude: float, longitude: float, horizontal_accuracy: Optional[float] = None, live_period: Optional[int] = None, heading: Optional[int] = None, proximity_alert_radius: Optional[int] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendLocation [source]¶
Shortcut for method
aiogram.methods.send_location.SendLocation
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send point on the map. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendlocation
- Parameters:
latitude – Latitude of the location
longitude – Longitude of the location
horizontal_accuracy – The radius of uncertainty for the location, measured in meters; 0-1500
live_period –
Period in seconds during which the location will be updated (see Live Locations, should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely.
heading – For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.
proximity_alert_radius – For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_location.SendLocation
- reply_media_group(media: list[Union[InputMediaAudio, InputMediaDocument, InputMediaPhoto, InputMediaVideo]], disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendMediaGroup [source]¶
Shortcut for method
aiogram.methods.send_media_group.SendMediaGroup
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
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.
Source: https://core.telegram.org/bots/api#sendmediagroup
- Parameters:
media – A JSON-serialized array describing messages to be sent, must include 2-10 items
disable_notification –
Sends messages silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent messages from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_media_group.SendMediaGroup
- answer_media_group(media: list[Union[InputMediaAudio, InputMediaDocument, InputMediaPhoto, InputMediaVideo]], disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendMediaGroup [source]¶
Shortcut for method
aiogram.methods.send_media_group.SendMediaGroup
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
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.
Source: https://core.telegram.org/bots/api#sendmediagroup
- Parameters:
media – A JSON-serialized array describing messages to be sent, must include 2-10 items
disable_notification –
Sends messages silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent messages from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the messages are a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_media_group.SendMediaGroup
- reply(text: str, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, entities: Optional[list[MessageEntity]] = None, link_preview_options: Optional[Union[LinkPreviewOptions, Default]] = <Default('link_preview')>, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, disable_web_page_preview: Optional[Union[bool, Default]] = <Default('link_preview_is_disabled')>, **kwargs: Any) SendMessage [source]¶
Shortcut for method
aiogram.methods.send_message.SendMessage
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send text messages. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendmessage
- Parameters:
text – Text of the message to be sent, 1-4096 characters after entities parsing
parse_mode –
Mode for parsing entities in the message text. See formatting options for more details.
entities – A JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode
link_preview_options – Link preview generation options for the message
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not founddisable_web_page_preview – Disables link previews for links in this message
- Returns:
instance of method
aiogram.methods.send_message.SendMessage
- answer(text: str, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, entities: Optional[list[MessageEntity]] = None, link_preview_options: Optional[Union[LinkPreviewOptions, Default]] = <Default('link_preview')>, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, disable_web_page_preview: Optional[Union[bool, Default]] = <Default('link_preview_is_disabled')>, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendMessage [source]¶
Shortcut for method
aiogram.methods.send_message.SendMessage
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send text messages. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendmessage
- Parameters:
text – Text of the message to be sent, 1-4096 characters after entities parsing
parse_mode –
Mode for parsing entities in the message text. See formatting options for more details.
entities – A JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode
link_preview_options – Link preview generation options for the message
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not founddisable_web_page_preview – Disables link previews for links in this message
reply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_message.SendMessage
- reply_photo(photo: Union[InputFile, str], caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, show_caption_above_media: Optional[Union[bool, Default]] = <Default('show_caption_above_media')>, has_spoiler: Optional[bool] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendPhoto [source]¶
Shortcut for method
aiogram.methods.send_photo.SendPhoto
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send photos. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendphoto
- Parameters:
photo – Photo to send. Pass a file_id as String to send a photo that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a photo from the Internet, or upload a new photo using multipart/form-data. The photo must be at most 10 MB in size. The photo’s width and height must not exceed 10000 in total. Width and height ratio must be at most 20. More information on Sending Files »
caption – Photo caption (may also be used when resending photos by file_id), 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the photo caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_media – Pass
True
, if the caption must be shown above the message mediahas_spoiler – Pass
True
if the photo needs to be covered with a spoiler animationdisable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_photo.SendPhoto
- answer_photo(photo: Union[InputFile, str], caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, show_caption_above_media: Optional[Union[bool, Default]] = <Default('show_caption_above_media')>, has_spoiler: Optional[bool] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendPhoto [source]¶
Shortcut for method
aiogram.methods.send_photo.SendPhoto
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send photos. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendphoto
- Parameters:
photo – Photo to send. Pass a file_id as String to send a photo that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a photo from the Internet, or upload a new photo using multipart/form-data. The photo must be at most 10 MB in size. The photo’s width and height must not exceed 10000 in total. Width and height ratio must be at most 20. More information on Sending Files »
caption – Photo caption (may also be used when resending photos by file_id), 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the photo caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_media – Pass
True
, if the caption must be shown above the message mediahas_spoiler – Pass
True
if the photo needs to be covered with a spoiler animationdisable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_photo.SendPhoto
- reply_poll(question: str, options: list[Union[InputPollOption, str]], question_parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, question_entities: Optional[list[MessageEntity]] = None, is_anonymous: Optional[bool] = None, type: Optional[str] = None, allows_multiple_answers: Optional[bool] = None, correct_option_id: Optional[int] = None, explanation: Optional[str] = None, explanation_parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, explanation_entities: Optional[list[MessageEntity]] = None, open_period: Optional[int] = None, close_date: Optional[Union[datetime.datetime, datetime.timedelta, int]] = None, is_closed: Optional[bool] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendPoll [source]¶
Shortcut for method
aiogram.methods.send_poll.SendPoll
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send a native poll. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendpoll
- Parameters:
question – Poll question, 1-300 characters
options – A JSON-serialized list of 2-10 answer options
question_parse_mode –
Mode for parsing entities in the question. See formatting options for more details. Currently, only custom emoji entities are allowed
question_entities – A JSON-serialized list of special entities that appear in the poll question. It can be specified instead of question_parse_mode
is_anonymous –
True
, if the poll needs to be anonymous, defaults toTrue
type – Poll type, ‘quiz’ or ‘regular’, defaults to ‘regular’
allows_multiple_answers –
True
, if the poll allows multiple answers, ignored for polls in quiz mode, defaults toFalse
correct_option_id – 0-based identifier of the correct answer option, required for polls in quiz mode
explanation – Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters with at most 2 line feeds after entities parsing
explanation_parse_mode –
Mode for parsing entities in the explanation. See formatting options for more details.
explanation_entities – A JSON-serialized list of special entities that appear in the poll explanation. It can be specified instead of explanation_parse_mode
open_period – Amount of time in seconds the poll will be active after creation, 5-600. Can’t be used together with close_date.
close_date – Point in time (Unix timestamp) when the poll will be automatically closed. Must be at least 5 and no more than 600 seconds in the future. Can’t be used together with open_period.
is_closed – Pass
True
if the poll needs to be immediately closed. This can be useful for poll preview.disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_poll.SendPoll
- answer_poll(question: str, options: list[Union[InputPollOption, str]], question_parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, question_entities: Optional[list[MessageEntity]] = None, is_anonymous: Optional[bool] = None, type: Optional[str] = None, allows_multiple_answers: Optional[bool] = None, correct_option_id: Optional[int] = None, explanation: Optional[str] = None, explanation_parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, explanation_entities: Optional[list[MessageEntity]] = None, open_period: Optional[int] = None, close_date: Optional[Union[datetime.datetime, datetime.timedelta, int]] = None, is_closed: Optional[bool] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendPoll [source]¶
Shortcut for method
aiogram.methods.send_poll.SendPoll
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send a native poll. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendpoll
- Parameters:
question – Poll question, 1-300 characters
options – A JSON-serialized list of 2-10 answer options
question_parse_mode –
Mode for parsing entities in the question. See formatting options for more details. Currently, only custom emoji entities are allowed
question_entities – A JSON-serialized list of special entities that appear in the poll question. It can be specified instead of question_parse_mode
is_anonymous –
True
, if the poll needs to be anonymous, defaults toTrue
type – Poll type, ‘quiz’ or ‘regular’, defaults to ‘regular’
allows_multiple_answers –
True
, if the poll allows multiple answers, ignored for polls in quiz mode, defaults toFalse
correct_option_id – 0-based identifier of the correct answer option, required for polls in quiz mode
explanation – Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters with at most 2 line feeds after entities parsing
explanation_parse_mode –
Mode for parsing entities in the explanation. See formatting options for more details.
explanation_entities – A JSON-serialized list of special entities that appear in the poll explanation. It can be specified instead of explanation_parse_mode
open_period – Amount of time in seconds the poll will be active after creation, 5-600. Can’t be used together with close_date.
close_date – Point in time (Unix timestamp) when the poll will be automatically closed. Must be at least 5 and no more than 600 seconds in the future. Can’t be used together with open_period.
is_closed – Pass
True
if the poll needs to be immediately closed. This can be useful for poll preview.disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_poll.SendPoll
- reply_dice(emoji: Optional[str] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendDice [source]¶
Shortcut for method
aiogram.methods.send_dice.SendDice
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send an animated emoji that will display a random value. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#senddice
- Parameters:
emoji – Emoji on which the dice throw animation is based. Currently, must be one of ‘🎲’, ‘🎯’, ‘🏀’, ‘⚽’, ‘🎳’, or ‘🎰’. Dice can have values 1-6 for ‘🎲’, ‘🎯’ and ‘🎳’, values 1-5 for ‘🏀’ and ‘⚽’, and values 1-64 for ‘🎰’. Defaults to ‘🎲’
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_dice.SendDice
- answer_dice(emoji: Optional[str] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendDice [source]¶
Shortcut for method
aiogram.methods.send_dice.SendDice
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send an animated emoji that will display a random value. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#senddice
- Parameters:
emoji – Emoji on which the dice throw animation is based. Currently, must be one of ‘🎲’, ‘🎯’, ‘🏀’, ‘⚽’, ‘🎳’, or ‘🎰’. Dice can have values 1-6 for ‘🎲’, ‘🎯’ and ‘🎳’, values 1-5 for ‘🏀’ and ‘⚽’, and values 1-64 for ‘🎰’. Defaults to ‘🎲’
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_dice.SendDice
- reply_sticker(sticker: Union[InputFile, str], emoji: Optional[str] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendSticker [source]¶
Shortcut for method
aiogram.methods.send_sticker.SendSticker
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send static .WEBP, animated .TGS, or video .WEBM stickers. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendsticker
- Parameters:
sticker – Sticker 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.
emoji – Emoji associated with the sticker; only for just uploaded stickers
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_sticker.SendSticker
- answer_sticker(sticker: Union[InputFile, str], emoji: Optional[str] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendSticker [source]¶
Shortcut for method
aiogram.methods.send_sticker.SendSticker
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send static .WEBP, animated .TGS, or video .WEBM stickers. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendsticker
- Parameters:
sticker – Sticker 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.
emoji – Emoji associated with the sticker; only for just uploaded stickers
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_sticker.SendSticker
- reply_venue(latitude: float, longitude: float, title: str, address: str, foursquare_id: Optional[str] = None, foursquare_type: Optional[str] = None, google_place_id: Optional[str] = None, google_place_type: Optional[str] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendVenue [source]¶
Shortcut for method
aiogram.methods.send_venue.SendVenue
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send information about a venue. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendvenue
- Parameters:
latitude – Latitude of the venue
longitude – Longitude of the venue
title – Name of the venue
address – Address of the venue
foursquare_id – Foursquare identifier of the venue
foursquare_type – Foursquare type of the venue, if known. (For example, ‘arts_entertainment/default’, ‘arts_entertainment/aquarium’ or ‘food/icecream’.)
google_place_id – Google Places identifier of the venue
google_place_type – Google Places type of the venue. (See supported types.)
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_venue.SendVenue
- answer_venue(latitude: float, longitude: float, title: str, address: str, foursquare_id: Optional[str] = None, foursquare_type: Optional[str] = None, google_place_id: Optional[str] = None, google_place_type: Optional[str] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendVenue [source]¶
Shortcut for method
aiogram.methods.send_venue.SendVenue
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send information about a venue. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendvenue
- Parameters:
latitude – Latitude of the venue
longitude – Longitude of the venue
title – Name of the venue
address – Address of the venue
foursquare_id – Foursquare identifier of the venue
foursquare_type – Foursquare type of the venue, if known. (For example, ‘arts_entertainment/default’, ‘arts_entertainment/aquarium’ or ‘food/icecream’.)
google_place_id – Google Places identifier of the venue
google_place_type –
Google Places type of the venue. (See supported types.)
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_venue.SendVenue
- reply_video(video: Union[InputFile, str], duration: Optional[int] = None, width: Optional[int] = None, height: Optional[int] = None, thumbnail: Optional[InputFile] = None, caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, show_caption_above_media: Optional[Union[bool, Default]] = <Default('show_caption_above_media')>, has_spoiler: Optional[bool] = None, supports_streaming: Optional[bool] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendVideo [source]¶
Shortcut for method
aiogram.methods.send_video.SendVideo
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as
aiogram.types.document.Document
). On success, the sentaiogram.types.message.Message
is returned. Bots can currently send video files of up to 50 MB in size, this limit may be changed in the future.Source: https://core.telegram.org/bots/api#sendvideo
- Parameters:
video – Video to send. Pass a file_id as String to send a video that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a video from the Internet, or upload a new video using multipart/form-data. More information on Sending Files »
duration – Duration of sent video in seconds
width – Video width
height – Video height
thumbnail – Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass ‘attach://<file_attach_name>’ if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
caption – Video caption (may also be used when resending videos by file_id), 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the video caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_media – Pass
True
, if the caption must be shown above the message mediahas_spoiler – Pass
True
if the video needs to be covered with a spoiler animationsupports_streaming – Pass
True
if the uploaded video is suitable for streamingdisable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_video.SendVideo
- answer_video(video: Union[InputFile, str], duration: Optional[int] = None, width: Optional[int] = None, height: Optional[int] = None, thumbnail: Optional[InputFile] = None, caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, show_caption_above_media: Optional[Union[bool, Default]] = <Default('show_caption_above_media')>, has_spoiler: Optional[bool] = None, supports_streaming: Optional[bool] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendVideo [source]¶
Shortcut for method
aiogram.methods.send_video.SendVideo
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as
aiogram.types.document.Document
). On success, the sentaiogram.types.message.Message
is returned. Bots can currently send video files of up to 50 MB in size, this limit may be changed in the future.Source: https://core.telegram.org/bots/api#sendvideo
- Parameters:
video – Video to send. Pass a file_id as String to send a video that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a video from the Internet, or upload a new video using multipart/form-data. More information on Sending Files »
duration – Duration of sent video in seconds
width – Video width
height – Video height
thumbnail – Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass ‘attach://<file_attach_name>’ if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
caption – Video caption (may also be used when resending videos by file_id), 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the video caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_media – Pass
True
, if the caption must be shown above the message mediahas_spoiler – Pass
True
if the video needs to be covered with a spoiler animationsupports_streaming – Pass
True
if the uploaded video is suitable for streamingdisable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_video.SendVideo
- reply_video_note(video_note: Union[InputFile, str], duration: Optional[int] = None, length: Optional[int] = None, thumbnail: Optional[InputFile] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendVideoNote [source]¶
Shortcut for method
aiogram.methods.send_video_note.SendVideoNote
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
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
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendvideonote
- Parameters:
video_note – Video note to send. Pass a file_id as String to send a video note that exists on the Telegram servers (recommended) or upload a new video using multipart/form-data. More information on Sending Files ». Sending video notes by a URL is currently unsupported
duration – Duration of sent video in seconds
length – Video width and height, i.e. diameter of the video message
thumbnail – Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass ‘attach://<file_attach_name>’ if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_video_note.SendVideoNote
- answer_video_note(video_note: Union[InputFile, str], duration: Optional[int] = None, length: Optional[int] = None, thumbnail: Optional[InputFile] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendVideoNote [source]¶
Shortcut for method
aiogram.methods.send_video_note.SendVideoNote
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
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
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendvideonote
- Parameters:
video_note – Video note to send. Pass a file_id as String to send a video note that exists on the Telegram servers (recommended) or upload a new video using multipart/form-data. More information on Sending Files ». Sending video notes by a URL is currently unsupported
duration – Duration of sent video in seconds
length – Video width and height, i.e. diameter of the video message
thumbnail – Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass ‘attach://<file_attach_name>’ if the thumbnail was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files »
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_video_note.SendVideoNote
- reply_voice(voice: Union[InputFile, str], caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, duration: Optional[int] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, **kwargs: Any) SendVoice [source]¶
Shortcut for method
aiogram.methods.send_voice.SendVoice
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded with OPUS, or in .MP3 format, or in .M4A format (other formats may be sent as
aiogram.types.audio.Audio
oraiogram.types.document.Document
). On success, the sentaiogram.types.message.Message
is returned. Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future.Source: https://core.telegram.org/bots/api#sendvoice
- Parameters:
voice – Audio file to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files »
caption – Voice message caption, 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the voice message caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
duration – Duration of the voice message in seconds
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not found
- Returns:
instance of method
aiogram.methods.send_voice.SendVoice
- answer_voice(voice: Union[InputFile, str], caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, duration: Optional[int] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, message_effect_id: Optional[str] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) SendVoice [source]¶
Shortcut for method
aiogram.methods.send_voice.SendVoice
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded with OPUS, or in .MP3 format, or in .M4A format (other formats may be sent as
aiogram.types.audio.Audio
oraiogram.types.document.Document
). On success, the sentaiogram.types.message.Message
is returned. Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future.Source: https://core.telegram.org/bots/api#sendvoice
- Parameters:
voice – Audio file to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. More information on Sending Files »
caption – Voice message caption, 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the voice message caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
duration – Duration of the voice message in seconds
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancemessage_effect_id – Unique identifier of the message effect to be added to the message; for private chats only
reply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.send_voice.SendVoice
- send_copy(chat_id: str | int, disable_notification: bool | None = None, reply_to_message_id: int | None = None, reply_parameters: ReplyParameters | None = None, reply_markup: InlineKeyboardMarkup | ReplyKeyboardMarkup | None = None, allow_sending_without_reply: bool | None = None, message_thread_id: int | None = None, business_connection_id: str | None = None, parse_mode: str | None = None, message_effect_id: str | None = None) ForwardMessage | SendAnimation | SendAudio | SendContact | SendDocument | SendLocation | SendMessage | SendPhoto | SendPoll | SendDice | SendSticker | SendVenue | SendVideo | SendVideoNote | SendVoice [source]¶
Send copy of a message.
Is similar to
aiogram.client.bot.Bot.copy_message()
but returning the sent message instead ofaiogram.types.message_id.MessageId
Note
This method doesn’t use the API method named copyMessage and historically implemented before the similar method is added to API
- Parameters:
chat_id
disable_notification
reply_to_message_id
reply_parameters
reply_markup
allow_sending_without_reply
message_thread_id
business_connection_id
parse_mode
message_effect_id
- Returns:
- copy_to(chat_id: Union[int, str], message_thread_id: Optional[int] = None, caption: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, caption_entities: Optional[list[MessageEntity]] = None, show_caption_above_media: Optional[Union[bool, Default]] = <Default('show_caption_above_media')>, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, allow_paid_broadcast: Optional[bool] = None, reply_parameters: Optional[ReplyParameters] = None, reply_markup: Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]] = None, allow_sending_without_reply: Optional[bool] = None, reply_to_message_id: Optional[int] = None, **kwargs: Any) CopyMessage [source]¶
Shortcut for method
aiogram.methods.copy_message.CopyMessage
will automatically fill method attributes:from_chat_id
message_id
Use this method to copy messages of any kind. Service messages, paid media messages, giveaway messages, giveaway winners messages, and invoice messages can’t be copied. A quiz
aiogram.methods.poll.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 methodaiogram.methods.forward_message.ForwardMessage
, but the copied message doesn’t have a link to the original message. Returns theaiogram.types.message_id.MessageId
of the sent message on success.Source: https://core.telegram.org/bots/api#copymessage
- Parameters:
chat_id – Unique identifier for the target chat or username of the target channel (in the format
@channelusername
)message_thread_id – Unique identifier for the target message thread (topic) of the forum; for forum supergroups only
caption – New caption for media, 0-1024 characters after entities parsing. If not specified, the original caption is kept
parse_mode –
Mode for parsing entities in the new caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the new caption, which can be specified instead of parse_mode
show_caption_above_media – Pass
True
, if the caption must be shown above the message media. Ignored if a new caption isn’t specified.disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancereply_parameters – Description of the message to reply to
reply_markup –
Additional 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
allow_sending_without_reply – Pass
True
if the message should be sent even if the specified replied-to message is not foundreply_to_message_id – If the message is a reply, ID of the original message
- Returns:
instance of method
aiogram.methods.copy_message.CopyMessage
- edit_text(text: str, inline_message_id: Optional[str] = None, parse_mode: Optional[Union[str, Default]] = <Default('parse_mode')>, entities: Optional[list[MessageEntity]] = None, link_preview_options: Optional[Union[LinkPreviewOptions, Default]] = <Default('link_preview')>, reply_markup: Optional[InlineKeyboardMarkup] = None, disable_web_page_preview: Optional[Union[bool, Default]] = <Default('link_preview_is_disabled')>, **kwargs: Any) EditMessageText [source]¶
Shortcut for method
aiogram.methods.edit_message_text.EditMessageText
will automatically fill method attributes:chat_id
message_id
business_connection_id
Use this method to edit text and game messages. On success, if the edited message is not an inline message, the edited
aiogram.types.message.Message
is returned, otherwiseTrue
is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent.Source: https://core.telegram.org/bots/api#editmessagetext
- Parameters:
text – New text of the message, 1-4096 characters after entities parsing
inline_message_id – Required if chat_id and message_id are not specified. Identifier of the inline message
parse_mode –
Mode for parsing entities in the message text. See formatting options for more details.
entities – A JSON-serialized list of special entities that appear in message text, which can be specified instead of parse_mode
link_preview_options – Link preview generation options for the message
reply_markup –
A JSON-serialized object for an inline keyboard.
disable_web_page_preview – Disables link previews for links in this message
- Returns:
instance of method
aiogram.methods.edit_message_text.EditMessageText
- forward(chat_id: Union[int, str], message_thread_id: Optional[int] = None, disable_notification: Optional[bool] = None, protect_content: Optional[Union[bool, Default]] = <Default('protect_content')>, **kwargs: Any) ForwardMessage [source]¶
Shortcut for method
aiogram.methods.forward_message.ForwardMessage
will automatically fill method attributes:from_chat_id
message_id
Use this method to forward messages of any kind. Service messages and messages with protected content can’t be forwarded. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#forwardmessage
- Parameters:
chat_id – Unique identifier for the target chat or username of the target channel (in the format
@channelusername
)message_thread_id – Unique identifier for the target message thread (topic) of the forum; for forum supergroups only
disable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the forwarded message from forwarding and saving
- Returns:
instance of method
aiogram.methods.forward_message.ForwardMessage
- edit_media(media: InputMediaAnimation | InputMediaDocument | InputMediaAudio | InputMediaPhoto | InputMediaVideo, inline_message_id: str | None = None, reply_markup: InlineKeyboardMarkup | None = None, **kwargs: Any) EditMessageMedia [source]¶
Shortcut for method
aiogram.methods.edit_message_media.EditMessageMedia
will automatically fill method attributes:chat_id
message_id
business_connection_id
Use this method to edit animation, audio, document, photo, or video messages, or to add media to text messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can’t be uploaded; use a previously uploaded file via its file_id or specify a URL. On success, if the edited message is not an inline message, the edited
aiogram.types.message.Message
is returned, otherwiseTrue
is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent.Source: https://core.telegram.org/bots/api#editmessagemedia
- Parameters:
media – A JSON-serialized object for a new media content of the message
inline_message_id – Required if chat_id and message_id are not specified. Identifier of the inline message
reply_markup –
A JSON-serialized object for a new inline keyboard.
- Returns:
instance of method
aiogram.methods.edit_message_media.EditMessageMedia
- edit_reply_markup(inline_message_id: str | None = None, reply_markup: InlineKeyboardMarkup | None = None, **kwargs: Any) EditMessageReplyMarkup [source]¶
Shortcut for method
aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup
will automatically fill method attributes:chat_id
message_id
business_connection_id
Use this method to edit only the reply markup of messages. On success, if the edited message is not an inline message, the edited
aiogram.types.message.Message
is returned, otherwiseTrue
is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent.Source: https://core.telegram.org/bots/api#editmessagereplymarkup
- Parameters:
inline_message_id – Required if chat_id and message_id are not specified. Identifier of the inline message
reply_markup –
A JSON-serialized object for an inline keyboard.
- Returns:
instance of method
aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup
- delete_reply_markup(inline_message_id: str | None = None, **kwargs: Any) EditMessageReplyMarkup [source]¶
Shortcut for method
aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup
will automatically fill method attributes:chat_id
message_id
business_connection_id
reply_markup
Use this method to edit only the reply markup of messages. On success, if the edited message is not an inline message, the edited
aiogram.types.message.Message
is returned, otherwiseTrue
is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent.Source: https://core.telegram.org/bots/api#editmessagereplymarkup
- Parameters:
inline_message_id – Required if chat_id and message_id are not specified. Identifier of the inline message
- Returns:
instance of method
aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup
- edit_live_location(latitude: float, longitude: float, inline_message_id: str | None = None, live_period: int | None = None, horizontal_accuracy: float | None = None, heading: int | None = None, proximity_alert_radius: int | None = None, reply_markup: InlineKeyboardMarkup | None = None, **kwargs: Any) EditMessageLiveLocation [source]¶
Shortcut for method
aiogram.methods.edit_message_live_location.EditMessageLiveLocation
will automatically fill method attributes:chat_id
message_id
business_connection_id
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
aiogram.methods.stop_message_live_location.StopMessageLiveLocation
. On success, if the edited message is not an inline message, the editedaiogram.types.message.Message
is returned, otherwiseTrue
is returned.Source: https://core.telegram.org/bots/api#editmessagelivelocation
- Parameters:
latitude – Latitude of new location
longitude – Longitude of new location
inline_message_id – Required if chat_id and message_id are not specified. Identifier of the inline message
live_period – New 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
horizontal_accuracy – The radius of uncertainty for the location, measured in meters; 0-1500
heading – Direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.
proximity_alert_radius – The maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.
reply_markup –
A JSON-serialized object for a new inline keyboard.
- Returns:
instance of method
aiogram.methods.edit_message_live_location.EditMessageLiveLocation
- stop_live_location(inline_message_id: str | None = None, reply_markup: InlineKeyboardMarkup | None = None, **kwargs: Any) StopMessageLiveLocation [source]¶
Shortcut for method
aiogram.methods.stop_message_live_location.StopMessageLiveLocation
will automatically fill method attributes:chat_id
message_id
business_connection_id
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
aiogram.types.message.Message
is returned, otherwiseTrue
is returned.Source: https://core.telegram.org/bots/api#stopmessagelivelocation
- Parameters:
inline_message_id – Required if chat_id and message_id are not specified. Identifier of the inline message
reply_markup –
A JSON-serialized object for a new inline keyboard.
- Returns:
instance of method
aiogram.methods.stop_message_live_location.StopMessageLiveLocation
Shortcut for method
aiogram.methods.edit_message_caption.EditMessageCaption
will automatically fill method attributes:chat_id
message_id
business_connection_id
Use this method to edit captions of messages. On success, if the edited message is not an inline message, the edited
aiogram.types.message.Message
is returned, otherwiseTrue
is returned. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within 48 hours from the time they were sent.Source: https://core.telegram.org/bots/api#editmessagecaption
- Parameters:
inline_message_id – Required if chat_id and message_id are not specified. Identifier of the inline message
caption – New caption of the message, 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the message caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_media – Pass
True
, if the caption must be shown above the message media. Supported only for animation, photo and video messages.reply_markup –
A JSON-serialized object for an inline keyboard.
- Returns:
instance of method
aiogram.methods.edit_message_caption.EditMessageCaption
- delete(**kwargs: Any) DeleteMessage [source]¶
Shortcut for method
aiogram.methods.delete_message.DeleteMessage
will automatically fill method attributes:chat_id
message_id
business_connection_id
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.Source: https://core.telegram.org/bots/api#deletemessage
- Returns:
instance of method
aiogram.methods.delete_message.DeleteMessage
- pin(disable_notification: bool | None = None, **kwargs: Any) PinChatMessage [source]¶
Shortcut for method
aiogram.methods.pin_chat_message.PinChatMessage
will automatically fill method attributes:chat_id
message_id
business_connection_id
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.Source: https://core.telegram.org/bots/api#pinchatmessage
- Parameters:
disable_notification – Pass
True
if it is not necessary to send a notification to all chat members about the new pinned message. Notifications are always disabled in channels and private chats.- Returns:
instance of method
aiogram.methods.pin_chat_message.PinChatMessage
- unpin(**kwargs: Any) UnpinChatMessage [source]¶
Shortcut for method
aiogram.methods.unpin_chat_message.UnpinChatMessage
will automatically fill method attributes:chat_id
message_id
business_connection_id
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.Source: https://core.telegram.org/bots/api#unpinchatmessage
- Returns:
instance of method
aiogram.methods.unpin_chat_message.UnpinChatMessage
- get_url(force_private: bool = False, include_thread_id: bool = False) str | None [source]¶
Returns message URL. Cannot be used in private (one-to-one) chats. If chat has a username, returns URL like https://t.me/username/message_id Otherwise (or if {force_private} flag is set), returns https://t.me/c/shifted_chat_id/message_id
- Parameters:
force_private – if set, a private URL is returned even for a public chat
include_thread_id – if set, adds chat thread id to URL and returns like https://t.me/username/thread_id/message_id
- Returns:
string with full message URL
- react(reaction: list[ReactionTypeEmoji | ReactionTypeCustomEmoji | ReactionTypePaid] | None = None, is_big: bool | None = None, **kwargs: Any) SetMessageReaction [source]¶
Shortcut for method
aiogram.methods.set_message_reaction.SetMessageReaction
will automatically fill method attributes:chat_id
message_id
business_connection_id
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. Bots can’t use paid reactions. Returns
True
on success.Source: https://core.telegram.org/bots/api#setmessagereaction
- Parameters:
reaction – A JSON-serialized list of reaction types to set on the message. Currently, as non-premium users, bots can set up to one reaction per message. A custom emoji reaction can be used if it is either already present on the message or explicitly allowed by chat administrators. Paid reactions can’t be used by bots.
is_big – Pass
True
to set the reaction with a big animation
- Returns:
instance of method
aiogram.methods.set_message_reaction.SetMessageReaction
- answer_paid_media(star_count: int, media: list[InputPaidMediaPhoto | InputPaidMediaVideo], payload: str | None = None, caption: str | None = None, parse_mode: str | None = None, caption_entities: list[MessageEntity] | None = None, show_caption_above_media: bool | None = None, disable_notification: bool | None = None, protect_content: bool | None = None, allow_paid_broadcast: bool | None = None, reply_parameters: ReplyParameters | None = None, reply_markup: InlineKeyboardMarkup | ReplyKeyboardMarkup | ReplyKeyboardRemove | ForceReply | None = None, **kwargs: Any) SendPaidMedia [source]¶
Shortcut for method
aiogram.methods.send_paid_media.SendPaidMedia
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
Use this method to send paid media. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendpaidmedia
- Parameters:
star_count – The number of Telegram Stars that must be paid to buy access to the media; 1-2500
media – A JSON-serialized array describing the media to be sent; up to 10 items
payload – Bot-defined paid media payload, 0-128 bytes. This will not be displayed to the user, use it for your internal processes.
caption – Media caption, 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the media caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_media – Pass
True
, if the caption must be shown above the message mediadisable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancereply_parameters – Description of the message to reply to
reply_markup –
Additional 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
- Returns:
instance of method
aiogram.methods.send_paid_media.SendPaidMedia
- reply_paid_media(star_count: int, media: list[InputPaidMediaPhoto | InputPaidMediaVideo], payload: str | None = None, caption: str | None = None, parse_mode: str | None = None, caption_entities: list[MessageEntity] | None = None, show_caption_above_media: bool | None = None, disable_notification: bool | None = None, protect_content: bool | None = None, allow_paid_broadcast: bool | None = None, reply_markup: InlineKeyboardMarkup | ReplyKeyboardMarkup | ReplyKeyboardRemove | ForceReply | None = None, **kwargs: Any) SendPaidMedia [source]¶
Shortcut for method
aiogram.methods.send_paid_media.SendPaidMedia
will automatically fill method attributes:chat_id
message_thread_id
business_connection_id
reply_parameters
Use this method to send paid media. On success, the sent
aiogram.types.message.Message
is returned.Source: https://core.telegram.org/bots/api#sendpaidmedia
- Parameters:
star_count – The number of Telegram Stars that must be paid to buy access to the media; 1-2500
media – A JSON-serialized array describing the media to be sent; up to 10 items
payload – Bot-defined paid media payload, 0-128 bytes. This will not be displayed to the user, use it for your internal processes.
caption – Media caption, 0-1024 characters after entities parsing
parse_mode –
Mode for parsing entities in the media caption. See formatting options for more details.
caption_entities – A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode
show_caption_above_media – Pass
True
, if the caption must be shown above the message mediadisable_notification –
Sends the message silently. Users will receive a notification with no sound.
protect_content – Protects the contents of the sent message from forwarding and saving
allow_paid_broadcast –
Pass
True
to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot’s balancereply_markup –
Additional 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
- Returns:
instance of method
aiogram.methods.send_paid_media.SendPaidMedia