MadelineProto/docs/API_docs/constructors/channelForbidden.md
2017-02-12 20:32:28 +03:00

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