QChatUpdateChannelParam constructor

QChatUpdateChannelParam({
  1. required int channelId,
  2. String? custom,
  3. String? topic,
  4. QChatChannelMode? viewMode,
  5. QChatVisitorMode? visitorMode,
  6. String? name,
})

Implementation

QChatUpdateChannelParam(
    {required this.channelId,
    this.custom,
    this.topic,
    this.viewMode,
    this.visitorMode,
    this.name});