You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2017/01/27 12:56:39 UTC

[7/8] camel git commit: updated documentation (added type OutgoingDocumentMessage)

updated documentation (added type  OutgoingDocumentMessage)


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/68c7233a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/68c7233a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/68c7233a

Branch: refs/heads/master
Commit: 68c7233a6a61da492308f3a8bd91ecc5d658de75
Parents: 5f74b46
Author: Neffez <ma...@steffen-eitelmann.com>
Authored: Fri Jan 20 14:04:37 2017 +0100
Committer: Nicola Ferraro <ni...@gmail.com>
Committed: Fri Jan 27 13:56:19 2017 +0100

----------------------------------------------------------------------
 components/camel-telegram/src/main/docs/telegram-component.adoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/68c7233a/components/camel-telegram/src/main/docs/telegram-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-telegram/src/main/docs/telegram-component.adoc b/components/camel-telegram/src/main/docs/telegram-component.adoc
index b9bbb42..4b6db56 100644
--- a/components/camel-telegram/src/main/docs/telegram-component.adoc
+++ b/components/camel-telegram/src/main/docs/telegram-component.adoc
@@ -156,6 +156,7 @@ The following message bodies are allowed for a producer endpoint (messages of ty
 | `OutgoingPhotoMessage` | To send a photo (JPG, PNG) to a chat
 | `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)
 | `byte[]` | To send any media type supported. It requires the `CamelTelegramMediaType` header to be set to the appropriate media type
 | `String` | To send a text message to a chat. It gets converted automatically into a `OutgoingTextMessage`