teleproto - v1.229.0
    Preparing search index...

    Class InputBusinessBotRecipients

    Hierarchy (View Summary)

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

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "InputBusinessBotRecipients"
    classType: "constructor"
    CONSTRUCTOR_ID: 3303379486
    contacts?: boolean
    excludeSelected?: boolean
    excludeUsers?: TypeInputUser[]
    existingChats?: boolean
    newChats?: boolean
    nonContacts?: boolean
    originalArgs: {
        contacts?: boolean;
        excludeSelected?: boolean;
        excludeUsers?: TypeInputUser[];
        existingChats?: boolean;
        newChats?: boolean;
        nonContacts?: boolean;
        users?: TypeInputUser[];
    }
    SUBCLASS_OF_ID: 2849240411
    users?: TypeInputUser[]