594 B
594 B
title | description |
---|---|
rpc_answer_dropped | rpc_answer_dropped attributes, type and example |
Constructor: rpc_answer_dropped
Attributes:
Name | Type | Required |
---|---|---|
msg_id | long | Required |
seq_no | int | Required |
bytes | int | Required |
Type: RpcDropAnswer
Example:
$rpc_answer_dropped = ['_' => 'rpc_answer_dropped', 'msg_id' => long, 'seq_no' => int, 'bytes' => int, ];