ContactsGetContacts constructor

const ContactsGetContacts({
  1. required int hash,
})

Contacts Get Contacts constructor.

Implementation

const ContactsGetContacts({
  required this.hash,
}) : super._();