Skip to content

Instantly share code, notes, and snippets.

@itisFarzin
Last active October 3, 2021 07:44
Show Gist options
  • Save itisFarzin/9568ee9e78a4a3fdfccfac39148ffaa2 to your computer and use it in GitHub Desktop.
Save itisFarzin/9568ee9e78a4a3fdfccfac39148ffaa2 to your computer and use it in GitHub Desktop.
send message typing action to chat_id (async)
import pyrogram
chat_id = 777000
await app.send(pyrogram.raw.functions.messages.SetTyping(peer = await app.resolve_peer(chat_id), action = pyrogram.raw.types.SendMessageTypingAction()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment