Class: Telegram::Bot::Types::ReplyKeyboardRemove

Inherits:
Object
  • Object
show all
Defined in:
lib/telegram/bot/types/reply_keyboard_remove.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes) ⇒ ReplyKeyboardRemove

Returns a new instance of ReplyKeyboardRemove.



5
6
7
# File 'lib/telegram/bot/types/reply_keyboard_remove.rb', line 5

def initialize(attributes)
  attributes.each { |k, v| self.send("#{k}=", v) if self.respond_to? k }
end

Instance Attribute Details

#remove_keyboardObject

Returns the value of attribute remove_keyboard.



3
4
5
# File 'lib/telegram/bot/types/reply_keyboard_remove.rb', line 3

def remove_keyboard
  @remove_keyboard
end

#selectiveObject

Returns the value of attribute selective.



3
4
5
# File 'lib/telegram/bot/types/reply_keyboard_remove.rb', line 3

def selective
  @selective
end