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
│ └── url → string
├── RecentMeUrlUser
│ ├── url → string
│ └── user_id → long
├── RecentMeUrlChat
│ ├── url → string
│ └── chat_id → long
│ ├── url → string
│ └── chat_invite → ChatInvite
│ ├── ChatInviteAlready
│ │ └── chat → Chat
│ │ ├── ChatEmpty
│ │ ├── Chat
│ │ ├── ChatForbidden
│ │ ├── Channel
│ │ └── ChannelForbidden
│ ├── ChatInvite
│ │ ├── channel → true (optional)
│ │ ├── broadcast → true (optional)
│ │ ├── public → true (optional)
│ │ ├── megagroup → true (optional)
│ │ ├── request_needed → true (optional)
│ │ ├── verified → true (optional)
│ │ ├── scam → true (optional)
│ │ ├── fake → true (optional)
│ │ ├── can_refulfill_subscription → true (optional)
│ │ ├── title → string
│ │ ├── about → string (optional)
│ │ ├── photo → Photo
│ │ │ ├── PhotoEmpty
│ │ │ └── Photo
│ │ ├── participants_count → int
│ │ ├── participants → Vector < User > (optional)
│ │ │ ├── UserEmpty
│ │ │ └── User
│ │ ├── color → int
│ │ ├── subscription_pricing → StarsSubscriptionPricing (optional)
│ │ │ └── StarsSubscriptionPricing
│ │ ├── subscription_form_id → long (optional)
│ │ └── bot_verification → BotVerification (optional)
│ │ └── BotVerification
│ └── ChatInvitePeek
│ ├── chat → Chat
│ │ ├── ChatEmpty
│ │ ├── Chat
│ │ ├── ChatForbidden
│ │ ├── Channel
│ │ └── ChannelForbidden
│ └── expires → int
├── url → string
└── set → StickerSetCovered
│ ├── set → StickerSet
│ │ └── StickerSet
│ └── cover → Document
│ ├── DocumentEmpty
│ └── Document
│ ├── set → StickerSet
│ │ └── StickerSet
│ └── covers → Vector < Document >
│ ├── DocumentEmpty
│ └── Document
│ ├── set → StickerSet
│ │ └── StickerSet
│ ├── packs → Vector < StickerPack >
│ │ └── StickerPack
│ ├── keywords → Vector < StickerKeyword >
│ │ └── StickerKeyword
│ └── documents → Vector < Document >
│ ├── DocumentEmpty
│ └── Document
└── set → StickerSet
└── StickerSet

Example