Photo
@Serializable
@SerialName(value = "photo" )
Constructors
Link copied to clipboard
constructor(media: String, caption: String? = null, parseMode: ParseMode? = null, captionEntities: List<MessageEntity>? = null, hasSpoiler: Boolean? = null, showCaptionAboveMedia: Boolean? = null)
constructor(media: InputFile, caption: String? = null, parseMode: ParseMode? = null, captionEntities: List<MessageEntity>? = null, hasSpoiler: Boolean? = null, showCaptionAboveMedia: Boolean? = null)
constructor(media: ImplicitFile, caption: String? = null, parseMode: ParseMode? = null, captionEntities: List<MessageEntity>? = null, hasSpoiler: Boolean? = null, showCaptionAboveMedia: Boolean? = null)