Send Video ?
<?php
$vid = "https://t.me/SentSellerLogs/996";
bot_sendVideo($chat_id,$message_id,$vid,"Video","","Markdown");Send Video With Keyboard ?
<?php
$vid = "https://t.me/SentSellerLogs/996";
$board=[
['7', '8', '9'],
['4', '5', '6'],
['1', '2', '3'],
['0']
];
bot_sendVideoWithKeyboard($chat_id,$message_id,$vid,$board,"Video","","Markdown");Send Video With inline Keyboard ?
Last updated