Test Message Reply Location

This commit is contained in:
t0rr 2018-08-08 03:22:15 +03:00
parent 3f394c3118
commit da7ca2807f
2 changed files with 34 additions and 0 deletions

View file

@ -343,6 +343,15 @@ MESSAGE_WITH_LOCATION = {
"location": LOCATION
}
MESSAGE_WITH_LOCATION_AND_REPLY = {
"message_id": 12345,
"from": USER,
"chat": CHAT,
"date": 1508755473,
"reply_to_message": MESSAGE,
"location": LOCATION
}
MESSAGE_WITH_MIGRATE_TO_CHAT_ID = {
"message_id": 12345,
"from": USER,