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 a97e951 Regen a97e951 is described below commit a97e951aeb65058966b1ce7c11fbc34536ea54aa Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Dec 30 07:16:24 2019 +0100 Regen --- docs/components/modules/ROOT/pages/telegram-component.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/components/modules/ROOT/pages/telegram-component.adoc b/docs/components/modules/ROOT/pages/telegram-component.adoc index 02ade84..bc47af0 100644 --- a/docs/components/modules/ROOT/pages/telegram-component.adoc +++ b/docs/components/modules/ROOT/pages/telegram-component.adoc @@ -227,6 +227,7 @@ The following message bodies are allowed for a producer endpoint (messages of ty | `OutgoingAudioMessage` | To send a mp3 audio to a chat | `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) | `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)