Merge pull request #227 from bcmk/passing-error-code

Passing error code
This commit is contained in:
Syfaro 2019-04-24 04:32:50 -05:00 committed by GitHub
commit 87e7035a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -949,6 +949,7 @@ type PreCheckoutQuery struct {
// Error is an error containing extra information returned by the Telegram API.
type Error struct {
Code int
Message string
ResponseParameters
}