teleproto - v1.229.0
    Preparing search index...

    Class ChatInvite

    Hierarchy (View Summary)

    • VirtualClass<
          {
              about?: string;
              botVerification?: TypeBotVerification;
              broadcast?: boolean;
              canRefulfillSubscription?: boolean;
              channel?: boolean;
              color: int;
              fake?: boolean;
              megagroup?: boolean;
              participants?: TypeUser[];
              participantsCount: int;
              photo: Api.TypePhoto;
              public?: boolean;
              requestNeeded?: boolean;
              scam?: boolean;
              subscriptionFormId?: long;
              subscriptionPricing?: TypeStarsSubscriptionPricing;
              title: string;
              verified?: boolean;
          },
      >
      • ChatInvite
    Index
    • Parameters

      • args: {
            about?: string;
            botVerification?: BotVerification;
            broadcast?: boolean;
            canRefulfillSubscription?: boolean;
            channel?: boolean;
            color: number;
            fake?: boolean;
            megagroup?: boolean;
            participants?: TypeUser[];
            participantsCount: number;
            photo: Api.TypePhoto;
            public?: boolean;
            requestNeeded?: boolean;
            scam?: boolean;
            subscriptionFormId?: BigInteger;
            subscriptionPricing?: StarsSubscriptionPricing;
            title: string;
            verified?: boolean;
        }

      Returns ChatInvite

    • Returns {
          about?: string;
          botVerification?: BotVerification;
          broadcast?: boolean;
          canRefulfillSubscription?: boolean;
          channel?: boolean;
          color: number;
          fake?: boolean;
          megagroup?: boolean;
          participants?: TypeUser[];
          participantsCount: number;
          photo: Api.TypePhoto;
          public?: boolean;
          requestNeeded?: boolean;
          scam?: boolean;
          subscriptionFormId?: BigInteger;
          subscriptionPricing?: StarsSubscriptionPricing;
          title: string;
          verified?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    about?: string
    botVerification?: BotVerification
    broadcast?: boolean
    canRefulfillSubscription?: boolean
    channel?: boolean
    className: "ChatInvite"
    classType: "constructor"
    color: number
    CONSTRUCTOR_ID: 1553807106
    fake?: boolean
    megagroup?: boolean
    originalArgs: {
        about?: string;
        botVerification?: BotVerification;
        broadcast?: boolean;
        canRefulfillSubscription?: boolean;
        channel?: boolean;
        color: number;
        fake?: boolean;
        megagroup?: boolean;
        participants?: TypeUser[];
        participantsCount: number;
        photo: Api.TypePhoto;
        public?: boolean;
        requestNeeded?: boolean;
        scam?: boolean;
        subscriptionFormId?: BigInteger;
        subscriptionPricing?: StarsSubscriptionPricing;
        title: string;
        verified?: boolean;
    }
    participants?: TypeUser[]
    participantsCount: number
    photo: Api.TypePhoto
    public?: boolean
    requestNeeded?: boolean
    scam?: boolean
    SUBCLASS_OF_ID: 72750902
    subscriptionFormId?: BigInteger
    subscriptionPricing?: StarsSubscriptionPricing
    title: string
    verified?: boolean