Merge pull request #8 from Ronmi/master

Fix: type in json key `resize_keyboard`
pull/10/head
llya Kowalewski 9 years ago
commit 5db9cc7c56

@ -27,7 +27,7 @@ type ReplyMarkup struct {
// (e.g., make the keyboard smaller if there are just two rows of buttons).
// Defaults to false, in which case the custom keyboard is always of the
// same height as the app's standard keyboard.
ResizeKeyboard bool `json:"resize_keyboar,omitemptyd"`
ResizeKeyboard bool `json:"resize_keyboard,omitemptyd"`
// Requests clients to hide the keyboard as soon as it's been used. Defaults to false.
OneTimeKeyboard bool `json:"one_time_keyboard,omitempty"`

Loading…
Cancel
Save