본문으로 건너뛰기

Donation

_idstring

채팅 ID

typestring

donation으로 고정

Possible values: [donation]

platformstring

방송 플랫폼

streamer_idstring

방송인 아이디

messagestring

채팅 메시지 (숲의 경우 이 필드는 대부분의 경우 공백)

user_idstring

시청자(후원자) 아이디

nicknamestring

시청자(후원자) 닉네임

cntinteger

후원 수량

amountinteger

후원 KRW 가치 (별풍선은 하나당 백원, 치즈는 하나당 1원)

extrasobject

추가 데이터

createdAtdate-time

데이터 생성일시

ttldate-time

데이터 삭제예정일시

__vinteger

데이터 버전

Donation
{
"_id": "string",
"type": "donation",
"platform": "string",
"streamer_id": "string",
"message": "string",
"user_id": "string",
"nickname": "string",
"cnt": 0,
"amount": 0,
"extras": {},
"createdAt": "2024-07-29T15:51:28.071Z",
"ttl": "2024-07-29T15:51:28.071Z",
"__v": 0
}