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