InlineQueryResultPhoto constructor
const
InlineQueryResultPhoto({})
Represents a photo
Implementation
const InlineQueryResultPhoto({
required this.id,
required this.photo,
required this.title,
required this.description,
});