MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputReportReasonOther.md

679 B

title description image
inputReportReasonOther Other https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputReportReasonOther

Back to constructors index

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