Available Types =============== This page is about Pyrogram types. All types listed here are accessible through ``types`` package. .. code-block:: python :emphasize-lines: 1 from pyrogram.types import User, Message, ... .. note:: **Optional** fields may not exist when irrelevant -- i.e.: they will contain the value of ``None`` and aren't shown when, for example, using ``print()``. .. contents:: Contents :backlinks: none :local: ----- .. currentmodule:: pyrogram.types Users & Chats ------------- .. autosummary:: :nosignatures: User Chat ChatPreview ChatPhoto ChatMember ChatPermissions Dialog Restriction .. toctree:: :hidden: User Chat ChatPreview ChatPhoto ChatMember ChatPermissions Dialog Restriction Messages & Media ---------------- .. autosummary:: :nosignatures: Message MessageEntity Photo Thumbnail Audio Document Animation Video Voice VideoNote Contact Location Venue Sticker Game WebPage Poll PollOption Dice .. toctree:: :hidden: Message MessageEntity Photo Thumbnail Audio Document Animation Video Voice VideoNote Contact Location Venue Sticker Game WebPage Poll PollOption Dice Bots & Keyboards ---------------- .. autosummary:: :nosignatures: ReplyKeyboardMarkup KeyboardButton ReplyKeyboardRemove InlineKeyboardMarkup InlineKeyboardButton ForceReply CallbackQuery GameHighScore CallbackGame .. toctree:: :hidden: ReplyKeyboardMarkup KeyboardButton ReplyKeyboardRemove InlineKeyboardMarkup InlineKeyboardButton ForceReply CallbackQuery GameHighScore CallbackGame Input Media ----------- .. autosummary:: :nosignatures: InputMedia InputMediaPhoto InputMediaVideo InputMediaAudio InputMediaAnimation InputMediaDocument InputPhoneContact .. toctree:: :hidden: InputMedia InputMediaPhoto InputMediaVideo InputMediaAudio InputMediaAnimation InputMediaDocument InputPhoneContact Inline Mode ----------- .. autosummary:: :nosignatures: InlineQuery InlineQueryResult InlineQueryResultArticle InlineQueryResultPhoto InlineQueryResultAnimation ChosenInlineResult .. toctree:: :hidden: InlineQuery InlineQueryResult InlineQueryResultArticle InlineQueryResultPhoto InlineQueryResultAnimation ChosenInlineResult InputMessageContent ------------------- .. autosummary:: :nosignatures: InputMessageContent InputTextMessageContent .. toctree:: :hidden: InputMessageContent InputTextMessageContent Authorization ------------- .. autosummary:: :nosignatures: SentCode TermsOfService .. toctree:: :hidden: SentCode TermsOfService