RecentMeUrlChatInvite

class pyrogram.raw.types.RecentMeUrlChatInvite

Recent t.me invite link to a chat

Constructor of RecentMeUrl.

Details:
  • Layer: 223

  • ID: EB49081D

Parameters:
  • url (str) – t.me URL

  • chat_invite (ChatInvite) – Chat invitation

TL Schema

recentMeUrlChatInvite#eb49081d
url:string
chat_invite:ChatInvite

= RecentMeUrl

Parameter Tree

RecentMeUrlChatInvite
├── urlstring
└── chat_inviteChatInvite
│ └── chatChat
│ ├── ChatEmpty
│ │ └── idlong
│ ├── Chat
│ │ ├── creatortrue (optional)
│ │ ├── lefttrue (optional)
│ │ ├── deactivatedtrue (optional)
│ │ ├── call_activetrue (optional)
│ │ ├── call_not_emptytrue (optional)
│ │ ├── noforwardstrue (optional)
│ │ ├── idlong
│ │ ├── titlestring
│ │ ├── photoChatPhoto
│ │ │ ├── ChatPhotoEmpty
│ │ │ └── ChatPhoto
│ │ ├── participants_countint
│ │ ├── dateint
│ │ ├── versionint
│ │ ├── migrated_toInputChannel (optional)
│ │ │ ├── InputChannelEmpty
│ │ │ ├── InputChannel
│ │ │ └── InputChannelFromMessage
│ │ ├── admin_rightsChatAdminRights (optional)
│ │ │ └── ChatAdminRights
│ │ └── default_banned_rightsChatBannedRights (optional)
│ │ └── ChatBannedRights
│ ├── ChatForbidden
│ │ ├── idlong
│ │ └── titlestring
│ ├── Channel
│ │ ├── creatortrue (optional)
│ │ ├── lefttrue (optional)
│ │ ├── broadcasttrue (optional)
│ │ ├── verifiedtrue (optional)
│ │ ├── megagrouptrue (optional)
│ │ ├── restrictedtrue (optional)
│ │ ├── signaturestrue (optional)
│ │ ├── mintrue (optional)
│ │ ├── scamtrue (optional)
│ │ ├── has_linktrue (optional)
│ │ ├── has_geotrue (optional)
│ │ ├── slowmode_enabledtrue (optional)
│ │ ├── call_activetrue (optional)
│ │ ├── call_not_emptytrue (optional)
│ │ ├── faketrue (optional)
│ │ ├── gigagrouptrue (optional)
│ │ ├── noforwardstrue (optional)
│ │ ├── join_to_sendtrue (optional)
│ │ ├── join_requesttrue (optional)
│ │ ├── forumtrue (optional)
│ │ ├── stories_hiddentrue (optional)
│ │ ├── stories_hidden_mintrue (optional)
│ │ ├── stories_unavailabletrue (optional)
│ │ ├── signature_profilestrue (optional)
│ │ ├── autotranslationtrue (optional)
│ │ ├── broadcast_messages_allowedtrue (optional)
│ │ ├── monoforumtrue (optional)
│ │ ├── forum_tabstrue (optional)
│ │ ├── idlong
│ │ ├── access_hashlong (optional)
│ │ ├── titlestring
│ │ ├── usernamestring (optional)
│ │ ├── photoChatPhoto
│ │ │ ├── ChatPhotoEmpty
│ │ │ └── ChatPhoto
│ │ ├── dateint
│ │ ├── restriction_reasonVector < RestrictionReason > (optional)
│ │ │ └── RestrictionReason
│ │ ├── admin_rightsChatAdminRights (optional)
│ │ │ └── ChatAdminRights
│ │ ├── banned_rightsChatBannedRights (optional)
│ │ │ └── ChatBannedRights
│ │ ├── default_banned_rightsChatBannedRights (optional)
│ │ │ └── ChatBannedRights
│ │ ├── participants_countint (optional)
│ │ ├── usernamesVector < Username > (optional)
│ │ │ └── Username
│ │ ├── stories_max_idRecentStory (optional)
│ │ │ └── RecentStory
│ │ ├── colorPeerColor (optional)
│ │ │ ├── PeerColor
│ │ │ ├── PeerColorCollectible
│ │ │ └── InputPeerColorCollectible
│ │ ├── profile_colorPeerColor (optional)
│ │ │ ├── PeerColor
│ │ │ ├── PeerColorCollectible
│ │ │ └── InputPeerColorCollectible
│ │ ├── emoji_statusEmojiStatus (optional)
│ │ │ ├── EmojiStatusEmpty
│ │ │ ├── EmojiStatus
│ │ │ ├── EmojiStatusCollectible
│ │ │ └── InputEmojiStatusCollectible
│ │ ├── levelint (optional)
│ │ ├── subscription_until_dateint (optional)
│ │ ├── bot_verification_iconlong (optional)
│ │ ├── send_paid_messages_starslong (optional)
│ │ └── linked_monoforum_idlong (optional)
│ └── ChannelForbidden
│ ├── broadcasttrue (optional)
│ ├── megagrouptrue (optional)
│ ├── monoforumtrue (optional)
│ ├── idlong
│ ├── access_hashlong
│ ├── titlestring
│ └── until_dateint (optional)
├── 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
│ │ │ └── idlong
│ │ └── Photo
│ │ ├── has_stickerstrue (optional)
│ │ ├── idlong
│ │ ├── access_hashlong
│ │ ├── file_referencebytes
│ │ ├── dateint
│ │ ├── sizesVector < PhotoSize >
│ │ │ ├── PhotoSizeEmpty
│ │ │ ├── PhotoSize
│ │ │ ├── PhotoCachedSize
│ │ │ ├── PhotoStrippedSize
│ │ │ ├── PhotoSizeProgressive
│ │ │ └── PhotoPathSize
│ │ ├── video_sizesVector < VideoSize > (optional)
│ │ │ ├── VideoSize
│ │ │ ├── VideoSizeEmojiMarkup
│ │ │ └── VideoSizeStickerMarkup
│ │ └── dc_idint
│ ├── participants_countint
│ ├── participantsVector < User > (optional)
│ │ ├── UserEmpty
│ │ │ └── idlong
│ │ └── User
│ │ ├── is_selftrue (optional)
│ │ ├── contacttrue (optional)
│ │ ├── mutual_contacttrue (optional)
│ │ ├── deletedtrue (optional)
│ │ ├── bottrue (optional)
│ │ ├── bot_chat_historytrue (optional)
│ │ ├── bot_nochatstrue (optional)
│ │ ├── verifiedtrue (optional)
│ │ ├── restrictedtrue (optional)
│ │ ├── mintrue (optional)
│ │ ├── bot_inline_geotrue (optional)
│ │ ├── supporttrue (optional)
│ │ ├── scamtrue (optional)
│ │ ├── apply_min_phototrue (optional)
│ │ ├── faketrue (optional)
│ │ ├── bot_attach_menutrue (optional)
│ │ ├── premiumtrue (optional)
│ │ ├── attach_menu_enabledtrue (optional)
│ │ ├── bot_can_edittrue (optional)
│ │ ├── close_friendtrue (optional)
│ │ ├── stories_hiddentrue (optional)
│ │ ├── stories_unavailabletrue (optional)
│ │ ├── contact_require_premiumtrue (optional)
│ │ ├── bot_businesstrue (optional)
│ │ ├── bot_has_main_apptrue (optional)
│ │ ├── bot_forum_viewtrue (optional)
│ │ ├── bot_forum_can_manage_topicstrue (optional)
│ │ ├── idlong
│ │ ├── access_hashlong (optional)
│ │ ├── first_namestring (optional)
│ │ ├── last_namestring (optional)
│ │ ├── usernamestring (optional)
│ │ ├── phonestring (optional)
│ │ ├── photoUserProfilePhoto (optional)
│ │ │ ├── UserProfilePhotoEmpty
│ │ │ └── UserProfilePhoto
│ │ ├── statusUserStatus (optional)
│ │ │ ├── UserStatusEmpty
│ │ │ ├── UserStatusOnline
│ │ │ ├── UserStatusOffline
│ │ │ ├── UserStatusRecently
│ │ │ ├── UserStatusLastWeek
│ │ │ └── UserStatusLastMonth
│ │ ├── bot_info_versionint (optional)
│ │ ├── restriction_reasonVector < RestrictionReason > (optional)
│ │ │ └── RestrictionReason
│ │ ├── bot_inline_placeholderstring (optional)
│ │ ├── lang_codestring (optional)
│ │ ├── emoji_statusEmojiStatus (optional)
│ │ │ ├── EmojiStatusEmpty
│ │ │ ├── EmojiStatus
│ │ │ ├── EmojiStatusCollectible
│ │ │ └── InputEmojiStatusCollectible
│ │ ├── usernamesVector < Username > (optional)
│ │ │ └── Username
│ │ ├── stories_max_idRecentStory (optional)
│ │ │ └── RecentStory
│ │ ├── colorPeerColor (optional)
│ │ │ ├── PeerColor
│ │ │ ├── PeerColorCollectible
│ │ │ └── InputPeerColorCollectible
│ │ ├── profile_colorPeerColor (optional)
│ │ │ ├── PeerColor
│ │ │ ├── PeerColorCollectible
│ │ │ └── InputPeerColorCollectible
│ │ ├── bot_active_usersint (optional)
│ │ ├── bot_verification_iconlong (optional)
│ │ └── send_paid_messages_starslong (optional)
│ ├── colorint
│ ├── subscription_pricingStarsSubscriptionPricing (optional)
│ │ └── StarsSubscriptionPricing
│ │ ├── periodint
│ │ └── amountlong
│ ├── subscription_form_idlong (optional)
│ └── bot_verificationBotVerification (optional)
│ └── BotVerification
│ ├── bot_idlong
│ ├── iconlong
│ └── descriptionstring
└── ChatInvitePeek
├── chatChat
│ ├── ChatEmpty
│ │ └── idlong
│ ├── Chat
│ │ ├── creatortrue (optional)
│ │ ├── lefttrue (optional)
│ │ ├── deactivatedtrue (optional)
│ │ ├── call_activetrue (optional)
│ │ ├── call_not_emptytrue (optional)
│ │ ├── noforwardstrue (optional)
│ │ ├── idlong
│ │ ├── titlestring
│ │ ├── photoChatPhoto
│ │ │ ├── ChatPhotoEmpty
│ │ │ └── ChatPhoto
│ │ ├── participants_countint
│ │ ├── dateint
│ │ ├── versionint
│ │ ├── migrated_toInputChannel (optional)
│ │ │ ├── InputChannelEmpty
│ │ │ ├── InputChannel
│ │ │ └── InputChannelFromMessage
│ │ ├── admin_rightsChatAdminRights (optional)
│ │ │ └── ChatAdminRights
│ │ └── default_banned_rightsChatBannedRights (optional)
│ │ └── ChatBannedRights
│ ├── ChatForbidden
│ │ ├── idlong
│ │ └── titlestring
│ ├── Channel
│ │ ├── creatortrue (optional)
│ │ ├── lefttrue (optional)
│ │ ├── broadcasttrue (optional)
│ │ ├── verifiedtrue (optional)
│ │ ├── megagrouptrue (optional)
│ │ ├── restrictedtrue (optional)
│ │ ├── signaturestrue (optional)
│ │ ├── mintrue (optional)
│ │ ├── scamtrue (optional)
│ │ ├── has_linktrue (optional)
│ │ ├── has_geotrue (optional)
│ │ ├── slowmode_enabledtrue (optional)
│ │ ├── call_activetrue (optional)
│ │ ├── call_not_emptytrue (optional)
│ │ ├── faketrue (optional)
│ │ ├── gigagrouptrue (optional)
│ │ ├── noforwardstrue (optional)
│ │ ├── join_to_sendtrue (optional)
│ │ ├── join_requesttrue (optional)
│ │ ├── forumtrue (optional)
│ │ ├── stories_hiddentrue (optional)
│ │ ├── stories_hidden_mintrue (optional)
│ │ ├── stories_unavailabletrue (optional)
│ │ ├── signature_profilestrue (optional)
│ │ ├── autotranslationtrue (optional)
│ │ ├── broadcast_messages_allowedtrue (optional)
│ │ ├── monoforumtrue (optional)
│ │ ├── forum_tabstrue (optional)
│ │ ├── idlong
│ │ ├── access_hashlong (optional)
│ │ ├── titlestring
│ │ ├── usernamestring (optional)
│ │ ├── photoChatPhoto
│ │ │ ├── ChatPhotoEmpty
│ │ │ └── ChatPhoto
│ │ ├── dateint
│ │ ├── restriction_reasonVector < RestrictionReason > (optional)
│ │ │ └── RestrictionReason
│ │ ├── admin_rightsChatAdminRights (optional)
│ │ │ └── ChatAdminRights
│ │ ├── banned_rightsChatBannedRights (optional)
│ │ │ └── ChatBannedRights
│ │ ├── default_banned_rightsChatBannedRights (optional)
│ │ │ └── ChatBannedRights
│ │ ├── participants_countint (optional)
│ │ ├── usernamesVector < Username > (optional)
│ │ │ └── Username
│ │ ├── stories_max_idRecentStory (optional)
│ │ │ └── RecentStory
│ │ ├── colorPeerColor (optional)
│ │ │ ├── PeerColor
│ │ │ ├── PeerColorCollectible
│ │ │ └── InputPeerColorCollectible
│ │ ├── profile_colorPeerColor (optional)
│ │ │ ├── PeerColor
│ │ │ ├── PeerColorCollectible
│ │ │ └── InputPeerColorCollectible
│ │ ├── emoji_statusEmojiStatus (optional)
│ │ │ ├── EmojiStatusEmpty
│ │ │ ├── EmojiStatus
│ │ │ ├── EmojiStatusCollectible
│ │ │ └── InputEmojiStatusCollectible
│ │ ├── levelint (optional)
│ │ ├── subscription_until_dateint (optional)
│ │ ├── bot_verification_iconlong (optional)
│ │ ├── send_paid_messages_starslong (optional)
│ │ └── linked_monoforum_idlong (optional)
│ └── ChannelForbidden
│ ├── broadcasttrue (optional)
│ ├── megagrouptrue (optional)
│ ├── monoforumtrue (optional)
│ ├── idlong
│ ├── access_hashlong
│ ├── titlestring
│ └── until_dateint (optional)
└── expiresint

Example

RecentMeUrlChatInvite(
    url="https://google.com",
    chat_invite=ChatInviteAlready(chat=ChatEmpty(id=0)),
)