Skip to content

Commit

Permalink
Add ReplyKeyboardRemove
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolther47 committed Dec 30, 2017
1 parent 389bcd3 commit 84adedf
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 84adedf

Please sign in to comment.