Enumeration ChatSearchDirection

The message search directions.

The message search is based on the Unix timestamp included in messages. Each message contains two Unix timestamps:

  • The Unix timestamp when the message is created;
  • The Unix timestamp when the message is received by the server.

Which Unix timestamp is used for message search depends on the setting of ChatOptions.sortMessageByServerTime.

Enumeration Members

Enumeration Members

DOWN

Messages are retrieved in the ascending order of the timestamp included in them.

UP

Messages are retrieved in the descending order of the timestamp included in them.

""