MadelineProto/docs/API_docs/constructors/channelForbidden.md
2016-12-20 13:32:11 +01:00

707 B

title description
channelForbidden channelForbidden attributes, type and example

Constructor: channelForbidden

Back to constructors index

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, ];