Class: TelegramBot::ReplyKeyboardHide

Inherits:
Struct
  • Object
show all
Includes:
AutoFromMethods
Defined in:
lib/telegram_bot/reply_keyboard_hide.rb

Instance Attribute Summary collapse

Method Summary

Methods included from AutoFromMethods

included

Instance Attribute Details

#hide_keyboardObject

Returns the value of attribute hide_keyboard

Returns:

  • (Object)

    the current value of hide_keyboard



1
2
3
# File 'lib/telegram_bot/reply_keyboard_hide.rb', line 1

def hide_keyboard
  @hide_keyboard
end

#selectiveObject

Returns the value of attribute selective

Returns:

  • (Object)

    the current value of selective



1
2
3
# File 'lib/telegram_bot/reply_keyboard_hide.rb', line 1

def selective
  @selective
end