Send Video ?

To Send Video Use This Code ⬇️

<?php
$vid = "https://t.me/SentSellerLogs/996";
bot_sendVideo($chat_id,$message_id,$vid,"Video","","Markdown");

After "Video" You Are Seeings That "" Is Empty It Is Reply Block If You Want To Reply To User Then "true" In "" Empty Block.

Send Video With Keyboard ?

To Send Video With Keyboard Use This Code ⬇️

<?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 ?

To Send Video With Inline Keyboard Use This Code ⬇️

Last updated