EventChatTypingStarted constructor

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

Implementation

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