struct Cryap::API::Streaming::StreamingEvent

Defined in:

modules/api/streaming/event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : StreamingEventType, payload : StreamingEventPayload, account_id : KSUID | Nil = nil) #

Instance Method Detail

def account_id : KSUID | Nil #

def category : StreamingCategory | Nil #

def category=(category : StreamingCategory | Nil) #

def payload : StreamingEventPayload #

def type : StreamingEventType #