You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not list `after_time` & `after_message_id` parametrs for methods:
- find_by_conversation
- find_by_client
- find_all
First, the parameters are wrong.
The parameters declared in SDK are actually
**before**_time & **before**_message_id.
Second, these parameters use deperated `max_ts` parameter of REST API.
See also leancloud/python-sdk#415
weakish
added a commit
to weakish/docs
that referenced
this issue
Jul 23, 2019
Do not list `after_time` & `after_message_id` parametrs for methods:
- find_by_conversation
- find_by_client
- find_all
First, the parameters are wrong.
The parameters declared in SDK are actually
**before**_time & **before**_message_id.
Second, these parameters use deperated `max_ts` parameter of REST API.
See also leancloud/python-sdk#415
find_by_client
和find_all
也有同样的问题。The text was updated successfully, but these errors were encountered: