class Tourmaline::ReactionTypeCustomEmoji

Overview

The reaction is based on a custom emoji.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def custom_emoji_id : String #

Custom emoji identifier


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

Custom emoji identifier


[View source]
def type : String #

Type of the reaction, always "custom_emoji"


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

Type of the reaction, always "custom_emoji"


[View source]