QChatGetExistingAccidsOfMemberRolesParam constructor

QChatGetExistingAccidsOfMemberRolesParam(
  1. int serverId,
  2. int channelId,
  3. List<String> accids
)

Implementation

QChatGetExistingAccidsOfMemberRolesParam(
    this.serverId, this.channelId, this.accids);