PhotoEmpty

class pyrogram.raw.types.PhotoEmpty

Empty constructor, non-existent photo

Constructor of Photo.

Details:
  • Layer: 223

  • ID: 2331B22D

Parameters:

id (int 64-bit) – Photo identifier

TL Schema

photoEmpty#2331b22d
id:long

= Photo

Parameter Tree

PhotoEmpty
└── idlong

Example

PhotoEmpty(
    id=0,
)