From a71030dcdd791e2ee07aa3570db4c989a9defb97 Mon Sep 17 00:00:00 2001 From: Pablo Hinojosa Date: Sat, 30 Nov 2019 05:51:56 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 874f01b..1e608a0 100644 --- a/README.md +++ b/README.md @@ -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)