1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/examples/Telegram/ReplaceMessageText.txt

7 lines
220 B
Plaintext
Raw Normal View History

2025-06-29 14:35:33 +03:00
 Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "@testsichee";
2025-09-12 16:37:40 +03:00
MessageID = "20559";
2025-01-16 21:22:31 +03:00
Text = "New message text";
Result = OPI_Telegram.ReplaceMessageText(Token, ChatID, MessageID, Text);