diff --git a/main.go b/main.go index 3937ce0..e72fba0 100644 --- a/main.go +++ b/main.go @@ -165,8 +165,8 @@ func webhook(update tg.APIUpdate) { if err == nil { face, _, buttons := getCardEntry(card, facenum) api.EditMedia(tg.ClientEditMediaData{ - ChatID: update.Message.Chat.ChatID, - MessageID: update.Message.MessageID, + ChatID: update.Callback.Message.Chat.ChatID, + MessageID: update.Callback.Message.MessageID, Media: tg.APIInputMediaPhoto{ Type: "photo", Media: face.Large,