MadelineProto/docs/TD_docs/constructors/channelFull.md

35 lines
1.7 KiB
Markdown
Raw Normal View History

---
title: channelFull
description: Gives full information about a channel
---
## Constructor: channelFull
[Back to constructors index](index.md)
Gives full information about a channel
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-08-25 15:05:53 +02:00
|description|[string](../types/string.md) | Yes|Channel description|
|member\_count|[int](../types/int.md) | Yes|Channel member count, 0 if unknown|
|administrator\_count|[int](../types/int.md) | Yes|Number of privileged users in the channel, 0 if unknown|
2017-08-25 15:05:53 +02:00
|restricted\_count|[int](../types/int.md) | Yes|Number of restricted users in the channel, 0 if unknown|
|banned\_count|[int](../types/int.md) | Yes|Number of users banned from the channel, 0 if unknown|
|can\_get\_members|[Bool](../types/Bool.md) | Yes|True, if members of the channel can be retrieved|
2017-12-21 21:08:25 +01:00
|can\_set\_username|[Bool](../types/Bool.md) | Yes|True, if the channel can be made public|
|can\_set\_sticker\_set|[Bool](../types/Bool.md) | Yes|True, if the channel sticker set can be changed|
|sticker\_set\_id|[int64](../constructors/int64.md) | Yes|Identifier of channel sticker set, or 0 if none|
|invite\_link|[string](../types/string.md) | Yes|Invite link for this channel|
2017-08-25 15:05:53 +02:00
|pinned\_message\_id|[int53](../types/int53.md) | Yes|Identifier of the pinned message in the channel chat, or 0 if none|
|migrated\_from\_group\_id|[int](../types/int.md) | Yes|Identifier of the group, this supergroup migrated from, or 0 if none|
2017-08-25 15:05:53 +02:00
|migrated\_from\_max\_message\_id|[int53](../types/int53.md) | Yes|Identifier of last message in the group chat migrated from, or 0 if none|
### Type: [ChannelFull](../types/ChannelFull.md)