Layer 220
Type

Gogram Example

// ProfileTab is an interface type
// You can use any of the following constructors:
var _ tg.ProfileTab = &tg.ProfileTabGifts{}
var _ tg.ProfileTab = &tg.ProfileTabPosts{}
var _ tg.ProfileTab = &tg.ProfileTabMusic{}
var _ tg.ProfileTab = &tg.ProfileTabVoice{}
var _ tg.ProfileTab = &tg.ProfileTabLinks{}
// ... and 3 more constructors