messages.MyStickers

class pyrogram.raw.types.messages.MyStickers

The list of stickersets owned by the current account ».

Constructor of MyStickers.

Details:
  • Layer: 223

  • ID: FAFF629D

Parameters:
  • count (int 32-bit) – Total number of owned stickersets.

  • sets (List of StickerSetCovered) – Stickersets

Functions:

This object can be returned by 1 function.

messages.GetMyStickers

Fetch all stickersets » owned by the current user.

TL Schema

messages.myStickers#faff629d
count:int
sets:Vector<StickerSetCovered>

= messages.MyStickers

Parameter Tree

MyStickers
├── 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

MyStickers(
    count=0,
    sets=[
            StickerSetCovered(
                set=StickerSet(
                    id=0,
                    access_hash=0,
                    title="text",
                    short_name="text",
                    count=0,
                    hash=0
                ),
                cover=DocumentEmpty(id=0)
            )
        ],
)