InputDialogPeerCommunity constructor

const InputDialogPeerCommunity({
  1. required InputChannelBase community,
})

Input Dialog Peer Community constructor.

Implementation

const InputDialogPeerCommunity({required this.community}) : super._();