class Telegram::Bot::Types::ForceReply
Attributes
force_reply[RW]
selective[RW]
Public Class Methods
new(attributes)
click to toggle source
# File lib/telegram/bot/types/force_reply.rb, line 5 def initialize(attributes) attributes.each { |k, v| self.send("#{k}=", v) if self.respond_to? k } end