Show / Hide Table of Contents

Delegate MsgGroupMessageReadMemberListStringCallback

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

Namespace: com.tencent.imsdk.unity.callback
Assembly: cs.temp.dll.dll
Syntax
public delegate void MsgGroupMessageReadMemberListStringCallback(string json_group_member_array, ulong next_seq, bool is_finished, string user_data);
Parameters
Type Name Description
System.String 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