Passing error code
This commit is contained in:
parent
ec221ba9ea
commit
016d6acdf3
2 changed files with 2 additions and 1 deletions
1
types.go
1
types.go
|
@ -897,6 +897,7 @@ type PreCheckoutQuery struct {
|
|||
|
||||
// Error is an error containing extra information returned by the Telegram API.
|
||||
type Error struct {
|
||||
Code int
|
||||
Message string
|
||||
ResponseParameters
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue