MadelineProto/docs/API_docs/constructors/channelForbidden.md
2016-12-19 20:56:05 +03:00

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