ChannelsGetAdminedPublicChannels constructor

const ChannelsGetAdminedPublicChannels({
  1. required bool byLocation,
  2. required bool checkLimit,
})

Channels Get Admined Public Channels constructor.

Implementation

const ChannelsGetAdminedPublicChannels({
  required this.byLocation,
  required this.checkLimit,
}) : super._();