InputRichFilePhoto
- class pyrogram.raw.types.InputRichFilePhoto
Telegram API type.
Constructor of
InputRichFile.- Details:
Layer:
227ID:
9B00622B
- Parameters:
id (
str) – N/Aphoto (
InputPhoto) – N/A
TL Schema
inputRichFilePhoto#9b00622b
id:string
photo:InputPhoto
= InputRichFile
Parameter Tree
Example
InputRichFilePhoto(
id="text",
photo=InputPhotoEmpty(),
)