libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
Quotient::EventContent::JoinRuleContent Struct Reference

The content of a join rule event. More...

#include <roomjoinrulesevent.h>

Public Attributes

JoinRule joinRule
 
QList< AllowConditionallow
 

Detailed Description

The content of a join rule event.

See also
https://spec.matrix.org/latest/client-server-api/#mroomjoin_rules

Definition at line 33 of file roomjoinrulesevent.h.

Member Data Documentation

◆ allow

QList<AllowCondition> Quotient::EventContent::JoinRuleContent::allow

Definition at line 35 of file roomjoinrulesevent.h.

◆ joinRule

JoinRule Quotient::EventContent::JoinRuleContent::joinRule

Definition at line 34 of file roomjoinrulesevent.h.


The documentation for this struct was generated from the following file: