Show / Hide Table of Contents

Delegate MsgGroupMessageReadMemberListCallback

获取群消息已读群成员列表回调

Namespace: com.tencent.imsdk.unity.callback
Assembly: cs.temp.dll.dll
Syntax
public delegate void MsgGroupMessageReadMemberListCallback(List<GroupMemberInfo> json_group_member_array, ulong next_seq, bool is_finished, string user_data);
Parameters
Type Name Description
System.Collections.Generic.List<GroupMemberInfo> json_group_member_array
System.UInt64 next_seq
System.Boolean is_finished
System.String user_data
In This Article
Back to top Generated by DocFX