class
Hamilton::Types::BackgroundTypeChatTheme
- Hamilton::Types::BackgroundTypeChatTheme
- Reference
- Object
Overview
The background is taken directly from a built-in chat theme.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/background_type.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#theme_name : String
Name of the chat theme, which is usually an emoji.
-
#theme_name=(theme_name : String)
Name of the chat theme, which is usually an emoji.
-
#type : String
Type of the background, always "chat_theme".
-
#type=(type : String)
Type of the background, always "chat_theme".