1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/examples/Telegram/SendLocation.txt
T
2024-09-21 10:57:02 +03:00

10 lines
343 B
Plaintext

Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "461699897";
ChannelID = "@testsichee";
Width = "48.87373649724122";
Longitude = "48.87373649724122";
Result = OPI_Telegram.SendLocation(Token, ChatID, Width, Longitude);
Result = OPI_Telegram.SendLocation(Token, ChannelID, Width, Longitude);