Raw.BusinessRecipients

Raw.BusinessRecipients

Specifies the chats that can receive telegram business away and greeting messages.

businessRecipients#21108ff7 flags:# existing_chats:flags.0?true new_chats:flags.1?true contacts:flags.2?true non_contacts:flags.3?true exclude_selected:flags.5?true users:flags.4?Vector<long> = BusinessRecipients;
export namespace Raw {
  export class BusinessRecipients {
    constructor(params: {
      existingChats?: boolean;
      newChats?: boolean;
      contacts?: boolean;
      nonContacts?: boolean;
      excludeSelected?: boolean;
      users?: Array<bigint>;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x21108ff7

Property