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