update_channel_color()

async Client.update_channel_color()

Update the accent color of a channel.

Usable by Users Bots
Parameters:
  • for_profile (bool) – Whether to set the profile color instead

  • color (int) – New accent color ID

  • background_emoji_id (int) – Custom emoji ID for the background

Returns:

Message

Example

await app.update_channel_color(chat_id, ...)