Trạng thái trực tuyến bạn bè

  1. Body

NameTypeDescription

service

contact

method

onlineStatus

data

  1. Response

{
    "data": {
        "error_message": "Successful.",
        "data": {
            "settings": {
                "show_online_status": true // Có hiển thị trạng thái hoạt động hay không
            },
            "lastOnline": 0 // Truy cập lần cuối dạng ts
        },
        "error_code": 0
    },
    "status": "success"
}

Last updated