DirectMessage

data class DirectMessage(val channelId: ChannelId, val userId: UserId, val text: String, val userName: String, val attachments: List<Attachment> = emptyList())

Constructors

Link copied to clipboard
constructor(channelId: ChannelId, userId: UserId, text: String, userName: String, attachments: List<Attachment> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard