messages.ArchivedStickers

class pyrogram.raw.base.messages.ArchivedStickers

Archived stickers

Constructors:

This base type has 1 constructor available.

messages.ArchivedStickers

Archived stickersets

Functions:

This object can be returned by 1 function.

messages.GetArchivedStickers

Get all archived stickers

TL Schema

messages.archivedStickers#4fcba9c8
count:int
sets:Vector<StickerSetCovered>

= messages.ArchivedStickers

Parameter Tree

ArchivedStickers
├── countint
└── setsVector < StickerSetCovered >
│ ├── setStickerSet
│ │ └── StickerSet
│ │ ├── archivedtrue (optional)
│ │ ├── officialtrue (optional)
│ │ ├── maskstrue (optional)
│ │ ├── emojistrue (optional)
│ │ ├── text_colortrue (optional)
│ │ ├── channel_emoji_statustrue (optional)
│ │ ├── creatortrue (optional)
│ │ ├── installed_dateint (optional)
│ │ ├── idlong
│ │ ├── access_hashlong
│ │ ├── titlestring
│ │ ├── short_namestring
│ │ ├── thumbsVector < PhotoSize > (optional)
│ │ │ ├── PhotoSizeEmpty
│ │ │ ├── PhotoSize
│ │ │ ├── PhotoCachedSize
│ │ │ ├── PhotoStrippedSize
│ │ │ ├── PhotoSizeProgressive
│ │ │ └── PhotoPathSize
│ │ ├── thumb_dc_idint (optional)
│ │ ├── thumb_versionint (optional)
│ │ ├── thumb_document_idlong (optional)
│ │ ├── countint
│ │ └── hashint
│ └── coverDocument
│ ├── DocumentEmpty
│ │ └── idlong
│ └── Document
│ ├── idlong
│ ├── access_hashlong
│ ├── file_referencebytes
│ ├── dateint
│ ├── mime_typestring
│ ├── sizelong
│ ├── thumbsVector < PhotoSize > (optional)
│ │ ├── PhotoSizeEmpty
│ │ ├── PhotoSize
│ │ ├── PhotoCachedSize
│ │ ├── PhotoStrippedSize
│ │ ├── PhotoSizeProgressive
│ │ └── PhotoPathSize
│ ├── video_thumbsVector < VideoSize > (optional)
│ │ ├── VideoSize
│ │ ├── VideoSizeEmojiMarkup
│ │ └── VideoSizeStickerMarkup
│ ├── dc_idint
│ └── attributesVector < DocumentAttribute >
│ ├── setStickerSet
│ │ └── StickerSet
│ │ ├── archivedtrue (optional)
│ │ ├── officialtrue (optional)
│ │ ├── maskstrue (optional)
│ │ ├── emojistrue (optional)
│ │ ├── text_colortrue (optional)
│ │ ├── channel_emoji_statustrue (optional)
│ │ ├── creatortrue (optional)
│ │ ├── installed_dateint (optional)
│ │ ├── idlong
│ │ ├── access_hashlong
│ │ ├── titlestring
│ │ ├── short_namestring
│ │ ├── thumbsVector < PhotoSize > (optional)
│ │ │ ├── PhotoSizeEmpty
│ │ │ ├── PhotoSize
│ │ │ ├── PhotoCachedSize
│ │ │ ├── PhotoStrippedSize
│ │ │ ├── PhotoSizeProgressive
│ │ │ └── PhotoPathSize
│ │ ├── thumb_dc_idint (optional)
│ │ ├── thumb_versionint (optional)
│ │ ├── thumb_document_idlong (optional)
│ │ ├── countint
│ │ └── hashint
│ └── coversVector < Document >
│ ├── DocumentEmpty
│ │ └── idlong
│ └── Document
│ ├── idlong
│ ├── access_hashlong
│ ├── file_referencebytes
│ ├── dateint
│ ├── mime_typestring
│ ├── sizelong
│ ├── thumbsVector < PhotoSize > (optional)
│ │ ├── PhotoSizeEmpty
│ │ ├── PhotoSize
│ │ ├── PhotoCachedSize
│ │ ├── PhotoStrippedSize
│ │ ├── PhotoSizeProgressive
│ │ └── PhotoPathSize
│ ├── video_thumbsVector < VideoSize > (optional)
│ │ ├── VideoSize
│ │ ├── VideoSizeEmojiMarkup
│ │ └── VideoSizeStickerMarkup
│ ├── dc_idint
│ └── attributesVector < DocumentAttribute >
│ ├── setStickerSet
│ │ └── StickerSet
│ │ ├── archivedtrue (optional)
│ │ ├── officialtrue (optional)
│ │ ├── maskstrue (optional)
│ │ ├── emojistrue (optional)
│ │ ├── text_colortrue (optional)
│ │ ├── channel_emoji_statustrue (optional)
│ │ ├── creatortrue (optional)
│ │ ├── installed_dateint (optional)
│ │ ├── idlong
│ │ ├── access_hashlong
│ │ ├── titlestring
│ │ ├── short_namestring
│ │ ├── thumbsVector < PhotoSize > (optional)
│ │ │ ├── PhotoSizeEmpty
│ │ │ ├── PhotoSize
│ │ │ ├── PhotoCachedSize
│ │ │ ├── PhotoStrippedSize
│ │ │ ├── PhotoSizeProgressive
│ │ │ └── PhotoPathSize
│ │ ├── thumb_dc_idint (optional)
│ │ ├── thumb_versionint (optional)
│ │ ├── thumb_document_idlong (optional)
│ │ ├── countint
│ │ └── hashint
│ ├── packsVector < StickerPack >
│ │ └── StickerPack
│ │ ├── emoticonstring
│ │ └── documentsVector < long >
│ ├── keywordsVector < StickerKeyword >
│ │ └── StickerKeyword
│ │ ├── document_idlong
│ │ └── keywordVector < string >
│ └── documentsVector < Document >
│ ├── DocumentEmpty
│ │ └── idlong
│ └── Document
│ ├── idlong
│ ├── access_hashlong
│ ├── file_referencebytes
│ ├── dateint
│ ├── mime_typestring
│ ├── sizelong
│ ├── thumbsVector < PhotoSize > (optional)
│ │ ├── PhotoSizeEmpty
│ │ ├── PhotoSize
│ │ ├── PhotoCachedSize
│ │ ├── PhotoStrippedSize
│ │ ├── PhotoSizeProgressive
│ │ └── PhotoPathSize
│ ├── video_thumbsVector < VideoSize > (optional)
│ │ ├── VideoSize
│ │ ├── VideoSizeEmojiMarkup
│ │ └── VideoSizeStickerMarkup
│ ├── dc_idint
│ └── attributesVector < DocumentAttribute >
└── setStickerSet
└── StickerSet
├── archivedtrue (optional)
├── officialtrue (optional)
├── maskstrue (optional)
├── emojistrue (optional)
├── text_colortrue (optional)
├── channel_emoji_statustrue (optional)
├── creatortrue (optional)
├── installed_dateint (optional)
├── idlong
├── access_hashlong
├── titlestring
├── short_namestring
├── thumbsVector < PhotoSize > (optional)
│ ├── PhotoSizeEmpty
│ ├── PhotoSize
│ ├── PhotoCachedSize
│ ├── PhotoStrippedSize
│ ├── PhotoSizeProgressive
│ └── PhotoPathSize
├── thumb_dc_idint (optional)
├── thumb_versionint (optional)
├── thumb_document_idlong (optional)
├── countint
└── hashint

Example

ArchivedStickers(
    count=0,
    sets=[
            StickerSetCovered(
                set=StickerSet(
                    archived=None,
                    official=None,
                    masks=None,
                    emojis=None,
                    text_color=None,
                    channel_emoji_status=None,
                    creator=None,
                    installed_date=None,
                    id=0,
                    access_hash=0,
                    title="text",
                    short_name="text",
                    thumbs=None,
                    thumb_dc_id=None,
                    thumb_version=None,
                    thumb_document_id=None,
                    count=0,
                    hash=0
                ),
                cover=DocumentEmpty(id=0)
            )
        ],
)