Raw.DialogFilterChatlist

Raw.DialogFilterChatlist

A folder imported using a chat folder deep link.

dialogFilterChatlist#9fe28ea4 flags:# has_my_invites:flags.26?true id:int title:string emoticon:flags.25?string color:flags.27?int pinned_peers:Vector<InputPeer> include_peers:Vector<InputPeer> = DialogFilter;
export namespace Raw {
  export class DialogFilterChatlist {
    constructor(params: {
      hasMyInvites?: boolean;
      id: number;
      title: string;
      emoticon?: string;
      color?: number;
      pinnedPeers: Array<Raw.TypeInputPeer>;
      includePeers: Array<Raw.TypeInputPeer>;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x9fe28ea4

Property

  • hasMyInvites : boolean or undefined

    Whether the current user has created some chat folder deep links to share the folder as well.

  • id : number

    Id of the folder

  • title : string

    Name of the folder (max 12 utf-8 chars)

  • emoticon : string or undefined

    Emoji to use as icon for the folder.

  • color : number or undefined

    A color id for the folder tag associated to this folder, see here for more info.

  • pinnedPeers : Array of Raw.TypeInputPeer

    Pinned chats, folders can have unlimited pinned chats

  • includePeers : Array of Raw.TypeInputPeer

    Chats to include in the folder