MadelineProto/old_docs/API_docs_v42/constructors/chatForbidden.md

572 B

title description
chatForbidden chatForbidden attributes, type and example

Constructor: chatForbidden

Back to constructors index

Attributes:

Name Type Required
id int Yes
title string Yes

Type: Chat

Example:

$chatForbidden = ['_' => 'chatForbidden', 'id' => int, 'title' => string, ];

Or, if you're into Lua:

chatForbidden={_='chatForbidden', id=int, title=string, }