574 B
574 B
Constructor: channelForbidden
Attributes:
Name | Type | Required |
---|---|---|
broadcast | Bool | Optional |
megagroup | Bool | Optional |
id | int | Required |
access_hash | long | Required |
title | string | Required |
Type: Chat
Example:
$channelForbidden = ['_' => channelForbidden', 'broadcast' => true, 'megagroup' => true, 'id' => int, 'access_hash' => long, 'title' => string, ];