Request

data class Request(val serverId: ServerId, val channelId: ChannelId, val from: Int, val limit: Int, val requestFrom: String) : ChannelQuery.GetMessagesFromChannelId, ServiceRequest

Constructors

Link copied to clipboard
constructor(serverId: ServerId, channelId: ChannelId, from: Int, limit: Int, requestFrom: String)

Properties

Link copied to clipboard
Link copied to clipboard
val from: Int
Link copied to clipboard
val limit: Int
Link copied to clipboard
open override val requestFrom: String
Link copied to clipboard