trixnity-client
Toggle table of contents
4.22.2
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.notification
/
EvaluatePushRulesResult
/
Message
Message
data
class
Message
(
val
roomId
:
RoomId
,
val
eventId
:
EventId
,
val
actions
:
Set
<
PushAction
>
)
:
EvaluatePushRulesResult
Members
Constructors
Message
Link copied to clipboard
constructor
(
roomId
:
RoomId
,
eventId
:
EventId
,
actions
:
Set
<
PushAction
>
)
Properties
actions
Link copied to clipboard
open
override
val
actions
:
Set
<
PushAction
>
event
Id
Link copied to clipboard
open
override
val
eventId
:
EventId
room
Id
Link copied to clipboard
open
override
val
roomId
:
RoomId