inputInlineQueryResultPhoto property

InputInlineQueryResultPhoto? inputInlineQueryResultPhoto

Represents link to a JPEG image

Implementation

InputInlineQueryResultPhoto? get inputInlineQueryResultPhoto {
  if (this is InputInlineQueryResultPhoto) {
    return this as InputInlineQueryResultPhoto;
  }
  return null;
}