Fix fwduser signature
This commit is contained in:
parent
bcfc5c2d64
commit
ab9dc80b06
1 changed files with 1 additions and 1 deletions
2
api.go
2
api.go
|
@ -41,7 +41,7 @@ type APIMessage struct {
|
||||||
User APIUser `json:"from"`
|
User APIUser `json:"from"`
|
||||||
Time int64 `json:"date"`
|
Time int64 `json:"date"`
|
||||||
Chat *APIChat `json:"chat"`
|
Chat *APIChat `json:"chat"`
|
||||||
FwdUser *APIUpdate `json:"forward_from,omitempty"`
|
FwdUser *APIUser `json:"forward_from,omitempty"`
|
||||||
FwdTime *int `json:"forward_date,omitempty"`
|
FwdTime *int `json:"forward_date,omitempty"`
|
||||||
ReplyTo *APIMessage `json:"reply_to_message,omitempty"`
|
ReplyTo *APIMessage `json:"reply_to_message,omitempty"`
|
||||||
Text *string `json:"text,omitempty"`
|
Text *string `json:"text,omitempty"`
|
||||||
|
|
Loading…
Reference in a new issue