Federation

data class Federation(val domainList: List<String>, val type: MessageEntity.FederationType) : MessageEntityContent.System

Constructors

Link copied to clipboard
constructor(domainList: List<String>, type: MessageEntity.FederationType)

Properties

Link copied to clipboard
val domainList: List<String>
Link copied to clipboard