getMessagesBefore(before:)

Fetch a page of messages before some point

func getMessagesBefore(before: ChatMessage?) async -> Array<ChatMessage>

Parameters

before

ChatMessage to look before, or null to start at the end

Return Value

Promise resolving to an array of ChatMessage that are found