telegram api method · layer 229 · #cecc1134

messages.editForumTopic

usable by users and bots

definition

messages.editForumTopic#cecc1134 flags:# peer:InputPeer topic_id:int title:flags.0?string icon_emoji_id:flags.1?long closed:flags.2?Bool hidden:flags.3?Bool = Updates;

parameters

nametypedescription
flags#Flags, see TL conditional fields
peerInputPeer
topic_idint
titleflags.0?string
icon_emoji_idflags.1?long
closedflags.2?Bool
hiddenflags.3?Bool

returns

Updates

errors (5)

codeerrordescription
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.
400TOPIC_CLOSE_SEPARATELYThe close flag cannot be provided together with any of the other flags.
400TOPIC_NOT_MODIFIEDThe updated topic info is equal to the current topic info, nothing was changed.
401AUTH_KEY_UNREGISTEREDThe specified authorization key is not registered in the system (for example, a PFS temporary key has expired).

history

present in layers 216–229

idlayers
#cecc1134216–229