We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbcf0c commit c40eb8fCopy full SHA for c40eb8f
docs/channels.rst
@@ -80,6 +80,6 @@ cites botogram in a chat, you can do this:
80
if message.sender.username is not None:
81
user = message.sender.username
82
83
- bot.send("@my_channel", "%s mentioned botogram!" % user)
+ bot.chat("@my_channel").send("%s mentioned botogram!" % user)
84
85
.. _@botfather: https://telegram.me/botfather
0 commit comments