ListConvosQueryParams

data class ListConvosQueryParams(val limit: Long? = 50, val cursor: String? = null, val readState: ListConvosReadState? = null, val status: ListConvosStatus? = null, val kind: ListConvosKind? = null, val lockStatus: ListConvosLockStatus? = null)

Parameters

status

Filter convos by their status. It is discouraged to call with "request" and preferred to call chat.bsky.convo.listConvoRequests, which also includes group join requests made by the user.

kind

Filter by conversation kind.

lockStatus

Filter by conversation lock status. Values follow chat.bsky.convo.defs#convoLockStatus.

Constructors

Link copied to clipboard
constructor(limit: Long? = 50, cursor: String? = null, readState: ListConvosReadState? = null, status: ListConvosStatus? = null, kind: ListConvosKind? = null, lockStatus: ListConvosLockStatus? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Filter by conversation kind.

Link copied to clipboard
val limit: Long?
Link copied to clipboard

Filter by conversation lock status. Values follow chat.bsky.convo.defs#convoLockStatus.

Link copied to clipboard
Link copied to clipboard

Filter convos by their status. It is discouraged to call with "request" and preferred to call chat.bsky.convo.listConvoRequests, which also includes group join requests made by the user.

Functions

Link copied to clipboard