QChatGetServerRolesParam constructor

QChatGetServerRolesParam(
  1. int serverId,
  2. int priority,
  3. int limit, {
  4. int? channelId,
  5. int? categoryId,
})

Implementation

QChatGetServerRolesParam(this.serverId, this.priority, this.limit,
    {this.channelId, this.categoryId});