gramjs icon indicating copy to clipboard operation
gramjs copied to clipboard

How to handle event like mute/unmute chat, etc...

Open danny1ng opened this issue 3 years ago • 1 comments

How to handle event like mute/unmute chat, etc...?

I see events only for messages

import { NewMessage, NewMessageEvent } from "telegram/events";

danny1ng avatar Dec 27 '21 13:12 danny1ng

if you don't pass any events to addEventHandler it will catch all events sent by telegram

painor avatar Dec 27 '21 18:12 painor