Layer 220
BotCommandScopePeerUser
The specified bot commands will be valid only for a specific user in the specified group or supergroup.
constructor
botCommandScopePeerUser#a1321f3 peer:InputPeer user_id:InputUser = BotCommandScope;
Returns
BotCommandScopeGogram Example
// Creating BotCommandScopePeerUser constructor obj := &tg.BotCommandScopePeerUser{ Peer: &tg.InputPeerUser{UserID: int64(123456789)}, UserId: &tg.InputUserSelf{}, }