Available Types

This page is about Pyrofork Types. All types listed here are available through the pyrogram.types package. Unless required as argument to a client method, most of the types don’t need to be manually instantiated because they are only returned by other methods. You also don’t need to import them, unless you want to type-hint your variables.

from pyrogram.types import User, Message, ...

Note

Optional fields always exist inside the object, but they could be empty and contain the value of None. Empty fields aren’t shown when, for example, using print(message) and this means that hasattr(message, "photo") always returns True.

To tell whether a field is set or not, do a simple boolean check: if message.photo: ....


Users & Chats

Birthday

User Date of birth.

BusinessInfo

Business information of a user.

BusinessMessage

Business working hours.

BusinessRecipients

Business recipients.

BusinessWeeklyOpen

Business weekly open hours.

BusinessWorkingHours

Business working hours.

User

A Telegram user or bot.

Chat

A chat.

ChatPreview

A chat preview.

ChatPhoto

A chat photo.

ChatMember

Contains information about one member of a chat.

ChatPermissions

Describes actions that a non-administrator user is allowed to take in a chat.

ChatPrivileges

Describes privileged actions an administrator is able to take in a chat.

ChatInviteLink

An invite link for a chat.

ChatAdminWithInviteLinks

Represents a chat administrator that has created invite links in a chat.

ChatEvent

A chat event from the recent actions log (also known as admin log).

ChatEventFilter

Set of filters used to obtain a chat event log.

ChatMemberUpdated

Represents changes in the status of a chat member.

ChatJoinRequest

Represents a join request sent to a chat.

ChatJoinedByRequest

A service message about a user join request approved in the chat.

ChatJoiner

Contains information about a joiner member of a chat.

Dialog

A user's dialog.

Folder

A user's folder.

Restriction

A restriction applied to bots or chats.

EmojiStatus

A user emoji status.

ForumTopic

A forum topic.

PeerUser

A PeerUser.

PeerChannel

A PeerChannel.

BotInfo

A bot Information.

ChatColor

Reply or profile color status.

CollectibleItemInfo

Contains information about a collectible item and its last purchase. :Parameters: * purchase_date (datetime) -- Point in time (Unix timestamp) when the item was purchased * currency (str) -- Currency for the paid amount * amount (float) -- The paid amount, in the smallest units of the currency * cryptocurrency (str) -- Cryptocurrency used to pay for the item * cryptocurrency_amount (float) -- The paid amount, in the smallest units of the cryptocurrency * url (str) -- Individual URL for the item on https://fragment.com.

Messages & Media

Message

A message.

MessageEntity

One special entity in a text message.

Photo

A Photo.

Thumbnail

One size of a photo or a file/sticker thumbnail.

Audio

An audio file to be treated as music by the Telegram clients.

AvailableEffect

Contains information about available effect.

Document

A generic file (as opposed to photos, voice messages, audio files, ...).

Animation

An animation file (GIF or H.264/MPEG-4 AVC video without sound).

LabeledPrice

This object represents a price for goods or services.

Video

A video file.

Voice

A voice note.

VideoNote

A video note.

Contact

A phone contact.

Location

A point on the map.

Venue

A venue.

Sticker

A sticker.

StickerSet

A stickerset.

Game

A game.

GiftedPremium

Telegram Premium was gifted to the user

Giveaway

A giveaway.

GiveawayLaunched

A service message about a giveaway started in the channel.

GiveawayResult

A giveaway result.

MessageStory

Contains information about a forwarded story.

WebPage

A webpage preview

WebPageEmpty

A webpage preview

WebPagePreview

A web page preview.

TranslatedText

A translated text with entities.

Poll

A Poll.

PollOption

Contains information about one answer option in a poll.

Dice

A dice with a random value from 1 to 6 for currently supported base emoji.

Reaction

Contains information about a reaction.

VideoChatScheduled

A service message about a voice chat scheduled in the chat.

