UpdateSecretTyping
The other participant of a secret chat is currently typing. User-only.
client.on("secretTyping", (ctx) => {
// ctx.update.secretTyping
});
Properties
type: "secretTyping"
chatId: number
The identifier of the secret chat.
The other participant of a secret chat is currently typing. User-only.
client.on("secretTyping", (ctx) => {
// ctx.update.secretTyping
});
The identifier of the secret chat.