philia
Preparing search index...
protocol/type/event
UserPoke
Interface UserPoke
用户戳一戳通知
interface
UserPoke
{
group
?:
Group
;
id
:
string
;
is_self
?:
true
;
is_self_target
?:
true
;
raw
?:
any
;
scene
:
"user_poke"
;
time
:
number
;
type
:
"notice"
;
user
:
User
;
}
Hierarchy (
View Summary
)
AUserNotice
UserPoke
Index
Properties
group?
id
is_
self?
is_
self_
target?
raw?
scene
time
type
user
Properties
Optional
group
group
?:
Group
发起事件群
id
id
:
string
事件ID
Optional
is_
self
is_self
?:
true
是否自己发出的戳一戳
Optional
is_
self_
target
is_self_target
?:
true
是否戳自己
Optional
raw
raw
?:
any
平台原始字段
scene
scene
:
"user_poke"
事件场景
time
time
:
number
事件时间,Unix时间戳(秒)
type
type
:
"notice"
事件类型
user
user
:
User
发起事件用户
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
id
is_
self
is_
self_
target
raw
scene
time
type
user
philia
Loading...
用户戳一戳通知