QChatTypingEvent constructor

QChatTypingEvent({
  1. int? serverId,
  2. int? channelId,
  3. Map<String, dynamic>? extension,
  4. int? time,
  5. String? fromAccount,
  6. String? fromNick,
})

Implementation

QChatTypingEvent(
    {this.serverId,
    this.channelId,
    this.extension,
    this.time,
    this.fromAccount,
    this.fromNick});