Raw.Chat

Raw.Chat

Info about a group

chat#41cbf256 flags:# creator:flags.0?true left:flags.2?true deactivated:flags.5?true call_active:flags.23?true call_not_empty:flags.24?true noforwards:flags.25?true id:long title:string photo:ChatPhoto participants_count:int date:int version:int migrated_to:flags.6?InputChannel admin_rights:flags.14?ChatAdminRights default_banned_rights:flags.18?ChatBannedRights = Chat;
export namespace Raw {
  export class Chat {
    constructor(params: {
      creator?: boolean;
      left?: boolean;
      deactivated?: boolean;
      callActive?: boolean;
      callNotEmpty?: boolean;
      noforwards?: boolean;
      id: bigint;
      title: string;
      photo: Raw.TypeChatPhoto;
      participantsCount: number;
      date: number;
      version: number;
      migratedTo?: Raw.TypeInputChannel;
      adminRights?: Raw.TypeChatAdminRights;
      defaultBannedRights?: Raw.TypeChatBannedRights;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x41cbf256

Property