javiersantos / BottomDialogs

An Android library that shows a customizable Material-based bottom sheet. API 11+ required.
Apache License 2.0
642 stars 119 forks source link

use TelegramBot\TelegramBot; $bot = new TelegramBot($token); $update=$bot->getWebhookUpdate(); $bot->sendMessage([ 'chat_id' => $update->message->chat->id, 'text' => 'Hello world!' ]); #46

Open halo1978 opened 3 years ago