Thông tin trạng thái kết bạn
Body
Name
Type
Description
service
contact
method
friendRequestStatus
data
{
"accountId": "262941598338491044",
"toId": "6709205003906760985"
}Response
{
"data": {
"error_message": "Successful.",
"data": {
"addFriendPrivacy": 0, // Đánh dấu bạn thân hay không - 1/0
"is_requesting": 0, // Đối phương đã gửi kết bạn hay chưa - 1/0
"is_friend": 1, // Đã là bạn bè hay không - 1/0
"is_requested": 0 // Người dùng đã gửi kết bạn hay chưa - 1/0
},
"error_code": 0
},
"status": "success"
}{
"status": "error",
"error": {
"message": "Something wrong was happened.",
"code": null,
"prms": null
}
}Last updated