541 B
541 B
title | description |
---|---|
chatForbidden | chatForbidden attributes, type and example |
Constructor: chatForbidden
Attributes:
Name | Type | Required |
---|---|---|
id | int | Required |
title | string | Required |
date | int | Required |
Type: Chat
Example:
$chatForbidden = ['_' => 'chatForbidden', 'id' => int, 'title' => string, 'date' => int, ];