QChatRemoveChannelRoleParam constructor

QChatRemoveChannelRoleParam(
  1. int serverId,
  2. int channelId,
  3. int roleId
)

Implementation

QChatRemoveChannelRoleParam(this.serverId, this.channelId, this.roleId);