Room Third Party Invite Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
Class representing the EventType.STATE_ROOM_THIRD_PARTY_INVITE state event content Ref: https://matrix.org/docs/spec/client_server/r0.6.1#m-room-third-party-invite
Constructors
Link copied to clipboard
fun RoomThirdPartyInviteContent( @Json(name = "display_name" ) displayName: String?, @Json(name = "key_validity_url" ) keyValidityUrl: String?, @Json(name = "public_key" ) publicKey: String?, @Json(name = "public_keys" ) publicKeys: List<PublicKeys>?)
Content copied to clipboard