Closed rnd4222 closed 9 months ago
In a Telegram Desktop, when I open user info window, there is a "N posts" link which opens "Posted Stories" windows. This stories doesn't seems to be returned neither by GetChatArchivedStories nor GetChatActiveStories. How do I get that?
GetChatArchivedStories
GetChatActiveStories
Stories that are available after expiration date are called "pinned" in API, so you need to call getChatPinnedStories for this.
getChatPinnedStories
Thanks! That worked.
In a Telegram Desktop, when I open user info window, there is a "N posts" link which opens "Posted Stories" windows. This stories doesn't seems to be returned neither by
GetChatArchivedStories
norGetChatActiveStories
. How do I get that?