1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-08 23:56:33 +02:00
OpenIntegrations/docs/en/examples/Telegram/ReplaceMessageText.txt

7 lines
220 B
Plaintext
Raw Normal View History

2025-01-16 21:22:31 +03:00
 Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "@testsichee";
2025-02-09 18:15:36 +03:00
MessageID = "14453";
2025-01-16 21:22:31 +03:00
Text = "New message text";
Result = OPI_Telegram.ReplaceMessageText(Token, ChatID, MessageID, Text);