InputMediaPhoto
data class InputMediaPhoto(val media: String, val caption: String? = null, val parseMode: String? = null, val captionEntities: List<MessageEntity>? = null, val hasSpoiler: Boolean? = null) : InputMedia(source)
Represents a photo to be sent.
(auto-generated)
Author
ForteScarlet
Properties
Link copied to clipboard
Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode
Link copied to clipboard
Optional. Pass True if the photo needs to be covered with a spoiler animation
Link copied to clipboard
Link copied to clipboard
Optional. Mode for parsing entities in the photo caption. See formatting options for more details.