Skip to content

Commit

Permalink
Update bot.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TroiaAccount authored Aug 3, 2024
1 parent 5fdb7a4 commit 27f3af7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bot.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace TroiaAccount\TelegramBot;

class Bot
{

Expand Down Expand Up @@ -92,4 +94,4 @@ public function sendVideo($video, $caption = null, $chat_id = null, $button = nu
return $this->sendQuery($data, 'sendVideo');
}

}
}

0 comments on commit 27f3af7

Please sign in to comment.