mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 12:46:55 +01:00
515 B
515 B
title | description |
---|---|
messageIsIncoming | Message is incoming |
Constructor: messageIsIncoming
Message is incoming
Attributes:
Name | Type | Required | Description |
---|
Type: MessageSendState
Example:
$messageIsIncoming = ['_' => 'messageIsIncoming', ];
Or, if you're into Lua:
messageIsIncoming={_='messageIsIncoming', }