Ah it's an inline message, RIIIIIGHT
This commit is contained in:
parent
a8d249bfc3
commit
c413039a6b
1 changed files with 1 additions and 2 deletions
3
main.go
3
main.go
|
@ -165,8 +165,7 @@ func webhook(update tg.APIUpdate) {
|
||||||
if err == nil {
|
if err == nil {
|
||||||
face, _, buttons := getCardEntry(card, facenum)
|
face, _, buttons := getCardEntry(card, facenum)
|
||||||
api.EditMedia(tg.ClientEditMediaData{
|
api.EditMedia(tg.ClientEditMediaData{
|
||||||
ChatID: update.Callback.Message.Chat.ChatID,
|
InlineID: update.Callback.InlineID,
|
||||||
MessageID: update.Callback.Message.MessageID,
|
|
||||||
Media: tg.APIInputMediaPhoto{
|
Media: tg.APIInputMediaPhoto{
|
||||||
Type: "photo",
|
Type: "photo",
|
||||||
Media: face.Large,
|
Media: face.Large,
|
||||||
|
|
Loading…
Reference in a new issue