31 lines
399 B
Markdown
31 lines
399 B
Markdown
|
---
|
||
|
title: rpc_answer_unknown
|
||
|
description: rpc_answer_unknown attributes, type and example
|
||
|
---
|
||
|
## Constructor: rpc\_answer\_unknown
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [RpcDropAnswer](../types/RpcDropAnswer.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$rpc_answer_unknown = ['_' => 'rpc_answer_unknown', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
rpc_answer_unknown={_='rpc_answer_unknown', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|