teleproto - v1.229.0
    Preparing search index...

    Class BusinessBotRecipients

    Hierarchy (View Summary)

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

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

      Returns BusinessBotRecipients

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

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "BusinessBotRecipients"
    classType: "constructor"
    CONSTRUCTOR_ID: 3096245107
    contacts?: boolean
    excludeSelected?: boolean
    excludeUsers?: BigInteger[]
    existingChats?: boolean
    newChats?: boolean
    nonContacts?: boolean
    originalArgs: {
        contacts?: boolean;
        excludeSelected?: boolean;
        excludeUsers?: BigInteger[];
        existingChats?: boolean;
        newChats?: boolean;
        nonContacts?: boolean;
        users?: BigInteger[];
    }
    SUBCLASS_OF_ID: 4036133834
    users?: BigInteger[]