BoothMate API Documentation - v0.4.0
Preparing search index...
types/interfaces
Notification
Interface Notification
通知の情報
interface
Notification
{
type
:
"message"
|
"reaction"
;
from
:
"shop"
|
"user"
;
date
:
string
;
name
:
string
;
content
:
string
;
url
:
string
;
isRead
:
boolean
;
}
Index
Properties
type
from
date
name
content
url
is
Read
Properties
type
type
:
"message"
|
"reaction"
通知の種類
'message': メッセージ通知
'reaction': リアクション通知
from
from
:
"shop"
|
"user"
通知の送信元の種類
'shop': ショップからの通知
'user': ユーザーからの通知
date
date
:
string
通知日時
name
name
:
string
通知元の名前(ショップ名やユーザー名)
content
content
:
string
通知内容の本文
url
url
:
string
通知に関連するURL
is
Read
isRead
:
boolean
既読かどうか
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
from
date
name
content
url
is
Read
BoothMate API Documentation - v0.4.0
Loading...
通知の情報