Skip to content

class Tourmaline::BackgroundTypeChatTheme
inherits Reference #

The background is taken directly from a built-in chat theme.

Included modules

JSON::Serializable

Constructors#

.new(type, theme_name) #

View source

.new(pull : JSON::PullParser) #

View source

Methods#

#theme_name : String #

Name of the chat theme, which is usually an emoji

View source

#theme_name=(theme_name : String) #

Name of the chat theme, which is usually an emoji

View source

#type : String #

Type of the background, always "chat_theme"

View source

#type=(type : String) #

Type of the background, always "chat_theme"

View source