matushorvath / aoc-bot

0 stars 0 forks source link

Enable history for new members #305

Open matushorvath opened 1 year ago

matushorvath commented 1 year ago

Bot should call toggleSupergroupIsAllHistoryAvailable so new members can see history: https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1toggle_supergroup_is_all_history_available.html

matushorvath commented 1 year ago

This does not seem to be currently available in bot API.

matushorvath commented 2 weeks ago

It is now possible to check for visible history by calling getChat and then inspecting ChatFullInfo.has_visible_history. Not implemented, because it requires an extra getChat call and has few benefits.