Fix telegram message deletion request (#1818)

pull/1822/head
Alexander 2 years ago committed by GitHub
parent 67adad3e08
commit 99fbd9cae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -404,7 +404,7 @@ func (b *Btelegram) handleDelete(msg *config.Message, chatid int64) (string, err
}
cfg := tgbotapi.NewDeleteMessage(chatid, msgid)
_, err = b.c.Send(cfg)
_, err = b.c.Request(cfg)
return "", err
}

Loading…
Cancel
Save