getRepliesAround

fun getRepliesAround(parentId: String, aroundId: String, limit: Int): Call<List<Message>>

Fetch replies to the specified message with id parentId around the reply with id aroundId.

Return

Executable async Call responsible for fetching replies around a reply.

Parameters

parentId

The id of the parent message.

aroundId

The id of the reply to fetch the surrounding page for.

limit

The number of replies to fetch.