Preparing search index...
The search index is not available
rettiwt-api
rettiwt-api
IRawNotification
Interface IRawNotification
Represents the raw data of a single Notification.
interface
IRawNotification
{
__typename
:
string
;
id
:
string
;
itemType
:
string
;
notification_icon
:
RawNotificationType
;
notification_url
:
INotificationUrl
;
rich_message
:
INotificationRichMessage
;
template
:
INoticiationTemplate
;
timestamp_ms
:
string
;
}
Index
Properties
__typename
id
item
Type
notification_
icon
notification_
url
rich_
message
template
timestamp_
ms
Properties
__typename
__typename
:
string
id
id
:
string
item
Type
itemType
:
string
notification_
icon
notification_icon
:
RawNotificationType
notification_
url
notification_url
:
INotificationUrl
rich_
message
rich_message
:
INotificationRichMessage
template
template
:
INoticiationTemplate
timestamp_
ms
timestamp_ms
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__typename
id
item
Type
notification_
icon
notification_
url
rich_
message
template
timestamp_
ms
rettiwt-api
Loading...
Represents the raw data of a single Notification.