We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i only try a test
The text was updated successfully, but these errors were encountered:
I some question , i need help
Sorry, something went wrong.
lost a param $bot->sendmessage($chatId,$messageText, null, false, null, null,$keyboard)
add a null in front of $keyboard
@amu1433 Sorry for the late reply, did you solve your problem?
For php ^8.0 you can use named arguments:
$api->sendMessage( chatId: $update->getMessage()->getChat()->getId(), text: $text, replyMarkup: new InlineKeyboardMarkup(/**/), );
No branches or pull requests
i only try a test
The text was updated successfully, but these errors were encountered: