Some comments in telegram discussions are sent from channels (click to name and visit channel page). This messages has sender_chat
property.
How can I post comments as channel? (manually or via pyrogram).
P.S. I can select sender if comment is in my channel, but other chats does’nt have sender switcher btn.
Sorry for my bad English
Question posted in Telegram API
A comprehensive official documentation can be found here.
A comprehensive official documentation can be found here.
2
Answers
Thank you Ali Abdi for helping! Additional details - you must be channel owner to post messages as channel (admins can't do that)
Specify
set_send_as_chat()
before invokingsend_message()
like below (Pyrogram 2.0+):