Implemented features from not announced Telegram Bot API update: sendMediaGroup + InputMedia* + other small changes

This commit is contained in:
Alex Root Junior 2017-11-17 23:01:17 +02:00
parent 7025542e3c
commit f11775fcef
5 changed files with 200 additions and 0 deletions

View file

@ -186,6 +186,7 @@ class Methods(Helper):
SEND_VIDEO = Item() # sendVideo
SEND_VOICE = Item() # sendVoice
SEND_VIDEO_NOTE = Item() # sendVideoNote
SEND_MEDIA_GROUP = Item() # sendMediaGroup
SEND_LOCATION = Item() # sendLocation
EDIT_MESSAGE_LIVE_LOCATION = Item() # editMessageLiveLocation
STOP_MESSAGE_LIVE_LOCATION = Item() # stopMessageLiveLocation