mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 12:46:55 +01:00
44 lines
613 B
Markdown
44 lines
613 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', ];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_":"messageIsIncoming"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
messageIsIncoming={_='messageIsIncoming', }
|
|
|
|
```
|
|
|
|
|