Bot API¶
aiogram now is fully support of Telegram Bot API
All methods and types is fully autogenerated from Telegram Bot API docs by parser with code-generator.
- Bot
- Client session
- Types
- Available types
- Animation
- Audio
- BackgroundFill
- BackgroundFillFreeformGradient
- BackgroundFillGradient
- BackgroundFillSolid
- BackgroundType
- BackgroundTypeChatTheme
- BackgroundTypeFill
- BackgroundTypePattern
- BackgroundTypeWallpaper
- Birthdate
- BotCommand
- BotCommandScope
- BotCommandScopeAllChatAdministrators
- BotCommandScopeAllGroupChats
- BotCommandScopeAllPrivateChats
- BotCommandScopeChat
- BotCommandScopeChatAdministrators
- BotCommandScopeChatMember
- BotCommandScopeDefault
- BotDescription
- BotName
- BotShortDescription
- BusinessConnection
- BusinessIntro
- BusinessLocation
- BusinessMessagesDeleted
- BusinessOpeningHours
- BusinessOpeningHoursInterval
- CallbackQuery
- Chat
Chat
Chat.id
Chat.type
Chat.title
Chat.username
Chat.first_name
Chat.last_name
Chat.is_forum
Chat.accent_color_id
Chat.active_usernames
Chat.available_reactions
Chat.background_custom_emoji_id
Chat.bio
Chat.birthdate
Chat.business_intro
Chat.business_location
Chat.business_opening_hours
Chat.can_set_sticker_set
Chat.custom_emoji_sticker_set_name
Chat.description
Chat.emoji_status_custom_emoji_id
Chat.emoji_status_expiration_date
Chat.has_aggressive_anti_spam_enabled
Chat.has_hidden_members
Chat.has_private_forwards
Chat.has_protected_content
Chat.has_restricted_voice_and_video_messages
Chat.has_visible_history
Chat.invite_link
Chat.join_by_request
Chat.join_to_send_messages
Chat.linked_chat_id
Chat.location
Chat.message_auto_delete_time
Chat.permissions
Chat.personal_chat
Chat.photo
Chat.model_post_init()
Chat.pinned_message
Chat.profile_accent_color_id
Chat.profile_background_custom_emoji_id
Chat.slow_mode_delay
Chat.sticker_set_name
Chat.unrestrict_boost_count
Chat.shifted_id
Chat.full_name
Chat.ban_sender_chat()
Chat.unban_sender_chat()
Chat.get_administrators()
Chat.delete_message()
Chat.revoke_invite_link()
Chat.edit_invite_link()
Chat.create_invite_link()
Chat.export_invite_link()
Chat.do()
Chat.delete_sticker_set()
Chat.set_sticker_set()
Chat.get_member()
Chat.get_member_count()
Chat.leave()
Chat.unpin_all_messages()
Chat.unpin_message()
Chat.pin_message()
Chat.set_administrator_custom_title()
Chat.set_permissions()
Chat.promote()
Chat.restrict()
Chat.unban()
Chat.ban()
Chat.set_description()
Chat.set_title()
Chat.delete_photo()
Chat.set_photo()
Chat.unpin_all_general_forum_topic_messages()
- ChatAdministratorRights
ChatAdministratorRights
ChatAdministratorRights.is_anonymous
ChatAdministratorRights.can_manage_chat
ChatAdministratorRights.can_delete_messages
ChatAdministratorRights.can_manage_video_chats
ChatAdministratorRights.can_restrict_members
ChatAdministratorRights.can_promote_members
ChatAdministratorRights.can_change_info
ChatAdministratorRights.can_invite_users
ChatAdministratorRights.model_post_init()
ChatAdministratorRights.can_post_stories
ChatAdministratorRights.can_edit_stories
ChatAdministratorRights.can_delete_stories
ChatAdministratorRights.can_post_messages
ChatAdministratorRights.can_edit_messages
ChatAdministratorRights.can_pin_messages
ChatAdministratorRights.can_manage_topics
- ChatBackground
- ChatBoost
- ChatBoostAdded
- ChatBoostRemoved
- ChatBoostSource
- ChatBoostSourceGiftCode
- ChatBoostSourceGiveaway
- ChatBoostSourcePremium
- ChatBoostUpdated
- ChatFullInfo
ChatFullInfo
ChatFullInfo.id
ChatFullInfo.type
ChatFullInfo.accent_color_id
ChatFullInfo.max_reaction_count
ChatFullInfo.title
ChatFullInfo.username
ChatFullInfo.first_name
ChatFullInfo.last_name
ChatFullInfo.is_forum
ChatFullInfo.photo
ChatFullInfo.active_usernames
ChatFullInfo.birthdate
ChatFullInfo.business_intro
ChatFullInfo.business_location
ChatFullInfo.business_opening_hours
ChatFullInfo.personal_chat
ChatFullInfo.available_reactions
ChatFullInfo.background_custom_emoji_id
ChatFullInfo.profile_accent_color_id
ChatFullInfo.profile_background_custom_emoji_id
ChatFullInfo.emoji_status_custom_emoji_id
ChatFullInfo.emoji_status_expiration_date
ChatFullInfo.model_post_init()
ChatFullInfo.bio
ChatFullInfo.has_private_forwards
ChatFullInfo.has_restricted_voice_and_video_messages
ChatFullInfo.join_to_send_messages
ChatFullInfo.join_by_request
ChatFullInfo.description
ChatFullInfo.invite_link
ChatFullInfo.pinned_message
ChatFullInfo.permissions
ChatFullInfo.can_send_paid_media
ChatFullInfo.slow_mode_delay
ChatFullInfo.unrestrict_boost_count
ChatFullInfo.message_auto_delete_time
ChatFullInfo.has_aggressive_anti_spam_enabled
ChatFullInfo.has_hidden_members
ChatFullInfo.has_protected_content
ChatFullInfo.has_visible_history
ChatFullInfo.sticker_set_name
ChatFullInfo.can_set_sticker_set
ChatFullInfo.custom_emoji_sticker_set_name
ChatFullInfo.linked_chat_id
ChatFullInfo.location
- ChatInviteLink
ChatInviteLink
ChatInviteLink.invite_link
ChatInviteLink.creator
ChatInviteLink.creates_join_request
ChatInviteLink.is_primary
ChatInviteLink.is_revoked
ChatInviteLink.name
ChatInviteLink.model_post_init()
ChatInviteLink.expire_date
ChatInviteLink.member_limit
ChatInviteLink.pending_join_request_count
ChatInviteLink.subscription_period
ChatInviteLink.subscription_price
- ChatJoinRequest
ChatJoinRequest
ChatJoinRequest.chat
ChatJoinRequest.from_user
ChatJoinRequest.user_chat_id
ChatJoinRequest.date
ChatJoinRequest.bio
ChatJoinRequest.invite_link
ChatJoinRequest.approve()
ChatJoinRequest.decline()
ChatJoinRequest.answer()
ChatJoinRequest.answer_pm()
ChatJoinRequest.answer_animation()
ChatJoinRequest.answer_animation_pm()
ChatJoinRequest.answer_audio()
ChatJoinRequest.answer_audio_pm()
ChatJoinRequest.answer_contact()
ChatJoinRequest.answer_contact_pm()
ChatJoinRequest.answer_document()
ChatJoinRequest.answer_document_pm()
ChatJoinRequest.answer_game()
ChatJoinRequest.answer_game_pm()
ChatJoinRequest.answer_invoice()
ChatJoinRequest.answer_invoice_pm()
ChatJoinRequest.answer_location()
ChatJoinRequest.answer_location_pm()
ChatJoinRequest.answer_media_group()
ChatJoinRequest.answer_media_group_pm()
ChatJoinRequest.answer_photo()
ChatJoinRequest.answer_photo_pm()
ChatJoinRequest.answer_poll()
ChatJoinRequest.answer_poll_pm()
ChatJoinRequest.answer_dice()
ChatJoinRequest.answer_dice_pm()
ChatJoinRequest.answer_sticker()
ChatJoinRequest.answer_sticker_pm()
ChatJoinRequest.answer_venue()
ChatJoinRequest.answer_venue_pm()
ChatJoinRequest.answer_video()
ChatJoinRequest.model_post_init()
ChatJoinRequest.answer_video_pm()
ChatJoinRequest.answer_video_note()
ChatJoinRequest.answer_video_note_pm()
ChatJoinRequest.answer_voice()
ChatJoinRequest.answer_voice_pm()
- ChatLocation
- ChatMember
- ChatMemberAdministrator
ChatMemberAdministrator
ChatMemberAdministrator.status
ChatMemberAdministrator.user
ChatMemberAdministrator.can_be_edited
ChatMemberAdministrator.is_anonymous
ChatMemberAdministrator.can_manage_chat
ChatMemberAdministrator.can_delete_messages
ChatMemberAdministrator.can_manage_video_chats
ChatMemberAdministrator.can_restrict_members
ChatMemberAdministrator.can_promote_members
ChatMemberAdministrator.can_change_info
ChatMemberAdministrator.model_post_init()
ChatMemberAdministrator.can_invite_users
ChatMemberAdministrator.can_post_stories
ChatMemberAdministrator.can_edit_stories
ChatMemberAdministrator.can_delete_stories
ChatMemberAdministrator.can_post_messages
ChatMemberAdministrator.can_edit_messages
ChatMemberAdministrator.can_pin_messages
ChatMemberAdministrator.can_manage_topics
ChatMemberAdministrator.custom_title
- ChatMemberBanned
- ChatMemberLeft
- ChatMemberMember
- ChatMemberOwner
- ChatMemberRestricted
ChatMemberRestricted
ChatMemberRestricted.status
ChatMemberRestricted.user
ChatMemberRestricted.is_member
ChatMemberRestricted.can_send_messages
ChatMemberRestricted.can_send_audios
ChatMemberRestricted.can_send_documents
ChatMemberRestricted.can_send_photos
ChatMemberRestricted.can_send_videos
ChatMemberRestricted.can_send_video_notes
ChatMemberRestricted.model_post_init()
ChatMemberRestricted.can_send_voice_notes
ChatMemberRestricted.can_send_polls
ChatMemberRestricted.can_send_other_messages
ChatMemberRestricted.can_add_web_page_previews
ChatMemberRestricted.can_change_info
ChatMemberRestricted.can_invite_users
ChatMemberRestricted.can_pin_messages
ChatMemberRestricted.can_manage_topics
ChatMemberRestricted.until_date
- ChatMemberUpdated
ChatMemberUpdated
ChatMemberUpdated.chat
ChatMemberUpdated.from_user
ChatMemberUpdated.date
ChatMemberUpdated.old_chat_member
ChatMemberUpdated.new_chat_member
ChatMemberUpdated.invite_link
ChatMemberUpdated.via_join_request
ChatMemberUpdated.via_chat_folder_invite_link
ChatMemberUpdated.answer()
ChatMemberUpdated.answer_animation()
ChatMemberUpdated.answer_audio()
ChatMemberUpdated.answer_contact()
ChatMemberUpdated.answer_document()
ChatMemberUpdated.answer_game()
ChatMemberUpdated.answer_invoice()
ChatMemberUpdated.answer_location()
ChatMemberUpdated.answer_media_group()
ChatMemberUpdated.answer_photo()
ChatMemberUpdated.model_post_init()
ChatMemberUpdated.answer_poll()
ChatMemberUpdated.answer_dice()
ChatMemberUpdated.answer_sticker()
ChatMemberUpdated.answer_venue()
ChatMemberUpdated.answer_video()
ChatMemberUpdated.answer_video_note()
ChatMemberUpdated.answer_voice()
- ChatPermissions
ChatPermissions
ChatPermissions.can_send_messages
ChatPermissions.can_send_audios
ChatPermissions.can_send_documents
ChatPermissions.can_send_photos
ChatPermissions.can_send_videos
ChatPermissions.can_send_video_notes
ChatPermissions.can_send_voice_notes
ChatPermissions.model_post_init()
ChatPermissions.can_send_polls
ChatPermissions.can_send_other_messages
ChatPermissions.can_add_web_page_previews
ChatPermissions.can_change_info
ChatPermissions.can_invite_users
ChatPermissions.can_pin_messages
ChatPermissions.can_manage_topics
- ChatPhoto
- ChatShared
- Contact
- CopyTextButton
- Dice
- Document
- ExternalReplyInfo
ExternalReplyInfo
ExternalReplyInfo.origin
ExternalReplyInfo.chat
ExternalReplyInfo.message_id
ExternalReplyInfo.link_preview_options
ExternalReplyInfo.animation
ExternalReplyInfo.audio
ExternalReplyInfo.document
ExternalReplyInfo.paid_media
ExternalReplyInfo.photo
ExternalReplyInfo.sticker
ExternalReplyInfo.story
ExternalReplyInfo.video
ExternalReplyInfo.model_post_init()
ExternalReplyInfo.video_note
ExternalReplyInfo.voice
ExternalReplyInfo.has_media_spoiler
ExternalReplyInfo.contact
ExternalReplyInfo.dice
ExternalReplyInfo.game
ExternalReplyInfo.giveaway
ExternalReplyInfo.giveaway_winners
ExternalReplyInfo.invoice
ExternalReplyInfo.location
ExternalReplyInfo.poll
ExternalReplyInfo.venue
- File
- ForceReply
- ForumTopic
- ForumTopicClosed
- ForumTopicCreated
- ForumTopicEdited
- ForumTopicReopened
- GeneralForumTopicHidden
- GeneralForumTopicUnhidden
- Giveaway
- GiveawayCompleted
- GiveawayCreated
- GiveawayWinners
GiveawayWinners
GiveawayWinners.chat
GiveawayWinners.giveaway_message_id
GiveawayWinners.winners_selection_date
GiveawayWinners.winner_count
GiveawayWinners.winners
GiveawayWinners.additional_chat_count
GiveawayWinners.model_post_init()
GiveawayWinners.prize_star_count
GiveawayWinners.premium_subscription_month_count
GiveawayWinners.unclaimed_prize_count
GiveawayWinners.only_new_members
GiveawayWinners.was_refunded
GiveawayWinners.prize_description
- InaccessibleMessage
InaccessibleMessage
InaccessibleMessage.chat
InaccessibleMessage.message_id
InaccessibleMessage.date
InaccessibleMessage.answer()
InaccessibleMessage.reply()
InaccessibleMessage.answer_animation()
InaccessibleMessage.reply_animation()
InaccessibleMessage.answer_audio()
InaccessibleMessage.reply_audio()
InaccessibleMessage.answer_contact()
InaccessibleMessage.reply_contact()
InaccessibleMessage.answer_document()
InaccessibleMessage.reply_document()
InaccessibleMessage.answer_game()
InaccessibleMessage.reply_game()
InaccessibleMessage.answer_invoice()
InaccessibleMessage.reply_invoice()
InaccessibleMessage.answer_location()
InaccessibleMessage.reply_location()
InaccessibleMessage.answer_media_group()
InaccessibleMessage.reply_media_group()
InaccessibleMessage.answer_photo()
InaccessibleMessage.reply_photo()
InaccessibleMessage.answer_poll()
InaccessibleMessage.reply_poll()
InaccessibleMessage.answer_dice()
InaccessibleMessage.reply_dice()
InaccessibleMessage.answer_sticker()
InaccessibleMessage.reply_sticker()
InaccessibleMessage.answer_venue()
InaccessibleMessage.reply_venue()
InaccessibleMessage.answer_video()
InaccessibleMessage.reply_video()
InaccessibleMessage.answer_video_note()
InaccessibleMessage.reply_video_note()
InaccessibleMessage.answer_voice()
InaccessibleMessage.reply_voice()
InaccessibleMessage.answer_paid_media()
InaccessibleMessage.model_post_init()
InaccessibleMessage.reply_paid_media()
InaccessibleMessage.as_reply_parameters()
- InlineKeyboardButton
InlineKeyboardButton
InlineKeyboardButton.text
InlineKeyboardButton.url
InlineKeyboardButton.callback_data
InlineKeyboardButton.web_app
InlineKeyboardButton.login_url
InlineKeyboardButton.switch_inline_query
InlineKeyboardButton.model_post_init()
InlineKeyboardButton.switch_inline_query_current_chat
InlineKeyboardButton.switch_inline_query_chosen_chat
InlineKeyboardButton.copy_text
InlineKeyboardButton.callback_game
InlineKeyboardButton.pay
- InlineKeyboardMarkup
- InputFile
- InputMedia
- InputMediaAnimation
InputMediaAnimation
InputMediaAnimation.type
InputMediaAnimation.media
InputMediaAnimation.thumbnail
InputMediaAnimation.caption
InputMediaAnimation.parse_mode
InputMediaAnimation.caption_entities
InputMediaAnimation.model_post_init()
InputMediaAnimation.show_caption_above_media
InputMediaAnimation.width
InputMediaAnimation.height
InputMediaAnimation.duration
InputMediaAnimation.has_spoiler
- InputMediaAudio
- InputMediaDocument
- InputMediaPhoto
- InputMediaVideo
InputMediaVideo
InputMediaVideo.type
InputMediaVideo.media
InputMediaVideo.thumbnail
InputMediaVideo.caption
InputMediaVideo.parse_mode
InputMediaVideo.caption_entities
InputMediaVideo.model_post_init()
InputMediaVideo.show_caption_above_media
InputMediaVideo.width
InputMediaVideo.height
InputMediaVideo.duration
InputMediaVideo.supports_streaming
InputMediaVideo.has_spoiler
- InputPaidMedia
- InputPaidMediaPhoto
- InputPaidMediaVideo
- InputPollOption
- KeyboardButton
- KeyboardButtonPollType
- KeyboardButtonRequestChat
KeyboardButtonRequestChat
KeyboardButtonRequestChat.request_id
KeyboardButtonRequestChat.chat_is_channel
KeyboardButtonRequestChat.chat_is_forum
KeyboardButtonRequestChat.chat_has_username
KeyboardButtonRequestChat.chat_is_created
KeyboardButtonRequestChat.user_administrator_rights
KeyboardButtonRequestChat.model_post_init()
KeyboardButtonRequestChat.bot_administrator_rights
KeyboardButtonRequestChat.bot_is_member
KeyboardButtonRequestChat.request_title
KeyboardButtonRequestChat.request_username
KeyboardButtonRequestChat.request_photo
- KeyboardButtonRequestUser
- KeyboardButtonRequestUsers
KeyboardButtonRequestUsers
KeyboardButtonRequestUsers.request_id
KeyboardButtonRequestUsers.user_is_bot
KeyboardButtonRequestUsers.user_is_premium
KeyboardButtonRequestUsers.max_quantity
KeyboardButtonRequestUsers.model_post_init()
KeyboardButtonRequestUsers.request_name
KeyboardButtonRequestUsers.request_username
KeyboardButtonRequestUsers.request_photo
- LinkPreviewOptions
- Location
- LoginUrl
- MaybeInaccessibleMessage
- MenuButton
- MenuButtonCommands
- MenuButtonDefault
- MenuButtonWebApp
- Message
Message
Message.message_id
Message.date
Message.chat
Message.message_thread_id
Message.from_user
Message.sender_chat
Message.sender_boost_count
Message.sender_business_bot
Message.business_connection_id
Message.forward_origin
Message.is_topic_message
Message.is_automatic_forward
Message.reply_to_message
Message.external_reply
Message.quote
Message.reply_to_story
Message.via_bot
Message.edit_date
Message.has_protected_content
Message.is_from_offline
Message.media_group_id
Message.author_signature
Message.text
Message.entities
Message.link_preview_options
Message.effect_id
Message.animation
Message.audio
Message.document
Message.paid_media
Message.photo
Message.sticker
Message.story
Message.video
Message.video_note
Message.voice
Message.caption
Message.caption_entities
Message.show_caption_above_media
Message.has_media_spoiler
Message.contact
Message.dice
Message.game
Message.poll
Message.venue
Message.location
Message.new_chat_members
Message.left_chat_member
Message.new_chat_title
Message.new_chat_photo
Message.delete_chat_photo
Message.group_chat_created
Message.supergroup_chat_created
Message.channel_chat_created
Message.message_auto_delete_timer_changed
Message.migrate_to_chat_id
Message.migrate_from_chat_id
Message.pinned_message
Message.invoice
Message.successful_payment
Message.refunded_payment
Message.users_shared
Message.chat_shared
Message.connected_website
Message.write_access_allowed
Message.passport_data
Message.proximity_alert_triggered
Message.boost_added
Message.chat_background_set
Message.forum_topic_created
Message.forum_topic_edited
Message.forum_topic_closed
Message.forum_topic_reopened
Message.general_forum_topic_hidden
Message.model_post_init()
Message.general_forum_topic_unhidden
Message.giveaway_created
Message.giveaway
Message.giveaway_winners
Message.giveaway_completed
Message.video_chat_scheduled
Message.video_chat_started
Message.video_chat_ended
Message.video_chat_participants_invited
Message.web_app_data
Message.reply_markup
Message.forward_date
Message.forward_from
Message.forward_from_chat
Message.forward_from_message_id
Message.forward_sender_name
Message.forward_signature
Message.user_shared
Message.content_type
Message.html_text
Message.md_text
Message.as_reply_parameters()
Message.reply_animation()
Message.answer_animation()
Message.reply_audio()
Message.answer_audio()
Message.reply_contact()
Message.answer_contact()
Message.reply_document()
Message.answer_document()
Message.reply_game()
Message.answer_game()
Message.reply_invoice()
Message.answer_invoice()
Message.reply_location()
Message.answer_location()
Message.reply_media_group()
Message.answer_media_group()
Message.reply()
Message.answer()
Message.reply_photo()
Message.answer_photo()
Message.reply_poll()
Message.answer_poll()
Message.reply_dice()
Message.answer_dice()
Message.reply_sticker()
Message.answer_sticker()
Message.reply_venue()
Message.answer_venue()
Message.reply_video()
Message.answer_video()
Message.reply_video_note()
Message.answer_video_note()
Message.reply_voice()
Message.answer_voice()
Message.send_copy()
Message.copy_to()
Message.edit_text()
Message.forward()
Message.edit_media()
Message.edit_reply_markup()
Message.delete_reply_markup()
Message.edit_live_location()
Message.stop_live_location()
Message.edit_caption()
Message.delete()
Message.pin()
Message.unpin()
Message.get_url()
Message.react()
Message.answer_paid_media()
Message.reply_paid_media()
- MessageAutoDeleteTimerChanged
- MessageEntity
- MessageId
- MessageOrigin
- MessageOriginChannel
- MessageOriginChat
- MessageOriginHiddenUser
- MessageOriginUser
- MessageReactionCountUpdated
- MessageReactionUpdated
- PaidMedia
- PaidMediaInfo
- PaidMediaPhoto
- PaidMediaPreview
- PaidMediaVideo
- PhotoSize
- Poll
- PollAnswer
- PollOption
- ProximityAlertTriggered
- ReactionCount
- ReactionType
- ReactionTypeCustomEmoji
- ReactionTypeEmoji
- ReactionTypePaid
- ReplyKeyboardMarkup
- ReplyKeyboardRemove
- ReplyParameters
- ResponseParameters
- SharedUser
- Story
- SwitchInlineQueryChosenChat
- TextQuote
- User
User
User.id
User.is_bot
User.first_name
User.last_name
User.username
User.language_code
User.is_premium
User.added_to_attachment_menu
User.can_join_groups
User.model_post_init()
User.can_read_all_group_messages
User.supports_inline_queries
User.can_connect_to_business
User.has_main_web_app
User.full_name
User.url
User.mention_markdown()
User.mention_html()
User.get_profile_photos()
- UserChatBoosts
- UserProfilePhotos
- UserShared
- UsersShared
- Venue
- Video
- VideoChatEnded
- VideoChatParticipantsInvited
- VideoChatScheduled
- VideoChatStarted
- VideoNote
- Voice
- WebAppData
- WebAppInfo
- WriteAccessAllowed
- Inline mode
- ChosenInlineResult
- InlineQuery
- InlineQueryResult
- InlineQueryResultArticle
InlineQueryResultArticle
InlineQueryResultArticle.type
InlineQueryResultArticle.id
InlineQueryResultArticle.title
InlineQueryResultArticle.input_message_content
InlineQueryResultArticle.reply_markup
InlineQueryResultArticle.url
InlineQueryResultArticle.model_post_init()
InlineQueryResultArticle.hide_url
InlineQueryResultArticle.description
InlineQueryResultArticle.thumbnail_url
InlineQueryResultArticle.thumbnail_width
InlineQueryResultArticle.thumbnail_height
- InlineQueryResultAudio
InlineQueryResultAudio
InlineQueryResultAudio.type
InlineQueryResultAudio.id
InlineQueryResultAudio.audio_url
InlineQueryResultAudio.title
InlineQueryResultAudio.caption
InlineQueryResultAudio.parse_mode
InlineQueryResultAudio.model_post_init()
InlineQueryResultAudio.caption_entities
InlineQueryResultAudio.performer
InlineQueryResultAudio.audio_duration
InlineQueryResultAudio.reply_markup
InlineQueryResultAudio.input_message_content
- InlineQueryResultCachedAudio
InlineQueryResultCachedAudio
InlineQueryResultCachedAudio.type
InlineQueryResultCachedAudio.id
InlineQueryResultCachedAudio.audio_file_id
InlineQueryResultCachedAudio.caption
InlineQueryResultCachedAudio.model_post_init()
InlineQueryResultCachedAudio.parse_mode
InlineQueryResultCachedAudio.caption_entities
InlineQueryResultCachedAudio.reply_markup
InlineQueryResultCachedAudio.input_message_content
- InlineQueryResultCachedDocument
InlineQueryResultCachedDocument
InlineQueryResultCachedDocument.type
InlineQueryResultCachedDocument.id
InlineQueryResultCachedDocument.title
InlineQueryResultCachedDocument.document_file_id
InlineQueryResultCachedDocument.description
InlineQueryResultCachedDocument.model_post_init()
InlineQueryResultCachedDocument.caption
InlineQueryResultCachedDocument.parse_mode
InlineQueryResultCachedDocument.caption_entities
InlineQueryResultCachedDocument.reply_markup
InlineQueryResultCachedDocument.input_message_content
- InlineQueryResultCachedGif
InlineQueryResultCachedGif
InlineQueryResultCachedGif.type
InlineQueryResultCachedGif.id
InlineQueryResultCachedGif.gif_file_id
InlineQueryResultCachedGif.title
InlineQueryResultCachedGif.caption
InlineQueryResultCachedGif.model_post_init()
InlineQueryResultCachedGif.parse_mode
InlineQueryResultCachedGif.caption_entities
InlineQueryResultCachedGif.show_caption_above_media
InlineQueryResultCachedGif.reply_markup
InlineQueryResultCachedGif.input_message_content
- InlineQueryResultCachedMpeg4Gif
InlineQueryResultCachedMpeg4Gif
InlineQueryResultCachedMpeg4Gif.type
InlineQueryResultCachedMpeg4Gif.id
InlineQueryResultCachedMpeg4Gif.mpeg4_file_id
InlineQueryResultCachedMpeg4Gif.title
InlineQueryResultCachedMpeg4Gif.caption
InlineQueryResultCachedMpeg4Gif.model_post_init()
InlineQueryResultCachedMpeg4Gif.parse_mode
InlineQueryResultCachedMpeg4Gif.caption_entities
InlineQueryResultCachedMpeg4Gif.show_caption_above_media
InlineQueryResultCachedMpeg4Gif.reply_markup
InlineQueryResultCachedMpeg4Gif.input_message_content
- InlineQueryResultCachedPhoto
InlineQueryResultCachedPhoto
InlineQueryResultCachedPhoto.type
InlineQueryResultCachedPhoto.id
InlineQueryResultCachedPhoto.photo_file_id
InlineQueryResultCachedPhoto.title
InlineQueryResultCachedPhoto.description
InlineQueryResultCachedPhoto.caption
InlineQueryResultCachedPhoto.model_post_init()
InlineQueryResultCachedPhoto.parse_mode
InlineQueryResultCachedPhoto.caption_entities
InlineQueryResultCachedPhoto.show_caption_above_media
InlineQueryResultCachedPhoto.reply_markup
InlineQueryResultCachedPhoto.input_message_content
- InlineQueryResultCachedSticker
- InlineQueryResultCachedVideo
InlineQueryResultCachedVideo
InlineQueryResultCachedVideo.type
InlineQueryResultCachedVideo.id
InlineQueryResultCachedVideo.video_file_id
InlineQueryResultCachedVideo.title
InlineQueryResultCachedVideo.description
InlineQueryResultCachedVideo.caption
InlineQueryResultCachedVideo.model_post_init()
InlineQueryResultCachedVideo.parse_mode
InlineQueryResultCachedVideo.caption_entities
InlineQueryResultCachedVideo.show_caption_above_media
InlineQueryResultCachedVideo.reply_markup
InlineQueryResultCachedVideo.input_message_content
- InlineQueryResultCachedVoice
InlineQueryResultCachedVoice
InlineQueryResultCachedVoice.type
InlineQueryResultCachedVoice.id
InlineQueryResultCachedVoice.voice_file_id
InlineQueryResultCachedVoice.title
InlineQueryResultCachedVoice.caption
InlineQueryResultCachedVoice.model_post_init()
InlineQueryResultCachedVoice.parse_mode
InlineQueryResultCachedVoice.caption_entities
InlineQueryResultCachedVoice.reply_markup
InlineQueryResultCachedVoice.input_message_content
- InlineQueryResultContact
InlineQueryResultContact
InlineQueryResultContact.type
InlineQueryResultContact.id
InlineQueryResultContact.phone_number
InlineQueryResultContact.first_name
InlineQueryResultContact.last_name
InlineQueryResultContact.vcard
InlineQueryResultContact.model_post_init()
InlineQueryResultContact.reply_markup
InlineQueryResultContact.input_message_content
InlineQueryResultContact.thumbnail_url
InlineQueryResultContact.thumbnail_width
InlineQueryResultContact.thumbnail_height
- InlineQueryResultDocument
InlineQueryResultDocument
InlineQueryResultDocument.type
InlineQueryResultDocument.id
InlineQueryResultDocument.title
InlineQueryResultDocument.document_url
InlineQueryResultDocument.mime_type
InlineQueryResultDocument.caption
InlineQueryResultDocument.parse_mode
InlineQueryResultDocument.model_post_init()
InlineQueryResultDocument.caption_entities
InlineQueryResultDocument.description
InlineQueryResultDocument.reply_markup
InlineQueryResultDocument.input_message_content
InlineQueryResultDocument.thumbnail_url
InlineQueryResultDocument.thumbnail_width
InlineQueryResultDocument.thumbnail_height
- InlineQueryResultGame
- InlineQueryResultGif
InlineQueryResultGif
InlineQueryResultGif.type
InlineQueryResultGif.id
InlineQueryResultGif.gif_url
InlineQueryResultGif.thumbnail_url
InlineQueryResultGif.gif_width
InlineQueryResultGif.gif_height
InlineQueryResultGif.gif_duration
InlineQueryResultGif.thumbnail_mime_type
InlineQueryResultGif.model_post_init()
InlineQueryResultGif.title
InlineQueryResultGif.caption
InlineQueryResultGif.parse_mode
InlineQueryResultGif.caption_entities
InlineQueryResultGif.show_caption_above_media
InlineQueryResultGif.reply_markup
InlineQueryResultGif.input_message_content
- InlineQueryResultLocation
InlineQueryResultLocation
InlineQueryResultLocation.type
InlineQueryResultLocation.id
InlineQueryResultLocation.latitude
InlineQueryResultLocation.longitude
InlineQueryResultLocation.title
InlineQueryResultLocation.horizontal_accuracy
InlineQueryResultLocation.live_period
InlineQueryResultLocation.model_post_init()
InlineQueryResultLocation.heading
InlineQueryResultLocation.proximity_alert_radius
InlineQueryResultLocation.reply_markup
InlineQueryResultLocation.input_message_content
InlineQueryResultLocation.thumbnail_url
InlineQueryResultLocation.thumbnail_width
InlineQueryResultLocation.thumbnail_height
- InlineQueryResultMpeg4Gif
InlineQueryResultMpeg4Gif
InlineQueryResultMpeg4Gif.type
InlineQueryResultMpeg4Gif.id
InlineQueryResultMpeg4Gif.mpeg4_url
InlineQueryResultMpeg4Gif.thumbnail_url
InlineQueryResultMpeg4Gif.mpeg4_width
InlineQueryResultMpeg4Gif.mpeg4_height
InlineQueryResultMpeg4Gif.mpeg4_duration
InlineQueryResultMpeg4Gif.thumbnail_mime_type
InlineQueryResultMpeg4Gif.model_post_init()
InlineQueryResultMpeg4Gif.title
InlineQueryResultMpeg4Gif.caption
InlineQueryResultMpeg4Gif.parse_mode
InlineQueryResultMpeg4Gif.caption_entities
InlineQueryResultMpeg4Gif.show_caption_above_media
InlineQueryResultMpeg4Gif.reply_markup
InlineQueryResultMpeg4Gif.input_message_content
- InlineQueryResultPhoto
InlineQueryResultPhoto
InlineQueryResultPhoto.type
InlineQueryResultPhoto.id
InlineQueryResultPhoto.photo_url
InlineQueryResultPhoto.thumbnail_url
InlineQueryResultPhoto.photo_width
InlineQueryResultPhoto.photo_height
InlineQueryResultPhoto.title
InlineQueryResultPhoto.model_post_init()
InlineQueryResultPhoto.description
InlineQueryResultPhoto.caption
InlineQueryResultPhoto.parse_mode
InlineQueryResultPhoto.caption_entities
InlineQueryResultPhoto.show_caption_above_media
InlineQueryResultPhoto.reply_markup
InlineQueryResultPhoto.input_message_content
- InlineQueryResultVenue
InlineQueryResultVenue
InlineQueryResultVenue.type
InlineQueryResultVenue.id
InlineQueryResultVenue.latitude
InlineQueryResultVenue.longitude
InlineQueryResultVenue.title
InlineQueryResultVenue.address
InlineQueryResultVenue.foursquare_id
InlineQueryResultVenue.foursquare_type
InlineQueryResultVenue.model_post_init()
InlineQueryResultVenue.google_place_id
InlineQueryResultVenue.google_place_type
InlineQueryResultVenue.reply_markup
InlineQueryResultVenue.input_message_content
InlineQueryResultVenue.thumbnail_url
InlineQueryResultVenue.thumbnail_width
InlineQueryResultVenue.thumbnail_height
- InlineQueryResultVideo
InlineQueryResultVideo
InlineQueryResultVideo.type
InlineQueryResultVideo.id
InlineQueryResultVideo.video_url
InlineQueryResultVideo.mime_type
InlineQueryResultVideo.thumbnail_url
InlineQueryResultVideo.title
InlineQueryResultVideo.caption
InlineQueryResultVideo.parse_mode
InlineQueryResultVideo.model_post_init()
InlineQueryResultVideo.caption_entities
InlineQueryResultVideo.show_caption_above_media
InlineQueryResultVideo.video_width
InlineQueryResultVideo.video_height
InlineQueryResultVideo.video_duration
InlineQueryResultVideo.description
InlineQueryResultVideo.reply_markup
InlineQueryResultVideo.input_message_content
- InlineQueryResultVoice
InlineQueryResultVoice
InlineQueryResultVoice.type
InlineQueryResultVoice.id
InlineQueryResultVoice.voice_url
InlineQueryResultVoice.title
InlineQueryResultVoice.caption
InlineQueryResultVoice.model_post_init()
InlineQueryResultVoice.parse_mode
InlineQueryResultVoice.caption_entities
InlineQueryResultVoice.voice_duration
InlineQueryResultVoice.reply_markup
InlineQueryResultVoice.input_message_content
- InlineQueryResultsButton
- InputContactMessageContent
- InputInvoiceMessageContent
InputInvoiceMessageContent
InputInvoiceMessageContent.title
InputInvoiceMessageContent.description
InputInvoiceMessageContent.payload
InputInvoiceMessageContent.currency
InputInvoiceMessageContent.prices
InputInvoiceMessageContent.provider_token
InputInvoiceMessageContent.max_tip_amount
InputInvoiceMessageContent.suggested_tip_amounts
InputInvoiceMessageContent.provider_data
InputInvoiceMessageContent.photo_url
InputInvoiceMessageContent.model_post_init()
InputInvoiceMessageContent.photo_size
InputInvoiceMessageContent.photo_width
InputInvoiceMessageContent.photo_height
InputInvoiceMessageContent.need_name
InputInvoiceMessageContent.need_phone_number
InputInvoiceMessageContent.need_email
InputInvoiceMessageContent.need_shipping_address
InputInvoiceMessageContent.send_phone_number_to_provider
InputInvoiceMessageContent.send_email_to_provider
InputInvoiceMessageContent.is_flexible
- InputLocationMessageContent
- InputMessageContent
- InputTextMessageContent
- InputVenueMessageContent
InputVenueMessageContent
InputVenueMessageContent.latitude
InputVenueMessageContent.longitude
InputVenueMessageContent.title
InputVenueMessageContent.address
InputVenueMessageContent.model_post_init()
InputVenueMessageContent.foursquare_id
InputVenueMessageContent.foursquare_type
InputVenueMessageContent.google_place_id
InputVenueMessageContent.google_place_type
- PreparedInlineMessage
- SentWebAppMessage
- Stickers
- Gift
- Gifts
- InputSticker
- MaskPosition
- Sticker
Sticker
Sticker.file_id
Sticker.file_unique_id
Sticker.type
Sticker.width
Sticker.height
Sticker.is_animated
Sticker.is_video
Sticker.thumbnail
Sticker.emoji
Sticker.model_post_init()
Sticker.set_name
Sticker.premium_animation
Sticker.mask_position
Sticker.custom_emoji_id
Sticker.needs_repainting
Sticker.file_size
Sticker.set_position_in_set()
Sticker.delete_from_set()
- StickerSet
- Payments
- Invoice
- LabeledPrice
- OrderInfo
- PaidMediaPurchased
- PreCheckoutQuery
- RefundedPayment
- RevenueWithdrawalState
- RevenueWithdrawalStateFailed
- RevenueWithdrawalStatePending
- RevenueWithdrawalStateSucceeded
- ShippingAddress
- ShippingOption
- ShippingQuery
- StarTransaction
- StarTransactions
- SuccessfulPayment
SuccessfulPayment
SuccessfulPayment.currency
SuccessfulPayment.total_amount
SuccessfulPayment.invoice_payload
SuccessfulPayment.telegram_payment_charge_id
SuccessfulPayment.provider_payment_charge_id
SuccessfulPayment.model_post_init()
SuccessfulPayment.subscription_expiration_date
SuccessfulPayment.is_recurring
SuccessfulPayment.is_first_recurring
SuccessfulPayment.shipping_option_id
SuccessfulPayment.order_info
- TransactionPartner
- TransactionPartnerFragment
- TransactionPartnerOther
- TransactionPartnerTelegramAds
- TransactionPartnerTelegramApi
- TransactionPartnerUser
- Telegram Passport
- EncryptedCredentials
- EncryptedPassportElement
EncryptedPassportElement
EncryptedPassportElement.type
EncryptedPassportElement.hash
EncryptedPassportElement.data
EncryptedPassportElement.phone_number
EncryptedPassportElement.email
EncryptedPassportElement.model_post_init()
EncryptedPassportElement.files
EncryptedPassportElement.front_side
EncryptedPassportElement.reverse_side
EncryptedPassportElement.selfie
EncryptedPassportElement.translation
- PassportData
- PassportElementError
- PassportElementErrorDataField
- PassportElementErrorFile
- PassportElementErrorFiles
- PassportElementErrorFrontSide
- PassportElementErrorReverseSide
- PassportElementErrorSelfie
- PassportElementErrorTranslationFile
- PassportElementErrorTranslationFiles
- PassportElementErrorUnspecified
- PassportFile
- Getting updates
- Update
Update
Update.update_id
Update.message
Update.edited_message
Update.channel_post
Update.edited_channel_post
Update.business_connection
Update.business_message
Update.edited_business_message
Update.deleted_business_messages
Update.message_reaction
Update.message_reaction_count
Update.inline_query
Update.chosen_inline_result
Update.callback_query
Update.model_post_init()
Update.shipping_query
Update.pre_checkout_query
Update.purchased_paid_media
Update.poll
Update.poll_answer
Update.my_chat_member
Update.chat_member
Update.chat_join_request
Update.chat_boost
Update.removed_chat_boost
Update.event_type
Update.event
UpdateTypeLookupError
- WebhookInfo
- Update
- Games
- Available types
- Methods
- Stickers
- addStickerToSet
- createNewStickerSet
- deleteStickerFromSet
- deleteStickerSet
- getAvailableGifts
- getCustomEmojiStickers
- getStickerSet
- replaceStickerInSet
- sendGift
- sendSticker
SendSticker
SendSticker.chat_id
SendSticker.sticker
SendSticker.business_connection_id
SendSticker.message_thread_id
SendSticker.emoji
SendSticker.disable_notification
SendSticker.protect_content
SendSticker.model_post_init()
SendSticker.allow_paid_broadcast
SendSticker.message_effect_id
SendSticker.reply_parameters
SendSticker.reply_markup
SendSticker.allow_sending_without_reply
SendSticker.reply_to_message_id
- Usage
- setCustomEmojiStickerSetThumbnail
- setStickerEmojiList
- setStickerKeywords
- setStickerMaskPosition
- setStickerPositionInSet
- setStickerSetThumbnail
- setStickerSetTitle
- uploadStickerFile
- Available methods
- answerCallbackQuery
- approveChatJoinRequest
- banChatMember
- banChatSenderChat
- close
- closeForumTopic
- closeGeneralForumTopic
- copyMessage
CopyMessage
CopyMessage.chat_id
CopyMessage.from_chat_id
CopyMessage.message_id
CopyMessage.message_thread_id
CopyMessage.caption
CopyMessage.parse_mode
CopyMessage.caption_entities
CopyMessage.show_caption_above_media
CopyMessage.model_post_init()
CopyMessage.disable_notification
CopyMessage.protect_content
CopyMessage.allow_paid_broadcast
CopyMessage.reply_parameters
CopyMessage.reply_markup
CopyMessage.allow_sending_without_reply
CopyMessage.reply_to_message_id
- Usage
- copyMessages
- createChatInviteLink
- createChatSubscriptionInviteLink
- createForumTopic
- declineChatJoinRequest
- deleteChatPhoto
- deleteChatStickerSet
- deleteForumTopic
- deleteMyCommands
- editChatInviteLink
- editChatSubscriptionInviteLink
- editForumTopic
- editGeneralForumTopic
- exportChatInviteLink
- forwardMessage
- forwardMessages
- getBusinessConnection
- getChat
- getChatAdministrators
- getChatMember
- getChatMemberCount
- getChatMenuButton
- getFile
- getForumTopicIconStickers
- getMe
- getMyCommands
- getMyDefaultAdministratorRights
- getMyDescription
- getMyName
- getMyShortDescription
- getUserChatBoosts
- getUserProfilePhotos
- hideGeneralForumTopic
- leaveChat
- logOut
- pinChatMessage
- promoteChatMember
PromoteChatMember
PromoteChatMember.chat_id
PromoteChatMember.user_id
PromoteChatMember.is_anonymous
PromoteChatMember.can_manage_chat
PromoteChatMember.can_delete_messages
PromoteChatMember.can_manage_video_chats
PromoteChatMember.can_restrict_members
PromoteChatMember.can_promote_members
PromoteChatMember.can_change_info
PromoteChatMember.model_post_init()
PromoteChatMember.can_invite_users
PromoteChatMember.can_post_stories
PromoteChatMember.can_edit_stories
PromoteChatMember.can_delete_stories
PromoteChatMember.can_post_messages
PromoteChatMember.can_edit_messages
PromoteChatMember.can_pin_messages
PromoteChatMember.can_manage_topics
- Usage
- reopenForumTopic
- reopenGeneralForumTopic
- restrictChatMember
- revokeChatInviteLink
- sendAnimation
SendAnimation
SendAnimation.chat_id
SendAnimation.animation
SendAnimation.business_connection_id
SendAnimation.message_thread_id
SendAnimation.duration
SendAnimation.width
SendAnimation.height
SendAnimation.thumbnail
SendAnimation.caption
SendAnimation.parse_mode
SendAnimation.caption_entities
SendAnimation.model_post_init()
SendAnimation.show_caption_above_media
SendAnimation.has_spoiler
SendAnimation.disable_notification
SendAnimation.protect_content
SendAnimation.allow_paid_broadcast
SendAnimation.message_effect_id
SendAnimation.reply_parameters
SendAnimation.reply_markup
SendAnimation.allow_sending_without_reply
SendAnimation.reply_to_message_id
- Usage
- sendAudio
SendAudio
SendAudio.chat_id
SendAudio.audio
SendAudio.business_connection_id
SendAudio.message_thread_id
SendAudio.caption
SendAudio.parse_mode
SendAudio.caption_entities
SendAudio.duration
SendAudio.performer
SendAudio.title
SendAudio.model_post_init()
SendAudio.thumbnail
SendAudio.disable_notification
SendAudio.protect_content
SendAudio.allow_paid_broadcast
SendAudio.message_effect_id
SendAudio.reply_parameters
SendAudio.reply_markup
SendAudio.allow_sending_without_reply
SendAudio.reply_to_message_id
- Usage
- sendChatAction
- sendContact
SendContact
SendContact.chat_id
SendContact.phone_number
SendContact.first_name
SendContact.business_connection_id
SendContact.message_thread_id
SendContact.last_name
SendContact.vcard
SendContact.disable_notification
SendContact.model_post_init()
SendContact.protect_content
SendContact.allow_paid_broadcast
SendContact.message_effect_id
SendContact.reply_parameters
SendContact.reply_markup
SendContact.allow_sending_without_reply
SendContact.reply_to_message_id
- Usage
- sendDice
SendDice
SendDice.chat_id
SendDice.business_connection_id
SendDice.message_thread_id
SendDice.emoji
SendDice.disable_notification
SendDice.protect_content
SendDice.model_post_init()
SendDice.allow_paid_broadcast
SendDice.message_effect_id
SendDice.reply_parameters
SendDice.reply_markup
SendDice.allow_sending_without_reply
SendDice.reply_to_message_id
- Usage
- sendDocument
SendDocument
SendDocument.chat_id
SendDocument.document
SendDocument.business_connection_id
SendDocument.message_thread_id
SendDocument.thumbnail
SendDocument.caption
SendDocument.parse_mode
SendDocument.caption_entities
SendDocument.disable_content_type_detection
SendDocument.model_post_init()
SendDocument.disable_notification
SendDocument.protect_content
SendDocument.allow_paid_broadcast
SendDocument.message_effect_id
SendDocument.reply_parameters
SendDocument.reply_markup
SendDocument.allow_sending_without_reply
SendDocument.reply_to_message_id
- Usage
- sendLocation
SendLocation
SendLocation.chat_id
SendLocation.latitude
SendLocation.longitude
SendLocation.business_connection_id
SendLocation.message_thread_id
SendLocation.horizontal_accuracy
SendLocation.live_period
SendLocation.heading
SendLocation.proximity_alert_radius
SendLocation.model_post_init()
SendLocation.disable_notification
SendLocation.protect_content
SendLocation.allow_paid_broadcast
SendLocation.message_effect_id
SendLocation.reply_parameters
SendLocation.reply_markup
SendLocation.allow_sending_without_reply
SendLocation.reply_to_message_id
- Usage
- sendMediaGroup
SendMediaGroup
SendMediaGroup.chat_id
SendMediaGroup.media
SendMediaGroup.business_connection_id
SendMediaGroup.message_thread_id
SendMediaGroup.disable_notification
SendMediaGroup.protect_content
SendMediaGroup.model_post_init()
SendMediaGroup.allow_paid_broadcast
SendMediaGroup.message_effect_id
SendMediaGroup.reply_parameters
SendMediaGroup.allow_sending_without_reply
SendMediaGroup.reply_to_message_id
- Usage
- sendMessage
SendMessage
SendMessage.chat_id
SendMessage.text
SendMessage.business_connection_id
SendMessage.message_thread_id
SendMessage.parse_mode
SendMessage.entities
SendMessage.link_preview_options
SendMessage.disable_notification
SendMessage.model_post_init()
SendMessage.protect_content
SendMessage.allow_paid_broadcast
SendMessage.message_effect_id
SendMessage.reply_parameters
SendMessage.reply_markup
SendMessage.allow_sending_without_reply
SendMessage.disable_web_page_preview
SendMessage.reply_to_message_id
- Usage
- sendPaidMedia
SendPaidMedia
SendPaidMedia.chat_id
SendPaidMedia.star_count
SendPaidMedia.media
SendPaidMedia.business_connection_id
SendPaidMedia.payload
SendPaidMedia.caption
SendPaidMedia.parse_mode
SendPaidMedia.model_post_init()
SendPaidMedia.caption_entities
SendPaidMedia.show_caption_above_media
SendPaidMedia.disable_notification
SendPaidMedia.protect_content
SendPaidMedia.allow_paid_broadcast
SendPaidMedia.reply_parameters
SendPaidMedia.reply_markup
- Usage
- sendPhoto
SendPhoto
SendPhoto.chat_id
SendPhoto.photo
SendPhoto.business_connection_id
SendPhoto.message_thread_id
SendPhoto.caption
SendPhoto.parse_mode
SendPhoto.caption_entities
SendPhoto.show_caption_above_media
SendPhoto.has_spoiler
SendPhoto.model_post_init()
SendPhoto.disable_notification
SendPhoto.protect_content
SendPhoto.allow_paid_broadcast
SendPhoto.message_effect_id
SendPhoto.reply_parameters
SendPhoto.reply_markup
SendPhoto.allow_sending_without_reply
SendPhoto.reply_to_message_id
- Usage
- sendPoll
SendPoll
SendPoll.chat_id
SendPoll.question
SendPoll.options
SendPoll.business_connection_id
SendPoll.message_thread_id
SendPoll.question_parse_mode
SendPoll.question_entities
SendPoll.is_anonymous
SendPoll.type
SendPoll.allows_multiple_answers
SendPoll.correct_option_id
SendPoll.explanation
SendPoll.explanation_parse_mode
SendPoll.model_post_init()
SendPoll.explanation_entities
SendPoll.open_period
SendPoll.close_date
SendPoll.is_closed
SendPoll.disable_notification
SendPoll.protect_content
SendPoll.allow_paid_broadcast
SendPoll.message_effect_id
SendPoll.reply_parameters
SendPoll.reply_markup
SendPoll.allow_sending_without_reply
SendPoll.reply_to_message_id
- Usage
- sendVenue
SendVenue
SendVenue.chat_id
SendVenue.latitude
SendVenue.longitude
SendVenue.title
SendVenue.address
SendVenue.business_connection_id
SendVenue.message_thread_id
SendVenue.foursquare_id
SendVenue.foursquare_type
SendVenue.google_place_id
SendVenue.model_post_init()
SendVenue.google_place_type
SendVenue.disable_notification
SendVenue.protect_content
SendVenue.allow_paid_broadcast
SendVenue.message_effect_id
SendVenue.reply_parameters
SendVenue.reply_markup
SendVenue.allow_sending_without_reply
SendVenue.reply_to_message_id
- Usage
- sendVideo
SendVideo
SendVideo.chat_id
SendVideo.video
SendVideo.business_connection_id
SendVideo.message_thread_id
SendVideo.duration
SendVideo.width
SendVideo.height
SendVideo.thumbnail
SendVideo.caption
SendVideo.parse_mode
SendVideo.caption_entities
SendVideo.model_post_init()
SendVideo.show_caption_above_media
SendVideo.has_spoiler
SendVideo.supports_streaming
SendVideo.disable_notification
SendVideo.protect_content
SendVideo.allow_paid_broadcast
SendVideo.message_effect_id
SendVideo.reply_parameters
SendVideo.reply_markup
SendVideo.allow_sending_without_reply
SendVideo.reply_to_message_id
- Usage
- sendVideoNote
SendVideoNote
SendVideoNote.chat_id
SendVideoNote.video_note
SendVideoNote.business_connection_id
SendVideoNote.message_thread_id
SendVideoNote.duration
SendVideoNote.length
SendVideoNote.thumbnail
SendVideoNote.disable_notification
SendVideoNote.model_post_init()
SendVideoNote.protect_content
SendVideoNote.allow_paid_broadcast
SendVideoNote.message_effect_id
SendVideoNote.reply_parameters
SendVideoNote.reply_markup
SendVideoNote.allow_sending_without_reply
SendVideoNote.reply_to_message_id
- Usage
- sendVoice
SendVoice
SendVoice.chat_id
SendVoice.voice
SendVoice.business_connection_id
SendVoice.message_thread_id
SendVoice.caption
SendVoice.parse_mode
SendVoice.caption_entities
SendVoice.duration
SendVoice.model_post_init()
SendVoice.disable_notification
SendVoice.protect_content
SendVoice.allow_paid_broadcast
SendVoice.message_effect_id
SendVoice.reply_parameters
SendVoice.reply_markup
SendVoice.allow_sending_without_reply
SendVoice.reply_to_message_id
- Usage
- setChatAdministratorCustomTitle
- setChatDescription
- setChatMenuButton
- setChatPermissions
- setChatPhoto
- setChatStickerSet
- setChatTitle
- setMessageReaction
- setMyCommands
- setMyDefaultAdministratorRights
- setMyDescription
- setMyName
- setMyShortDescription
- setUserEmojiStatus
- unbanChatMember
- unbanChatSenderChat
- unhideGeneralForumTopic
- unpinAllChatMessages
- unpinAllForumTopicMessages
- unpinAllGeneralForumTopicMessages
- unpinChatMessage
- Updating messages
- deleteMessage
- deleteMessages
- editMessageCaption
EditMessageCaption
EditMessageCaption.business_connection_id
EditMessageCaption.chat_id
EditMessageCaption.message_id
EditMessageCaption.inline_message_id
EditMessageCaption.caption
EditMessageCaption.model_post_init()
EditMessageCaption.parse_mode
EditMessageCaption.caption_entities
EditMessageCaption.show_caption_above_media
EditMessageCaption.reply_markup
- Usage
- editMessageLiveLocation
EditMessageLiveLocation
EditMessageLiveLocation.latitude
EditMessageLiveLocation.longitude
EditMessageLiveLocation.business_connection_id
EditMessageLiveLocation.chat_id
EditMessageLiveLocation.message_id
EditMessageLiveLocation.inline_message_id
EditMessageLiveLocation.model_post_init()
EditMessageLiveLocation.live_period
EditMessageLiveLocation.horizontal_accuracy
EditMessageLiveLocation.heading
EditMessageLiveLocation.proximity_alert_radius
EditMessageLiveLocation.reply_markup
- Usage
- editMessageMedia
- editMessageReplyMarkup
- editMessageText
EditMessageText
EditMessageText.text
EditMessageText.business_connection_id
EditMessageText.chat_id
EditMessageText.message_id
EditMessageText.inline_message_id
EditMessageText.model_post_init()
EditMessageText.parse_mode
EditMessageText.entities
EditMessageText.link_preview_options
EditMessageText.reply_markup
EditMessageText.disable_web_page_preview
- Usage
- stopMessageLiveLocation
- stopPoll
- Inline mode
- Games
- getGameHighScores
- sendGame
SendGame
SendGame.chat_id
SendGame.game_short_name
SendGame.business_connection_id
SendGame.message_thread_id
SendGame.disable_notification
SendGame.protect_content
SendGame.model_post_init()
SendGame.allow_paid_broadcast
SendGame.message_effect_id
SendGame.reply_parameters
SendGame.reply_markup
SendGame.allow_sending_without_reply
SendGame.reply_to_message_id
- Usage
- setGameScore
- Payments
- answerPreCheckoutQuery
- answerShippingQuery
- createInvoiceLink
CreateInvoiceLink
CreateInvoiceLink.title
CreateInvoiceLink.description
CreateInvoiceLink.payload
CreateInvoiceLink.currency
CreateInvoiceLink.prices
CreateInvoiceLink.business_connection_id
CreateInvoiceLink.provider_token
CreateInvoiceLink.subscription_period
CreateInvoiceLink.max_tip_amount
CreateInvoiceLink.suggested_tip_amounts
CreateInvoiceLink.provider_data
CreateInvoiceLink.model_post_init()
CreateInvoiceLink.photo_url
CreateInvoiceLink.photo_size
CreateInvoiceLink.photo_width
CreateInvoiceLink.photo_height
CreateInvoiceLink.need_name
CreateInvoiceLink.need_phone_number
CreateInvoiceLink.need_email
CreateInvoiceLink.need_shipping_address
CreateInvoiceLink.send_phone_number_to_provider
CreateInvoiceLink.send_email_to_provider
CreateInvoiceLink.is_flexible
- Usage
- editUserStarSubscription
- getStarTransactions
- refundStarPayment
- sendInvoice
SendInvoice
SendInvoice.chat_id
SendInvoice.title
SendInvoice.description
SendInvoice.payload
SendInvoice.currency
SendInvoice.prices
SendInvoice.message_thread_id
SendInvoice.provider_token
SendInvoice.max_tip_amount
SendInvoice.suggested_tip_amounts
SendInvoice.start_parameter
SendInvoice.provider_data
SendInvoice.photo_url
SendInvoice.photo_size
SendInvoice.photo_width
SendInvoice.photo_height
SendInvoice.model_post_init()
SendInvoice.need_name
SendInvoice.need_phone_number
SendInvoice.need_email
SendInvoice.need_shipping_address
SendInvoice.send_phone_number_to_provider
SendInvoice.send_email_to_provider
SendInvoice.is_flexible
SendInvoice.disable_notification
SendInvoice.protect_content
SendInvoice.allow_paid_broadcast
SendInvoice.message_effect_id
SendInvoice.reply_parameters
SendInvoice.reply_markup
SendInvoice.allow_sending_without_reply
SendInvoice.reply_to_message_id
- Usage
- Getting updates
- Telegram Passport
- Stickers
- Enums
- BotCommandScopeType
- ChatAction
- ChatBoostSourceType
- ChatMemberStatus
- ChatType
- ContentType
ContentType
ContentType.UNKNOWN
ContentType.ANY
ContentType.TEXT
ContentType.ANIMATION
ContentType.AUDIO
ContentType.DOCUMENT
ContentType.PAID_MEDIA
ContentType.PHOTO
ContentType.STICKER
ContentType.STORY
ContentType.VIDEO
ContentType.VIDEO_NOTE
ContentType.VOICE
ContentType.CONTACT
ContentType.DICE
ContentType.GAME
ContentType.POLL
ContentType.VENUE
ContentType.LOCATION
ContentType.NEW_CHAT_MEMBERS
ContentType.LEFT_CHAT_MEMBER
ContentType.NEW_CHAT_TITLE
ContentType.NEW_CHAT_PHOTO
ContentType.DELETE_CHAT_PHOTO
ContentType.GROUP_CHAT_CREATED
ContentType.SUPERGROUP_CHAT_CREATED
ContentType.CHANNEL_CHAT_CREATED
ContentType.MESSAGE_AUTO_DELETE_TIMER_CHANGED
ContentType.MIGRATE_TO_CHAT_ID
ContentType.MIGRATE_FROM_CHAT_ID
ContentType.PINNED_MESSAGE
ContentType.INVOICE
ContentType.SUCCESSFUL_PAYMENT
ContentType.REFUNDED_PAYMENT
ContentType.USERS_SHARED
ContentType.CHAT_SHARED
ContentType.CONNECTED_WEBSITE
ContentType.WRITE_ACCESS_ALLOWED
ContentType.PASSPORT_DATA
ContentType.PROXIMITY_ALERT_TRIGGERED
ContentType.BOOST_ADDED
ContentType.CHAT_BACKGROUND_SET
ContentType.FORUM_TOPIC_CREATED
ContentType.FORUM_TOPIC_EDITED
ContentType.FORUM_TOPIC_CLOSED
ContentType.FORUM_TOPIC_REOPENED
ContentType.GENERAL_FORUM_TOPIC_HIDDEN
ContentType.GENERAL_FORUM_TOPIC_UNHIDDEN
ContentType.GIVEAWAY_CREATED
ContentType.GIVEAWAY
ContentType.GIVEAWAY_WINNERS
ContentType.GIVEAWAY_COMPLETED
ContentType.VIDEO_CHAT_SCHEDULED
ContentType.VIDEO_CHAT_STARTED
ContentType.VIDEO_CHAT_ENDED
ContentType.VIDEO_CHAT_PARTICIPANTS_INVITED
ContentType.WEB_APP_DATA
ContentType.USER_SHARED
- Currency
Currency
Currency.AED
Currency.AFN
Currency.ALL
Currency.AMD
Currency.ARS
Currency.AUD
Currency.AZN
Currency.BAM
Currency.BDT
Currency.BGN
Currency.BND
Currency.BOB
Currency.BRL
Currency.BYN
Currency.CAD
Currency.CHF
Currency.CLP
Currency.CNY
Currency.COP
Currency.CRC
Currency.CZK
Currency.DKK
Currency.DOP
Currency.DZD
Currency.EGP
Currency.ETB
Currency.EUR
Currency.GBP
Currency.GEL
Currency.GTQ
Currency.HKD
Currency.HNL
Currency.HRK
Currency.HUF
Currency.IDR
Currency.ILS
Currency.INR
Currency.ISK
Currency.JMD
Currency.JPY
Currency.KES
Currency.KGS
Currency.KRW
Currency.KZT
Currency.LBP
Currency.LKR
Currency.MAD
Currency.MDL
Currency.MNT
Currency.MUR
Currency.MVR
Currency.MXN
Currency.MYR
Currency.MZN
Currency.NGN
Currency.NIO
Currency.NOK
Currency.NPR
Currency.NZD
Currency.PAB
Currency.PEN
Currency.PHP
Currency.PKR
Currency.PLN
Currency.PYG
Currency.QAR
Currency.RON
Currency.RSD
Currency.RUB
Currency.SAR
Currency.SEK
Currency.SGD
Currency.THB
Currency.TJS
Currency.TRY
Currency.TTD
Currency.TWD
Currency.TZS
Currency.UAH
Currency.UGX
Currency.USD
Currency.UYU
Currency.UZS
Currency.VND
Currency.YER
Currency.ZAR
- DiceEmoji
- EncryptedPassportElement
EncryptedPassportElement
EncryptedPassportElement.PERSONAL_DETAILS
EncryptedPassportElement.PASSPORT
EncryptedPassportElement.DRIVER_LICENSE
EncryptedPassportElement.IDENTITY_CARD
EncryptedPassportElement.INTERNAL_PASSPORT
EncryptedPassportElement.ADDRESS
EncryptedPassportElement.UTILITY_BILL
EncryptedPassportElement.BANK_STATEMENT
EncryptedPassportElement.RENTAL_AGREEMENT
EncryptedPassportElement.PASSPORT_REGISTRATION
EncryptedPassportElement.TEMPORARY_REGISTRATION
EncryptedPassportElement.PHONE_NUMBER
EncryptedPassportElement.EMAIL
- InlineQueryResultType
InlineQueryResultType
InlineQueryResultType.AUDIO
InlineQueryResultType.DOCUMENT
InlineQueryResultType.GIF
InlineQueryResultType.MPEG4_GIF
InlineQueryResultType.PHOTO
InlineQueryResultType.STICKER
InlineQueryResultType.VIDEO
InlineQueryResultType.VOICE
InlineQueryResultType.ARTICLE
InlineQueryResultType.CONTACT
InlineQueryResultType.GAME
InlineQueryResultType.LOCATION
InlineQueryResultType.VENUE
- InputMediaType
- InputPaidMediaType
- KeyboardButtonPollTypeType
- MaskPositionPoint
- MenuButtonType
- MessageEntityType