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