UnClickedCountData

class UnClickedCountData(accountMeta: AccountMeta, val count: Long) : BaseData

Author

Umang Chamaria

Since

2.0.0

Constructors

Link copied to clipboard
constructor(accountMeta: AccountMeta, count: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val count: Long

Number of un-clicked messages

Functions

Link copied to clipboard
open override fun toString(): String