class TelegramBot::UniqueGiftColors

Included Modules

Defined in:

telegram_bot/types/gift.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def dark_theme_main_color : Int32 #

def dark_theme_main_color=(dark_theme_main_color : Int32) #

def dark_theme_other_colors : Array(Int32) #

def dark_theme_other_colors=(dark_theme_other_colors : Array(Int32)) #

def light_theme_main_color : Int32 #

def light_theme_main_color=(light_theme_main_color : Int32) #

def light_theme_other_colors : Array(Int32) #

def light_theme_other_colors=(light_theme_other_colors : Array(Int32)) #

def model_custom_emoji_id : String #

def model_custom_emoji_id=(model_custom_emoji_id : String) #

def symbol_custom_emoji_id : String #

def symbol_custom_emoji_id=(symbol_custom_emoji_id : String) #