37 lines
599 B
Markdown
37 lines
599 B
Markdown
|
---
|
||
|
title: messageIsBeingSent
|
||
|
description: Message is outgoing but is yet not delivered to the server
|
||
|
---
|
||
|
## Constructor: messageIsBeingSent
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Message is outgoing but is yet not delivered to the server
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|:-------------:|:--------:|------------:|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [MessageSendState](../types/MessageSendState.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messageIsBeingSent = ['_' => 'messageIsBeingSent', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
messageIsBeingSent={_='messageIsBeingSent', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|