597 B
597 B
title | description |
---|---|
inputChat | inputChat attributes, type and example |
Constructor: inputChat
Attributes:
Name | Type | Required |
---|---|---|
chat_id | int | Yes |
Type: InputChat
Example:
$inputChat = ['_' => 'inputChat', 'chat_id' => int];
PWRTelegram json-encoded version:
{"_": "inputChat", "chat_id": int}
Or, if you're into Lua:
inputChat={_='inputChat', chat_id=int}