Show / Hide Table of Contents

Class GroupTipsElem

Inheritance
System.Object
ExtraData
GroupTipsElem
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 GroupTipsElem : ExtraData

Fields

group_tips_elem_changed_group_memberinfo_array

Declaration
public List<GroupMemberInfo> group_tips_elem_changed_group_memberinfo_array
Field Value
Type Description
System.Collections.Generic.List<GroupMemberInfo>

只读, 群成员信息列表

group_tips_elem_changed_user_info_array

Declaration
public List<UserProfile> group_tips_elem_changed_user_info_array
Field Value
Type Description
System.Collections.Generic.List<UserProfile>

只读, 被操作者列表资料

group_tips_elem_group_change_info_array

Declaration
public List<GroupTipGroupChangeInfo> group_tips_elem_group_change_info_array
Field Value
Type Description
System.Collections.Generic.List<GroupTipGroupChangeInfo>

只读, 群资料变更信息列表,仅当 tips_type 值为 kTIMGroupTip_GroupInfoChange 时有效

group_tips_elem_group_id

Declaration
public string group_tips_elem_group_id
Field Value
Type Description
System.String

只读, 群组ID

group_tips_elem_group_name

Declaration
public string group_tips_elem_group_name
Field Value
Type Description
System.String

只读, 群组名称

group_tips_elem_member_change_info_array

Declaration
public List<GroupTipMemberChangeInfo> group_tips_elem_member_change_info_array
Field Value
Type Description
System.Collections.Generic.List<GroupTipMemberChangeInfo>

只读, 群成员变更信息列表,仅当 tips_type 值为 kTIMGroupTip_MemberInfoChange 时有效

group_tips_elem_member_num

Declaration
public uint group_tips_elem_member_num
Field Value
Type Description
System.UInt32

只读, 当前群成员数,只有当事件消息类型为 kTIMGroupTip_Invite 、 kTIMGroupTip_Quit 、 kTIMGroupTip_Kick 时有效

group_tips_elem_op_group_memberinfo

Declaration
public GroupMemberInfo group_tips_elem_op_group_memberinfo
Field Value
Type Description
GroupMemberInfo

只读, 群成员信息

group_tips_elem_op_user

Declaration
public string group_tips_elem_op_user
Field Value
Type Description
System.String

只读, 操作者ID

group_tips_elem_op_user_info

Declaration
public UserProfile group_tips_elem_op_user_info
Field Value
Type Description
UserProfile

只读, 操作者个人资料

group_tips_elem_platform

Declaration
public string group_tips_elem_platform
Field Value
Type Description
System.String

只读, 操作方平台信息

group_tips_elem_time

Declaration
public uint group_tips_elem_time
Field Value
Type Description
System.UInt32

只读, 群消息时间,废弃

group_tips_elem_tip_type

Declaration
public TIMGroupTipType group_tips_elem_tip_type
Field Value
Type Description
TIMGroupTipType

只读, 群消息类型

group_tips_elem_user_array

Declaration
public List<string> group_tips_elem_user_array
Field Value
Type Description
System.Collections.Generic.List<System.String>

只读, 被操作的帐号列表

In This Article
Back to top Generated by DocFX