mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Test Message Reply Location
This commit is contained in:
parent
3f394c3118
commit
da7ca2807f
2 changed files with 34 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue