mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:47:49 +01:00
31 lines
456 B
Markdown
31 lines
456 B
Markdown
|
---
|
||
|
title: rpc_answer_dropped_running
|
||
|
description: rpc_answer_dropped_running attributes, type and example
|
||
|
---
|
||
|
## Constructor: rpc\_answer\_dropped\_running
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [RpcDropAnswer](../types/RpcDropAnswer.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$rpc_answer_dropped_running = ['_' => 'rpc_answer_dropped_running', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
rpc_answer_dropped_running={_='rpc_answer_dropped_running', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|