VideoChatStarted

A service message about a voice chat started in the chat.

VideoChatEnded

A service message about a voice chat ended in the chat.

VideoChatMembersInvited

A service message about new members invited to a voice chat.

WebAppData

Contains data sent from a Web App to the bot.

MessageReactions

Contains information about a message reactions.

MessageReactor

Contains information about a message reactor.

ChatReactions

A chat reactions

ForumTopicCreated

A service message about a new forum topic created in the chat.

ForumTopicEdited

A service message about a forum topic renamed in the chat.

ForumTopicClosed

A service message about a forum topic closed in the chat.

ForumTopicReopened

A service message about a forum topic reopened in the chat.

GeneralTopicHidden

A service message about a general topic hidden in the chat.

GeneralTopicUnhidden

A service message about a general topic unhidden in the chat.

Reaction

Contains information about a reaction.

MessageReactionUpdated

This object represents a change of a reaction on a message performed by a user.

MessageReactionCountUpdated

Reactions to a message with anonymous reactions were changed.

ExportedStoryLink

Contains information about a story viewers.

ChatTheme

A service message about a chat theme.

ChatWallpaper

A service message about a chat wallpaper.

ContactRegistered

A service message about a contact registered.

GiftCode

A service message about a gift code.

ScreenshotTaken

A service message about a screenshot taken.

Wallpaper

A wallpaper.

WallpaperSettings

A wallpaper settings.

Stories

Story

A story.

StoryDeleted

A deleted story.

StoryForwardHeader

Contains information about origin of forwarded story.

StorySkipped

A skipped story.

StoriesPrivacyRules

A story privacy.

StoryViews

Contains information about a story viewers.

MediaArea

Content of a media areas in story.

MediaAreaChannelPost

A channel post media area.

MediaAreaCoordinates

A coordinates of media area.

InputMediaArea

Content of a media area to be included in story.

InputMediaAreaChannelPost

A channel post media area.

Pyromod

Identifier

A dataclass that serves as a utility for matching listeners to the data of updates.

Listener

Designed to manage and handle different types of listeners used in pyromod.

Bot

BotAllowed

Contains information about a allowed bot.

BotApp

Contains information about a bot app.

BotBusinessConnection

A bot business connection Information.

Bot keyboards

ReplyKeyboardMarkup

A custom keyboard with reply options.

KeyboardButton

One button of the reply keyboard.

ReplyKeyboardRemove

Object used to tell clients to remove a bot keyboard.

InlineKeyboardMarkup

An inline keyboard that appears right next to the message it belongs to.

InlineKeyboardButton

One button of an inline keyboard.

InlineKeyboardButtonBuy

One button of the inline keyboard.

RequestPeerTypeChannel

Object used to request clients to send a channel identifier.

RequestPeerTypeChat

Object used to request clients to send a chat identifier.

RequestPeerTypeUser

Object used to request clients to send a user identifier.

RequestedChats

Contains information about requested chats.

RequestedChat

Contains information about a requested chat.

RequestedUser

Contains information about a requested user.

LoginUrl

Represents a parameter of the inline keyboard button used to automatically authorize a user.

ForceReply

Object used to force clients to show a reply interface.

CallbackQuery

An incoming callback query from a callback button in an inline keyboard.

GameHighScore

One row of the high scores table for a game.

CallbackGame

Placeholder, currently holds no information.

WebAppInfo

MenuButton

Describes the bot's menu button in a private chat.

MenuButtonCommands

A menu button, which opens the bot's list of commands.

MenuButtonWebApp

MenuButtonDefault

Describes that no specific value for the menu button was set.

SentWebAppMessage

PreCheckoutQuery

An incoming pre-checkout query from a buy button in an inline keyboard.

PurchasedPaidMedia

This object represents information about purchased paid media.

Bot commands

BotCommand

A bot command with the standard slash "/" prefix.

BotCommandScope

