diff options
Diffstat (limited to 'bot.py')
-rw-r--r-- | bot.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ async def button(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None: | |||
66 | query = update.callback_query | 66 | query = update.callback_query |
67 | 67 | ||
68 | await query.answer() | 68 | await query.answer() |
69 | # TODO | ||
70 | # ask user whether they would like to attach their own photos | ||
71 | |||
69 | poi = get_loc(query.data) | 72 | poi = get_loc(query.data) |
70 | photo_url = get_poi_top_photo(query.data) | 73 | photo_url = get_poi_top_photo(query.data) |
71 | media_id = None | 74 | media_id = None |