ChannelsAdminLogResults constructor

const ChannelsAdminLogResults({
  1. required List<ChannelAdminLogEventBase> events,
  2. required List<ChatBase> chats,
  3. required List<UserBase> users,
})

Channels Admin Log Results constructor.

Implementation

const ChannelsAdminLogResults({
  required this.events,
  required this.chats,
  required this.users,
}) : super._();