Layer 220
EmojiGroup
Abstract type representing one of 3 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.EmojiGroup interface.
Use any of the following constructors:
Gogram Example
// EmojiGroup is an interface type // You can use any of the following constructors: var _ tg.EmojiGroup = &tg.EmojiGroupPremium{} var _ tg.EmojiGroup = &tg.EmojiGroup{} var _ tg.EmojiGroup = &tg.EmojiGroupGreeting{}