philia
Preparing search index...
protocol/milky/type/api
FriendAPI
Interface FriendAPI
好友 API
interface
FriendAPI
{
send_friend_nudge
:
{
request
:
{
is_self
?:
boolean
;
user_id
:
number
}
;
response
:
void
;
}
;
send_profile_like
:
{
request
:
{
count
:
number
;
user_id
:
number
}
;
response
:
void
;
}
;
}
Index
Properties
send_
friend_
nudge
send_
profile_
like
Properties
send_
friend_
nudge
send_friend_nudge
:
{
request
:
{
is_self
?:
boolean
;
user_id
:
number
}
;
response
:
void
;
}
发送好友戳一戳
send_
profile_
like
send_profile_like
:
{
request
:
{
count
:
number
;
user_id
:
number
}
;
response
:
void
;
}
发送名片点赞
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
send_
friend_
nudge
send_
profile_
like
philia
Loading...
好友 API