getDataTime

public long getDataTime()

Retrieves the starting point for pulling messages. This corresponds to the `sentTime` in the message. If there are no messages in the local database, pass 0 for the first pull. Otherwise, pass the `sentTime` of the earliest message to fetch the latest `count` messages.

Return

The starting point for pulling messages. This corresponds to the `sentTime` in the message. If there are no messages in the local database, pass 0 for the first pull. Otherwise, pass the `sentTime` of the earliest message to fetch the latest `count` messages.