Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Folder

Hierarchy

  • VirtualClass<{ autofillNewBroadcasts?: boolean; autofillPublicGroups?: boolean; autofillNewCorrespondents?: boolean; id: int; title: string; photo?: TypeChatPhoto }>
    • Folder

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { autofillNewBroadcasts?: boolean; autofillPublicGroups?: boolean; autofillNewCorrespondents?: boolean; id: number; title: string; photo?: TypeChatPhoto }

Type declaration

  • Optional autofillNewBroadcasts?: boolean
  • Optional autofillPublicGroups?: boolean
  • Optional autofillNewCorrespondents?: boolean
  • id: number
  • title: string
  • Optional photo?: TypeChatPhoto
CONSTRUCTOR_ID: 4283715173
SUBCLASS_OF_ID: 3943566587
classType: "constructor"
className: "Folder"
autofillNewBroadcasts?: boolean
autofillPublicGroups?: boolean
autofillNewCorrespondents?: boolean
id: number
title: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { autofillNewBroadcasts?: boolean; autofillPublicGroups?: boolean; autofillNewCorrespondents?: boolean; id: number; title: string; photo?: TypeChatPhoto }
  • Returns { autofillNewBroadcasts?: boolean; autofillPublicGroups?: boolean; autofillNewCorrespondents?: boolean; id: number; title: string; photo?: TypeChatPhoto }

    • Optional autofillNewBroadcasts?: boolean
    • Optional autofillPublicGroups?: boolean
    • Optional autofillNewCorrespondents?: boolean
    • id: number
    • title: string
    • Optional photo?: TypeChatPhoto
  • fromReader(reader: any): Folder

Constructors

  • new Folder(args: { autofillNewBroadcasts?: boolean; autofillPublicGroups?: boolean; autofillNewCorrespondents?: boolean; id: number; title: string; photo?: TypeChatPhoto }): Folder
  • Parameters

    • args: { autofillNewBroadcasts?: boolean; autofillPublicGroups?: boolean; autofillNewCorrespondents?: boolean; id: number; title: string; photo?: TypeChatPhoto }
      • Optional autofillNewBroadcasts?: boolean
      • Optional autofillPublicGroups?: boolean
      • Optional autofillNewCorrespondents?: boolean
      • id: number
      • title: string
      • Optional photo?: TypeChatPhoto

    Returns Folder

Generated using TypeDoc