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