Layer 227
Type

Gogram Example

// JoinChatBotResult is an interface type
// You can use any of the following constructors:
var _ tg.JoinChatBotResult = &tg.JoinChatBotResultApproved{}
var _ tg.JoinChatBotResult = &tg.JoinChatBotResultDeclined{}
var _ tg.JoinChatBotResult = &tg.JoinChatBotResultQueued{}
var _ tg.JoinChatBotResult = &tg.JoinChatBotResultWebView{}