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