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.
V2TIMPermissionGroupMemberInfoResult

Public Member Functions

 V2TIMPermissionGroupMemberInfoResult ()
 
 V2TIMPermissionGroupMemberInfoResult (const V2TIMPermissionGroupMemberInfoResult &result)
 
 ~V2TIMPermissionGroupMemberInfoResult ()
 

Data Fields

V2TIMString nextCursor
 
V2TIMGroupMemberInfoVector memberInfoList
 

Constructor & Destructor Documentation

◆ V2TIMPermissionGroupMemberInfoResult() [1/2]

◆ V2TIMPermissionGroupMemberInfoResult() [2/2]

◆ ~V2TIMPermissionGroupMemberInfoResult()

Field Documentation

◆ nextCursor

V2TIMString nextCursor

Pulling-by-page flag. If the callback succeeds and nextCursor is not empty string, pagination is needed. The value of this field is passed in for the next pull until the value becomes empty string.

◆ memberInfoList

The permission group member list.