Support Venue Message.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-10-14 16:28:40 +08:00
parent b52dcfe9c2
commit 693f15783c
4 changed files with 58 additions and 1 deletions
+2 -1
View File
@@ -12,7 +12,7 @@
* [x] Send with New Audio.
* [x] Send with New Voice.
* [x] Send with New Location.
* [ ] Send with New Venue.
* [x] Send with New Venue.
* [x] Send with New Video.
* [x] Send with New Sticker.
@@ -63,6 +63,7 @@ docker run --rm \
-e PLUGIN_AUDIO=tests/audio.mp3 \
-e PLUGIN_VOICE=tests/voice.ogg \
-e PLUGIN_LOCATION=24.9163213,121.1424972 \
-e PLUGIN_VENUE=24.9163213,121.1424972,title,address \
-e PLUGIN_VIDEO=tests/video.mp4 \
-e PLUGIN_DEBUG=true \
-e PLUGIN_FORMAT=markdown \