teleproto - v1.229.0
    Preparing search index...

    Class InputBusinessRecipients

    Hierarchy (View Summary)

    • VirtualClass<
          {
              contacts?: boolean;
              excludeSelected?: boolean;
              existingChats?: boolean;
              newChats?: boolean;
              nonContacts?: boolean;
              users?: TypeInputUser[];
          },
      >
      • InputBusinessRecipients
    Index
    • Returns {
          contacts?: boolean;
          excludeSelected?: boolean;
          existingChats?: boolean;
          newChats?: boolean;
          nonContacts?: boolean;
          users?: TypeInputUser[];
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "InputBusinessRecipients"
    classType: "constructor"
    CONSTRUCTOR_ID: 1871393450
    contacts?: boolean
    excludeSelected?: boolean
    existingChats?: boolean
    newChats?: boolean
    nonContacts?: boolean
    originalArgs: {
        contacts?: boolean;
        excludeSelected?: boolean;
        existingChats?: boolean;
        newChats?: boolean;
        nonContacts?: boolean;
        users?: TypeInputUser[];
    }
    SUBCLASS_OF_ID: 226420031
    users?: TypeInputUser[]