Skip to content

Commit

Permalink
Merge pull request tucnak#116 from wolther47/v2
Browse files Browse the repository at this point in the history
Add ReplyKeyboardRemove
  • Loading branch information
Ian Byrd authored Dec 30, 2017
2 parents c2b7ed0 + 84adedf commit fd49f3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ type ReplyMarkup struct {
// Defaults to false.
OneTimeKeyboard bool `json:"one_time_keyboard,omitempty"`

// Requests clients to remove the reply keyboard.
//
// Dafaults to false.
ReplyKeyboardRemove bool `json:"remove_keyboard,omitempty"`

// Use this param if you want to force reply from
// specific users only.
//
Expand Down

0 comments on commit fd49f3f

Please sign in to comment.