acidify-core
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.event
/
GroupNudgeEvent
Group
Nudge
Event
class
GroupNudgeEvent
(
val
groupUin
:
Long
,
val
senderUin
:
Long
,
val
senderUid
:
String
,
val
receiverUin
:
Long
,
val
receiverUid
:
String
,
val
displayAction
:
String
,
val
displaySuffix
:
String
,
val
displayActionImgUrl
:
String
)
:
AcidifyEvent
(
source
)
群戳一戳事件
Members
Constructors
Group
Nudge
Event
Link copied to clipboard
constructor
(
groupUin
:
Long
,
senderUin
:
Long
,
senderUid
:
String
,
receiverUin
:
Long
,
receiverUid
:
String
,
displayAction
:
String
,
displaySuffix
:
String
,
displayActionImgUrl
:
String
)
Properties
display
Action
Link copied to clipboard
val
displayAction
:
String
戳一戳提示的动作文本
display
Action
Img
Url
Link copied to clipboard
val
displayActionImgUrl
:
String
戳一戳提示的动作图片 URL,用于取代动作提示文本
display
Suffix
Link copied to clipboard
val
displaySuffix
:
String
戳一戳提示的后缀文本
group
Uin
Link copied to clipboard
val
groupUin
:
Long
群号
receiver
Uid
Link copied to clipboard
val
receiverUid
:
String
接收者 uid
receiver
Uin
Link copied to clipboard
val
receiverUin
:
Long
接收者 QQ 号
sender
Uid
Link copied to clipboard
val
senderUid
:
String
发送者 uid
sender
Uin
Link copied to clipboard
val
senderUin
:
Long
发送者 QQ 号