MetaMessagePayload

data class MetaMessagePayload(val from: String, val id: String, val timestamp: String, val type: String, val text: MetaTextMessage?, val image: MetaMediaMessage?, val document: MetaMediaMessage?, val audio: MetaMediaMessage?, val video: MetaMediaMessage?, val sticker: MetaMediaMessage?, val location: MetaLocationMessage?, val interactive: MetaInteractiveMessage?)(source)

Constructors

Link copied to clipboard
constructor(from: String, id: String, timestamp: String, type: String, text: MetaTextMessage?, image: MetaMediaMessage?, document: MetaMediaMessage?, audio: MetaMediaMessage?, video: MetaMediaMessage?, sticker: MetaMediaMessage?, location: MetaLocationMessage?, interactive: MetaInteractiveMessage?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard