class Caridina::Events::StrippedJoinRules

Overview

Represents a m.room.join_rules event.

Matrix API

Defined in:

Constructors

Instance Method Summary

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

new(pull : JSON::PullParser) new

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

new(pull : JSON::PullParser) new

Constructor Detail

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

Represents a m.room.join_rules event.

Matrix API


Instance Method Detail

def content : JoinRules::Content #

def room_id : String? #

def room_id=(room_id : String?) #

def sender : String #

def state_key : String #

def type : String #