UserExitedChannelEventBodyImpl
data class UserExitedChannelEventBodyImpl(val userId: CharSequenceID, val channelId: CharSequenceID, val exitedAt: Timestamp) : UserExitedChannelEventBody
type: exited_channel
Constructors
Link copied to clipboard
fun UserExitedChannelEventBodyImpl(userId: CharSequenceID, channelId: CharSequenceID, exitedAt: Timestamp)