@rongcloud/engine 5.40.0-alpha.3 → 5.40.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -557,16 +557,6 @@ declare const Log: {
557
557
  readonly L_PULL_SG_UNREAD_COUNT_R: "L-pull_sg_unread_count-R";
558
558
  readonly A_MARK_REMOTE_CONVERSATION_AS_READ_T: "A-mark_remote_conversation_as_read-T";
559
559
  readonly A_MARK_REMOTE_CONVERSATION_AS_READ_R: "A-mark_remote_conversation_as_read-R";
560
- readonly A_ADD_MSG_REACTION_T: "A-add_msg_reaction-T";
561
- readonly A_ADD_MSG_REACTION_R: "A-add_msg_reaction-R";
562
- readonly A_REMOVE_MSG_REACTION_T: "A-remove_msg_reaction-T";
563
- readonly A_REMOVE_MSG_REACTION_R: "A-remove_msg_reaction-R";
564
- readonly A_BATCH_GET_MSG_REACTION_SUMMARIES_T: "A-batch_get_msg_reaction_summaries-T";
565
- readonly A_BATCH_GET_MSG_REACTION_SUMMARIES_R: "A-batch_get_msg_reaction_summaries-R";
566
- readonly A_GET_MSG_REACTIONS_T: "A-get_msg_reactions-T";
567
- readonly A_GET_MSG_REACTIONS_R: "A-get_msg_reactions-R";
568
- readonly A_GET_MSG_REACTION_USERS_T: "A-get_msg_reaction_users-T";
569
- readonly A_GET_MSG_REACTION_USERS_R: "A-get_msg_reaction_users-R";
570
560
  /** 执行自定义会话存储淘汰策略异常 */
571
561
  readonly L_EXEC_CUSTOM_CONVERSATION_STORAGE_EVICTION_E: "L-exec_custom_conversation_storage_eviction-E";
572
562
  readonly A_GET_MESSAGES_T: "A-get_msgs-T";
@@ -975,7 +965,7 @@ declare enum ErrorCode {
975
965
  REJECTED_BY_BLACKLIST = 405,
976
966
  /**
977
967
  * 407
978
- * 对方开启了只接收白名单的信息,但己方不在白名单中,发送消息失败。
968
+ * 对方开启了只接收白名单的信息,但己方不在白名单中,发送消息失败
979
969
  */
980
970
  NOT_IN_WHITELIST = 407,
981
971
  /**
@@ -992,31 +982,31 @@ declare enum ErrorCode {
992
982
  SYS_CONVERSATION_NOT_SUPPORT_MESSAGE = 20109,
993
983
  /**
994
984
  * 20112
995
- * 消息内容存在敏感词。
985
+ * 消息内容存在敏感词
996
986
  * @since 5.26.0
997
987
  */
998
988
  DANGEROUS_CONTENT = 20112,
999
989
  /**
1000
990
  * 20113
1001
- * 消息内容未通过审核。
991
+ * 消息内容未通过审核
1002
992
  * @since 5.26.0
1003
993
  */
1004
994
  CONTENT_REVIEW_REJECTED = 20113,
1005
995
  /**
1006
996
  * 20114
1007
- * 消息超过可修改时间。
997
+ * 消息超过可修改时间
1008
998
  * @since 5.26.0
1009
999
  */
1010
1000
  MESSAGE_OVER_MODIFY_TIME_FAIL = 20114,
1011
1001
  /**
1012
1002
  * 20115
1013
- * 消息大小超出限制。
1003
+ * 消息大小超出限制
1014
1004
  * @since 5.26.0
1015
1005
  */
1016
1006
  MESSAGE_SIZE_EXCEEDED = 20115,
1017
1007
  /**
1018
1008
  * 20116
1019
- * 消息不支持修改。
1009
+ * 消息不支持修改
1020
1010
  * @since 5.26.0
1021
1011
  */
1022
1012
  MESSAGE_UNSUPPORTED_MODIFY = 20116,
@@ -1033,7 +1023,7 @@ declare enum ErrorCode {
1033
1023
  SEND_FREQUENCY_TOO_FAST = 20604,
1034
1024
  /**
1035
1025
  * 20605
1036
- * 操作被禁止,此错误码已被弃用。
1026
+ * 操作被禁止,此错误码已被弃用
1037
1027
  */
1038
1028
  OPERATION_BLOCKED = 20605,
1039
1029
  /**
@@ -1239,7 +1229,7 @@ declare enum ErrorCode {
1239
1229
  RC_USER_PROFILE_QUERY_COUNT_EXCEED_LIMIT = 24365,
1240
1230
  /**
1241
1231
  * 24366
1242
- * 未在用户托管业务中查询到此用户应用号。
1232
+ * 未在用户托管业务中查询到此用户应用号
1243
1233
  * @since 5.9.10
1244
1234
  */
1245
1235
  RC_USER_PROFILE_USER_NOT_EXIST = 24366,
@@ -1298,7 +1288,7 @@ declare enum ErrorCode {
1298
1288
  ULTRA_GROUP_NOT_EXIST = 24410,
1299
1289
  /**
1300
1290
  * 24411
1301
- * 超级群成员超限制。
1291
+ * 超级群成员超限制
1302
1292
  */
1303
1293
  ULTRA_GROUP_MEMBERS_OVERSIZE = 24411,
1304
1294
  /**
@@ -1614,18 +1604,18 @@ declare enum ErrorCode {
1614
1604
  RC_FRIEND_NOT_ALLOW_ADD_SELF = 25473,
1615
1605
  /**
1616
1606
  * 25474
1617
- * 不支持添加机器人为好友。
1607
+ * 不支持添加机器人为好友
1618
1608
  */
1619
1609
  RC_FRIEND_NOT_SUPPORT_ROBOT = 25474,
1620
1610
  /**
1621
1611
  * 25480
1622
- * 托管资料信息审核不通过。
1612
+ * 托管资料信息审核不通过
1623
1613
  * @since 5.16.0
1624
1614
  */
1625
1615
  SERVICE_INFORMATION_AUDIT_FAILED = 25480,
1626
1616
  /**
1627
1617
  * 26001
1628
- * 用户级设置服务,请求参数不合法。
1618
+ * 用户级设置服务 请求参数不合法。
1629
1619
  */
1630
1620
  PUSH_PARAMETER_INVALID = 26001,
1631
1621
  /**
@@ -1645,12 +1635,12 @@ declare enum ErrorCode {
1645
1635
  RC_READ_RECEIPT_V4_INVALID = 26005,
1646
1636
  /**
1647
1637
  * 26006
1648
- * 未开通会话驱动。
1638
+ * 未开通会话驱动
1649
1639
  */
1650
1640
  RC_SERVER_DRIVE_UNREAD_COUNT_INVALID = 26006,
1651
1641
  /**
1652
1642
  * 26007
1653
- * 消息 ID 顺序错误。
1643
+ * 消息 ID 顺序错误
1654
1644
  */
1655
1645
  RC_SERVER_PARAMETER_MESSAGEUIDS_CONFUSED = 26007,
1656
1646
  /**
@@ -1690,37 +1680,37 @@ declare enum ErrorCode {
1690
1680
  INVALID_PARAMETER_SIZE_NOT_FOUND = 26107,
1691
1681
  /**
1692
1682
  * 26314
1693
- * 未开通 v5 已读回执。
1683
+ * 未开通v5
1694
1684
  */
1695
1685
  SERVICE_RRSV5_UNAVAILABLE = 26314,
1696
1686
  /**
1697
1687
  * 26315
1698
- * 不支持的已读回执方式。
1688
+ * 不支持的已读回执方式
1699
1689
  */
1700
1690
  SERVICE_RRSV5_READ_RECEIPT_NOT_SUPPORT = 26315,
1701
1691
  /**
1702
1692
  * 26316
1703
- * 参数长度超限。
1693
+ * 参数长度超限
1704
1694
  */
1705
1695
  SERVICE_RRSV5_PARAM_LENGTH_EXCEED = 26316,
1706
1696
  /**
1707
1697
  * 26317
1708
- * 不支持的会话类型。
1698
+ * 不支持的会话类型
1709
1699
  */
1710
1700
  SERVICE_RRSV5_CONVERSATION_NOT_SUPPORT = 26317,
1711
1701
  /**
1712
1702
  * 26318
1713
- * 不支持的已读查询类型。
1703
+ * 不支持的已读查询类型
1714
1704
  */
1715
1705
  SERVICE_RRSV5_QUERY_NOT_SUPPORT = 26318,
1716
1706
  /**
1717
1707
  * 26320
1718
- * 非消息发送者。
1708
+ * 非消息发送者
1719
1709
  */
1720
1710
  SERVICE_RRSV5_MESSAGE_SENDER_MISMATCH = 26320,
1721
1711
  /**
1722
1712
  * 26321
1723
- * 消息为不需要回执类型。
1713
+ * 消息为不需要回执类型
1724
1714
  */
1725
1715
  SERVICE_RRSV5_MESSAGE_RECEIPT_NEEDLESS = 26321,
1726
1716
  /**
@@ -1730,27 +1720,27 @@ declare enum ErrorCode {
1730
1720
  SERVICE_RRSV5_MESSAGE_NOT_EXIST = 26322,
1731
1721
  /**
1732
1722
  * 28300
1733
- * 语音转换服务未开启。
1723
+ * 语音转换服务未开启
1734
1724
  */
1735
1725
  SERVICE_STT_UNAVAILABLE = 28300,
1736
1726
  /**
1737
1727
  * 28304
1738
- * stt转换失败。
1728
+ * stt转换失败
1739
1729
  */
1740
1730
  SERVICE_STT_CONVERTED_FAILED = 28304,
1741
1731
  /**
1742
1732
  * 28305
1743
- * 语音转文本服务异常。
1733
+ * 语音转文本服务异常
1744
1734
  */
1745
1735
  SERVICE_STT_INTERNAL_ERROR = 28305,
1746
1736
  /**
1747
1737
  * 28306
1748
- * 语音转文本参数缺失。
1738
+ * 语音转文本参数缺失
1749
1739
  */
1750
1740
  SERVICE_STT_PARAM_MISS = 28306,
1751
1741
  /**
1752
1742
  * 28307
1753
- * 用量超过限制。
1743
+ * 用量超过限制
1754
1744
  */
1755
1745
  SERVICE_STT_USAGE_EXCEED = 28307,
1756
1746
  /**
@@ -2012,7 +2002,7 @@ declare enum ErrorCode {
2012
2002
  RC_CONN_TOKEN_EXPIRED = 31020,
2013
2003
  /**
2014
2004
  * 31021
2015
- * Token 中携带 Device ID 时,检测 Token 中 Device ID 与链接设备 Device ID 不一致。
2005
+ * Token 中携带 Device ID 时,检测 Token 中 Device ID 与链接设备 Device ID 不一致
2016
2006
  * @since 5.7.0
2017
2007
  */
2018
2008
  RC_CONN_DEVICE_ERROR = 31021,
@@ -2101,7 +2091,7 @@ declare enum ErrorCode {
2101
2091
  CONNECTION_REFUSED = 32061,
2102
2092
  /**
2103
2093
  * 32546
2104
- * 服务端解析客户端协议的密钥不正确或者 server ack code 返回不和符合预期。
2094
+ * 服务端解析客户端协议的密钥不正确或者 server ack code 返回不和符合预期
2105
2095
  */
2106
2096
  PROTOCOL_DECODE_ERROR = 32546,
2107
2097
  /**
@@ -2135,7 +2125,7 @@ declare enum ErrorCode {
2135
2125
  BIZ_ERROR_NO_CHANNEL = 33004,
2136
2126
  /**
2137
2127
  * 33005
2138
- * 重新连接成功。
2128
+ * 重新连接成功
2139
2129
  */
2140
2130
  BIZ_ERROR_RECONNECT_SUCCESS = 33005,
2141
2131
  /**
@@ -2188,39 +2178,33 @@ declare enum ErrorCode {
2188
2178
  METHOD_BUSY = 33103,
2189
2179
  /**
2190
2180
  * 33302
2191
- * SDK 拉取远端会话列表失败。
2181
+ * SDK 拉取远端会话列表失败
2192
2182
  */
2193
2183
  SDK_PULL_CONVERSATION = 33302,
2194
2184
  /**
2195
2185
  * 33401
2196
- * 被编辑消息是接收的或者没有发送成功的。
2186
+ * 被编辑消息是接收的或者没有发送成功的
2197
2187
  * @since 5.26.0
2198
2188
  */
2199
2189
  MODIFIED_MESSAGE_IS_NOT_SENT = 33401,
2200
2190
  /**
2201
2191
  * 33402
2202
- * 被编辑的消息超过修改时限。
2192
+ * 被编辑的消息超过修改时限
2203
2193
  * @since 5.26.0
2204
2194
  */
2205
2195
  MODIFIED_MESSAGE_TIMEOUT = 33402,
2206
2196
  /**
2207
2197
  * 33403
2208
- * 引用消息不存在。
2198
+ * 引用消息不存在
2209
2199
  * @since 5.38.0
2210
2200
  */
2211
2201
  QUOTE_MSG_NOT_FOUND = 33403,
2212
2202
  /**
2213
2203
  * 33404
2214
- * 引用信息不合法。
2204
+ * 引用信息不合法
2215
2205
  * @since 5.38.0
2216
2206
  */
2217
2207
  INVALID_PARAMETER_QUOTE_INFO = 33404,
2218
- /**
2219
- * 33405
2220
- * 消息回应无效,ID 要求字符长度不超出 16。
2221
- * @since 5.40.0
2222
- */
2223
- REACTION_ID_INVALID = 33405,
2224
2208
  /**
2225
2209
  * 34001
2226
2210
  * 连接已存在。
@@ -2229,7 +2213,7 @@ declare enum ErrorCode {
2229
2213
  RC_CONNECTION_EXIST = 34001,
2230
2214
  /**
2231
2215
  * 34005
2232
- * SDK 连接的环境配置不正确。
2216
+ * 连接环境不正确。
2233
2217
  * @since 5.2.0
2234
2218
  */
2235
2219
  PACKAGE_ENVIRONMENT_ERROR = 34005,
@@ -2306,7 +2290,7 @@ declare enum ErrorCode {
2306
2290
  METHOD_NOT_SUPPORT = 34022,
2307
2291
  /**
2308
2292
  * 34024
2309
- * 超级群频道不存在。
2293
+ * 超级群频道不存在
2310
2294
  * @since 5.2.0
2311
2295
  */
2312
2296
  ULTRA_GROUP_CHANNEL_NOT_EXIST = 34024,
@@ -2349,7 +2333,7 @@ declare enum ErrorCode {
2349
2333
  INVALID_PARAMETER_MESSAGE_CONTENT = 34205,
2350
2334
  /**
2351
2335
  * 34206
2352
- * 开发者接口调用时传入的 messageList 非法。
2336
+ * 开发者接口调���时传入的 messageList 非法。
2353
2337
  */
2354
2338
  MSG_LIMIT_ERROR = 34206,
2355
2339
  /**
@@ -2833,37 +2817,37 @@ declare enum ErrorCode {
2833
2817
  INVALID_PARAMETER_FRIEND_INFO_EXT_FIELDS = 34335,
2834
2818
  /**
2835
2819
  * 34336
2836
- * 实时会话未开启。
2820
+ * 实时会话未开启
2837
2821
  * @since 5.12.3
2838
2822
  */
2839
2823
  RC_REAL_TIME_CONVERSATION_UNAVAILABLE = 34336,
2840
2824
  /**
2841
2825
  * 34344
2842
- * 服务器数据解析失败。
2826
+ * 服务器数据解析失败
2843
2827
  * @since 5.26.0
2844
2828
  */
2845
2829
  SERVER_DATA_ERROR = 34344,
2846
2830
  /**
2847
2831
  * 34345
2848
- * 参数 messageInfoMap 非法。
2832
+ * 参数 messageInfoMap 非法
2849
2833
  * @since 5.26.0
2850
2834
  */
2851
2835
  INVALID_PARAMETER_MESSAGE_INFO_MAP = 34345,
2852
2836
  /**
2853
2837
  * 34435
2854
- * 服务端记录会话未读数功能开启时禁止调用此方法。
2838
+ * 服务端记录会话未读数功能开启时禁止调用此方法
2855
2839
  * @since 5.32.0
2856
2840
  */
2857
2841
  SERVER_RECORD_UNREAD_COUNT_ENABLED_FORBIDDEN = 34435,
2858
2842
  /**
2859
2843
  * 34436
2860
- * 服务端记录会话未读数功能未开启。
2844
+ * 服务端记录会话未读数功能未开启
2861
2845
  * @since 5.32.0
2862
2846
  */
2863
2847
  SERVER_RECORD_UNREAD_COUNT_DISABLED = 34436,
2864
2848
  /**
2865
2849
  * 34439
2866
- * 数据库磁盘空间已满。
2850
+ * 数据库磁盘空间已满
2867
2851
  */
2868
2852
  DATABASEDISKFULL = 34439,
2869
2853
  /**
@@ -3074,37 +3058,37 @@ declare enum ErrorCode {
3074
3058
  INVALID_PARAMETER_PUSH_DATA = 35050,
3075
3059
  /**
3076
3060
  * 35054
3077
- * 传入的 disableUpdateLastMessage 参数无效。在会话类型为 ULTRA GROUP 时,该字段不允许设置为 true
3061
+ * 传入的 disableUpdateLastMessage 参数无效。在会话类型为 ULTRA GROUP 时,该字段不允许设置为 true
3078
3062
  * @since 5.12.2
3079
3063
  */
3080
3064
  INVALID_DISABLE_UPDATE_LAST_MESSAGE = 35054,
3081
3065
  /**
3082
3066
  * 35055
3083
- * 超级群类型会话仅允许置顶默认频道。
3067
+ * 超级群类型会话仅允许置顶默认频道
3084
3068
  * @since 5.20.0
3085
3069
  */
3086
3070
  ONLY_DEFAULT_CHANNEL_SUPPORTS_PINNING = 35055,
3087
3071
  /**
3088
3072
  * 35056
3089
- * 发送消息时配置 needReceipt 错误,相关参数仅限单群聊会话内非状态消息、非群定向消息可配置,且需要开启已读回执 v5 功能。
3073
+ * 发送消息时配置 needReceipt 错误,相关参数仅限单群聊会话内非状态消息、非群定向消息可配置,且需要开启已读回执 v5 功能
3090
3074
  * @since 5.20.0
3091
3075
  */
3092
3076
  SEND_READ_RECEIPT_CONF_ERROR = 35056,
3093
3077
  /**
3094
3078
  * 35057
3095
- * 语音转文字功能未开启。
3079
+ * 语音转文字功能未开启
3096
3080
  * @since 5.22.0
3097
3081
  */
3098
3082
  SPEECH_TO_TEXT_DISABLE = 35057,
3099
3083
  /**
3100
3084
  * 35058
3101
- * 语音转文字请求进行中,请勿重复请求。
3085
+ * 语音转文字请求进行中,请勿重复请求
3102
3086
  * @since 5.22.0
3103
3087
  */
3104
3088
  SPEECH_TO_TEXT_REQUEST_IN_PROCESS = 35058,
3105
3089
  /**
3106
3090
  * 35059
3107
- * 语音内容不可转换,参数无效。
3091
+ * 语音内容不可转换,参数无效
3108
3092
  * @since 5.22.0
3109
3093
  */
3110
3094
  SPEECH_TO_TEXT_MESSAGE_CONTENT_UNSUPPORTED = 35059,
@@ -3146,7 +3130,7 @@ declare enum ErrorCode {
3146
3130
  TRANSLATION_TEXT_INVALID = 35065,
3147
3131
  /**
3148
3132
  * 35066
3149
- * 消息被拦截,不发送。
3133
+ * 消息被拦截,不发送
3150
3134
  * @since 5.24
3151
3135
  */
3152
3136
  MSG_BLOCK_SEND = 35066,
@@ -3200,7 +3184,7 @@ declare enum ErrorCode {
3200
3184
  DRAF_GET_ERROR = 38001,
3201
3185
  /**
3202
3186
  * 39001
3203
- * 流式消息不可用。
3187
+ * 流式消息不可用
3204
3188
  * @since 5.16.0
3205
3189
  */
3206
3190
  STREAM_MESSAGE_DISABLE = 39001,
@@ -3224,13 +3208,13 @@ declare enum ErrorCode {
3224
3208
  STREAM_MESSAGE_REQUEST_FAIL = 39005,
3225
3209
  /**
3226
3210
  * 39006
3227
- * 消息内容正在拉取中,请勿重复请求。
3211
+ * 消息内容正在拉取中,请勿重复请求
3228
3212
  * @since 5.16.0
3229
3213
  */
3230
3214
  STREAM_MESSAGE_REQUEST_IN_PROCESS = 39006,
3231
3215
  /**
3232
3216
  * 39007
3233
- * 流式消息已同步完成,不需要重新拉取。
3217
+ * 流式消息已同步完成,不需要重新拉取
3234
3218
  * @since 5.16.0
3235
3219
  */
3236
3220
  STREAM_MESSAGE_SYNCED = 39007,
@@ -4034,16 +4018,6 @@ declare const QuoteMessageStatus: {
4034
4018
  };
4035
4019
  declare type QuoteMessageStatus = typeof QuoteMessageStatus[keyof typeof QuoteMessageStatus];
4036
4020
 
4037
- declare const MessageReactionType: {
4038
- /** 添加消息回应 */
4039
- readonly ADDED: 1;
4040
- /** 移除消息回应 */
4041
- readonly REMOVED: 2;
4042
- /** 清空消息回应 */
4043
- readonly CLEAN: 3;
4044
- };
4045
- declare type MessageReactionType = typeof MessageReactionType[keyof typeof MessageReactionType];
4046
-
4047
4021
  /**
4048
4022
  * 网络状态枚举
4049
4023
  */
@@ -5557,11 +5531,6 @@ interface IInnerMessage<T = any> {
5557
5531
  * @since 5.38.0
5558
5532
  */
5559
5533
  quoteInfo?: IQuoteInfo;
5560
- /**
5561
- * 消息是否存在回应数据
5562
- * @since 5.40
5563
- */
5564
- hasReactions?: boolean;
5565
5534
  }
5566
5535
  /**
5567
5536
  * 从服务端接收到的消息数据
@@ -8400,6 +8369,21 @@ interface INaviInfo {
8400
8369
  * @since 5.36.0
8401
8370
  */
8402
8371
  openHistoryMsg?: 0 | 1;
8372
+ /**
8373
+ * 消息尺寸限制,当获取不到时保持原逻辑 128 KB 限制;
8374
+ *
8375
+ * 以下内置消息类型不受此配置限制,保持最大 128 KB 尺寸限制:
8376
+ * * RC:VcMsg
8377
+ * * RC:ImgMsg
8378
+ * * RC:LBSMsg
8379
+ * * RC:ReferenceMsg
8380
+ * * RC:StreamMsg
8381
+ * * RC:CombineV2Msg
8382
+ * * RC:CombineMsg
8383
+ * * RC:SightMsg
8384
+ * @since 5.40.0
8385
+ */
8386
+ msgMaxLengthV2?: number;
8403
8387
  }
8404
8388
 
8405
8389
  /**
@@ -9257,211 +9241,6 @@ interface INotificationQuietHoursSetting {
9257
9241
  timezone?: string;
9258
9242
  }
9259
9243
 
9260
- /**
9261
- * 消息回应用户信息
9262
- * @since 5.40.0
9263
- */
9264
- interface IMessageReactionUser {
9265
- /**
9266
- * 用户 ID
9267
- */
9268
- userId: string;
9269
- /**
9270
- * 回应时间戳
9271
- */
9272
- reactionTime: number;
9273
- }
9274
- /**
9275
- * 消息回应数据
9276
- * @since 5.40.0
9277
- */
9278
- interface IMessageReaction {
9279
- /**
9280
- * 消息唯一标识
9281
- */
9282
- messageUId: string;
9283
- /**
9284
- * 回应 Id
9285
- */
9286
- reactionId: string;
9287
- /**
9288
- * 回应用户列表中是否包含当前用户
9289
- */
9290
- hasCurrentUserReacted: boolean;
9291
- /**
9292
- * 回应用户列表
9293
- *
9294
- * **注意:**Web 端最多包含 10 条用户数据
9295
- */
9296
- users: IMessageReactionUser[];
9297
- /**
9298
- * 回应用户总数
9299
- */
9300
- totalCount: number;
9301
- /**
9302
- * 首次回应时间
9303
- */
9304
- reactionTime: number;
9305
- }
9306
- /**
9307
- * 消息回应参数
9308
- * @since 5.40.0
9309
- */
9310
- interface IUpdateMessageReactionParam {
9311
- /**
9312
- * 消息所属会话
9313
- */
9314
- conversationIdentifier: IConversationIdentifier;
9315
- /**
9316
- * 消息 UId
9317
- */
9318
- messageUId: string;
9319
- /**
9320
- * 回应 Id,不超过 16 字符
9321
- */
9322
- reactionId: string;
9323
- /**
9324
- * 推送配置
9325
- *
9326
- * @description 当需要向消息发送者发推送信息时,需要配置该参数
9327
- */
9328
- pushConfig?: IPushConfig;
9329
- }
9330
- /**
9331
- * 批量查询消息回应摘要参数
9332
- * @since 5.40.0
9333
- */
9334
- interface IMessageReactionSummaryQueryParam {
9335
- /**
9336
- * 消息所属会话
9337
- */
9338
- conversationIdentifier: IConversationIdentifier;
9339
- /**
9340
- * 消息 UId 列表,有效长度 [1, 100]
9341
- */
9342
- messageUIds: string[];
9343
- }
9344
- /**
9345
- * 消息回应列表分页查询参数
9346
- * @since 5.40.0
9347
- */
9348
- interface IGetMessageReactionsParam {
9349
- /**
9350
- * 消息所属会话
9351
- */
9352
- conversationIdentifier: IConversationIdentifier;
9353
- /**
9354
- * 消息 UId
9355
- */
9356
- messageUId: string;
9357
- /**
9358
- * 查询数量,有效值范围 [1, 50]
9359
- */
9360
- count: number;
9361
- /**
9362
- * 分页游标
9363
- */
9364
- pageToken?: string;
9365
- }
9366
- /**
9367
- * 消息回应用户列表分页查询参数
9368
- * @since 5.40.0
9369
- */
9370
- interface IGetMessageReactionUsersParam {
9371
- /**
9372
- * 消息所属会话
9373
- */
9374
- conversationIdentifier: IConversationIdentifier;
9375
- /**
9376
- * 消息 UId
9377
- */
9378
- messageUId: string;
9379
- /**
9380
- * 回应 Id
9381
- */
9382
- reactionId: string;
9383
- /**
9384
- * 查询数量,有效值范围 [1, 50]
9385
- */
9386
- count: number;
9387
- /**
9388
- * 分页游标
9389
- */
9390
- pageToken?: string;
9391
- }
9392
- /**
9393
- * 消息回应列表分页查询结果
9394
- * @since 5.40.0
9395
- */
9396
- interface IMessageReactionsResult {
9397
- /**
9398
- * 分页游标,用于下一页数据请求
9399
- */
9400
- pageToken: string;
9401
- /**
9402
- * 回应列表
9403
- */
9404
- reactions: IMessageReaction[];
9405
- }
9406
- /**
9407
- * 消息回应用户列表分页查询结果
9408
- * @since 5.40.0
9409
- */
9410
- interface IMessageReactionUsersResult {
9411
- /**
9412
- * 分页游标,用于下一页数据请求
9413
- */
9414
- pageToken: string;
9415
- /**
9416
- * 回应用户列表
9417
- */
9418
- users: IMessageReactionUser[];
9419
- /**
9420
- * 回应用户列表总数
9421
- */
9422
- totalCount: number;
9423
- }
9424
- /**
9425
- * 消息回应事件数据
9426
- * @since 5.40.0
9427
- */
9428
- interface IMessageReactionEvent {
9429
- /**
9430
- * 回应数据
9431
- */
9432
- reactions: Array<IMessageReactionEventData>;
9433
- }
9434
- /**
9435
- * 消息回应事件数据
9436
- * @since 5.40.0
9437
- */
9438
- interface IMessageReactionEventData {
9439
- /**
9440
- * 消息所属会话
9441
- */
9442
- conversationIdentifier: IConversationIdentifier;
9443
- /**
9444
- * 消息唯一标识
9445
- */
9446
- messageUId: string;
9447
- /**
9448
- * 回应 Id
9449
- */
9450
- reactionId: string;
9451
- /**
9452
- * 回应类型
9453
- */
9454
- reactionType: MessageReactionType;
9455
- /**
9456
- * 回应用户增量列表
9457
- */
9458
- users: IMessageReactionUser[];
9459
- /**
9460
- * 回应用户列表总数
9461
- */
9462
- totalCount: number;
9463
- }
9464
-
9465
9244
  /**
9466
9245
  * 消息类型描述
9467
9246
  */
@@ -10584,11 +10363,6 @@ interface IIPCMethods {
10584
10363
  getAllRobots(): Promise<RCResult<IRobotInfo[]>>;
10585
10364
  getConversationsIncludingRobots(options: Required<IGetConversationsIncludingRobotsOption>): Promise<RCResult<IReceivedConversation[]>>;
10586
10365
  getMessagesByUIds(conversation: IConversationIdentifier, messageUIds: string[]): Promise<RCResult<IEngineMessageResult[]>>;
10587
- addMessageReaction(param: IUpdateMessageReactionParam): Promise<RCResult>;
10588
- removeMessageReaction(param: IUpdateMessageReactionParam): Promise<RCResult>;
10589
- batchGetMessageReactionSummaries(param: IMessageReactionSummaryQueryParam): Promise<RCResult<Record<string, IMessageReaction[]>>>;
10590
- getMessageReactions(param: IGetMessageReactionsParam): Promise<RCResult<IMessageReactionsResult>>;
10591
- getMessageReactionUsers(param: IGetMessageReactionUsersParam): Promise<RCResult<IMessageReactionUsersResult>>;
10592
10366
  }
10593
10367
 
10594
10368
  /**
@@ -10886,10 +10660,6 @@ interface IEngineWatcher extends IConnectionListener {
10886
10660
  * 服务器记录会话未读数同步完成通知
10887
10661
  */
10888
10662
  syncServerSaveUnreadCompleted: () => void;
10889
- /**
10890
- * 消息回应事件
10891
- */
10892
- messageReaction(event: IMessageReactionEvent): void;
10893
10663
  }
10894
10664
 
10895
10665
  /**
@@ -11931,8 +11701,6 @@ interface IWatcher {
11931
11701
  messagesModified?: (messages: IReceivedMessage[]) => void;
11932
11702
  messageModifiedSyncCompleted?: () => void;
11933
11703
  syncServerSaveUnreadCompleted?: () => void;
11934
- /** 消息回应事件通知 */
11935
- messageReaction?: (evt: IMessageReactionEvent) => void;
11936
11704
  }
11937
11705
  interface IAPIContextOption {
11938
11706
  /**
@@ -12052,6 +11820,11 @@ declare class AppSettings {
12052
11820
  * @since 5.36.0
12053
11821
  */
12054
11822
  get isServerSaveUnreadEnabled(): boolean;
11823
+ /**
11824
+ * 消息发送限制,未配置的情况下返回 0
11825
+ * @since 5.40.0
11826
+ */
11827
+ get messageSizeLimit(): number;
12055
11828
  }
12056
11829
 
12057
11830
  /**
@@ -12392,11 +12165,6 @@ declare class ChatModule extends BaseModule {
12392
12165
  batchGetMessageReadReceiptInfoV4(conversation: IConversationIdentifier, messageUIds: string[]): Promise<RCResult<IGroupReadReceiptData[]>>;
12393
12166
  getConversationsIncludingRobots(options: IGetConversationsIncludingRobotsOption): Promise<RCResult<IReceivedConversation[]>>;
12394
12167
  markRemoteConversationAsRead(identifier: IConversationIdentifier): Promise<RCResult>;
12395
- addMessageReaction(param: IUpdateMessageReactionParam): Promise<RCResult>;
12396
- removeMessageReaction(param: IUpdateMessageReactionParam): Promise<RCResult>;
12397
- batchGetMessageReactionSummaries(param: IMessageReactionSummaryQueryParam): Promise<RCResult<Record<string, IMessageReaction[]>>>;
12398
- getMessageReactions(param: IGetMessageReactionsParam): Promise<RCResult<IMessageReactionsResult>>;
12399
- getMessageReactionUsers(param: IGetMessageReactionUsersParam): Promise<RCResult<IMessageReactionUsersResult>>;
12400
12168
  }
12401
12169
 
12402
12170
  declare class APIContext {
@@ -12541,7 +12309,6 @@ declare class APIContext {
12541
12309
 
12542
12310
 
12543
12311
 
12544
-
12545
12312
  /**
12546
12313
  * 业务层事件监听器挂载点
12547
12314
  */
@@ -13347,7 +13114,7 @@ declare class RTCPluginContext extends PluginContext {
13347
13114
  /**
13348
13115
  * 会话聊天模块
13349
13116
  */
13350
- interface IChatService extends Pick<IIPCMethods, 'getTotalUnreadCount' | 'getConversation' | 'batchSetConversationToTop' | 'batchSetConversationNotificationLevel' | 'getConversationNotificationLevel' | 'setConversationTypeNotificationLevel' | 'getConversationTypeNotificationLevel' | 'clearAllSGUnreadCount' | 'deleteRemoteMessage' | 'deleteRemoteMessageByTimestamp' | 'batchClearRemoteHistoryMessages' | 'sendReadReceiptResponseV5' | 'getMessageReadReceiptInfoV5ByIdentifiers' | 'getMessagesReadReceiptUsersByPageV5' | 'getMessagesReadReceiptByUsersV5' | 'searchConversationByContent' | 'requestSpeechToTextForMessage' | 'setMessageSpeechToTextVisible' | 'addTagForConversations' | 'getTagsForConversation' | 'setConversationStatusInTag' | 'removeTagForConversations' | 'removeTagsForConversation' | 'getConversationListByTag' | 'getUnreadCountByTag' | 'getUntaggedConversationListByPage' | 'batchSetConversationTranslateStrategy' | 'modifyMessageWithParams' | 'refreshReferenceMessageWithParams' | 'batchDeleteConversations' | 'sendReadReceiptV2' | 'syncRemoteConversations' | 'sendUltraGroupTypingStatus' | 'getUltraGroupList' | 'getRemoteMessagesByUIds' | 'getUGUnreadMentionedDigest' | 'getHistoryMessagesByObjectNames' | 'getContinuousMessages' | 'getMessagesAroundTimestamp' | 'deleteLocalUGMessagesForAllChannel' | 'updateUGMessageExpansion' | 'setUGDefaultNotificationLevel' | 'getUGDefaultNotificationLevel' | 'getUnreadMentionedMessages' | 'getUnreadMentionedCount' | 'getAllUnreadMentionedCount' | 'getTotalUnreadCountByLevels' | 'getConversationUnreadCount' | 'getFirstUnreadMessage' | 'getFirstUnreadMessageDigest' | 'getUGUnreadCountForAllChannels' | 'getUGUnreadInfoList' | 'getUGFirstUnreadMessageDigest' | 'getConversations' | 'clearConversationUnreadCount' | 'markRemoteConversationAsRead' | 'getTopConversationList' | 'getUnreadConversationList' | 'getConversationListByPageIndex' | 'getAllConversationList' | 'getConversationListByTimestamp' | 'clearConversations' | 'getBlockedConversationList' | 'getBlockedUGList' | 'saveEditedMessageDraft' | 'getEditedMessageDraft' | 'clearEditedMessageDraft' | 'getUnreadMentionMeConversationList' | 'sendUltraGroupTypingStatus' | 'updateConversationReadTime' | 'clearUnreadCountByTimestamp' | 'getMessageReader' | 'getMessageReadReceiptV4' | 'sendReadReceiptMessageV4' | 'getConversationsIncludingRobots' | 'addMessageReaction' | 'removeMessageReaction' | 'batchGetMessageReactionSummaries' | 'getMessageReactions' | 'getMessageReactionUsers'> {
13117
+ interface IChatService extends Pick<IIPCMethods, 'getTotalUnreadCount' | 'getConversation' | 'batchSetConversationToTop' | 'batchSetConversationNotificationLevel' | 'getConversationNotificationLevel' | 'setConversationTypeNotificationLevel' | 'getConversationTypeNotificationLevel' | 'clearAllSGUnreadCount' | 'deleteRemoteMessage' | 'deleteRemoteMessageByTimestamp' | 'batchClearRemoteHistoryMessages' | 'sendReadReceiptResponseV5' | 'getMessageReadReceiptInfoV5ByIdentifiers' | 'getMessagesReadReceiptUsersByPageV5' | 'getMessagesReadReceiptByUsersV5' | 'searchConversationByContent' | 'requestSpeechToTextForMessage' | 'setMessageSpeechToTextVisible' | 'addTagForConversations' | 'getTagsForConversation' | 'setConversationStatusInTag' | 'removeTagForConversations' | 'removeTagsForConversation' | 'getConversationListByTag' | 'getUnreadCountByTag' | 'getUntaggedConversationListByPage' | 'batchSetConversationTranslateStrategy' | 'modifyMessageWithParams' | 'refreshReferenceMessageWithParams' | 'batchDeleteConversations' | 'sendReadReceiptV2' | 'syncRemoteConversations' | 'sendUltraGroupTypingStatus' | 'getUltraGroupList' | 'getRemoteMessagesByUIds' | 'getUGUnreadMentionedDigest' | 'getHistoryMessagesByObjectNames' | 'getContinuousMessages' | 'getMessagesAroundTimestamp' | 'deleteLocalUGMessagesForAllChannel' | 'updateUGMessageExpansion' | 'setUGDefaultNotificationLevel' | 'getUGDefaultNotificationLevel' | 'getUnreadMentionedMessages' | 'getUnreadMentionedCount' | 'getAllUnreadMentionedCount' | 'getTotalUnreadCountByLevels' | 'getConversationUnreadCount' | 'getFirstUnreadMessage' | 'getFirstUnreadMessageDigest' | 'getUGUnreadCountForAllChannels' | 'getUGUnreadInfoList' | 'getUGFirstUnreadMessageDigest' | 'getConversations' | 'clearConversationUnreadCount' | 'markRemoteConversationAsRead' | 'getTopConversationList' | 'getUnreadConversationList' | 'getConversationListByPageIndex' | 'getAllConversationList' | 'getConversationListByTimestamp' | 'clearConversations' | 'getBlockedConversationList' | 'getBlockedUGList' | 'saveEditedMessageDraft' | 'getEditedMessageDraft' | 'clearEditedMessageDraft' | 'getUnreadMentionMeConversationList' | 'sendUltraGroupTypingStatus' | 'updateConversationReadTime' | 'clearUnreadCountByTimestamp' | 'getMessageReader' | 'getMessageReadReceiptV4' | 'sendReadReceiptMessageV4' | 'getConversationsIncludingRobots'> {
13351
13118
  /** 超级群是否已同步完成 */
13352
13119
  get ugSynced(): boolean;
13353
13120
  getRealtimeConversations(count: number, startTime: number, order: 0 | 1): Promise<RCResult<IReceivedConversation[]>>;
@@ -13518,4 +13285,4 @@ declare const assert: (key: string, value: any, validator: AssertRules | ((value
13518
13285
  */
13519
13286
  declare const validate: (key: string, value: any, validator: AssertRules | ((value?: any) => boolean), required?: boolean) => boolean;
13520
13287
 
13521
- export { APIContext, AbsCodec, AppSettings, AreaCode, AssertRules, BaseTranslateParam, BasicLogger, ChatroomEntryType, ChatroomSyncStatusReason, ChatroomUserChangeType, ChrmMemBanType, ChrmMemOperateType, ChrmSyncStatus, Codec, CodecPBMaps, ConnectionStatus, ConversationBatchDeletionParams, ConversationListLoader, ConversationType, DataHosting, DirectionType, EnableLogL, ErrorCode, EventEmitter, FileType, FilterRobotType, FriendAddPermission, FriendApplicationStatus, FriendApplicationType, FriendRelationType, GroupApplicationDirection, GroupApplicationStatus, GroupApplicationType, GroupInviteHandlePermission, GroupJoinPermission, GroupMemberInfoEditPermission, GroupMemberRole, GroupOperation, GroupOperationPermission, GroupOperationRole, GroupOperationStatus, GroupOperationType, GroupReadReceiptVersion, HttpMethod, IAPIContextOption, IAndroidPushConfig, IAppPushConfig, IAsyncRes, IAuditInfoKeyInMessage, IAuditInfoValueInMessage, IBlockedMessageInfo, IChannelAndUserGroupChangeData, IChartroomUserAction, IChatRoomEntries, IChatRoomEntry, IChatService, IChatroomEntries, IChatroomEntry, IChatroomEntryListenerData, IChatroomErrorKeys, IChatroomInfo, IChatroomJoinResponse, IChatroomListener, IChatroomListenerData, IChatroomNotifyBan, IChatroomNotifyBlock, IChatroomNotifyMultiLoginSync, IChatroomRejoinedFailed, IChatroomRejoinedInfo, IChatroomRejoinedSuccessed, IChatroomService, IChatroomUser, IChatroomUserChangeInfo, IClearMessageOption, ICombineMessageContent, ICombineV2MessageContent, ICombinedMessage, ICommandMessageContent, IConnectionStatusListener, IConversationCachePolicy, IConversationFilter, IConversationIdentifier, IConversationListLoaderOptions, IConversationOption, IConversationStateListener, IConversationTag, IConversationTagFilter, IConversationTagListener, IConversationUnreadCount, IConvertHQVoiceMessageToTextOption, IConvertSpeechToTextOption, IConvertVoiceMessageToTextOption, ICreateGroupFail, IDataHostingService, IDataManagementInfo, IDeletedExpansion, IDownloadAuth, IEditedMessageDraft, IEngineMessageResult, IEngineWatcher, IErrorKeys, IEventListener, IExpansionListener, IExpansionListenerData, IExpansionMsgContent, IExtraDataKeyInMessage, IFileMessageContent, IFirstUnreadMessageInfo, IFollowsInfo, IFriendAdd, IFriendApplicationInfo, IFriendApplicationStatusChange, IFriendDelete, IFriendInfo, IFriendInfoChangedSync, IFriendRelationInfo, IGIFMessageContent, IGetConversationListByTimestampParams, IGetConversationsIncludingRobotsOption, IGetGroupMembersOption, IGetHistoryMessageOption, IGetHistoryMessageResult, IGetHistoryMessagesByTypesOption, IGetMessageReactionUsersParam, IGetMessageReactionsParam, IGetUltraGroupListOption, IGetUnreadMentionMeConversationListParams, IGooglePushConfig, IGroupApplicationInfo, IGroupFollowsChangedSync, IGroupFollowsList, IGroupFollowsUserInfo, IGroupInfo, IGroupInfoChanged, IGroupInfoOption, IGroupMemberInfo, IGroupMemberInfoChanged, IGroupMembers, IGroupNotificationMessageContent, IGroupOperationInfo, IGroupReadReceiptData, IGroupRemarkChangedSync, IHQVoiceMessageContent, IHarmonyOSPushConfig, IIPCMethods, IIPCMethodsSync, IIPCMethodsWithoutResult, IImageMessageContent, IInformationNotificationMessageContent, IInsertMessage, ILocalTagStatus, ILocationMessageContent, ILogData, ILogger, IMemberInviteResponse, IMentionedInfoKeyInMessage, IMessageAttrsForUpdateExpansion, IMessageDesc, IMessageExtraData, IMessageFilter, IMessageIdentifier, IMessageListnenr, IMessageReaction, IMessageReactionEvent, IMessageReactionEventData, IMessageReactionSummaryQueryParam, IMessageReactionUser, IMessageReactionUsersResult, IMessageReactionsResult, IMessageReadReceiptV4Response, IMessageReader, IMessageReaderResponse, IMessageSendOptions, IModifyMessageParams, INaviInfo, INetwork, INotificationQuietHoursSetting, IOSInfo, IOperateInfo, IOperateStatusNotify, IOperateSummary, IPagingQueryOption, IPagingQueryResult, IPlatformOnlineStatus, IPluginGenerator, IPrivateReadReceiptData, IProcessCache, IProcessCode, IProcessInfo, IPromiseResult, IProxy, IPushConfig, IQuitGroupConfig, IQuoteInfo, IRTCInnerListener, IRTCJoinedInfo, IRTCRoomBindOption, IRTCUsers, IReadReceiptData, IReadReceiptInfo, IReadReceiptResponseInfo, IRecallCommandMessageContent, IRecallMsgOptions, IRecallNotificationMessageContent, IReceivedConversation, IReceivedConversationByTag, IReceivedMessage, IReceivedStatusInfo, IReferContentInMessage, IReferContentKeyInMessage, IReferenceMessageContent, IRefreshReferenceMessageParams, IRemoveChatRoomEntries, IRemoveChatRoomEntry, IRemoveChatroomEntries, IRemoveChatroomEntry, IRequest, IResponse, IRichContentMessageContent, IRobotInfo, IRuntime, ISRSMsgContent, ISearchMessageParams, ISearchMessagesResult, ISendMsgOptions, IServerGroupBaseInfo, ISightMessageContent, ISpeechToTextInfo, ISpeechToTextResponse, IStorage, IStreamMessageContent, IStreamMessageResponseChunkData, IStreamMessageResponseEventData, ISubscribeRelationInfo, ISubscribeStatusDetail, ISubscribeUserOnlineStatus, ISubscribeUserStatusInfo, ISyncReadStatusData, ITagInfo, ITagListener, ITagParam, ITextMessageContent, ITimeRange, ITypingMessage, ITypingUser, IUltraChannelChangeInfo, IUltraChannelDeleteInfo, IUltraChannelUserKickedInfo, IUltraGroupConversation, IUltraGroupOption, IUltraGroupUnreadInfo, IUltraGroupUnreadMentionedOption, IUltraUnreadMsg, IUpdateItem, IUpdateMessageReactionParam, IUpdateMyProfileFail, IUpdatedConversation, IUpdatedExpansion, IUploadAuth, IUserExtraKeyInMessage, IUserExtraValueInMessage, IUserGroupChangeData, IUserGroupStatusInfo, IUserProfile, IUserProfileInfo, IUserSettingsChangedEvent, IUserSettingsModule, IVoiceMessageContent, IWatcher, IiOSPushConfig, InnerInsertMessageParams, InnerTransParam, InterruptionLevel, ItypingStateListener, KVString, LogDBProxy, LogL, LogLevel, LogSource, Log as LogTagId, LogType, MAX_MESSAGE_CONTENT_BYTES, MAX_U32_INTEGER, MAX_UPLOAD_FILE_SIZE, MentionedInfo, MentionedType, MessageAuditType, MessageBlockSourceType, MessageBlockType, MessageDirection, MessageModifyInfo, MessageModifyStatus, MessageReactionType, MessageRegisterParams, MessageType, MessageTypeDescription, NotificationLevel, NotificationStatus, OnlineStatus, OperateStatus, Codec$1 as PBCodec, Platform, PluginContext, PushImportanceHonor, PushNotificationQuietHoursLevel, QueryFriendsDirectionType, QuoteMessageStatus, RCConnectionStatus, RCResult, RTCApiType, RTCJoinType, RTCMode, RTCPluginContext, ReadReceiptInfoV5, ReadReceiptResponseV5, ReadReceiptUser, ReadReceiptUsersOption, ReadReceiptUsersResult, ReceivedStatus, ReferenceMessageStatus, SSEModule, SentStatus, SpeechToTextStatus, StreamMessageResponseEventType, SubscribeOperationType, SubscribeType, SuspendablePromise, TranslateInfo, TranslateItem, TranslateMessageParam, TranslateMessagesParams, TranslateMode, TranslateStatus, TranslateStrategy, TranslateTextParam, TranslateTextsParams, UPLOAD_FILE_CHUNK_SIZE, UUId, UltraGroupChannelChangeType, UltraGroupChannelType, UploadMethod, UserProfileVisibility, UserSettingsChangedKey, UserType, Validator, VersionManage, assert, createLogDBProxy, fail, fixUrlProtocol, forEach, getMessageTypeDescription, getUUID, getUUID22, hasMessageTypeDescription, httpRequest, isArray, isBoolean, isFunction, isHttpUrl, isInteger, isLimitedString, isNull, isNumber, isObject, isString, isUndefined, isValidConversationType, isValidEnum, isValidFileType, isValidGroupId, isValidTargetId, map, notEmptyArray, notEmptyObject, notEmptyString, ok, promiseWithResolvers, runtime, trans2IReceivedStatusInfo, trans2NotificationLevel, trans2NotificationStatus, transformReceivedStatusFlag, usingCppEngine, validate };
13288
+ export { APIContext, AbsCodec, AppSettings, AreaCode, AssertRules, BaseTranslateParam, BasicLogger, ChatroomEntryType, ChatroomSyncStatusReason, ChatroomUserChangeType, ChrmMemBanType, ChrmMemOperateType, ChrmSyncStatus, Codec, CodecPBMaps, ConnectionStatus, ConversationBatchDeletionParams, ConversationListLoader, ConversationType, DataHosting, DirectionType, EnableLogL, ErrorCode, EventEmitter, FileType, FilterRobotType, FriendAddPermission, FriendApplicationStatus, FriendApplicationType, FriendRelationType, GroupApplicationDirection, GroupApplicationStatus, GroupApplicationType, GroupInviteHandlePermission, GroupJoinPermission, GroupMemberInfoEditPermission, GroupMemberRole, GroupOperation, GroupOperationPermission, GroupOperationRole, GroupOperationStatus, GroupOperationType, GroupReadReceiptVersion, HttpMethod, IAPIContextOption, IAndroidPushConfig, IAppPushConfig, IAsyncRes, IAuditInfoKeyInMessage, IAuditInfoValueInMessage, IBlockedMessageInfo, IChannelAndUserGroupChangeData, IChartroomUserAction, IChatRoomEntries, IChatRoomEntry, IChatService, IChatroomEntries, IChatroomEntry, IChatroomEntryListenerData, IChatroomErrorKeys, IChatroomInfo, IChatroomJoinResponse, IChatroomListener, IChatroomListenerData, IChatroomNotifyBan, IChatroomNotifyBlock, IChatroomNotifyMultiLoginSync, IChatroomRejoinedFailed, IChatroomRejoinedInfo, IChatroomRejoinedSuccessed, IChatroomService, IChatroomUser, IChatroomUserChangeInfo, IClearMessageOption, ICombineMessageContent, ICombineV2MessageContent, ICombinedMessage, ICommandMessageContent, IConnectionStatusListener, IConversationCachePolicy, IConversationFilter, IConversationIdentifier, IConversationListLoaderOptions, IConversationOption, IConversationStateListener, IConversationTag, IConversationTagFilter, IConversationTagListener, IConversationUnreadCount, IConvertHQVoiceMessageToTextOption, IConvertSpeechToTextOption, IConvertVoiceMessageToTextOption, ICreateGroupFail, IDataHostingService, IDataManagementInfo, IDeletedExpansion, IDownloadAuth, IEditedMessageDraft, IEngineMessageResult, IEngineWatcher, IErrorKeys, IEventListener, IExpansionListener, IExpansionListenerData, IExpansionMsgContent, IExtraDataKeyInMessage, IFileMessageContent, IFirstUnreadMessageInfo, IFollowsInfo, IFriendAdd, IFriendApplicationInfo, IFriendApplicationStatusChange, IFriendDelete, IFriendInfo, IFriendInfoChangedSync, IFriendRelationInfo, IGIFMessageContent, IGetConversationListByTimestampParams, IGetConversationsIncludingRobotsOption, IGetGroupMembersOption, IGetHistoryMessageOption, IGetHistoryMessageResult, IGetHistoryMessagesByTypesOption, IGetUltraGroupListOption, IGetUnreadMentionMeConversationListParams, IGooglePushConfig, IGroupApplicationInfo, IGroupFollowsChangedSync, IGroupFollowsList, IGroupFollowsUserInfo, IGroupInfo, IGroupInfoChanged, IGroupInfoOption, IGroupMemberInfo, IGroupMemberInfoChanged, IGroupMembers, IGroupNotificationMessageContent, IGroupOperationInfo, IGroupReadReceiptData, IGroupRemarkChangedSync, IHQVoiceMessageContent, IHarmonyOSPushConfig, IIPCMethods, IIPCMethodsSync, IIPCMethodsWithoutResult, IImageMessageContent, IInformationNotificationMessageContent, IInsertMessage, ILocalTagStatus, ILocationMessageContent, ILogData, ILogger, IMemberInviteResponse, IMentionedInfoKeyInMessage, IMessageAttrsForUpdateExpansion, IMessageDesc, IMessageExtraData, IMessageFilter, IMessageIdentifier, IMessageListnenr, IMessageReadReceiptV4Response, IMessageReader, IMessageReaderResponse, IMessageSendOptions, IModifyMessageParams, INaviInfo, INetwork, INotificationQuietHoursSetting, IOSInfo, IOperateInfo, IOperateStatusNotify, IOperateSummary, IPagingQueryOption, IPagingQueryResult, IPlatformOnlineStatus, IPluginGenerator, IPrivateReadReceiptData, IProcessCache, IProcessCode, IProcessInfo, IPromiseResult, IProxy, IPushConfig, IQuitGroupConfig, IQuoteInfo, IRTCInnerListener, IRTCJoinedInfo, IRTCRoomBindOption, IRTCUsers, IReadReceiptData, IReadReceiptInfo, IReadReceiptResponseInfo, IRecallCommandMessageContent, IRecallMsgOptions, IRecallNotificationMessageContent, IReceivedConversation, IReceivedConversationByTag, IReceivedMessage, IReceivedStatusInfo, IReferContentInMessage, IReferContentKeyInMessage, IReferenceMessageContent, IRefreshReferenceMessageParams, IRemoveChatRoomEntries, IRemoveChatRoomEntry, IRemoveChatroomEntries, IRemoveChatroomEntry, IRequest, IResponse, IRichContentMessageContent, IRobotInfo, IRuntime, ISRSMsgContent, ISearchMessageParams, ISearchMessagesResult, ISendMsgOptions, IServerGroupBaseInfo, ISightMessageContent, ISpeechToTextInfo, ISpeechToTextResponse, IStorage, IStreamMessageContent, IStreamMessageResponseChunkData, IStreamMessageResponseEventData, ISubscribeRelationInfo, ISubscribeStatusDetail, ISubscribeUserOnlineStatus, ISubscribeUserStatusInfo, ISyncReadStatusData, ITagInfo, ITagListener, ITagParam, ITextMessageContent, ITimeRange, ITypingMessage, ITypingUser, IUltraChannelChangeInfo, IUltraChannelDeleteInfo, IUltraChannelUserKickedInfo, IUltraGroupConversation, IUltraGroupOption, IUltraGroupUnreadInfo, IUltraGroupUnreadMentionedOption, IUltraUnreadMsg, IUpdateItem, IUpdateMyProfileFail, IUpdatedConversation, IUpdatedExpansion, IUploadAuth, IUserExtraKeyInMessage, IUserExtraValueInMessage, IUserGroupChangeData, IUserGroupStatusInfo, IUserProfile, IUserProfileInfo, IUserSettingsChangedEvent, IUserSettingsModule, IVoiceMessageContent, IWatcher, IiOSPushConfig, InnerInsertMessageParams, InnerTransParam, InterruptionLevel, ItypingStateListener, KVString, LogDBProxy, LogL, LogLevel, LogSource, Log as LogTagId, LogType, MAX_MESSAGE_CONTENT_BYTES, MAX_U32_INTEGER, MAX_UPLOAD_FILE_SIZE, MentionedInfo, MentionedType, MessageAuditType, MessageBlockSourceType, MessageBlockType, MessageDirection, MessageModifyInfo, MessageModifyStatus, MessageRegisterParams, MessageType, MessageTypeDescription, NotificationLevel, NotificationStatus, OnlineStatus, OperateStatus, Codec$1 as PBCodec, Platform, PluginContext, PushImportanceHonor, PushNotificationQuietHoursLevel, QueryFriendsDirectionType, QuoteMessageStatus, RCConnectionStatus, RCResult, RTCApiType, RTCJoinType, RTCMode, RTCPluginContext, ReadReceiptInfoV5, ReadReceiptResponseV5, ReadReceiptUser, ReadReceiptUsersOption, ReadReceiptUsersResult, ReceivedStatus, ReferenceMessageStatus, SSEModule, SentStatus, SpeechToTextStatus, StreamMessageResponseEventType, SubscribeOperationType, SubscribeType, SuspendablePromise, TranslateInfo, TranslateItem, TranslateMessageParam, TranslateMessagesParams, TranslateMode, TranslateStatus, TranslateStrategy, TranslateTextParam, TranslateTextsParams, UPLOAD_FILE_CHUNK_SIZE, UUId, UltraGroupChannelChangeType, UltraGroupChannelType, UploadMethod, UserProfileVisibility, UserSettingsChangedKey, UserType, Validator, VersionManage, assert, createLogDBProxy, fail, fixUrlProtocol, forEach, getMessageTypeDescription, getUUID, getUUID22, hasMessageTypeDescription, httpRequest, isArray, isBoolean, isFunction, isHttpUrl, isInteger, isLimitedString, isNull, isNumber, isObject, isString, isUndefined, isValidConversationType, isValidEnum, isValidFileType, isValidGroupId, isValidTargetId, map, notEmptyArray, notEmptyObject, notEmptyString, ok, promiseWithResolvers, runtime, trans2IReceivedStatusInfo, trans2NotificationLevel, trans2NotificationStatus, transformReceivedStatusFlag, usingCppEngine, validate };