class TelegramBot::BackgroundFillGradient

Included Modules

Defined in:

telegram_bot/types/background.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::BackgroundFill

type : String type, type=(type : String) type=

Constructor methods inherited from class TelegramBot::BackgroundFill

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new

Constructor Detail

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

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

Instance Method Detail

def bottom_color : Int32 #

def bottom_color=(bottom_color : Int32) #

def rotation_angle : Int32 #

def rotation_angle=(rotation_angle : Int32) #

def top_color : Int32 #

def top_color=(top_color : Int32) #

def type : String #

def type=(type : String) #