RecentMeUrl

class pyrogram.raw.base.RecentMeUrl

Recent t.me urls

Constructors:

This base type has 5 constructors available.

RecentMeUrlChat

Recent t.me link to a chat

RecentMeUrlChatInvite

Recent t.me invite link to a chat

RecentMeUrlStickerSet

Recent t.me stickerset installation URL

RecentMeUrlUnknown

Unknown t.me url

RecentMeUrlUser

Recent t.me link to a user

TL Schema


Parameter Tree

RecentMeUrl
│ └── urlstring
├── RecentMeUrlUser
│ ├── urlstring
│ └── user_idlong
├── RecentMeUrlChat
│ ├── urlstring
│ └── chat_idlong
│ ├── urlstring
│ └── chat_inviteChatInvite
│ ├── ChatInviteAlready
│ │ └── chatChat
│ │ ├── ChatEmpty
│ │ ├── Chat
│ │ ├── ChatForbidden
│ │ ├── Channel
│ │ └── ChannelForbidden
│ ├── ChatInvite
│ │ ├── channeltrue (optional)
│ │ ├── broadcasttrue (optional)
│ │ ├── publictrue (optional)
│ │ ├── megagrouptrue (optional)
│ │ ├── request_neededtrue (optional)
│ │ ├── verifiedtrue (optional)
│ │ ├── scamtrue (optional)
│ │ ├── faketrue (optional)
│ │ ├── can_refulfill_subscriptiontrue (optional)
│ │ ├── titlestring
│ │ ├── aboutstring (optional)
│ │ ├── photoPhoto
│ │ │ ├── PhotoEmpty
│ │ │ └── Photo
│ │ ├── participants_countint
│ │ ├── participantsVector < User > (optional)
│ │ │ ├── UserEmpty
│ │ │ └── User
│ │ ├── colorint
│ │ ├── subscription_pricingStarsSubscriptionPricing (optional)
│ │ │ └── StarsSubscriptionPricing
│ │ ├── subscription_form_idlong (optional)
│ │ └── bot_verificationBotVerification (optional)
│ │ └── BotVerification
│ └── ChatInvitePeek
│ ├── chatChat
│ │ ├── ChatEmpty
│ │ ├── Chat
│ │ ├── ChatForbidden
│ │ ├── Channel
│ │ └── ChannelForbidden
│ └── expiresint
├── urlstring
└── setStickerSetCovered
│ ├── setStickerSet
│ │ └── StickerSet
│ └── coverDocument
│ ├── DocumentEmpty
│ └── Document
│ ├── setStickerSet
│ │ └── StickerSet
│ └── coversVector < Document >
│ ├── DocumentEmpty
│ └── Document
│ ├── setStickerSet
│ │ └── StickerSet
│ ├── packsVector < StickerPack >
│ │ └── StickerPack
│ ├── keywordsVector < StickerKeyword >
│ │ └── StickerKeyword
│ └── documentsVector < Document >
│ ├── DocumentEmpty
│ └── Document
└── setStickerSet
└── StickerSet

Example