We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7054f02 commit 3eb128cCopy full SHA for 3eb128c
1 file changed
README.md
@@ -83,7 +83,7 @@ r.close()
83
84
#### TELEGRAM NOTIFICATION :phone:
85
```python
86
-# first, look up @rpapybot from the Telegram app to approve receiving of messages
+# first, look up @rpapybot from Telegram app to approve receiving of messages
87
r.telegram('1234567890', 'ID can be string or number, r.init() is not required')
88
r.telegram(1234567890, 'Hello World. Olá Mundo. नमस्ते दुनिया. 안녕하세요 세계. 世界,你好。')
89
r.telegram(1234567890, 'Use backslash n for new line\nThis is line 2 of the message')
0 commit comments