Hi. I was trying to get group's members list by calling "getGroups" and I was expecting to have A Chat Room Group State object in response, which in turn should contain members - An array of Chat Room Member but all I got was "User Chat Room Group State".
group_state:
{ user_chat_room_state: [Array],
chat_group_id: '4817935',
time_joined: 2019-03-12T22:26:00.000Z,
desktop_notification_level: 0,
mobile_notification_level: 0,
time_last_group_ack: 2019-05-01T12:09:46.000Z,
unread_indicator_muted: false } } ]
So, I just don't know but something is wrong here. If it's the DOC wrong, how am I supposed to get members list apart from "joinGroup"? Thanks as always.