fetch Users
Fetch the next 100 users of a channel (from server).
The response is sent in the success callback as a @object:ArrayItemList<@object:ChannelUser>.
Parameters
@object:Channel The channel to retrieve users
IChannelFetchUsersListener Callback
Fetch users of a channel with specified limit (from server).
The response is sent in the success callback as a @object:ArrayItemList<@object:ChannelUser>.
Parameters
@object:Channel The channel to retrieve users
int The number of next users to retrieve
IChannelFetchUsersListener Callback
Fetch users of a channel with specified limit (from server).
The response is sent in the success callback as a @object:ArrayItemList<@object:ChannelUser>.
Parameters
@object:Channel The channel to retrieve users
int The offset of the result list
int The number of next users to retrieve
IChannelFetchUsersListener Callback