1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 06:47:20 +01:00
MadelineProto/docs/TD_docs/constructors/messageIsIncoming.md

37 lines
515 B
Markdown
Raw Normal View History

---
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', }
```