We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e4b9b commit 2e3cb3fCopy full SHA for 2e3cb3f
1 file changed
tgbotapi/configs.go
@@ -938,7 +938,7 @@ type FileReader struct {
938
939
// AnswerCallbackQueryConfig contains information on making a CallbackQuery response.
940
type AnswerCallbackQueryConfig struct {
941
- CallbackQueryID string `json:"callback_query_id,"`
+ CallbackQueryID string `json:"callback_query_id"`
942
Text string `json:"text,omitempty"`
943
ShowAlert bool `json:"show_alert,omitempty"`
944
URL string `json:"url,omitempty"`
0 commit comments