UpdateEncryptedChatTyping constructor

const UpdateEncryptedChatTyping({
  1. required int chatId,
})

Update Encrypted Chat Typing constructor.

Implementation

const UpdateEncryptedChatTyping({
  required this.chatId,
}) : super._();