matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model
/
RoomTopicContent
Room
Topic
Content
@
JsonClass
(
generateAdapter
=
true
)
data
class
RoomTopicContent
(
@
Json
(
name
=
"topic"
)
val
topic
:
String
?
=
null
)
Content copied to clipboard
Class representing the EventType.STATE_ROOM_TOPIC state event content.
Constructors
Properties
Constructors
Room
Topic
Content
Link copied to clipboard
fun
RoomTopicContent
(
@
Json
(
name
=
"topic"
)
topic
:
String
?
=
null
)
Content copied to clipboard
Properties
topic
Link copied to clipboard
val
topic
:
String
?
=
null
Content copied to clipboard