class TelegramBot::Document
Public Class Methods
extra_types()
click to toggle source
# File lib/telegram_bot/document.rb, line 13 def self.extra_types { thumb: TelegramBot::PhotoSize } end
hash_key_aliases()
click to toggle source
# File lib/telegram_bot/document.rb, line 7 def self.hash_key_aliases { :id => :file_id } end