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

CAMEL-12478: Allow use of custom keyboard #2318

Closed

Conversation

willianantunes
Copy link
Contributor

As described here, it will permit the usage of custom keyboard in order to increase the interaction with the user as it's a lot easier to select an option instead of ask the user writing one.

@willianantunes
Copy link
Contributor Author

I separated in 5 commits, but when the review is done I should probably squash them up in one, right?

@@ -0,0 +1,53 @@
package org.apache.camel.component.telegram.model;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the License header here.

@@ -0,0 +1,121 @@
package org.apache.camel.component.telegram.model;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

License header please.

@willianantunes willianantunes force-pushed the telegram-custom-keyboard branch from 9bbb2e5 to 7cf6ca9 Compare May 6, 2018 15:11

[source,java]
---------------------------------------------------------
from("telegram:bots/123456789:AAE_dLq5C19xwGjw3yiC2NvEUrZcejK21-Q987654321:AAE_dLq5C19xwOmg5yiC2NvSrkT3wj5Q1-L")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure you don't use a private bots, as the access key may be abused.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used the same access key available in the documentation. See other examples on it. This key is not mine.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So it should be a random one I've generated (I hope 😄)

@oscerd
Copy link
Contributor

oscerd commented May 8, 2018

LGTM now, @WillemJiang would you like to merge?

@oscerd
Copy link
Contributor

oscerd commented May 9, 2018

Thanks, this has been merged on master.

@oscerd oscerd closed this May 9, 2018
Croway pushed a commit to Croway/camel that referenced this pull request Mar 14, 2024
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

Successfully merging this pull request may close these issues.

4 participants