ImageFile

@Serializable
data class ImageFile(val fileId: FileId)

References an image File in the content of a message.

Constructors

Link copied to clipboard
constructor(fileId: FileId)

Properties

Link copied to clipboard
@SerialName(value = "file_id")
val fileId: FileId

The File ID of the image in the message content.