class HqTrivia::Model::Interaction::Metadata

Overview

User metadata

Defined in:

hqtrivia/model/interaction.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_429 : JSON::PullParser) #

[View source]

Instance Method Detail

def avatar_url : Union(String, Nil) #

[View source]
def avatar_url=(_avatar_url : Union(String, Nil)) #

[View source]
def interaction : Union(String, Nil) #

[View source]
def interaction=(_interaction : Union(String, Nil)) #

[View source]
def message : String #

[View source]
def message=(_message : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def user_id : Int32 #

[View source]
def user_id=(_user_id : Int32) #

[View source]
def username : String #

[View source]
def username=(_username : String) #

[View source]