inlineQueryResultVenue property
Represents information about a venue
Implementation
InlineQueryResultVenue? get inlineQueryResultVenue {
if (this is InlineQueryResultVenue) {
return this as InlineQueryResultVenue;
}
return null;
}
Represents information about a venue
InlineQueryResultVenue? get inlineQueryResultVenue {
if (this is InlineQueryResultVenue) {
return this as InlineQueryResultVenue;
}
return null;
}