QChatGetExistingChannelRolesByServerRoleIdsParam constructor

QChatGetExistingChannelRolesByServerRoleIdsParam(
  1. int serverId,
  2. int channelId,
  3. List<int> roleIds
)

Implementation

QChatGetExistingChannelRolesByServerRoleIdsParam(
    this.serverId, this.channelId, this.roleIds);