javiersantos / javiersantos/BottomDialogs

bots Special for posts on my channel posts in automatic groups

Open
#47 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
632
Forks
114
PR merge metrics
No merged PRs in 30d

Description

$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' ]);

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue body contains a PHP bot keyboard snippet, but it does not identify a BottomDialogs file, test, or requested change. First clarify how this relates to the Android library and define the expected behavior; done should include a reproducible requirement and an identified implementation and test location.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java, php
Domain
mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.