MadelineProtoDocs/docs/TD_docs/constructors/channelFull.md

1.7 KiB

title description image
channelFull Gives full information about a channel https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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 the channel can be made public
can_set_sticker_set Bool Yes True, if the channel sticker set can be changed
sticker_set_id int64 Yes Identifier of channel sticker set, or 0 if none
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