ContactsGetContactIDs constructor

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

Contacts Get Contact I Ds constructor.

Implementation

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