38 lines
495 B
Markdown
38 lines
495 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'];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "rpc_answer_unknown"}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
rpc_answer_unknown={_='rpc_answer_unknown'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|