fix example

This commit is contained in:
Robin Modisch 2021-01-17 23:47:03 +01:00 committed by GitHub
parent 6d7116d521
commit cd31c8db5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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