QChatRemoveMemberRoleParam constructor

QChatRemoveMemberRoleParam(
  1. int serverId,
  2. int channelId,
  3. String accid
)

Implementation

QChatRemoveMemberRoleParam(this.serverId, this.channelId, this.accid);