inlineQueryResultPhoto property
Represents a photo
Implementation
InlineQueryResultPhoto? get inlineQueryResultPhoto {
  if (this is InlineQueryResultPhoto) {
    return this as InlineQueryResultPhoto;
  }
  return null;
}Represents a photo
InlineQueryResultPhoto? get inlineQueryResultPhoto {
  if (this is InlineQueryResultPhoto) {
    return this as InlineQueryResultPhoto;
  }
  return null;
}