InputRichFile

class pyrogram.raw.base.InputRichFile

Telegram API base type.

Constructors:

This base type has 2 constructors available.

InputRichFileDocument

Telegram API type.

InputRichFilePhoto

Telegram API type.

TL Schema


Parameter Tree

InputRichFile
│ ├── idstring
│ └── photoInputPhoto
│ ├── InputPhotoEmpty
│ └── InputPhoto
│ ├── idlong
│ ├── access_hashlong
│ └── file_referencebytes
├── idstring
└── documentInputDocument
└── InputDocument
├── idlong
├── access_hashlong
└── file_referencebytes

Example