getMessagesAround(around:)

Fetch a page of messages around (before, including, and after) some point

func getMessagesAround(around: ChatMessage) async -> Array<ChatMessage>

Parameters

around

ChatMessage to look around

Return Value

Promise resolving to an array of ChatMessage that are found