1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 14:54:47 +01:00
MadelineProto/old_docs/API_docs_v23/constructors/chatForbidden.md

633 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
date int Yes

Type: Chat

Example:

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

Or, if you're into Lua:

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