class Caridina::Events::Unknown

Overview

Represents an unknown event.

The content will alway be nil.

Defined in:

caridina/events/base.cr

Constructors

Instance Method Summary

Instance methods inherited from class Caridina::Events::Event

type : String type

Constructor methods inherited from class Caridina::Events::Event

new(pull : JSON::PullParser) new

Constructor Detail

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

Represents an unknown event.

The content will alway be nil.


[View source]

Instance Method Detail

def content : Content | Nil #

[View source]