ListConvosQueryParams

constructor(limit: Long? = 50, cursor: String? = null, readState: ListConvosReadState? = null, status: ListConvosStatus? = null, kind: ListConvosKind? = null, 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.