Raw.ChatPhoto

Raw.ChatPhoto

Group profile photo.

chatPhoto#1c6e1c11 flags:# has_video:flags.0?true photo_id:long stripped_thumb:flags.1?bytes dc_id:int = ChatPhoto;
export namespace Raw {
  export class ChatPhoto {
    constructor(params: {
      hasVideo?: boolean;
      photoId: bigint;
      strippedThumb?: Buffer;
      dcId: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x1c6e1c11

Property