[
https://issues.apache.org/jira/browse/CAMEL-11541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767074#comment-16767074
]
Denis Istomin commented on CAMEL-11541:
---------------------------------------
[~davsclaus], yes, last PR had examples of some methods above.
Current task is not specific. I've implemented "Position"-methods, added
example project. Maybe current issue should be closed, and remaining work
should be decomposed to multiple tasks? What do you think would be better to
do? [~davsclaus], [~ancosen]?
Remaining work (ordered by priority as I think):
*1. Implement multiple Types support at field "reply_markup"*
All methods like "sendMessage", "sendLocation" and others can send different
types at the field "reply_markup". Now only ReplyKeyboardMarkup is supported.
https://core.telegram.org/bots/api#sendmessage
*2. Implement methods to update messages*
(https://core.telegram.org/bots/api#updating-messages)
- editMessageText
- editMessageCaption
- editMessageMedia
- editMessageReplyMarkup
- deleteMessage
*3. Implement Inline mode*
https://core.telegram.org/bots/api#inline-mode
Method: answerInlineQuery.
Lot of "InlineQueryResult*" types of messages.
Lot of "Input*MessageContent" types of messages.
*4. Improve example project with chatbot example*
Example should countain working chatbot application.
Maybe based on unit-test "TelegramChatBotTest".
*5. Implement Stickers support*
https://core.telegram.org/bots/api#stickers
Especially "sendSticker" method.
*6. Implement Payments methods*
https://core.telegram.org/bots/api#payments
Methods:
-sendInvoice
-answerShippingQuery
-answerPreCheckoutQuery
And other Types of messages: Invoice, OrderInfo, etc.
*7. Implement Games support*
*8. Implement Telegram Passport support*
> Telegram Button / Keyboard / Position
> -------------------------------------
>
> Key: CAMEL-11541
> URL: https://issues.apache.org/jira/browse/CAMEL-11541
> Project: Camel
> Issue Type: Improvement
> Components: camel-telegram
> Reporter: Fabrizio Spataro
> Priority: Minor
> Fix For: 3.0.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Telegram component manage a basic type of message (text, video, image, audio)
> but there are any functionalities not implemeted yet.
> For example: Keyboards, buttons, Positions (lat/lon) etc
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)