channels.getForumTopics

Get topics of a forum

messages.forumTopics#367617d3 flags:# order_by_create_date:flags.0?true count:int topics:Vector<ForumTopic> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> pts:int = messages.ForumTopics;
---functions---
channels.getForumTopics#de560d1 flags:# channel:InputChannel q:flags.0?string offset_date:int offset_id:int offset_topic:int limit:int = messages.ForumTopics;

Parameters

Name Type Description
flags # Flags, see TL conditional fields
channel InputChannel Supergroup
q flags.0?string Search query
offset_date int Offsets for pagination, for more info click here
offset_id int Offsets for pagination, for more info click here
offset_topic int Offsets for pagination, for more info click here
limit int Maximum number of results to return, see pagination

Result

messages.ForumTopics

Possible errors

Code Type Description
400 CHANNEL_FORUM_MISSING This supergroup is not a forum.
400 CHANNEL_INVALID The provided channel is invalid.

Bots can use this method

Related pages

Pagination in the API

How to fetch results from large lists of objects.

Forums

Telegram allows creating forums with multiple distinct topics.