Skip to main content

UserNotification

Constructors

new UserNotification()

new UserNotification(dart): UserNotification

Parameters

ParameterType
dartany

Returns

UserNotification

Source

src/entities.ts:1837

Properties

PropertyModifierType
dartpublicany

Accessors

createdAt

get createdAt(): Dayjs

Returns

Dayjs

Source

src/entities.ts:1865


data

get data(): string

Returns

string

Source

src/entities.ts:1857


friendlyName

get friendlyName(): string

Returns

string

Source

src/entities.ts:1849


isRead

get isRead(): boolean

Returns

boolean

Source

src/entities.ts:1869


name

get name(): string

Returns

string

Source

src/entities.ts:1845


readAt

get readAt(): Dayjs

Returns

Dayjs

Source

src/entities.ts:1873


sender

get sender(): string

Returns

string

Source

src/entities.ts:1861


text

get text(): string

Returns

string

Source

src/entities.ts:1853


user

get user(): User

Returns

User

Source

src/entities.ts:1841