575 B
575 B
title | description | image |
---|---|---|
inputChat | Chat | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputChat
Chat
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | int | Yes | Chat ID |
Type: InputChat
Example:
$inputChat = ['_' => 'inputChat', 'chat_id' => int];
Or, if you're into Lua:
inputChat={_='inputChat', chat_id=int}