UpdateEncryptedChatTyping
- class pyrogram.raw.types.UpdateEncryptedChatTyping
Interlocutor is typing a message in an encrypted chat. Update period is 6 second. If upon this time there is no repeated update, it shall be considered that the interlocutor stopped typing.
Constructor of
Update.- Details:
Layer:
223ID:
1710F156
- Parameters:
chat_id (
int32-bit) – Chat ID
TL Schema
updateEncryptedChatTyping#1710f156
chat_id:int
= Update
Parameter Tree
UpdateEncryptedChatTyping
└── chat_id →
intExample
UpdateEncryptedChatTyping(
chat_id=0,
)