GetChatMembersListResponse
Response to the chat members list request
membershipIdsstring[]required
Array of membershipId values of the chat members
Example:
[ADK5NyCqIK, BDK5NyCqIK]prevPageTokenstring
Token of the previous page of the chat members list
Example:
BDK5NyCqI4nextPageTokenstring
Token of the next page of the chat members list
Example:
BDK5NyCqI4GetChatMembersListResponse
{
"membershipIds": "[ADK5NyCqIK, BDK5NyCqIK]",
"prevPageToken": "BDK5NyCqI4",
"nextPageToken": "BDK5NyCqI4"
}