1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00
Files
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-06-06 22:27:44 +03:00
MessageID = "17494";
2025-01-16 21:22:31 +03:00
Text = "New message text";
Result = OPI_Telegram.ReplaceMessageText(Token, ChatID, MessageID, Text);