how to use getChats in tdlib
问题 I want to use TD Java API in my android project. method "getchats" return list of chat. I dont know how to use this method getchats has 3 parameters: offset_order, offset_chat_id, limit limit is max number of chats, sent by server to my app. what are offset_order and offset_chat_id? i could only find this brief documentation about this method Returns list of chats in the right order, chats are sorted by (order, chat_id) in decreasing order. For example, to get list of chats from the beginning