Closed marcauberer closed 4 years ago
Hi, I have another pr for you!
Changes:
Would appreciate a merge ...
Can we merge this?
https://github.com/javiersantos/MaterialStyledDialogs/releases/tag/3.0.2
use TelegramBot\TelegramBot; $bot = new TelegramBot($token); $update=$bot->getWebhookUpdate(); $bot->sendMessage([ 'chat_id' => $update->message->chat->id, 'text' => 'Hello world!' ]);
Hi, I have another pr for you!
Changes:
Would appreciate a merge ...