MyOwn

data class MyOwn(val ts: Long?) : NewMessageState

If the message is our own (we sent it), we scroll to the bottom of the list.

Constructors

Link copied to clipboard
constructor(ts: Long?)

Properties

Link copied to clipboard
val ts: Long?