Add ReplyKeyboardRemove

pull/116/head
Wolther47 7 years ago
parent 389bcd3e65
commit 84adedfefa
No known key found for this signature in database
GPG Key ID: B09439063D55AEF6

@ -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.
//

Loading…
Cancel
Save