Skip to content

Commit

Permalink
Show Caption on Members Picture while editing (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed Aug 30, 2020
1 parent d01a33a commit 6d844a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/editing.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def reply_photo_state(update: Update, member: Member) -> Message:

if member.photo_file_id:
update.effective_message.delete()
message = update.effective_message.reply_photo(text=text,
message = update.effective_message.reply_photo(caption=text,
photo=member.photo_file_id,
reply_markup=BACK_OR_DELETE_KEYBOARD)
else:
Expand Down

0 comments on commit 6d844a2

Please sign in to comment.