Available Types¶
This page is about pyroblack 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 information of a user. |
|
Business information of a user. |
|
Business working hours. |
|
Business recipients. |
|
Business weekly open hours. |
|
Business working hours. |
|
A Telegram user or bot. |
|
A Username. |
|
A chat. |
|
A chat preview. |
|
A chat photo. |
|
Contains information about one member of a chat. |
|
Describes actions that a non-administrator user is allowed to take in a chat. |
|
Describes privileged actions an administrator is able to take in a chat. |
|
An invite link for a chat. |
|
Represents a chat administrator that has created invite links in a chat. |
|
A chat event from the recent actions log (also known as admin log). |
|
Set of filters used to obtain a chat event log. |
|
Represents changes in the status of a chat member. |
|
Represents a join request sent to a chat. |
|
A service message about a user join request approved in the chat. |
|
Contains information about a joiner member of a chat. |
|
A user's dialog. |
|
A user's folder. |
|
A restriction applied to bots or chats. |
|
A user emoji status. |
|
A forum topic. |
|
A PeerUser. |
|
A PeerChannel. |
|
A bot Information. |
|
Contains information about one member of a group call. |
|
Reply or profile color status. |
|
Contains information about a collectible item and its last purchase. :Parameters: * purchase_date ( |
|
Chats found by name substring and auxiliary data. |
|
A privacy rule. |
Messages & Media¶
A message. |
|
One special entity in a text message. |
|
The message was originally sent to a channel chat. |
|
The message was originally sent on behalf of a chat to a group chat. |
|
The message was originally sent by an unknown user. |
|
Contains information about a message imported from a foreign chat service. |
|
The message was originally sent by a known user. |
|
This object describes the origin of a message. |
|
A Photo. |
|
One size of a photo or a file/sticker thumbnail. |
|
An audio file to be treated as music by the Telegram clients. |
|
Contains information about available effect. |
|
A generic file (as opposed to photos, voice messages, audio files, ...). |
|
This object contains information about a message that is being replied to, which may come from another chat or forum topic. |
|
Describes an alternative reencoded quality of a video file. |
|
An animation file (GIF or H.264/MPEG-4 AVC video without sound). |
|
This object represents a price for goods or services. |
|
A video file. |
|
A voice note. |
|
A video note. |
|
A phone contact. |
|
A point on the map. |
|
A venue. |
|
A sticker. |
|
A stickerset. |
|
A game. |
|
A giveaway. |
|
A service message about a giveaway started in the channel. |
|
A giveaway result. |
|
Contains information about an Invoice. |
|
Contains information about a forwarded story. |
|
A webpage preview |
|
A webpage preview |
|
A web page preview. |
|
Transcribes the audio of a voice message. |
|
A translated text with entities. |
|
Describes manually or automatically chosen quote from another message. |
|
A Poll. |
|
Contains information about one answer option in a poll. |
|
A dice with a random value from 1 to 6 for currently supported base emoji. |
|
Contains information about a reaction. |
|
A service message about a voice chat scheduled in the chat. |
|
A service message about a voice chat started in the chat. |
|
A service message about a voice chat ended in the chat. |
|
A service message about new members invited to a voice chat. |
|
Contains data sent from a Web App to the bot. |
|
Contains information about a message reactions. |
|
Contains information about a message reactor. |
|
A chat reactions |
|
A service message about a new forum topic created in the chat. |
|
A service message about a forum topic renamed in the chat. |
|
A service message about a forum topic closed in the chat. |
|
A deleted forum topic. |
|
A service message about a forum topic reopened in the chat. |
|
A service message about a general topic hidden in the chat. |
|
A service message about a general topic unhidden in the chat. |
|
Contains information about a reaction. |
|
Represents a reaction added to a message along with the number of times it was added. |
|
Contains information about a reaction. |
|
This object represents a change of a reaction on a message performed by a user. |
|
Reactions to a message with anonymous reactions were changed. |
|
Contains checked gift code data. |
|
Describes a task in a checklist. |
|
Some tasks were added to a checklist. |
|
Some tasks from a checklist were marked as done or not done. |
|
Describes a checklist. |
|
Contains information about a successful payment. |
|
A ExtendedMediaPreview. |
|
A PaidMedia. |
|
This object contains basic information about an payment form. |
|
Contains information about a read participant. |
Stories¶
A story. |
|
A deleted story. |
|
Contains information about origin of forwarded story. |
|
A skipped story. |
|
A story privacy. |
|
Contains information about a story viewers. |
|
Content of a media areas in story. |
|
A channel post media area. |
|
A coordinates of media area. |
|
Content of a media area to be included in story. |
|
A channel post media area. |
Pyromod¶
A dataclass that serves as a utility for matching listeners to the data of updates. |
|
Designed to manage and handle different types of listeners used in pyromod. |
Bot¶
Contains information about a allowed bot. |
|
Contains information about a bot app. |
|
A bot business connection Information. |
|
Contains information about a payment. |
|
Contains information about a refunded payment. |
|
Contains information about a shipping address. |
|
Contains information about a successful payment. |
Bot keyboards¶
A bot business connection Information. |
|
A custom keyboard with reply options. |
|
One button of the reply keyboard. |
|
Object used to tell clients to remove a bot keyboard. |
|
An inline keyboard that appears right next to the message it belongs to. |
|
One button of an inline keyboard. |
|
One button of the inline keyboard. |
|
Object used to request clients to send a channel identifier. |
|
Object used to request clients to send a chat identifier. |
|
Object used to request clients to send a user identifier. |
|
Represents a parameter of the inline keyboard button used to automatically authorize a user. |
|
Object used to force clients to show a reply interface. |
|
An incoming callback query from a callback button in an inline keyboard. |
|
One row of the high scores table for a game. |
|
Placeholder, currently holds no information. |
|
Describes the bot's menu button in a private chat. |
|
A menu button, which opens the bot's list of commands. |
|
Describes that no specific value for the menu button was set. |
|
Contains information about a payment. |
|
An incoming pre-checkout query from a buy button in an inline keyboard. |
|
Contains information about a shipping address. |
Bot commands¶
A bot command with the standard slash "/" prefix. |
|
Represents the scope to which bot commands are applied. |
|
Represents the default scope of bot commands. |
|
Represents the scope of bot commands, covering all private chats. |
|
Represents the scope of bot commands, covering all group and supergroup chats. |
|
Represents the scope of bot commands, covering all group and supergroup chat administrators. |
|
Represents the scope of bot commands, covering a specific chat. |
|
Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat. |
|
Represents the scope of bot commands, covering a specific member of a group or supergroup chat. |
Input Media¶
Content of a media message to be sent. |
|
A photo to be sent inside an album. |
|
A video to be sent inside an album. |
|
An audio to be sent inside an album. |
|
An animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent inside an album. |
|
A generic file to be sent inside an album. |
|
A Phone Contact to be added in your Telegram address book. |
Inline Mode¶
An incoming inline query. |
|
One result of an inline query. |
|
A link to an MP3 audio file stored on the Telegram servers |
|
A link to a file stored on the Telegram servers. |
|
A link to an animation file stored on the Telegram servers. |
|
A link to a photo stored on the Telegram servers. |
|
A link to a sticker stored on the Telegram servers |
|
A link to a video file stored on the Telegram servers. |
|
A link to a voice message stored on the Telegram servers. |
|
Link to an article or web page. |
|
Link to an audio file. |
|
Contact with a phone number |
|
Link to a file. |
|
Link to an animated GIF file. |
|
A location on a map. |
|
Link to a photo. |
|
A venue. |
|
Link to a page containing an embedded video player or a video file. |
|
Link to a voice recording in an .OGG container encoded with OPUS. |
|
A result of an inline query chosen by the user and sent to their chat partner. |
InputMessageContent¶
Content of a message to be sent as a result of an inline query. |
|
Contains information about a target replied message. |
|
Contains information about a target replied monoforum. |
|
Contains information about a target replied story. |
|
Content of a text message to be sent as the result of an inline query. |
|
Content of a location message to be sent as the result of an inline query. |
|
Content of a venue message to be sent as the result of an inline query. |
|
Content of a contact message to be sent as the result of an inline query. |
|
Content of an invoice message to be sent as the result of an inline query. |
Authorization¶
Contains information about one session in a Telegram application used by the current user. |
|
Contains a list of currently active sessions |
|
Contains info on a login token. |
|
Contains info on a sent confirmation code. |
|
Telegram's Terms of Service returned by |
InputPrivacyRule¶
Allow all users. |
|
Allow contacts only. |
|
Allow only users with a Premium subscription, currently only usable for |
|
Allow only participants of certain users. |
|
Allow only participants of certain chats. |
|
Disallow all users. |
|
Disallow contacts only. |
|
Disallow only participants of certain users. |
|
Disallow only participants of certain chats. |