MadelineProto/docs/TD_docs/constructors/chatTypeChannel.md

24 lines
540 B
Markdown
Raw Normal View History

---
2017-08-25 15:05:53 +02:00
title: chatTypeChannel
description: Chat with unlimited number of members
---
2017-08-25 15:05:53 +02:00
## Constructor: chatTypeChannel
[Back to constructors index](index.md)
Chat with unlimited number of members
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-08-25 15:05:53 +02:00
|channel\_id|[int](../types/int.md) | Yes|Channel identifier|
2017-12-21 21:08:25 +01:00
|is\_supergroup|[Bool](../types/Bool.md) | Yes|True, if the channel is a supergroup and is not a broadcast|
2017-08-25 15:05:53 +02:00
### Type: [ChatType](../types/ChatType.md)