pda
jvm
model
/
net.artux.pda.model.chat
/
ChatUpdate
Chat
Update
class
ChatUpdate
Members
Constructors
Chat
Update
Link copied to clipboard
constructor
(
)
Properties
events
Link copied to clipboard
var
events
:
List
<
ChatEvent
>
?
timestamp
Link copied to clipboard
var
timestamp
:
Instant
?
updates
Link copied to clipboard
var
updates
:
List
<
UserMessage
>
Functions
get
Updates
By
Type
Link copied to clipboard
fun
getUpdatesByType
(
type
:
UserMessage.Type
)
:
List
<
UserMessage
>