ContactsGetTopPeers constructor

const ContactsGetTopPeers({
  1. required bool correspondents,
  2. required bool botsPm,
  3. required bool botsInline,
  4. required bool phoneCalls,
  5. required bool forwardUsers,
  6. required bool forwardChats,
  7. required bool groups,
  8. required bool channels,
  9. required int offset,
  10. required int limit,
  11. required int hash,
})

Contacts Get Top Peers constructor.

Implementation

const ContactsGetTopPeers({
  required this.correspondents,
  required this.botsPm,
  required this.botsInline,
  required this.phoneCalls,
  required this.forwardUsers,
  required this.forwardChats,
  required this.groups,
  required this.channels,
  required this.offset,
  required this.limit,
  required this.hash,
}) : super._();