BotCommandScopePeerUser constructor

const BotCommandScopePeerUser({
  1. required InputPeerBase peer,
  2. required InputUserBase userId,
})

Bot Command Scope Peer User constructor.

Implementation

const BotCommandScopePeerUser({required this.peer, required this.userId})
    : super._();