gramjs icon indicating copy to clipboard operation
gramjs copied to clipboard

How to send chat action?

Open maxpain opened this issue 11 months ago • 1 comments

Hello. I want to send the typing chat action. How to do that?

maxpain avatar Jan 22 '25 18:01 maxpain

await client.sendMessage("me", { message: "Hello!" });

Eagon7 avatar Sep 23 '25 02:09 Eagon7