MessageInChannelEvent

data class MessageInChannelEvent(val serverId: String, val channelId: String, val messageId: String, val sender: String, val content: String) : ChannelEvent

Message in channel event.

Parameters

serverId

The id of the server.

channelId

The id of the channel.

messageId

The id of the message.

sender

The sender of the message.

content

The content of the message.

Constructors

Link copied to clipboard
constructor(serverId: String, channelId: String, messageId: String, sender: String, content: String)

Types

Link copied to clipboard
object Companion

Properties

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