DebugSendImageRequest

data class DebugSendImageRequest(val channelId: String, val to: String, val imageUrl: String, val caption: String? = null)(source)

Constructors

Link copied to clipboard
constructor(channelId: String, to: String, imageUrl: String, caption: String? = null)

Properties

Link copied to clipboard
val caption: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: String