BotCommandScopePeerAdmins constructor

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

Bot Command Scope Peer Admins constructor.

Implementation

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