open class Message (source)
<init> |
Message(mid: String, text: String? = null, attachments: List<Attachment> = emptyList(), quickReply: UserActionPayload? = null) |
attachments |
open val attachments: List<Attachment> |
mid |
open val mid: String |
quickReply |
open val quickReply: UserActionPayload? |
text |
open var text: String? |
equals |
open fun equals(other: Any?): Boolean |
hashCode |
open fun hashCode(): Int |
MessageEcho |
data class MessageEcho : Message |