menu
tdlib2 package
documentation
td_api.dart
InlineQueryResultContact
InlineQueryResultContact.new constructor
InlineQueryResultContact.new constructor
dark_mode
light_mode
InlineQueryResultContact
constructor
InlineQueryResultContact
(
{
required
String
id
,
Contact
?
contact
,
Thumbnail
?
thumbnail
,
})
Implementation
InlineQueryResultContact({required this.id, this.contact, this.thumbnail});
tdlib2 package
documentation
td_api
InlineQueryResultContact
InlineQueryResultContact.new constructor
InlineQueryResultContact class