struct Caridina::Events::Event::RelatesTo

Overview

Represents a relation to another event.

Matrix API

Included Modules

Defined in:

caridina/events/base.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rel_type : Nil | String, event_id : Nil | String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def event_id : String | Nil #

[View source]
def rel_type : String | Nil #

[View source]