EventChatTypingStopped constructor

const EventChatTypingStopped(
  1. ChatId chatId,
  2. User user
)

Implementation

const EventChatTypingStopped(super.chatId, this.user);