- API ›
- Constructors ›
- RecentMeUrlChat
RecentMeUrlChat
---types--- recentMeUrlChat#b2da71d2 url:string chat_id:long = RecentMeUrl
Belongs to
| RecentMeUrl |
In Rust this constructor is a variant of the enums::RecentMeUrl enum.
Match on it with: if let enums::RecentMeUrl::RecentMeUrlChat(v) = result { ... }