IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMGroupMessageReadMemberList

Detailed Description

Group 消息已读群成员信息

Public Member Functions

 V2TIMGroupMessageReadMemberList ()
 
 V2TIMGroupMessageReadMemberList (const V2TIMGroupMessageReadMemberList &)
 
 ~V2TIMGroupMessageReadMemberList ()
 

Data Fields

uint64_t nextSeq
 
bool isFinished
 
V2TIMGroupMemberInfoVector members
 

Constructor & Destructor Documentation

◆ V2TIMGroupMessageReadMemberList() [1/2]

◆ V2TIMGroupMessageReadMemberList() [2/2]

◆ ~V2TIMGroupMessageReadMemberList()

Field Documentation

◆ nextSeq

uint64_t nextSeq

Next pulling-by-page cursor.

◆ isFinished

bool isFinished

Whether group member list pulling is completed.

◆ members

Group members profile who have or have not read the group message.