We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaea284 commit eb56a3cCopy full SHA for eb56a3c
documents/APIs.md
@@ -788,7 +788,8 @@ JMessage.retractMessage(
788
JMessage.getHistoryMessages(
789
type: kMockUser,
790
from: 0,
791
- limit: 10
+ limit: 10,
792
+ isDescend: false
793
);
794
```
795
@@ -800,6 +801,7 @@ JMessage.getHistoryMessages(
800
801
802
- limit: 消息数。当 from = 0 并且 limit = -1 时,返回所有的历史消息。
803
804
+- isDescend: 是否降序(消息时间戳从大到小排序),默认为 false。
805
806
807
### downloadOriginalImage
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: jmessage_flutter
2
description: Offically supported JMessage Flutter plugin.
3
-version: 0.0.12
+version: 0.0.13
4
author: huminios <h380108184@gmail.com>
5
homepage: https://www.jiguang.cn
6
0 commit comments