QChatSendTypingEventParam constructor

QChatSendTypingEventParam({
  1. required int serverId,
  2. required int channelId,
  3. Map<String, dynamic>? extension,
})

Implementation

QChatSendTypingEventParam(
    {required this.serverId, required this.channelId, this.extension});