Class Invite
- java.lang.Object
-
- io.github.ma1uta.matrix.event.nested.Invite
-
public class Invite extends Object
Third-party invites.
-
-
Field Summary
Fields Modifier and Type Field Description private String
displayName
Required.private Signed
signed
Required.
-
Constructor Summary
Constructors Constructor Description Invite()
-
Method Summary
Modifier and Type Method Description String
getDisplayName()
Signed
getSigned()
void
setDisplayName(String displayName)
void
setSigned(Signed signed)
-
-
-
Field Detail
-
displayName
private String displayName
Required. A name which can be displayed to represent the user instead of their third party identifier.
-
signed
private Signed signed
Required. A block of content which has been signed, which servers can use to verify the event. Clients should ignore this.
-
-