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

bots Special for posts on my channel posts in automatic groups #47

Open halo1978 opened 3 years ago

halo1978 commented 3 years ago

$buttons = [ //First row [ $bot->buildKeyboardButton("Button 1"), $bot->buildKeyboardButton("Button 2") ], //Second row [ $bot->buildKeyboardButton("Button 3"), $bot->buildKeyboardButton("Button 4"), $bot->buildKeyboardButton("Button 5")], //Third row [ $bot->buildKeyboardButton("Button 6")] ]; $bot->sendMessage([ 'chat_id' => $chat_id, 'reply_markup' => $bot->buildKeyBoard($buttons), 'text' => 'This is a Keyboard Test' ]);

halo1978 commented 3 years ago

[]()IMG_20210128_124526_443.jpg