RecentMeUrlStickerSet

class pyrogram.raw.types.RecentMeUrlStickerSet

Recent t.me stickerset installation URL

Constructor of RecentMeUrl.

Details:
  • Layer: 223

  • ID: BC0A57DC

Parameters:

TL Schema

recentMeUrlStickerSet#bc0a57dc
url:string
set:StickerSetCovered

= RecentMeUrl

Parameter Tree

RecentMeUrlStickerSet
├── urlstring
└── setStickerSetCovered
│ ├── 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

RecentMeUrlStickerSet(
    url="https://google.com",
    set=StickerSetCovered(
        set=StickerSet(
            id=0,
            access_hash=0,
            title="text",
            short_name="text",
            count=0,
            hash=0
        ),
        cover=DocumentEmpty(id=0)
    ),
)