InputContactMessageContent constructor

InputContactMessageContent(
  1. String phoneNumber,
  2. String firstName, {
  3. String? lastName,
  4. String? vcard,
})

Basic constructor

Implementation

InputContactMessageContent(
  this.phoneNumber,
  this.firstName, {
  this.lastName,
  this.vcard,
});