Type Aliases
AddFriendOptions
AddFriendOptions: { account: string; ps?: string }
Type declaration
account: string
Optional ps?: string
ApplyFriendOptions
ApplyFriendOptions: { account: string; ps?: string }
Type declaration
account: string
Optional ps?: string
DeleteFriendOptions
DeleteFriendOptions: { account: string; delAlias: boolean }
Type declaration
account: string
delAlias: boolean
FriendProfile
Friend
Profile
: { account
: string; alias
?: string; bitsExtension
?: number; createTime
: number; ext
?: string; passRelationShip
?: FriendProfilePassRelationShip; relationShip
?: FriendProfileRelationShip; serverex
?: string; source
?: number; updateTime
: number; valid
: boolean }Type declaration
account: string
Optional alias?: string
Optional bitsExtension?: number
createTime: number
Optional ext?: string
Optional serverex?: string
Optional source?: number
updateTime: number
valid: boolean
PassFriendApplyOptions
PassFriendApplyOptions: { account: string; ps: string }
Type declaration
account: string
ps: string
RejectFriendApplyOptions
RejectFriendApplyOptions: { account: string; ps: string }
Type declaration
account: string
ps: string
UpdateFriendOptions
UpdateFriendOptions: { account: string; alias: string; ext?: string }
Type declaration
account: string
alias: string
Optional ext?: string
附言