class TelegramBot::BackgroundTypePattern

Included Modules

Defined in:

telegram_bot/types/background.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::BackgroundType

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

Constructor methods inherited from class TelegramBot::BackgroundType

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 document : Document #

def document=(document : Document) #

def fill : BackgroundFill #

def fill=(fill : BackgroundFill) #

def intensity : Int32 #

def intensity=(intensity : Int32) #

def is_inverted=(is_inverted : Bool | Nil) #

def is_inverted? : Bool | Nil #

def is_moving=(is_moving : Bool | Nil) #

def is_moving? : Bool | Nil #

def type : String #

def type=(type : String) #