fetchThreadTimeline

abstract suspend fun fetchThreadTimeline(    rootThreadEventId: String,     from: String,     limit: Int)

Fetch all thread replies for the specified thread using the /relations api.

Parameters

rootThreadEventId

the root thread eventId

from

defines the token that will fetch from that position

limit

defines the number of max results the api will respond with