Class MsgDeleteParam
Inheritance
System.Object
MsgDeleteParam
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class MsgDeleteParam
Fields
msg_delete_param_is_remble
Declaration
public bool msg_delete_param_is_remble
Field Value
Type | Description |
---|---|
System.Boolean | Write-only (optional); whether to delete all local or roaming messages. `true`: Delete roaming messages; `false` (default): Delete local messages. |
msg_delete_param_msg
Declaration
public Message msg_delete_param_msg
Field Value
Type | Description |
---|---|
Message | Write-only (optional); the messages to delete |