Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php send telegram message to user

$token = "<insert bot token here>";
$chatid = "<chatID>";
sendMessage($chatid, "Hello World", $token);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #send #telegram #message #user
ADD COMMENT
Topic
Name
2+9 =