-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
WIP: Implemented support for normal keyboards #143
base: master
Are you sure you want to change the base?
WIP: Implemented support for normal keyboards #143
Conversation
Hi @MattiaEffendi and thank you for your PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing doc and changelog
botogram/objects/mixins.py
Outdated
{"remove_keyboard": remove_keyboard} | ||
) | ||
if selective is not None: | ||
args["reply_markup"] = json.dumps({"selective": selective}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with this you replace you need to append
botogram/objects/mixins.py
Outdated
if force_reply is not None: | ||
args["reply_markup"] = json.dumps({"force_reply": force_reply}) | ||
if selective is not None: | ||
args["reply_markup"] = json.dumps({"selective": selective}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with this you replace you need to append
Hi @MattiaEffendi! Updates? :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing doc and changelog
I've added the support for "standard" keyboards natively.
List of things i still have to do:
A test code could be the following: