class Telegram::Bot::Types::Base
Public Instance Methods
to_hash(*)
click to toggle source
Calls superclass method
# File lib/telegram/bot/types/base.rb, line 11 def to_hash(*) super.reject { |_k, v| v.nil? } end