MadelineProto/docs/TD_docs/constructors/channelFull.md
2017-08-25 15:05:53 +02:00

1.5 KiB

title description
channelFull Gives full information about a channel

Constructor: channelFull

Back to constructors index

Gives full information about a channel

Attributes:

Name Type Required Description
description string Yes Channel description
member_count int Yes Channel member count, 0 if unknown
administrator_count int Yes Number of privileged users in the channel, 0 if unknown
restricted_count int Yes Number of restricted users in the channel, 0 if unknown
banned_count int Yes Number of users banned from the channel, 0 if unknown
can_get_members Bool Yes True, if members of the channel can be retrieved
can_set_username Bool Yes True, if channel can be made public
invite_link string Yes Invite link for this channel
pinned_message_id int53 Yes Identifier of the pinned message in the channel chat, or 0 if none
migrated_from_group_id int Yes Identifier of the group, this supergroup migrated from, or 0 if none
migrated_from_max_message_id int53 Yes Identifier of last message in the group chat migrated from, or 0 if none

Type: ChannelFull