RequestedPeerChannel constructor
const
RequestedPeerChannel({})
Requested Peer Channel constructor.
Implementation
const RequestedPeerChannel({
required this.channelId,
this.title,
this.username,
this.photo,
}) : super._();