Image

@Serializable
@SerialName(value = "image_file")
data class Image(val imageFile: ImageFile) : MessageContent

References an image File in the content of a message.

Constructors

Link copied to clipboard
constructor(imageFile: ImageFile)

Properties

Link copied to clipboard
@SerialName(value = "image_file")
val imageFile: ImageFile

The File ID of the image in the message content.