This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 82128c1 Regen 82128c1 is described below commit 82128c14ae875b70a9a21392ca82aea758eb86cd Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Jan 2 09:00:27 2020 +0100 Regen --- docs/components/modules/ROOT/pages/telegram-component.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/components/modules/ROOT/pages/telegram-component.adoc b/docs/components/modules/ROOT/pages/telegram-component.adoc index bc47af0..6f7e80e 100644 --- a/docs/components/modules/ROOT/pages/telegram-component.adoc +++ b/docs/components/modules/ROOT/pages/telegram-component.adoc @@ -228,6 +228,11 @@ The following message bodies are allowed for a producer endpoint (messages of ty | `OutgoingVideoMessage` | To send a mp4 video to a chat | `OutgoingDocumentMessage` | To send a file to a chat (any media type) | `OutgoingStickerMessage` | To send a sticker to a chat (WEBP) +| `EditMessageTextMessage` | To edit text and game messages (editMessageText) +| `EditMessageCaptionMessage` | To edit captions of messages (editMessageCaption) +| `EditMessageMediaMessage` | To edit animation, audio, document, photo, or video messages. (editMessageMedia) +| `EditMessageReplyMarkupMessage` | To edit only the reply markup of message. (editMessageReplyMarkup) +| `EditMessageDelete` | To delete a message, including service messages. (deleteMessage) | `SendLocationMessage` | To send a location (setSendLocation) | `EditMessageLiveLocationMessage` | To send changes to a live location (editMessageLiveLocation) | `StopMessageLiveLocationMessage` | To stop updating a live location message sent by the bot or via the bot (for inline bots) before live_period expires (stopMessageLiveLocation)