BotCommandScopePeerUser constructor
const
BotCommandScopePeerUser({
- required InputPeerBase peer,
- required InputUserBase userId,
Bot Command Scope Peer User constructor.
Implementation
const BotCommandScopePeerUser({required this.peer, required this.userId})
: super._();