QChatChannelCategory constructor

QChatChannelCategory({
  1. int? serverId,
  2. int? updateTime,
  3. int? createTime,
  4. String? name,
  5. QChatChannelMode? viewMode,
  6. String? custom,
  7. bool? valid,
  8. String? owner,
  9. int? categoryId,
  10. int? channelNumber,
})

Implementation

QChatChannelCategory(
    {this.serverId,
    this.updateTime,
    this.createTime,
    this.name,
    this.viewMode,
    this.custom,
    this.valid,
    this.owner,
    this.categoryId,
    this.channelNumber});