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