Represents the scope to which bot commands are applied.

BotCommandScopeDefault

Represents the default scope of bot commands.

BotCommandScopeAllPrivateChats

Represents the scope of bot commands, covering all private chats.

BotCommandScopeAllGroupChats

Represents the scope of bot commands, covering all group and supergroup chats.

BotCommandScopeAllChatAdministrators

Represents the scope of bot commands, covering all group and supergroup chat administrators.

BotCommandScopeChat

Represents the scope of bot commands, covering a specific chat.

BotCommandScopeChatAdministrators

Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat.

BotCommandScopeChatMember

Represents the scope of bot commands, covering a specific member of a group or supergroup chat.

Telegram Business

ExtendedMediaPreview

A ExtendedMediaPreview.

InputStarsTransaction

Content of a stars transaction.

Invoice

Contains information about an Invoice.

PaidMedia

A PaidMedia.

PaymentInfo

Contains information about a payment.

PaymentRefunded

Contains information about a refunded payment.

ShippingAddress

Contains information about a shipping address.

ShippingOption

This object represents one shipping option.

ShippingQuery

This object contains information about an incoming shipping query.

StarsStatus

Contains information about stars status.

StarsTransaction

Contains information about stars transaction.

SuccessfulPayment

Contains information about a successful payment.

Input Media

InputMedia

Content of a media message to be sent.

InputMediaPhoto

A photo to be sent inside an album.

InputMediaVideo

A video to be sent inside an album.

InputMediaAudio

An audio to be sent inside an album.

InputMediaAnimation

An animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent inside an album.

InputMediaDocument

A generic file to be sent inside an album.

InputPhoneContact

A Phone Contact to be added in your Telegram address book.

Inline Mode

InlineQuery

An incoming inline query.

InlineQueryResult

One result of an inline query.

InlineQueryResultCachedAudio

A link to an MP3 audio file stored on the Telegram servers

InlineQueryResultCachedDocument

A link to a file stored on the Telegram servers.

InlineQueryResultCachedAnimation

A link to an animation file stored on the Telegram servers.

InlineQueryResultCachedPhoto

A link to a photo stored on the Telegram servers.

InlineQueryResultCachedSticker

A link to a sticker stored on the Telegram servers

InlineQueryResultCachedVideo

A link to a video file stored on the Telegram servers.

InlineQueryResultCachedVoice

A link to a voice message stored on the Telegram servers.

InlineQueryResultArticle

Link to an article or web page.

InlineQueryResultAudio

Link to an audio file.

InlineQueryResultContact

Contact with a phone number

InlineQueryResultDocument

Link to a file.

InlineQueryResultAnimation

Link to an animated GIF file.

InlineQueryResultLocation

A location on a map.

InlineQueryResultPhoto

Link to a photo.

InlineQueryResultVenue

A venue.

InlineQueryResultVideo

Link to a page containing an embedded video player or a video file.

InlineQueryResultVoice

Link to a voice recording in an .OGG container encoded with OPUS.

ChosenInlineResult

A result of an inline query chosen by the user and sent to their chat partner.

InputMessageContent

InputMessageContent

Content of a message to be sent as a result of an inline query.

InputReplyToMessage

Contains information about a target replied message.

InputReplyToStory

Contains information about a target replied story.

InputTextMessageContent

Content of a text message to be sent as the result of an inline query.

InputLocationMessageContent

Content of a location message to be sent as the result of an inline query.

InputVenueMessageContent

Content of a venue message to be sent as the result of an inline query.

InputContactMessageContent

Content of a contact message to be sent as the result of an inline query.

InputInvoiceMessageContent

Content of an invoice message to be sent as the result of an inline query.

Authorization

ActiveSession

Contains information about one session in a Telegram application used by the current user.

ActiveSessions

Contains a list of sessions

SentCode

Contains info on a sent confirmation code.

TermsOfService

Telegram's Terms of Service returned by sign_in().