setGroupReceiveMessageOpt

Introduction

Set the message receiving option for group messages from a specified group.

The receiving options can referring to ReceiveMsgOptEnum.

Parameter details

Parameter name Parameter type Required Platform Description
groupID String yes All The group ID.
opt ReceiveMsgOptEnum yes All The message receiving option.

Returned template

V2TimCallback

{
    code : int
    desc : String
}

Return value details

name type description
code int Request result: Error codes. 0 means success.
desc String The description of the failure.

Code example

    V2TimCallback setGroupReceiveMessageOptRes = await TencentImSDKPlugin
        .v2TIMManager
        .getMessageManager()
        .setGroupReceiveMessageOpt(
            groupID: "groupID", 
            opt: ReceiveMsgOptEnum.V2TIM_NOT_RECEIVE_MESSAGE); 
    if (setGroupReceiveMessageOptRes.code == 0) {
    }

results matching ""

    No results matching ""