ChannelsGetAdminLog constructor
const
ChannelsGetAdminLog({
- required InputChannelBase channel,
- required String q,
- ChannelAdminLogEventsFilterBase? eventsFilter,
- List<
InputUserBase> ? admins, - required int maxId,
- required int minId,
- 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._();