tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Get a premium limit for pinning topics in the forum #2805

Closed fat-complex closed 8 months ago

fat-complex commented 8 months ago

How do I get a premium limit for securing topics in the forum?

levlam commented 8 months ago

To get a premium limit call the method getPremiumLimit.

fat-complex commented 8 months ago

Ok. I see methods to find out the limit on pinned chats for the main list and archive. But I can't find how to find out the limit for pinned topics in the forum

levlam commented 8 months ago

Then Premium doesn't affect this limit. There is no way Premium subscription can affect a limit for a supergroup. To get regular limit you can use getOption("pinned_forum_topic_count_max").