ChannelsSendAsPeers constructor

const ChannelsSendAsPeers({
  1. required List<SendAsPeerBase> peers,
  2. required List<ChatBase> chats,
  3. required List<UserBase> users,
})

Channels Send As Peers constructor.

Implementation

const ChannelsSendAsPeers({
  required this.peers,
  required this.chats,
  required this.users,
}) : super._();