teleproto - v1.229.0
    Preparing search index...

    Class StickerSet

    Hierarchy (View Summary)

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

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

      Returns Api.StickerSet

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

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