javiersantos / MaterialStyledDialogs

A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required.
Apache License 2.0
1.17k stars 155 forks source link

Dark mode support #85

Closed marcauberer closed 4 years ago

marcauberer commented 4 years ago

Hi, I have another pr for you!

Changes:

Would appreciate a merge ...

marcauberer commented 4 years ago

Can we merge this?

javiersantos commented 4 years ago

https://github.com/javiersantos/MaterialStyledDialogs/releases/tag/3.0.2

halo1978 commented 3 years ago

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