teleproto - v1.229.0
    Preparing search index...

    Class ChatFull

    Hierarchy (View Summary)

    • VirtualClass<
          {
              about: string;
              availableReactions?: TypeChatReactions;
              botInfo?: Api.TypeBotInfo[];
              call?: TypeInputGroupCall;
              canSetUsername?: boolean;
              chatPhoto?: Api.TypePhoto;
              exportedInvite?: Api.TypeExportedChatInvite;
              folderId?: int;
              groupcallDefaultJoinAs?: TypePeer;
              hasScheduled?: boolean;
              hasWelcomeMessages?: boolean;
              id: long;
              notifySettings: TypePeerNotifySettings;
              participants: TypeChatParticipants;
              pinnedMsgId?: int;
              reactionsLimit?: int;
              recentRequesters?: long[];
              requestsPending?: int;
              themeEmoticon?: string;
              translationsDisabled?: boolean;
              ttlPeriod?: int;
          },
      >
      • ChatFull
    Index
    • Parameters

      • args: {
            about: string;
            availableReactions?: TypeChatReactions;
            botInfo?: Api.BotInfo[];
            call?: TypeInputGroupCall;
            canSetUsername?: boolean;
            chatPhoto?: Api.TypePhoto;
            exportedInvite?: Api.TypeExportedChatInvite;
            folderId?: number;
            groupcallDefaultJoinAs?: TypePeer;
            hasScheduled?: boolean;
            hasWelcomeMessages?: boolean;
            id: BigInteger;
            notifySettings: PeerNotifySettings;
            participants: TypeChatParticipants;
            pinnedMsgId?: number;
            reactionsLimit?: number;
            recentRequesters?: BigInteger[];
            requestsPending?: number;
            themeEmoticon?: string;
            translationsDisabled?: boolean;
            ttlPeriod?: number;
        }

      Returns Api.ChatFull

    • Returns {
          about: string;
          availableReactions?: TypeChatReactions;
          botInfo?: Api.BotInfo[];
          call?: TypeInputGroupCall;
          canSetUsername?: boolean;
          chatPhoto?: Api.TypePhoto;
          exportedInvite?: Api.TypeExportedChatInvite;
          folderId?: number;
          groupcallDefaultJoinAs?: TypePeer;
          hasScheduled?: boolean;
          hasWelcomeMessages?: boolean;
          id: BigInteger;
          notifySettings: PeerNotifySettings;
          participants: TypeChatParticipants;
          pinnedMsgId?: number;
          reactionsLimit?: number;
          recentRequesters?: BigInteger[];
          requestsPending?: number;
          themeEmoticon?: string;
          translationsDisabled?: boolean;
          ttlPeriod?: number;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    about: string
    availableReactions?: TypeChatReactions
    botInfo?: Api.BotInfo[]
    canSetUsername?: boolean
    chatPhoto?: Api.TypePhoto
    className: "ChatFull"
    classType: "constructor"
    CONSTRUCTOR_ID: 640893467
    exportedInvite?: Api.TypeExportedChatInvite
    folderId?: number
    groupcallDefaultJoinAs?: TypePeer
    hasScheduled?: boolean
    hasWelcomeMessages?: boolean
    id: BigInteger
    notifySettings: PeerNotifySettings
    originalArgs: {
        about: string;
        availableReactions?: TypeChatReactions;
        botInfo?: Api.BotInfo[];
        call?: TypeInputGroupCall;
        canSetUsername?: boolean;
        chatPhoto?: Api.TypePhoto;
        exportedInvite?: Api.TypeExportedChatInvite;
        folderId?: number;
        groupcallDefaultJoinAs?: TypePeer;
        hasScheduled?: boolean;
        hasWelcomeMessages?: boolean;
        id: BigInteger;
        notifySettings: PeerNotifySettings;
        participants: TypeChatParticipants;
        pinnedMsgId?: number;
        reactionsLimit?: number;
        recentRequesters?: BigInteger[];
        requestsPending?: number;
        themeEmoticon?: string;
        translationsDisabled?: boolean;
        ttlPeriod?: number;
    }
    participants: TypeChatParticipants
    pinnedMsgId?: number
    reactionsLimit?: number
    recentRequesters?: BigInteger[]
    requestsPending?: number
    SUBCLASS_OF_ID: 3566872215
    themeEmoticon?: string
    translationsDisabled?: boolean
    ttlPeriod?: number