RecentMeUrlChat
- class pyrogram.raw.types.RecentMeUrlChat
Recent t.me link to a chat
Constructor of
RecentMeUrl.- Details:
Layer:
223ID:
B2DA71D2
- Parameters:
url (
str) – t.me URLchat_id (
int64-bit) – Chat ID
TL Schema
recentMeUrlChat#b2da71d2
url:string
chat_id:long
= RecentMeUrl
Parameter Tree
RecentMeUrlChat
├── url →
string└── chat_id →
longExample
RecentMeUrlChat(
url="https://google.com",
chat_id=0,
)