MadelineProtoDocs/docs/TD_docs/constructors/chatTypeChannel.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
613 B
Markdown

---
title: chatTypeChannel
description: Chat with unlimited number of members
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: chatTypeChannel
[Back to constructors index](index.md)
Chat with unlimited number of members
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|channel\_id|[int](../types/int.md) | Yes|Channel identifier|
|is\_supergroup|[Bool](../types/Bool.md) | Yes|True, if the channel is a supergroup and is not a broadcast|
### Type: [ChatType](../types/ChatType.md)