telegram api method · layer 229 · #d8aa3671

channels.updateColor

usable by users

Update the accent color and background custom emoji » of a channel.

definition

channels.updateColor#d8aa3671 flags:# for_profile:flags.1?true channel:InputChannel color:flags.2?int background_emoji_id:flags.0?long = Updates;

parameters

nametypedescription
flags#Flags, see TL conditional fields
for_profileflags.1?trueWhether to change the accent color emoji pattern of the profile page; otherwise, the accent color and emoji pattern of messages will be changed. Channels can change both message and profile palettes; supergroups can only change the profile palette, of course after reaching the appropriate boost level.
channelInputChannelChannel whose accent color should be changed.
colorflags.2?intID of the accent color palette » to use (not RGB24, see here » for more info); if not set, the default palette is used.
background_emoji_idflags.0?longCustom emoji ID used in the accent color pattern.

returns

Updates

errors (4)

codeerrordescription
400BOOSTS_REQUIREDThe specified channel must first be boosted by its users in order to perform this action.
400BUSINESS_CONNECTION_NOT_ALLOWEDThis method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection.
400CHANNEL_INVALIDThe provided channel is invalid.
401AUTH_KEY_UNREGISTEREDThe specified authorization key is not registered in the system (for example, a PFS temporary key has expired).

history

present in layers 166–229 · constructor id changed 1×

idlayers
#621a201f166–167
#d8aa3671168–229