Add sendMediaGroup test

This commit is contained in:
Oleg Abramov 2018-04-04 16:00:55 +03:00
parent 6094fd13a3
commit b689a084ed
2 changed files with 23 additions and 0 deletions

View file

@ -284,6 +284,15 @@ MESSAGE_WITH_PHOTO = {
"caption": "photo description"
}
MESSAGE_WITH_MEDIA_GROUP = {
"message_id": 55966,
"from": USER,
"chat": CHAT,
"date": 1522843665,
"media_group_id": "12182749320567362",
"photo": [PHOTO, PHOTO, PHOTO, PHOTO]
}
MESSAGE_WITH_PINNED_MESSAGE = {}
MESSAGE_WITH_REPLY_TO_MESSAGE = {}