BotCommandScopePeerUser
---types--- botCommandScopePeerUser#0a1321f3 peer:InputPeer user_id:InputUser = BotCommandScope
Belongs to
| BotCommandScope |
This type can be an instance of either:
| BotCommandScopeChatAdmins | BotCommandScopeChats |
| BotCommandScopeDefault | BotCommandScopePeer |
| BotCommandScopePeerAdmins | BotCommandScopePeerUser |
| BotCommandScopeUsers |
Members
| peer | InputPeer | Anything entity-like will work if the library can find its Input version (e.g., usernames, Peer, User or Channel objects, etc.). |
| user_id | InputUser | Anything entity-like will work if the library can find its Input version (e.g., usernames, Peer, User or Channel objects, etc.). |