ChatTypingStoppedEvent constructor

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

Implementation

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