mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
document edit_message_text in readme
This commit is contained in:
parent
80c9e17fd4
commit
f93916372e
@ -277,6 +277,9 @@ updates = tb.get_updates(1234,100,20) #get_Updates(offset, limit, timeout):
|
||||
# sendMessage
|
||||
tb.send_message(chat_id, text)
|
||||
|
||||
# editMessageText
|
||||
tb.send_message(new_text, chat_id, message_id)
|
||||
|
||||
# forwardMessage
|
||||
tb.forward_message(to_chat_id, from_chat_id, message_id)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user