طريقة RPC لإلغاء الاشتراك في التصويت

إلغاء الاشتراك من إشعارات التصويت

{
"jsonrpc": "2.0",
"id": 1,
"method": "voteUnsubscribe",
"params": [
0
]
}

params

integerrequired

معرف الاشتراك المراد إلغاؤه

result

Response
{
"jsonrpc": "2.0",
"result": true,
"id": 1
}
boolean

رسالة نجاح إلغاء الاشتراك

Is this page helpful?