Personal ChannelUSER-ONLY
User Walkthrough 16 of 50
Users can display a channel on the account’s profile.
Setting a Personal Channel
setPersonalChannel accepts the channel’s identifier.
await client.setPersonalChannel({ chatId: channelId });
Removing the Personal Channel
An empty setPersonalChannel call removes the channel.
await client.setPersonalChannel();