RequestPeerTypeUser constructor

const RequestPeerTypeUser({
  1. bool? bot,
  2. bool? premium,
})

Request Peer Type User constructor.

Implementation

const RequestPeerTypeUser({this.bot, this.premium}) : super._();