OptionalendThe end of the time window to query from. If provided, the response will include messages with timestamps less than this value.
OptionallimitThe maximum number of messages to return in the response.
OptionalorderThe direction to query messages in. If OrderBy.OldestFirst, the response will include messages from the start of the time window to the end. If OrderBy.NewestFirst, the response will include messages from the end of the time window to the start. If not provided, the default is OrderBy.NewestFirst.
OptionalstartThe start of the time window to query from. If provided, the response will include messages with timestamps equal to or greater than this value.
Parameters for querying messages in a chat room.