PhotoSizeEmpty

class pyrogram.raw.types.PhotoSizeEmpty

Empty constructor. Image with this thumbnail is unavailable.

Constructor of PhotoSize.

Details:
  • Layer: 223

  • ID: E17E23C

Parameters:

type (str) – Thumbnail type »

TL Schema

photoSizeEmpty#e17e23c
type:string

= PhotoSize

Parameter Tree

PhotoSizeEmpty
└── typestring

Example

PhotoSizeEmpty(
    type="text",
)