Chat JavaScript v4
Chat JavaScript
Chat
JavaScript
Home
/
Chat
/
JavaScript
/
User
This is the new Docs for Chat SDK v4 for JavaScript. To see the previous Docs, click here.
The members and operators of a group channel can be retrieved by calling the createMemberListQuery()
method of a memberListQuery
instance. For a specific order, set one of the options in the following table to the order
property of memberListQuery
.
Value | Description |
---|---|
MEMBER_NICKNAME_ALPHABETICAL | Members are arranged in an alphabetical order. This is the default value. |
OPERATOR_THEN_MEMBER_ALPHABETICAL | Operators are listed before the members, both in an alphabetical order. |