teleproto - v1.229.0
    Preparing search index...

    Class BusinessRecipients

    Hierarchy (View Summary)

    • VirtualClass<
          {
              contacts?: boolean;
              excludeSelected?: boolean;
              existingChats?: boolean;
              newChats?: boolean;
              nonContacts?: boolean;
              users?: long[];
          },
      >
      • BusinessRecipients
    Index
    • Parameters

      • args: {
            contacts?: boolean;
            excludeSelected?: boolean;
            existingChats?: boolean;
            newChats?: boolean;
            nonContacts?: boolean;
            users?: BigInteger[];
        }

      Returns BusinessRecipients

    • Returns {
          contacts?: boolean;
          excludeSelected?: boolean;
          existingChats?: boolean;
          newChats?: boolean;
          nonContacts?: boolean;
          users?: BigInteger[];
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "BusinessRecipients"
    classType: "constructor"
    CONSTRUCTOR_ID: 554733559
    contacts?: boolean
    excludeSelected?: boolean
    existingChats?: boolean
    newChats?: boolean
    nonContacts?: boolean
    originalArgs: {
        contacts?: boolean;
        excludeSelected?: boolean;
        existingChats?: boolean;
        newChats?: boolean;
        nonContacts?: boolean;
        users?: BigInteger[];
    }
    SUBCLASS_OF_ID: 1384459846
    users?: BigInteger[]