Layer 220
Reaction
Abstract type representing one of 4 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.Reaction interface.
Use any of the following constructors:
Gogram Example
// Reaction is an interface type // You can use any of the following constructors: var _ tg.Reaction = &tg.ReactionEmpty{} var _ tg.Reaction = &tg.ReactionEmoji{} var _ tg.Reaction = &tg.ReactionCustomEmoji{} var _ tg.Reaction = &tg.ReactionPaid{}