inputInlineQueryResultLocation property
Represents a point on the map
Implementation
InputInlineQueryResultLocation? get inputInlineQueryResultLocation {
if (this is InputInlineQueryResultLocation) {
return this as InputInlineQueryResultLocation;
}
return null;
}