tencent cloud

Feedback

Last updated: 2024-04-15 16:43:43

    IM SDK Initialization APIs

    To use the Tencent Cloud Chat service, you need to initialize the SDK and log in.
    API
    Description
    TIMInit
    Initializes the IM SDK.
    TIMUninit
    Uninstalls the IM SDK.
    Gets IM SDK version number.
    Gets the current server time.
    Sets extra user configurations.

    Login and Logout APIs

    API
    Description
    TIMLogin
    Logs in.
    TIMLogout
    Logs out.
    Gets the userID of the logged-in user.
    Gets the login status.

    Message APIs

    API
    Description
    Sends a new message
    Cancels a message based on the messageID.
    Sends a message to multiple users at a time, but not to groups.
    Downloads message elements (such as the image, video, audio, and file) to a path.
    Downloads a merged message.
    Sets custom message data (saved locally, not sent to the peer, and invalidated upon app reinstallation).
    Sets the one-to-one message receiving option for a user (batch setting supported).
    Queries the one-to-one message receiving option for a user.
    Sets the receiving option for group messages.
    Sets the global message receiving option for a logged-in user (supports setting do-not-disturb times for each day).
    Sets the global message receiving option for a logged-in user.
    Gets the global message receiving option of a logged-in user.
    Gets the message list of a conversation.
    Recalls a message.
    Modifies a message.
    Deletes the messages of a conversation.
    Deletes the local and roaming message lists of a conversation.
    Clears the messages of a conversation.
    Saves a custom message.
    Imports a message list to a conversation.
    Queries the list of local messages based on the messageID.
    Locates a message of a conversation by using the message locator.
    Searches for local messages.
    Searches for cloud messages.
    Sends message read receipts.
    Gets message read receipts.
    Gets the list of group members who have read group messages.
    Sets message extensions.
    Gets message extensions.
    Deletes message extensions.
    Adds message reaction.
    Deletes message reaction.
    Gets message reactions.
    Gets the users who respond with the specified message by page.
    Translates a text message.
    Converts voice messages into text messages.

    Conversation APIs

    The conversation list is the list a user sees on the first screen after login. It includes elements such as the conversation node, conversation name, group name, last message, and unread count.
    API
    Description
    Gets the conversation list.
    Queries a list of conversations.
    An advanced API for getting the conversation list.
    Deletes a conversation.
    Deletes the conversation list.
    Sets the draft for a conversation.
    Deletes the draft for a conversation.
    Sets custom conversation data.
    Pins a conversation to the top.
    Marks a conversation.
    Gets the total unread message count of all conversations.
    Gets the total unread message count by filter.
    Subscribes to notification of total unread message count for conversations specified by filter.
    Unsubscribes from notification of total unread message count for conversations specified by filter.
    Cleans up the unread message count of the conversation.
    Creates a conversation group.
    Gets the list of conversation groups.
    Deletes a conversation group.
    Renames a conversation group.
    Adds a conversation to a conversation group.
    Deletes conversations from a group.

    Group APIs

    Tencent Cloud Chat SDK supports the following preset group types, each of which pertains to different scenarios.
    Work group (Work): Users can join the group only after being invited by group members. This group is similar to ordinary WeChat groups.
    Public group (Public): Similar to QQ groups, users can join a public group through requests, which need to be approved by the group owner or group admin.
    Meeting group (Meeting): Used together with TRTC to enable scenarios such as video conferencing and online education. Users can join and leave the group freely and view the message history before they join.
    Community: Community supports up to 100,000 members and a user can join and leave a community freely without approval. It is suitable for chat scenarios with a super large number of community members, such as knowledge sharing and game discussion. This feature is supported by a client with the SDK edition V5.8 or later. To use it, you need to purchase the premium edition, and then enable it via console > Feature Configuration > Group Configuration > Group Feature Configuration > Community.
    Audio-video group (AVChatRoom): An audio-video group allows users to join and leave freely and is suitable for scenarios such as live streaming and chat rooms with on-screen comments. There is no limit on the number of group members.
    API
    Description
    Creates a group.
    Deletes or dissolves a group.
    Requests to join a group.
    Quits a group.
    Gets the list of groups that a user has joined.
    Gets group information.
    Searches for groups.
    Modifies group information.
    Initializes the group attributes to clear the existing group attribute list.
    Sets group attributes. If a group attribute already exists, its value will be updated; otherwise, it will be added.
    Deletes group attributes.
    Gets a specified group attribute. If `NULL` is passed in for `json_keys`, all the group attributes will be obtained.
    Gets the number of online members in a group.
    Sets group counters.
    Gets group counters.
    Increases the group counter.
    Decreases the group counter.
    Gets the list of communities the current user has joined.
    Creates a topic.
    Deletes a topic.
    Modifies topic information.
    Gets the list of topics.
    Gets group member information.
    Searches for group members.
    Modifies group member information.
    Invites someone to join a group.
    Removes a member from a group.
    Marks group members.
    Gets the pending group request list.(Pending group requests are those that are not handled, for example, invitations or requests to join a group.)
    Handles pending group requests.
    Reports that a pending group request is read.

    Community Topic APIs

    API
    Description
    Creates a community that supports a topic.
    Gets the list of communities the current user has joined.
    Creates a topic.
    Deletes a topic.
    Modifies topic information.
    Gets the list of topics.
    Creates a community permission group.
    Deletes a community permission group.
    Modifies a community permission group.
    Gets the list of community permission groups a user has joined.
    Gets a community permission group list.
    Adds members to a community permission group.
    Removes members from a community permission group.
    Gets the list of community permission group members.
    Adds topic permission to the permission group.
    Deletes topic permission from the permission group.
    Modifies the topic permission in the permission group.
    Gets the topic permission in the permission group.

    User Profile APIs

    API
    Description
    Gets users' profiles.
    Modifies one's own profile.
    Subscribes to a stranger's profile.
    Unsubscribes from a stranger's profile.

    User Status APIs

    API
    Description
    Gets user status information.
    Sets one's own status.
    Subscribes to a user's status.
    Unsubscribes from a user's status.

    Friend Management APIs

    By default, Tencent Cloud Chat does not check your relationship with a user when receiving and sending messages. You can enable Check Relationship for One-to-One Messages on Feature Configuration > Login and Message > Relationship Check in the Chat console and use the following APIs to add/delete friends and manage your friends.
    API
    Description
    Gets the contacts.
    Gets information of friends.
    Updates the profile of a friend (such as remarks).
    Searches for a friend.
    Adds a friend.
    Deletes a friend.
    Checks the friend type (one-way or two-way).
    Gets the pending friend request list.
    Handles friend requests.
    Reports that a pending friend request is read.
    Deletes a pending friend request.
    Gets the blocklist.
    Adds a user to the blocklist.
    Removes a user from the blocklist.
    Creates a friend group.
    Gets the information of a friend group.
    Deletes a friend group.
    Modifies a friend group.

    Official Account APIs

    Official accounts can send broadcast messages and one-to-one (C2C) messages to subscribers.
    API
    Description
    Subscribes to an official account.
    Unsubscribes from an official account.
    Gets a list of official accounts.

    Follow Feature APIs

    The follow feature can help establish and maintain simple connections between users, facilitating interaction and communication among them.
    API
    Description
    Follows users.
    Unfollows users.
    Gets my following user list.
    Gets my follower list.
    Gets my mutual following user list.
    Gets the information of followings/followers/mutual followings of a specified user.
    Checks the follow type of a specified user.

    Offline Push APIs

    API
    Description
    Sets offline push configuration information (for iOS and Android platforms only).
    Specifies the initial unread count on the desktop badge (for iOS and Android platforms only). This API can be called when the app detects that the app switches to the background.
    Called when the app detects that the app switches to the foreground (for iOS and Android platforms only).

    Signaling APIs

    API
    Description
    Invites a user.
    Invites certain users in the group.
    Cancels an invitation.
    Accepts an invitation.
    Rejects an invitation.
    Gets the signaling information.
    Modifies the invitation signaling.

    Event Callback APIs

    IM SDK initialization and login callback APIs

    API
    Description
    Sets the callback for network connection status.
    Sets the callback for forced logout.
    Sets the callback for user ticket expiration.
    Sets the callback for logs.

    Message callback APIs

    API
    Description
    Adds the callback for receiving new messages.
    Deletes the callback for receiving new messages.
    Sets the callback for the upload progress of message element files.
    Sets the callback for message read receipts.
    Sets the callback for message recalls.
    Sets the callback for message update notifications returned after messages are modified in the cloud.
    Sets the callback for message extension changes.
    Sets the callback for message extension deletion.
    Sets the callback for message reaction changes.
    Sets the callback for the global message receiving option.

    Conversation callback APIs

    API
    Description
    Sets the callback for conversation events.
    Sets the callback for changes in the unread message count of a conversation.
    Sets the callback for changes in the unread message count of filtered conversations.
    Sets the callback for conversation group creation.
    Sets the callback for conversation group deletion.
    Sets the callback for a conversation group name change.
    Sets the callback for adding a conversation to a conversation group.
    Sets the callback for deleting a conversation from a conversation group.

    Group callback APIs

    API
    Description
    Sets the callback for group system messages.
    Sets the callback for a group attribute change.
    Sets the callback for a group counter change.
    Sets the callback for group topic creation.
    Sets the callback for group topic deletion.
    Sets the callback for group topic changes.

    Community topic callback APIs

    API
    Description
    Sets the callback for community topic creation.
    Sets the callback for community topic deletion.
    Sets the callback for community topic changes.
    Sets the callback for the topic custom system messages pushed by REST API.
    Sets the callback for permission group creation.
    Sets the callback for permission group deletion.
    Sets the callback for permission group information changes.
    Sets the callback for adding a member to the permission group.
    Sets the callback for removing a member from the permission group.
    Sets the callback for adding a topic permission to the permission group.
    Sets the callback for deleting a topic permission from the permission group.
    Sets the callback for modifying a topic permission in the permission group.

    User profile and status callback APIs

    API
    Description
    Sets the callback for one's own profile changes.
    Sets the callback for user status changes.
    Sets the callback for subscriber profile changes.

    Friend callback APIs

    API
    Description
    Sets the callback for adding friends.
    Sets the callback for deleting friends.
    Sets the callback for updating friends' profiles.
    Sets the callback for friend requests.
    Sets the callback for deleting a friend request.
    Sets the callback for reading a friend request.
    Sets the callback for adding a friend to the blocklist.
    Sets the callback for removing a friend from the blocklist.

    Official account callback APIs

    API
    Description
    Sets the callback for subscribing to an official account.
    Sets the callback for unsubscribing from an official account.
    Sets the callback for deleting an official account.
    Sets the callback for subscribed official account information changes.

    Follow feature callback APIs

    API
    Description
    Sets the callback for my following list changes.
    Sets the callback for my followers list changes.
    Sets the callback for mutual following list changes.

    Signaling callback APIs

    API
    Description
    Sets the callback for receiving a new invitation.
    Sets the callback for canceling an invitation.
    Sets the callback for accepting an invitation by invitees.
    Sets the callback for rejecting an invitation by invitees.
    Sets the callback for an invitation timeout.
    Sets the callback for modifying an invitation.
    Contact Us

    Contact our sales team or business advisors to help your business.

    Technical Support

    Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

    7x24 Phone Support