You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to use media albums correctly? I don't understand how I can get the exact number of items in the album and, accordingly, the album elements themselves
The text was updated successfully, but these errors were encountered:
The exact number of items can change any time. Whatever number you get, it is outdated already.
To get elements of an album you just group all known messages with the same media_album_id. There is no way to be absolutely sure that there are no other album messages, but this never needed by Telegram apps.
how to use media albums correctly? I don't understand how I can get the exact number of items in the album and, accordingly, the album elements themselves
The text was updated successfully, but these errors were encountered: