Layer 220
constructor
botCommandScopePeer#db9d897d peer:InputPeer = BotCommandScope;

Parameters

Name Type Description
Peer InputPeer The dialog

Returns

BotCommandScope

Gogram Example

// Creating BotCommandScopePeer constructor
obj := &tg.BotCommandScopePeer{
    Peer: &tg.InputPeerUser{UserID: int64(123456789)},
}