mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 06:47:20 +01:00
37 lines
515 B
Markdown
37 lines
515 B
Markdown
|
---
|
||
|
title: messageIsIncoming
|
||
|
description: Message is incoming
|
||
|
---
|
||
|
## Constructor: messageIsIncoming
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Message is incoming
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|:-------------:|:--------:|------------:|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [MessageSendState](../types/MessageSendState.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messageIsIncoming = ['_' => 'messageIsIncoming', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
messageIsIncoming={_='messageIsIncoming', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|