Get desktop application:
View/edit binary Protocol Buffers messages
BuddyService is a service for managing buddies 好友服务 用于好友管理
AddBlockedUsers is called to add users to self's buddy list or blocked list 添加黑名单
AddBuddy adds a buddy to the current user's queue. 添加好友请求
AddBuddyRequest is used to request a user be added as a buddy.
The user ID of the user to be added as a buddy. 目标玩家ID
The request information to be sent to the user. 请求信息
(message has no fields)
---------------------------------------------Blocked List End--------------------------------------- DeleteAccount is called to delete a self buddy account data 删除好友关系数据
(message has no fields)
---------------------------------------------Blocked List Start------------------------------------ GetBlockedUsers returns the current user's blocked users. 获取黑名单列表
GetBuddies returns the current user's buddies. 获取好友列表
IsBlocked is called to check if a user is blocked 检查是否在黑名单
Refuse buddy request 拒绝好友请求
Remark remark buddy nickname 备注好友昵称
RemarkRequest is used to send a remark to a buddy.
RemoveBlockedUsers is called to remove users to self's buddy list or blocked list 移除黑名单
RemoveBuddy removes a buddy from the current user's queue. 删除好友请求
RemoveBuddyRequest is used to request a user be removed as a buddy.
ReplyAddBuddy is called to accept or reject a buddy add request. 回复好友请求
ReplyAddBuddyRequest is used to respond to (accept or reject) a buddy add request.
A value of 0 means reject while a value of 1 means accept
ReplyAddBuddyResponse is used to respond to (accept or reject) a buddy add request.
WatchBuddies returns a stream on which changes to the current user's buddies and blocked list and recent met will be sent. 监听好友列表变化
Used in:
Used in:
Buddy contains state associated with a buddy.
Used in: ,
Used in: ,
Nothing is used when there is no data to be sent.
Used as request type in: BuddyService.GetBlockedProfiles, BuddyService.WatchBuddies
Used as response type in: BuddyService.AddBlockedProfiles, BuddyService.RefuseBuddy, BuddyService.Remark, BuddyService.RemoveBlockedProfiles, BuddyService.RemoveBuddy
(message has no fields)
Used in:
Used as request type in: BuddyService.AddBlockedProfiles, BuddyService.RemoveBlockedProfiles
Used as response type in: BuddyService.GetBlockedProfiles