FishPi.js API Documentation - v0.1.28
Preparing search index...
IRedpacket
Interface IRedpacket
红包数据
interface
IRedpacket
{
count
:
number
;
gesture
?:
GestureType
;
money
:
number
;
msg
:
string
;
recivers
?:
string
[]
;
type
:
RedPacketType
;
}
Implemented by
Redpacket
Index
Properties
count
gesture?
money
msg
recivers?
type
Properties
count
count
:
number
红包个数
Optional
gesture
gesture
?:
GestureType
出拳,猜拳红包有效
money
money
:
number
红包积分
msg
msg
:
string
祝福语
Optional
recivers
recivers
?:
string
[]
接收者,专属红包有效
type
type
:
RedPacketType
红包类型
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
gesture
money
msg
recivers
type
FishPi.js API Documentation - v0.1.28
Loading...
红包数据