会话信息
需要设置的免打扰级别,类型为 NotificationLevel
发送文件消息
会话信息
消息体,其中 file 为待上传文件引用
上传文件过程中的回调钩子,类型为 IUploadHooks 可选
文件消息配置项,类型为 IUploadMessageOption 可选
返回一个 IAsyncRes 类型 Promise,data 结构为 IAReceivedMessage 类型
发送图片消息
会话信息
消息体,其中 file 为待上传图片引用
上传图片过程中的回调钩子,类型为 IUploadHooks 可选
图片消息配置项,类型为 IImageMessageOption 可选
返回一个 IAsyncRes 类型 Promise,data 结构为 IAReceivedMessage 类型
发送 GIF 图片消息
会话信息
消息体,其中 file 为待上传 GIF 图片引用
上传 GIF 图片过程中的回调钩子,类型为 IUploadHooks 可选
GIF 图片消息配置项,类型为 {@link IGIFMessageOption} 可选
返回一个 IAsyncRes 类型 Promise,data 结构为 IAReceivedMessage 类型
发送高清语音消息
会话信息
消息体,其中 file 为待上传高清语音引用
上传高清语音过程中的回调钩子,类型为 IUploadHooks 可选
高清语音消息配置项,类型为 {@link ISendHQVoiceMessageOptions} 可选
返回一个 IAsyncRes 类型 Promise,data 结构为 IAReceivedMessage 类型
发送小视频消息
会话信息
消息体,其中 file 为待上传小视频引用
上传小视频过程中的回调钩子,类型为 IUploadHooks 可选
小视频消息配置项,类型为 ISendSightMessageOptions 可选
返回一个 IAsyncRes 类型 Promise,data 结构为 IAReceivedMessage 类型
多端同步阅读状态
会话信息
需要同步消息阅读的时间戳,可以在消息体中通过消息的 sendTime 获取
按消息 UId 删除消息
会话信息
消息列表
更新(添加、替换)消息扩展属性
要更新的消息扩展信息键值对
要更新的原始消息体
删除扩展存储
注册自定义消息
消息类型
是否存储
是否计数
可搜索的属性,web 端无需设置,搜索字段值设置为数字时取值范围为 (-Math.pow(2, 64), Math.pow(2, 64)) 且为整数
是否状态消息,状态消息不计数,不存储,接收方在线时才能收到
返回一个 BaseMessage 类型的构造函数
从服务端获取特定批量消息
获取消息参数,包含会话类型、目标 Id、频道 Id,类型为 IConversationOption
消息列表,包含消息的 Uid,类型为 IMessageDesc 数组
返回一个 IAsyncRes 类型 Promise,data 为消息列表,code 接口返回状态码 从 SDK 版本 @since 5.7.0 开始,该接口的返回数据类型由 IReceivedMessage 变更为 IAReceivedMessage
设置、更新消息扩展信息
消息扩展信息,类型是 Object。Key 支持大小写英文字母、数字、 特殊字符+ = - _ 的组合方式,不支持汉字。最大 32 个字符。
(SDK < 5.3.0)Value 最大 64 个字符
(SDK ≧ 5.3.0)Value 最大 4096 个字符
接收到的消息,类型是 IAReceivedMessage
返回一个 IAsyncRes 类型 Promise,code 接口返回状态码
删除消息扩展
消息扩展信息的 key 数组,类型是 Array。Key 支持大小写英文字母、数字、特殊字符+ = - _ 的组合方式,不支持汉字。最大 32 个字符
接收到的消息,类型是 IAReceivedMessage
返回一个 IAsyncRes 类型 Promise,code 接口返回状态码
删除指定消息上的所有扩展
接收到的消息,类型是 IAReceivedMessage
返回一个 IAsyncRes 类型 Promise,code 接口返回状态码
修改消息
修改后的消息内容,大小不能超过 128k
需要修改的消息,类型是 IAReceivedMessage
返回一个 IAsyncRes 类型 Promise,code 接口返回状态码
订阅用户状态
被订阅用户 ID 列表,一次最多订阅 200 个用户
订阅类型
订阅有效期,取值范围为[60,2592000](单位:秒)
返回一个 IAsyncRes 类型 Promise,订阅错误为 26021 时返回被订阅达上限(用户最多可以被 5000 个用户订阅)的用户 ID 列表
Establish IM connection
Specifies whether to kick out the currently reconnecting device when reconnecting (only valid in Electron
environment)
By default, only one desktop device is allowed to log in with the same user account. Once a new Electron device successfully connects, the previously logged-in device will be automatically kicked out. In some cases, the SDK's reconnection mechanism may prevent the newly logged-in device from staying online properly.
Disconnect
Specifies whether to close the database. Default is true. Only effective on the Electron platform.
Add event listener
Event name
Event listener function
Add a listener (executed only once)
Event name
Event listener function
Remove event
Event name
Event listener function
Remove all events of the same type
Event name
Clear all events
Initialization
Initialization parameters of type IInitOption.
Uninitialize
Get IM connection status
Get the ID of the connected IM user
Get deviceId
Load plugin
Plugin configuration
Join chatroom
The ID of the chatroom
Configuration parameters for joining the chatroom
Number of messages to pull
Extended information
Join an existing chatroom
The chatroom ID
Configuration parameters for joining the chatroom. count
specifies the number of historical messages to retrieve upon entering the chatroom. The range is 1-50. If -1
is passed, no historical messages will be retrieved. If 0
is passed, the SDK default setting will be used (default is 10 messages).
Number of messages to pull
Extended information
Returns a Promise of type IAsyncRes, where data
is of type IChatroomJoinResponse
Exit chatroom
Chatroom ID
Query chatroom information
The chatroom ID
Configuration parameters for querying chatroom information
Retrieves the number of users in the chatroom. The value range is 0-20, with a default value of 0.
The sorting order of chatroom members. Default is 0 (no sorting). 1: Ascending order 2: Descending order
Returns a Promise of type IAsyncRes, where data
is of type IChatroomInfo
Set single attribute
Chatroom ID
Configuration parameters for setting chatroom attributes, of type IChatRoomEntry
Batch set attributes *
Chatroom ID
Configuration parameters for setting chatroom attributes Type: IChatroomEntries @since version 5.3.4, this interface also supports forcibly setting multiple attribute values through the isForce property. Forced settings can directly overwrite attribute values created by others.
Force set a single attribute
The chatroom ID
Configuration parameters for setting the chatroom attribute, of type IChatroomEntry
Delete a single attribute
The ID of the chatroom
Configuration parameters for deleting the chatroom attribute, of type IRemoveChatroomEntry
Batch delete chatroom attributes
The ID of the chatroom
Configuration parameters for deleting chatroom attributes
Force delete
Chatroom ID
Configuration parameters for deleting chatroom attributes, of type IRemoveChatroomEntry
Get single attribute
The chatroom ID
The attribute name, supports a combination of English letters, numbers, +, =, -, _, with a maximum length of 128 characters
Retrieve chatroom history messages
The chatroom ID
Configuration parameters for retrieving history messages, of type GetHistoryMessageOption
Returns a Promise of type IAsyncRes, where the data is of type GetHistoryMessageResult
Bind RTC room
Configuration parameters for binding the RTC room, of type IRTCRoomBindOption
Get conversation list *
Configuration parameters for retrieving the conversation list
Number of conversations
Get Start Time
Default value: 0
When order
is 0, startTime
defaults to the current time.
When order
is 1, startTime
defaults to the earliest message time across all conversations.
Default value: 0 0: Retrieve messages before startTime 1: Retrieve messages after startTime
Returns a Promise of type IAsyncRes, where the data structure is an array of type IAReceivedConversation
Get specified conversation data
Parameters required to fetch the conversation, of type IConversationOption
Returns a Promise of type IAsyncRes, where the data structure is of type IAReceivedConversation
Remove specified conversation
Conversation information
Set Conversation Do Not Disturb
Query Do Not Disturb for a specific conversation and channel
Conversation information
Get Do Not Disturb Status
Get Do Not Disturb Status List
Returns a Promise of type IAsyncRes, where the data is an array of type IBaseConversationInfo.
Set whether a conversation is pinned to the top
Conversation information
Pin status
Whether to update the conversation operation time, defaults to true, only effective for Electron platform in private cloud environment
Get Pinned Conversation List
An array of ConversationType is required.
If not provided or set to undefined
, all pinned conversations of the channelId
type will be retrieved.
Returns a Promise of type IAsyncRes, where the data
is an array of IAReceivedConversation type.
Get Unread Conversation List
Conversation type
Returns a Promise of type IAsyncRes, with data being an array of type IAReceivedConversation
Get the total unread message count for all current conversations
Indicates whether to include conversations with Do Not Disturb enabled
Specifies the conversation types for which to retrieve the unread count. If empty, it defaults to retrieving unread counts for one-to-one chat, group chat, and system messages
Returns a Promise of type IAsyncRes, with the unread count returned in the data field
Get the unread count of conversations with specified Do Not Disturb levels
List of conversation types
The Do Not Disturb levels of the conversations to retrieve. Pass an empty array to count unread messages for all supported conversation types and levels.
Returns a Promise of type IAsyncRes, with the unread count of conversations in the data field.
Get the total unread mention count for conversations with specified Do Not Disturb levels
List of conversation types
List of Do Not Disturb levels. Pass an empty array to get the unread count for all levels
Returns a Promise of type IAsyncRes, where the data contains the total unread mention count *
Get the unread count of a specified conversation
Conversation information *
Clear Unread Count for Specified Conversation
Conversation information
Get Unread Mention Count for a Single Group Conversation
Conversation information
Returns a Promise of type IAsyncRes, where the data contains the unread @ mention count for a single group conversation.
Get conversation text draft
Conversation information
Set conversation text draft
Conversation information
Draft content
Delete conversation text draft
Conversation information
Add friend
The user ID of the user to be added as a friend
Additional information. Optional, additional information sent with the friend request, with a maximum length of 128 characters.
Agree to add as a friend
The user ID of the user who agrees to become a friend
Set friend information
The user ID of the friend
The alias for the friend. Maximum of 64 characters
Extended information. By default, up to 10 extended fields can be set. (Must be configured via the developer backend API before use; otherwise, the setting will fail)
Check friend relationship
Note: Unidirectional check: Only checks if the target user is in the user ID's friend list.
Returns the friend relationship type: 1, Not in my friend list; 2, In my friend list.
Bidirectional check: Checks both parties' friend lists.
Returns the friend relationship type: 1, In both parties' friend lists; 2, Not in both parties' friend lists; 3, Only in the current user's friend list; 4, Only in the target user's friend list.
List of user IDs for the friend relationship check, up to 20 users at a time
Type of friend relationship to check: unidirectional, bidirectional.
Fetch friend request list with pagination
Pagination query parameters. Refer to IPagingQueryOption. A maximum of 100 records can be queried per page.
Request types. Multiple types can be selected. Refer to FriendApplicationType
Request status. Multiple statuses can be selected, including friend request pending, accepted, rejected, and expired. This field is only supported on the Electron platform. Refer to FriendApplicationStatus
Get friend information based on user IDs
List of user IDs, with a maximum of 100 friends' information retrievable at once
Search for friend information based on nickname This API is only supported on the Electron platform
The keyword for the user's nickname. It cannot be empty and must not exceed 64 characters.
Set the current user's friend request permission
Friend request permission. Refer to {@link IAddFriendPermission}
Get the current user's friend request permissions
Get friend list
Pagination query parameters. Refer to IPagingQueryOption. This parameter is only valid for the web platform. The default Count
is 50, and a maximum of 100 records can be queried per page.
Create group
Group information. {$link IGroupInfoOption}
An array of user IDs to be added to the group. A maximum of 100 users can be added at once. (Optional)
Set group information
IGroupInfoOption Configuration for setting group information
Batch get group information
An array of group IDs. A single query supports up to 20 groups.
Returns a Promise of type IAsyncRes, where the data is of type IGroupInfoOption.
Remove group members
The group ID.
An array of member IDs. Supports batch operations with a maximum of 100 members per request.
Configuration for removing group members. Refer to IQuitGroupConfig.
Quit group
The group ID
Configuration for quitting the group. Refer to IQuitGroupConfig
Dismiss group
Group ID
Transfer group ownership
The group ID.
The user ID of the new group owner after the transfer.
Whether to quit the group after the transfer.
Configuration for kicking out of the group. Note: This feature only takes effect when quitting the group after the transfer. This configuration parameter is only effective when quitGroup is true. Refer to IQuitGroupConfig
Set group administrators
The group ID
An array of user IDs. Note: The user IDs must belong to group members, and a maximum of 10 administrators can be added at once.
Remove group administrators
The group ID
An array of user IDs. Note: The user IDs must be group members, and a maximum of 10 administrators can be operated on at once.
Paginate to get group member information
The group ID.
An array of group member roles. Refer to GroupMemberRole. 0: Fetch all group members regardless of role or position.
Pagination query parameters. Refer to IPagingQueryOption. A maximum of 100 records can be queried per page.
Returns a Promise of type IAsyncRes. The data contains the total number of group members and group member information, where the group member information is of type IGroupMemberInfo.
Get information of specified group members
Group ID
Array of user IDs, with a maximum of 100 users
Returns a Promise of type IAsyncRes, where the data is of type IGroupMemberInfo
Set group member profile
The group ID.
The user ID of the group member.
The nickname of the group member. The length should not exceed 64 characters, and the nickname cannot be purely spaces.
Additional information for the group member. The length should not exceed 128 characters.
Search group member information by nickname
The group ID.
The keyword for searching group member nicknames. Note: Cannot be empty and must not exceed 64 characters; supports fuzzy search; if the nickname is empty, it defaults to searching by username. The search field cannot contain only spaces.
Pagination query parameters. Refer to IPagingQueryOption. A maximum of 200 records can be queried per page.
Returns a Promise of type IAsyncRes, where the data is of type IGroupMemberInfo.
Join group
Group ID
Invite users to join a group
Group ID
User agrees to join a group
Group ID
The user ID of the inviter
User rejects group invitation
The group ID
Optional reason for rejection, with a maximum of 128 characters.
Group owner or administrator approves user to join the group
The group ID
The ID of the user requesting to join the group
The inviter ID. Optional. If the user is invited to join the group, provide the inviter ID; if the user actively requests to join, this can be left empty.
Group owner or administrator rejects user's request to join the group
The group ID
The user ID of the applicant
The inviter ID. Optional. If the user is invited to join the group, pass the inviter ID; if the user applies to join the group actively, this field can be empty.
The remark content. When rejecting, you can choose whether to input a reason for rejection. The content should not exceed 128 characters.
Get group requests
Pagination parameters. Refer to IPagingQueryOption. A maximum of 200 records can be queried per page.
Array of group request directions. Refer to GroupApplicationDirection. This parameter is only supported in Electron and is mandatory for Electron. Passing this parameter in Web is invalid.
Array of group request statuses. This parameter is only supported in Electron and is mandatory for Electron. Passing this parameter in Web is invalid.
Returns a Promise of type IAsyncRes, where the data contains an array of type IGroupApplicationInfo.
Get the groups a user belongs to
Pagination query parameters IPagingQueryOption, with a maximum of 100 records per page.
Returns a Promise of type IAsyncRes, where the data is an array of type IGroupInfoOption.
Search for groups I have joined by group name
The search keyword for the group name. Cannot be empty and must not exceed 64 characters. Supports fuzzy search. Trim leading and trailing spaces before querying.
Pagination query parameters. Refer to IPagingQueryOption. A maximum of 200 records can be queried per page.
Returns a Promise of type IAsyncRes, with data of type {@link void}.
Batch get group information
Array of group IDs, with a maximum of 20 groups per query
Set group name
The group ID
The alias name. Setting it to '' means removing the alias. The string length should not exceed 64 characters. If the group alias already exists, it will be replaced, with the last setting taking precedence.
Set group member follow
The group ID
An array of user IDs. You can follow up to 100 users at a time.
Remove group member follow
Group ID
Array of user IDs, up to 100 users can be unfollowed at once
Get group members I follow
The group ID, only supports regular groups.
Asynchronous task result
Send message
Conversation information
The message body, which is a subclass of BaseMessage, such as TextMessage, ImageMessage, obtained via new TextMessage()
Configuration options for sending messages
Returns a Promise of type IAsyncRes, with the data structure being IAReceivedMessage
Send text message
Conversation information
Message body
Message sending configuration options
Returns a Promise of type IAsyncRes, with the data structure of type IAReceivedMessage
Get history messages
Conversation information
Configuration for retrieving historical messages, of type GetHistoryMessageOption (optional)
Returns a Promise of type IAsyncRes, where the data
structure is of type GetHistoryMessageResult
*
Retrieve remote history messages
Conversation information
Configuration options for retrieving history messages, of type GetHistoryMessageOption (optional)
Returns a Promise of type IAsyncRes, with the data structure being GetHistoryMessageResult
Send one-to-one chat read receipt
Target ID
Unique identifier of the message, which can be obtained from the Message object
The sending time of the message, which can be obtained from the sendTime
field in the Message object
Send group read receipt request
Target ID
Send group read receipt response v2
Group ID
The list of messages to acknowledge, structured as: \{senderUserId: [messageUId1, messageUId2]\}
Recall message
Conversation information
Recall message parameters
Returns a Promise of type IAsyncRes, where the data structure is of type IAReceivedMessage
Delete messages by timestamp
The conversation
The cutoff time; messages before this time will be cleared *
Send typing status message
Conversation information
Typing status message type
Returns a Promise of type IAsyncRes, with data structured as IAReceivedMessage *
Get group read list
Group ID
Message UID
Returns a Promise of type IAsyncRes, where the data structure is of type IMessageReaderResponse
Get the first unread message
Returns a Promise of type IAsyncRes, where the data structure is of type IAReceivedMessage.
Get the first unread message information
Conversation information
Returns a Promise of type IAsyncRes, where the data structure is of type IFirstUnreadMessageInfo
Insert a message locally without sending it to the server
Get message
The local message ID or messageUId
Returns a Promise of type IAsyncRes, where the data structure is of type IAReceivedMessage
Get all unread @ messages in a conversation
Conversation information
Returns a Promise of type IAsyncRes, where the data structure is of type {@link IAReceivedMessage[]}
Search for messages within a conversation by keyword
Deletes message data before a specified timestamp from the local message database for a specific conversation
Clear historical messages in a conversation
Search conversations by content
Clear unread count before timestamp
Conversation information
Timestamp for clearing unread count *
Set message receiving status
Message type
Short video message
Unsubscribe user status
List of subscribed user IDs, with a maximum of 200 users per request
Subscription type, available in SubscribeType
Paginate and query the status information of subscribed users
The number of items per page
The pagination offset
Returns a Promise of type IAsyncRes, where data is an array of type ISubscribeUserStatusInfo
Query subscription status information
List of subscribed user IDs. The list cannot be empty, and a maximum of 200 users' status information can be queried at once.
Returns a Promise of type IAsyncRes, where the data is an array of type ISubscribeUserStatusInfo.
Delete tag
Tag ID
Returns code 0 on success, or an error code on failure
Add conversations to a specified tag
The tag ID
The conversation information, including the conversation type, conversation ID, and channelId. The type is an array of IConversationOption.
Remove multiple conversations from a specified tag
The tag ID
The conversation information, including the conversation type, conversation ID, and channelId, in the form of an array of IConversationOption
Remove multiple tags from a specified conversation
Conversation information, including conversation type, conversation ID, and channelId, of type IConversationOption
List of tags to be removed
Remove specified tag from multiple conversations
The ID of the tag
List of conversation information
Paginate conversations under a tag
The ID of the tag
The number of conversations to retrieve
Returns a Promise of type IAsyncRes, where the data is an array of conversations of type IAReceivedConversationByTag or undefined Starting from SDK version @since 5.7.0, the return data type of this interface has changed from IReceivedConversationByTag to IAReceivedConversationByTag
Get the unread message count by tag
The ID of the tag
Indicates whether to include muted conversations
Set conversation top in tag
The tag ID
The conversation
Get tags for a conversation
Conversation information, including conversation type, conversation ID, and channelId, of type IConversationOption
Returns a Promise of type IAsyncRes, where the data is an array of tags of type IConversationTag or undefined
Chatroom rejoin information
Asynchronous task result
This definition is deprecated. Use IRemoveChatroomEntries
instead.
This definition is deprecated. Please use IChatroomEntries
instead.
This definition is deprecated. Please use IRemoveChatroomEntry
instead.
Basic message types
File message sending configuration
Image message sending configuration
Configuration options for sending short video messages
Message type constructor
@ Type
@ type, where 1 indicates @ all members, and 2 indicates @ specific members
List of user IDs that are mentioned. This is only valid when type
is 2
.
Initialization configuration
Application AppKey identifier
This configuration is deprecated. Please use logOutputLevel
instead.
Modify the internal log printing level, which defaults to LogL.WARN
and above.
Custom navigation address, not recommended for public cloud users to modify.
Connection method, defaults to 'websocket'.
Mini Program platform exclusive configuration
Qiniu upload file address domain (supported only by RCX service in Dedicated Cloud)
开启后,SDK 内的 HTTP 请求将由 Electron 主进程内发送。
The log validity period in the IndexDB database, measured in hours, with valid values ranging from 24
to 168
. By default, the log data in IndexDB is valid for 168 hours.
Area code
Log reporting service address
Private cloud environment configuration
Retrieve historical message configuration
Retrieve messages before this timestamp. Use 0 to fetch messages from the current time.
Specifies the number of messages to retrieve, range: 1-100
For SDK versions < 5.7.4, the range is [1-20]; for SDK versions ≧ 5.7.4, the range is [1-100]. Default value is 20
.
Message sorting order 0: Ascending 1: Descending
Structure of retrieved historical messages
Event listener
Get ultra group conversation list
Parameters for retrieving the ultra group conversation list. If not provided, it returns all ultra group conversations.
Returns a Promise of type IAsyncRes, where data
is the list of ultra group conversations {@link IUltraGroupConversation[]}, and code
is the status code returned by the API.
Get the Do Not Disturb ultra group conversation list of the currently logged-in user
Returns a Promise of type IAsyncRes, where data is the ultra group conversation list {@link IUltraGroupConversation[]}, and code is the interface return status code
Send typing status
Parameters for sending the typing status, including conversation type, target ID, and channel ID. The type is IConversationOption
Returns a Promise of type IAsyncRes, where the code represents the interface return status code.
Get the unread mention count for a specified conversation
The ID of the ultra group
The Do Not Disturb levels. If not provided or an empty array is passed, all levels will be retrieved. The type is an array of NotificationLevel
Returns a Promise of type IAsyncRes, where data is the count of unread mentions, and code is the status code returned by the API
Query the default Do Not Disturb level for a specified ultra group or channel
Parameters for querying the default Do Not Disturb level of an ultra group or channel, including conversation type, target ID, and channel ID, of type IUltraGroupOption
Returns a Promise of type IAsyncRes, where data is the default Do Not Disturb level and code is the interface return status code
Set the default Do Not Disturb level for a specified ultra group or channel
Parameters for setting the default Do Not Disturb level for an ultra group or channel, including conversation type, target ID, and channel ID. The type is IUltraGroupOption. To set the default notification configuration for an ultra group, use options: \{ targetId: 'xxx' \}, where channelId is not passed or is passed as ''. To set the default notification configuration for a specified channel in an ultra group, use options: \{ targetId: 'xxx', channelId: 'xxx' \}.
The Do Not Disturb level. @since 5.3.0, the type of notificationLevel is NotificationLevel.
Returns a Promise of type IAsyncRes, where code indicates the interface return status code.
Get the unread message count for a specified conversation
The ID of the ultra group
The Do Not Disturb levels. If not provided or an empty array is passed, all levels will be retrieved. The type is an array of NotificationLevel
Returns a Promise of type IAsyncRes, where data
is the unread message count and code
is the status code returned by the API
Get the list of unread @ messages for a specified ultra group conversation
Parameters for fetching the list of unread @ messages for a specified conversation, including conversation type, target ID, channel ID, timestamp, and count. The type is IUltraGroupUnreadMentionedOption.
Returns a Promise of type IAsyncRes, where data
contains the list of unread @ messages and code
represents the status code returned by the API.
Get the timestamp of the first unread message in a specified conversation
Parameters for retrieving the timestamp of the first unread message in a specified conversation, including conversation type, target ID, and channel ID. Type: IUltraGroupOption
Returns a Promise of type IAsyncRes, where data
is the timestamp of the first unread message in the specified conversation, and code
is the status code returned by the API.
Batch Get Ultra group Conversation Information
An array of Ultra group IDs, with a length limit of [1-20] items.
Returns a Promise of type IAsyncRes, where data contains the list of Ultra group conversation information, and code represents the API response status code.
Update user profile
User profile information
Returns a Promise of type IAsyncRes, where the data is of type { errorKey: string }
Get current user profile
Returns a Promise of type IAsyncRes, where the data is of type IUserProfileInfo.
User permission settings
Returns a Promise of type IAsyncRes, where data is of type void
User permission acquisition
Returns a Promise of type IAsyncRes, where the data is of type UserProfileVisibility.
Search for user information by unique application ID
The user's unique application ID
Returns a Promise of type IAsyncRes, where the data is of type IUserProfileInfo
Batch get user profiles
List of user IDs, with a maximum of 100 IDs per request
Returns a Promise of type IAsyncRes, where the data is an array of type IUserProfileInfo
Add to blacklist
User ID
Remove from blacklist
User ID
Get blacklist
Check if a user is in the blacklist
User ID
This definition is deprecated. Please use IChatroomEntry
instead.\n * @category Type\n * @deprecated
Query real-time conversation list
Number of conversations, maximum supported: 50
Get Start Time Default value: 0 When order is 0, startTime defaults to the current time When order is 1, startTime defaults to the earliest message time in all conversations
Default value: 0 0: Retrieve messages before the startTime 1: Retrieve messages after the startTime
Query real-time conversation unread count
Clear Unread Count for Real-time Conversations
Delete real-time conversations
Conversation list, maximum length 20
Batch Query Real-time Conversation Unread Count
Conversation list, maximum length 10
Set global Do Not Disturb configuration
Remove global Do Not Disturb configuration
Get global Do Not Disturb Configuration
拒绝加为好友
拒绝成为好友的用户ID // * @param reason 拒绝原因。非必填项,长度不超过 128 个字符。
设置会话免打扰
支持按照 NotificationLevel 类型进行免打扰级别设置,级别描述如下: -1: 全部消息通知(接收全部消息通知 -- 显示指定关闭免打扰功能) 0: 未设置(向上查询群或者APP级别设置)//存量数据中0表示未设置 1: 群聊超级群仅@消息通知(现在通知)单聊代表全部消息通知 2: @ 指定用户通知 3: @ 群用户组通知,通知用户组暂未实现,暂不暴露出去 4: @ 群全员通知 5: 消息通知被屏蔽,即不接收消息通知
5.3.0
设置会话免打扰示例: