mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 01:27:47 +01:00
20 lines
308 B
Markdown
20 lines
308 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, ];
|
||
|
```
|