struct
Cryap::API::Streaming::StreamingEvent
- Cryap::API::Streaming::StreamingEvent
- Struct
- Value
- Object
Defined in:
modules/api/streaming/event.crConstructors
Instance Method Summary
- #account_id : KSUID | Nil
- #category : StreamingCategory | Nil
- #category=(category : StreamingCategory | Nil)
- #payload : StreamingEventPayload
- #type : StreamingEventType
Constructor Detail
def self.new(type : StreamingEventType, payload : StreamingEventPayload, account_id : KSUID | Nil = nil)
#