Other

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

If the message is someone else's (we didn't send it), we show a "New message" bubble.

Constructors

Link copied to clipboard
constructor(ts: Long?)

Properties

Link copied to clipboard
val ts: Long?