chore: minor cleanup (#2124)

This commit is contained in:
YuNing Chen
2023-08-11 22:34:08 +08:00
committed by GitHub
parent c835231d32
commit 409d686f7d
7 changed files with 15 additions and 13 deletions

View File

@@ -1,5 +1,7 @@
package telegram
// CallbackQuery represents an incoming callback query from a callback button in
// an inline keyboard (PUBLIC, PROTECTED, PRIVATE).
type CallbackQuery struct {
ID string `json:"id"`
From User `json:"from"`