ChannelsGetAdminLog constructor

const ChannelsGetAdminLog({
  1. required InputChannelBase channel,
  2. required String q,
  3. ChannelAdminLogEventsFilterBase? eventsFilter,
  4. List<InputUserBase>? admins,
  5. required int maxId,
  6. required int minId,
  7. required int limit,
})

Channels Get Admin Log constructor.

Implementation

const ChannelsGetAdminLog({
  required this.channel,
  required this.q,
  this.eventsFilter,
  this.admins,
  required this.maxId,
  required this.minId,
  required this.limit,
}) : super._();