BotCommandScopePeer constructor

const BotCommandScopePeer({
  1. required InputPeerBase peer,
})

Bot Command Scope Peer constructor.

Implementation

const BotCommandScopePeer({required this.peer}) : super._();