MadelineProto/docs/API_docs/constructors/channelForbidden.md

548 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 = ['broadcast' => Bool, 'megagroup' => Bool, 'id' => int, 'access_hash' => long, 'title' => string, ];