QChatKickedOutEvent constructor

QChatKickedOutEvent({
  1. String? extension,
  2. int? clientType,
  3. int? customClientType,
  4. QChatKickOutReason? kickReason,
})

Implementation

QChatKickedOutEvent(
    {this.extension,
    this.clientType,
    this.customClientType,
    this.kickReason});