Skip to content
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

toJSON methods return Objects and not strings #164

Open
vsviridov opened this issue Feb 4, 2017 · 0 comments
Open

toJSON methods return Objects and not strings #164

vsviridov opened this issue Feb 4, 2017 · 0 comments

Comments

@vsviridov
Copy link

I'm trying to use the ForceReply object in my reply_markup of the sendMessage options.
I have to manually do something like

$.sendMessage("Message text...", {
  reply_markup: JSON.stringify(new ForceReply(true).toJSON())
});

which is pretty silly. either toJSON should serialize correctly (documentation says that return type for this method is string), or sendMessage should correctly serialize provided options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant