Support Voice Message.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-10-14 13:57:31 +08:00
parent 8c0a2a65dc
commit 1142360e53
6 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -10,7 +10,7 @@
* [x] Send with New Photo.
* [x] Send with New Document.
* [x] Send with New Audio.
* [ ] Send with New Voice.
* [x] Send with New Voice.
* [ ] Send with New Contact.
* [ ] Send with New Location.
* [ ] Send with New Venue.
@@ -62,6 +62,7 @@ docker run --rm \
-e PLUGIN_DOCUMENT=tests/gophercolor.png \
-e PLUGIN_STICKER=tests/github-logo.png \
-e PLUGIN_AUDIO=tests/audio.mp3 \
-e PLUGIN_VOICE=tests/voice.ogg \
-e PLUGIN_DEBUG=true \
-e PLUGIN_FORMAT=markdown \
-e DRONE_REPO_OWNER=appleboy \