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