Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StickerSet

Hierarchy

  • VirtualClass<{ archived?: boolean; official?: boolean; masks?: boolean; animated?: boolean; videos?: boolean; emojis?: boolean; textColor?: boolean; channelEmojiStatus?: boolean; installedDate?: int; id: long; accessHash: long; title: string; shortName: string; thumbs?: TypePhotoSize[]; thumbDcId?: int; thumbVersion?: int; thumbDocumentId?: long; count: int; hash: int }>
    • StickerSet

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { archived?: boolean; official?: boolean; masks?: boolean; animated?: boolean; videos?: boolean; emojis?: boolean; textColor?: boolean; channelEmojiStatus?: boolean; installedDate?: number; id: BigInteger; accessHash: BigInteger; title: string; shortName: string; thumbs?: TypePhotoSize[]; thumbDcId?: number; thumbVersion?: number; thumbDocumentId?: BigInteger; count: number; hash: number }

Type declaration

  • Optional archived?: boolean
  • Optional official?: boolean
  • Optional masks?: boolean
  • Optional animated?: boolean
  • Optional videos?: boolean
  • Optional emojis?: boolean
  • Optional textColor?: boolean
  • Optional channelEmojiStatus?: boolean
  • Optional installedDate?: number
  • id: BigInteger
  • accessHash: BigInteger
  • title: string
  • shortName: string
  • Optional thumbs?: TypePhotoSize[]
  • Optional thumbDcId?: number
  • Optional thumbVersion?: number
  • Optional thumbDocumentId?: BigInteger
  • count: number
  • hash: number
CONSTRUCTOR_ID: 768691932
SUBCLASS_OF_ID: 3134455697
classType: "constructor"
className: "StickerSet"
archived?: boolean
official?: boolean
masks?: boolean
animated?: boolean
videos?: boolean
emojis?: boolean
textColor?: boolean
channelEmojiStatus?: boolean
installedDate?: number
id: BigInteger
accessHash: BigInteger
title: string
shortName: string
thumbs?: TypePhotoSize[]
thumbDcId?: number
thumbVersion?: number
thumbDocumentId?: BigInteger
count: number
hash: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { archived?: boolean; official?: boolean; masks?: boolean; animated?: boolean; videos?: boolean; emojis?: boolean; textColor?: boolean; channelEmojiStatus?: boolean; installedDate?: number; id: BigInteger; accessHash: BigInteger; title: string; shortName: string; thumbs?: TypePhotoSize[]; thumbDcId?: number; thumbVersion?: number; thumbDocumentId?: BigInteger; count: number; hash: number }
  • Returns { archived?: boolean; official?: boolean; masks?: boolean; animated?: boolean; videos?: boolean; emojis?: boolean; textColor?: boolean; channelEmojiStatus?: boolean; installedDate?: number; id: BigInteger; accessHash: BigInteger; title: string; shortName: string; thumbs?: TypePhotoSize[]; thumbDcId?: number; thumbVersion?: number; thumbDocumentId?: BigInteger; count: number; hash: number }

    • Optional archived?: boolean
    • Optional official?: boolean
    • Optional masks?: boolean
    • Optional animated?: boolean
    • Optional videos?: boolean
    • Optional emojis?: boolean
    • Optional textColor?: boolean
    • Optional channelEmojiStatus?: boolean
    • Optional installedDate?: number
    • id: BigInteger
    • accessHash: BigInteger
    • title: string
    • shortName: string
    • Optional thumbs?: TypePhotoSize[]
    • Optional thumbDcId?: number
    • Optional thumbVersion?: number
    • Optional thumbDocumentId?: BigInteger
    • count: number
    • hash: number

Constructors

  • new StickerSet(args: { archived?: boolean; official?: boolean; masks?: boolean; animated?: boolean; videos?: boolean; emojis?: boolean; textColor?: boolean; channelEmojiStatus?: boolean; installedDate?: number; id: BigInteger; accessHash: BigInteger; title: string; shortName: string; thumbs?: TypePhotoSize[]; thumbDcId?: number; thumbVersion?: number; thumbDocumentId?: BigInteger; count: number; hash: number }): Api.StickerSet
  • Parameters

    • args: { archived?: boolean; official?: boolean; masks?: boolean; animated?: boolean; videos?: boolean; emojis?: boolean; textColor?: boolean; channelEmojiStatus?: boolean; installedDate?: number; id: BigInteger; accessHash: BigInteger; title: string; shortName: string; thumbs?: TypePhotoSize[]; thumbDcId?: number; thumbVersion?: number; thumbDocumentId?: BigInteger; count: number; hash: number }
      • Optional archived?: boolean
      • Optional official?: boolean
      • Optional masks?: boolean
      • Optional animated?: boolean
      • Optional videos?: boolean
      • Optional emojis?: boolean
      • Optional textColor?: boolean
      • Optional channelEmojiStatus?: boolean
      • Optional installedDate?: number
      • id: BigInteger
      • accessHash: BigInteger
      • title: string
      • shortName: string
      • Optional thumbs?: TypePhotoSize[]
      • Optional thumbDcId?: number
      • Optional thumbVersion?: number
      • Optional thumbDocumentId?: BigInteger
      • count: number
      • hash: number

    Returns Api.StickerSet

Generated using TypeDoc