InlineQueryResultContact constructor
InlineQueryResultContact({})
Implementation
InlineQueryResultContact({
required this.id,
this.type = InlineQueryResult.typeContact,
required this.phoneNumber,
required this.firstName,
this.lastName,
this.vcard,
this.replyMarkup,
this.inputMessageContent,
this.thumbnailUrl,
this.thumbnailWidth,
this.thumbnailHeight,
});