Structs§
- Thread
List Item - Each
ThreadListItemrepresents one thread root event in the room. The fields are pre-resolved from the raw homeserver response: the sender’s profile is fetched eagerly and the event content is parsed into aTimelineItemContentso that consumers can render the item without any additional work. - Thread
List Item Event - Information about an event in a thread (either the root or the latest reply).
- Thread
List Service - A paginated list of threads for a given room.
Enums§
- Thread
List Pagination State - The pagination state of a
ThreadListService. - Thread
List Service Error - An error that occurred while using a
ThreadListService.