ListThreadsBySnowflakeRequest

data class ListThreadsBySnowflakeRequest(val before: Snowflake? = null, val limit: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(before: Snowflake? = null, limit: Int? = null)

Properties

Link copied to clipboard
val before: Snowflake? = null
Link copied to clipboard
val limit: Int? = null