Layer 220
Type

Gogram Example

// BotCommandScope is an interface type
// You can use any of the following constructors:
var _ tg.BotCommandScope = &tg.BotCommandScopeUsers{}
var _ tg.BotCommandScope = &tg.BotCommandScopeDefault{}
var _ tg.BotCommandScope = &tg.BotCommandScopeChats{}
var _ tg.BotCommandScope = &tg.BotCommandScopeChatAdmins{}
var _ tg.BotCommandScope = &tg.BotCommandScopePeer{}
// ... and 2 more constructors