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.struct
/
BotFriendRequest
Bot
Friend
Request
data
class
BotFriendRequest
(
val
time
:
Long
,
val
initiatorUin
:
Long
,
val
initiatorUid
:
String
,
val
targetUserUin
:
Long
,
val
targetUserUid
:
String
,
val
state
:
RequestState
,
val
comment
:
String
,
val
via
:
String
,
val
isFiltered
:
Boolean
)
(
source
)
好友请求实体
Members
Constructors
Bot
Friend
Request
Link copied to clipboard
constructor
(
time
:
Long
,
initiatorUin
:
Long
,
initiatorUid
:
String
,
targetUserUin
:
Long
,
targetUserUid
:
String
,
state
:
RequestState
,
comment
:
String
,
via
:
String
,
isFiltered
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
comment
Link copied to clipboard
val
comment
:
String
申请附加信息
initiator
Uid
Link copied to clipboard
val
initiatorUid
:
String
请求发起者 uid
initiator
Uin
Link copied to clipboard
val
initiatorUin
:
Long
请求发起者 QQ 号
is
Filtered
Link copied to clipboard
val
isFiltered
:
Boolean
请求是否被过滤(发起自风险账户)
state
Link copied to clipboard
val
state
:
RequestState
请求状态
target
User
Uid
Link copied to clipboard
val
targetUserUid
:
String
目标用户 uid
target
User
Uin
Link copied to clipboard
val
targetUserUin
:
Long
目标用户 QQ 号
time
Link copied to clipboard
val
time
:
Long
请求发起时间(Unix 时间戳,秒)
via
Link copied to clipboard
val
via
:
String
申请来源