1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +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-08-18 16:58:37 +03:00
MessageID = "19659";
2025-01-16 21:22:31 +03:00
Text = "New message text";
Result = OPI_Telegram.ReplaceMessageText(Token, ChatID, MessageID, Text);