Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class DirectMessage(val channelId: ChannelId, val userId: UserId, val text: String, val userName: String, val attachments: List<Attachment> = emptyList())
Link copied to clipboard