813 B
813 B
title | description | image |
---|---|---|
inputReportReasonOther | Report reason other | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputReportReasonOther
Report reason other
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | string | Yes | Text |
Type: ReportReason
Example:
$inputReportReasonOther = ['_' => 'inputReportReasonOther', 'text' => 'string'];
PWRTelegram json-encoded version:
{"_": "inputReportReasonOther", "text": "string"}
Or, if you're into Lua:
inputReportReasonOther={_='inputReportReasonOther', text='string'}