invoke

suspend operator fun invoke(conversationId: <Error class: unknown class>, limit: Int = 100, offset: Int = 0, visibility: List<<Error class: unknown class>> = Message.Visibility.values().toList()): <Error class: unknown class><List<<Error class: unknown class>>>

Return

the Flow of List of Message if successful

Parameters

conversationId

the id of the conversation

limit

the number of messages to return for pagination

offset

the offset of the messages to return for pagination

visibility

the visibility of the messages to return @see Message.Visibility