class Tourmaline::BackgroundTypeChatTheme

Overview

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

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, theme_name : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def theme_name : String #

Name of the chat theme, which is usually an emoji


[View source]
def theme_name=(theme_name : String) #

Name of the chat theme, which is usually an emoji


[View source]
def type : String #

Type of the background, always "chat_theme"


[View source]
def type=(type : String) #

Type of the background, always "chat_theme"


[View source]