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:
Pablo Hinojosa 2019-11-30 05:51:56 +01:00 committed by GitHub
parent 5935a378ca
commit a71030dcdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ updates = tb.get_updates()
updates = tb.get_updates(1234,100,20) #get_Updates(offset, limit, timeout):
# sendMessage
tb.send_message(chatid, text)
tb.send_message(chat_id, text)
# forwardMessage
tb.forward_message(to_chat_id, from_chat_id, message_id)