class HqTrivia::Model::UnknownMessage

Overview

A JSON message we have not yet seen, and can't decode

Included Modules

Defined in:

hqtrivia/model/unknown_message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(json : String, sent : Time) #

[View source]

Instance Method Detail

def json : String #

[View source]
def sent : Time #

[View source]
def to_json : String #

Returns the raw JSON


[View source]