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
A function that creates de proper JSON for a InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardHide or ForceReply.
Using this function will not be necessary to write the json, it will by generated.
e.g: Yocingo,send_message id, "yes?", false, nil, gen_reply_keyboard_markup(...)
Yocingo,send_message id, "yes?", false, nil, gen_reply_keyboard_markup(...)
instead of:
Yocingo,send_message id, "yes?", false, nil, {"keyboard" => [...], "one_time_keyboard" => true}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A function that creates de proper JSON for a InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardHide or ForceReply.
Using this function will not be necessary to write the json, it will by generated.
e.g:
Yocingo,send_message id, "yes?", false, nil, gen_reply_keyboard_markup(...)
instead of:
Yocingo,send_message id, "yes?", false, nil, {"keyboard" => [...], "one_time_keyboard" => true}
The text was updated successfully, but these errors were encountered: