Soroush Fathi

Results 2 comments of Soroush Fathi

you can use send_message for hide senders name. And for caption, you can put caption argument empty :) ``` python msg = event.message msg.raw_text = "" await client.send_message(chat, msg) ```...

> > you can use send_message for hide senders name. And for caption, you can put caption argument empty :) > > Oh, yeah, that does work and makes sense...