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