mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Change chatid to chat_id to be the same as other examples
Change in README.md chatid to chat_id to be the same as other examples
This commit is contained in:
parent
5935a378ca
commit
a71030dcdd
@ -251,7 +251,7 @@ updates = tb.get_updates()
|
|||||||
updates = tb.get_updates(1234,100,20) #get_Updates(offset, limit, timeout):
|
updates = tb.get_updates(1234,100,20) #get_Updates(offset, limit, timeout):
|
||||||
|
|
||||||
# sendMessage
|
# sendMessage
|
||||||
tb.send_message(chatid, text)
|
tb.send_message(chat_id, text)
|
||||||
|
|
||||||
# forwardMessage
|
# forwardMessage
|
||||||
tb.forward_message(to_chat_id, from_chat_id, message_id)
|
tb.forward_message(to_chat_id, from_chat_id, message_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user