channels.updatePinnedForumTopic

Pin or unpin forum topics

 메서드 스키마는 레이어 216부터 사용할 수 있습니다. 전환 »

Parameters

Name Type Description
channel InputChannel Supergroup ID
topic_id int Forum topic ID
pinned Bool Whether to pin or unpin the topic

Result

Updates

Only users can use this method

Possible errors

Code Type Description
400 CHANNEL_INVALID The provided channel is invalid.
400 PINNED_TOO_MUCH There are too many pinned topics, unpin some first.
400 TOPIC_ID_INVALID The specified topic ID is invalid.

Related pages

Forums

Telegram allows creating forums with multiple distinct topics.