Raw.Photo

Raw.Photo

Photo

photo#fb197a65 flags:# has_stickers:flags.0?true id:long access_hash:long file_reference:bytes date:int sizes:Vector<PhotoSize> video_sizes:flags.1?Vector<VideoSize> dc_id:int = Photo;
export namespace Raw {
  export class Photo {
    constructor(params: {
      hasStickers?: boolean;
      id: bigint;
      accessHash: bigint;
      fileReference: Buffer;
      date: number;
      sizes: Array<Raw.TypePhotoSize>;
      videoSizes?: Array<Raw.TypeVideoSize>;
      dcId: number;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xfb197a65

Property