Skip to content

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

@halo1978

Description

@halo1978

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions