Class GroupTipGroupChangeInfo
Inheritance
System.Object
GroupTipGroupChangeInfo
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 GroupTipGroupChangeInfo
Fields
group_tips_group_change_info_flag
Declaration
public TIMGroupTipGroupChangeFlag group_tips_group_change_info_flag
Field Value
Type | Description |
---|---|
TIMGroupTipGroupChangeFlag | Read-only; the group information flag for group message modification |
group_tips_group_change_info_key
Declaration
public string group_tips_group_change_info_key
Field Value
Type | Description |
---|---|
System.String | Read-only; the `key` value corresponding to custom information. This parameter is valid only when the value of `info_flag` is `kTIMGroupTipChangeFlag_Custom`. |
group_tips_group_change_info_value
Declaration
public string group_tips_group_change_info_value
Field Value
Type | Description |
---|---|
System.String | Read-only; the modified value. Different values of the `info_flag` field have different meanings. |