Declaration
data class Declaration(val allowIncoming: DeclarationAllowIncoming, val allowGroupInvites: DeclarationAllowGroupInvites? = null)
Parameters
allowGroupInvites
NOTE: This is under active development and should be considered unstable while this note is here. Declaration about group chat invitation preferences for the record owner.
Constructors
Link copied to clipboard
constructor(allowIncoming: DeclarationAllowIncoming, allowGroupInvites: DeclarationAllowGroupInvites? = null)