inputInlineQueryResultLocation property

InputInlineQueryResultLocation? inputInlineQueryResultLocation

Represents a point on the map

Implementation

InputInlineQueryResultLocation? get inputInlineQueryResultLocation {
  if (this is InputInlineQueryResultLocation) {
    return this as InputInlineQueryResultLocation;
  }
  return null;
}