ConvoService

class ConvoService(client: <Error class: unknown class>)

Constructors

Link copied to clipboard
constructor(client: <Error class: unknown class>)

Functions

Link copied to clipboard

Returns a page of messages from a conversation.

Link copied to clipboard
suspend fun listConvos(request: ListConvosRequest = ListConvosRequest()): ListConvosResponse

Returns a page of conversations (direct or group) for the user.

Link copied to clipboard
fun ConvoService.listConvosFlow(request: ListConvosRequest = ListConvosRequest()): <Error class: unknown class><ConvoView>

Returns a page of conversations (direct or group) for the user.

Link copied to clipboard
fun ConvoService.listConvosPageFlow(request: ListConvosRequest = ListConvosRequest()): <Error class: unknown class><List<ConvoView>>

Returns a page of conversations (direct or group) for the user.

Link copied to clipboard

Returns a page of messages from a conversation.

Link copied to clipboard

Returns a page of messages from a conversation.

Link copied to clipboard

Sends a message to a conversation.