Threaded Messages Result
data class ThreadedMessagesResult(val parentMessage: BaseMessage, val threadMessages: List<BaseMessage>)
Retrieves the threaded replies of the current message depending on the timestamp. If the current message doesn’t have replies, the result is an empty list.
Since
4.15.0