mtx::responses::Messages struct

Response of the GET /_matrix/client/r0/rooms/{roomId}/messages endpoint.

This API returns a list of message and state events for a room. It uses pagination query parameters to paginate history in the room.

Public variables

std::string start
The token the pagination starts from.
std::string end
The token the pagination ends at.
std::vector<mtx::events::collections::TimelineEvents> chunk
A list of room events.