MatrixOrg::AppService::Event::RoomEvent::PowerLevels::Content
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
ban
Sourceban=(ban : Int8)
Sourceevents
Sourceevents=(events : Hash(String, Int8))
Sourceevents_default
Sourceevents_default=(events_default : Int8)
Sourceinvite
Sourceinvite=(invite : Int8)
Sourcekick
Sourcekick=(kick : Int8)
Sourcenotifications
Sourcenotifications=(notifications : Hash(String, Int8))
Sourceredact
Sourceredact=(redact : Int8)
Sourcestate_default
Sourcestate_default=(state_default : Int8)
Sourceusers
Sourceusers=(users : Hash(String, Int8))
Sourceusers_default
Sourceusers_default=(users_default : Int8)
Source