--- title: channelForbidden description: channelForbidden attributes, type and example --- ## Constructor: channelForbidden [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |id|[int](../types/int.md) | Required| |access\_hash|[long](../types/long.md) | Required| |title|[string](../types/string.md) | Required| ### Type: [Chat](../types/Chat.md) ### Example: ``` $channelForbidden = ['_' => 'channelForbidden', 'id' => int, 'access_hash' => long, 'title' => string, ]; ```