Skip to content

Commit

Permalink
Fix for a silly typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Byrd committed Dec 26, 2017
1 parent bda24d8 commit 3f24832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type Update struct {
Callback *Callback `json:"callback_query,omitempty"`
Query *Query `json:"inline_query,omitempty"`

ChosenInlineResult *ChosenInlineResult `json:"chosen_inline_result,omitempty`
ChosenInlineResult *ChosenInlineResult `json:"chosen_inline_result,omitempty"`
}

// ChosenInlineResult represents a result of an inline query that was chosen
Expand Down

0 comments on commit 3f24832

Please sign in to comment.