FishPi.js API Documentation - v0.1.28
Preparing search index...
IRedPacketMessage
Interface IRedPacketMessage
红包历史信息
interface
IRedPacketMessage
{
count
:
number
;
got
:
number
;
money
:
number
;
msg
:
string
;
msgType
:
string
;
recivers
:
string
[]
;
senderId
:
string
;
type
:
RedPacketType
;
who
:
IRedPacketGot
[]
;
}
Index
Properties
count
got
money
msg
msg
Type
recivers
sender
Id
type
who
Properties
count
count
:
number
红包数
got
got
:
number
领取数
money
money
:
number
内含积分
msg
msg
:
string
祝福语
msg
Type
msgType
:
string
消息类型,固定为 redPacket
recivers
recivers
:
string
[]
接收者,专属红包有效
sender
Id
senderId
:
string
发送者 id
type
type
:
RedPacketType
红包类型
who
who
:
IRedPacketGot
[]
已领取者列表
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
got
money
msg
msg
Type
recivers
sender
Id
type
who
FishPi.js API Documentation - v0.1.28
Loading...
红包历史信息