Ginanjar S.B

Results 8 comments of Ginanjar S.B

okey, i'll try it and may i do it for hacktoberfest ?

i've correcting for indonesian language, please check it @btk

Hi @Maxxab, I use version 3.4 on Laravel 8. this is my code public function handle() { $response = $this->getUpdate(); $chat_id = $response->getChat()->getId(); $filename = 'ubuntu.jpeg'; $pathOrUrlOrResource = public_path('file_materi/1/' ....

Hi @sanzharanarbay you can check if ther's any 'reply_to_message' in the response from user like the code below. public function commandHandlerWebHook() { $updates = Telegram::commandsHandler(true); $chat_id = $updates->getChat()->getId(); // get...

I use version 3.4 and this is my code to send a file. Thanks @marechenok. use Telegram\Bot\FileUpload\InputFile; ... public function handle() { $response = $this->getUpdate(); $chat_id = $response->getChat()->getId(); $filename =...

ini bagus gan, bisa pakai format markdown (.md)

Hi there, this is my code https://github.com/egin10/anonymous-chat It's work properly. Hope it can help you guys.