InputMessagePhoto constructor

InputMessagePhoto(
  1. {required InputFile photo,
  2. InputThumbnail? thumbnail,
  3. required List<int> added_sticker_file_ids,
  4. required int width,
  5. required int height,
  6. FormattedText? caption,
  7. MessageSelfDestructType? self_destruct_type,
  8. required bool has_spoiler,
  9. int? extra,
  10. int? clientId}
)

A photo message

Implementation

InputMessagePhoto