mirror of
https://github.com/tucnak/telebot
synced 2024-11-15 06:13:01 +00:00
Merge pull request #8 from Ronmi/master
Fix: type in json key `resize_keyboard`
This commit is contained in:
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…
Reference in New Issue
Block a user