class Tourmaline::ChatBackground
- Tourmaline::ChatBackground
- Reference
- Object
Overview
This object represents a chat background.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(pull : JSON::PullParser)
- .new(type : Tourmaline::BackgroundTypeChatTheme | Tourmaline::BackgroundTypeFill | Tourmaline::BackgroundTypePattern | Tourmaline::BackgroundTypeWallpaper)
Instance Method Summary
-
#type : Tourmaline::BackgroundType
Type of the background
-
#type=(type : Tourmaline::BackgroundType)
Type of the background
Constructor Detail
def self.new(type : Tourmaline::BackgroundTypeChatTheme | Tourmaline::BackgroundTypeFill | Tourmaline::BackgroundTypePattern | Tourmaline::BackgroundTypeWallpaper)
#