class
TelegramBot::BackgroundTypePattern
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/background.crConstructors
Instance Method Summary
- #document : Document
- #document=(document : Document)
- #fill : BackgroundFill
- #fill=(fill : BackgroundFill)
- #intensity : Int32
- #intensity=(intensity : Int32)
- #is_inverted=(is_inverted : Bool | Nil)
- #is_inverted? : Bool | Nil
- #is_moving=(is_moving : Bool | Nil)
- #is_moving? : Bool | Nil
- #type : String
- #type=(type : String)
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