Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 718 Bytes

File metadata and controls

16 lines (11 loc) · 718 Bytes

Io.Gate.GateApi.Model.GetChatsListRequest

Get chat history request

Properties

Name Type Description Notes
Txid int Order ID; omit or `0` to return the latest order with chat for the user. [optional]
Lastreceived int Timestamp of the last received message for backward incremental fetch; omit on first load. [optional]
Firstreceived int Timestamp of first received message for paging backward; omit on first load. [optional]

[Back to Model list] [Back to API list] [Back to README]