Layer 220
RecentMeUrl
Abstract type representing one of 5 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.RecentMeUrl interface.
Use any of the following constructors:
Gogram Example
// RecentMeUrl is an interface type // You can use any of the following constructors: var _ tg.RecentMeUrl = &tg.RecentMeUrlUnknown{} var _ tg.RecentMeUrl = &tg.RecentMeUrlUser{} var _ tg.RecentMeUrl = &tg.RecentMeUrlChatInvite{} var _ tg.RecentMeUrl = &tg.RecentMeUrlChat{} var _ tg.RecentMeUrl = &tg.RecentMeUrlStickerSet{}