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
I’m using the channels.getSponsoredMessages method from the Telethon library to retrieve ads in Telegram, and everything works great. However, I’ve noticed that there’s recently a new type of ad with a large image or video. When I try to retrieve this ad, the response looks like this: { "CONSTRUCTOR_ID": 3387825543, "SUBCLASS_OF_ID": 2134993376, "className": "messages.SponsoredMessages", "classType": "constructor", "flags": 0, "postsBetween": null, "messages": [], "chats": [], "users": [] }
Why is it returning an empty object? Can anyone help with this issue?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello!
I’m using the channels.getSponsoredMessages method from the Telethon library to retrieve ads in Telegram, and everything works great. However, I’ve noticed that there’s recently a new type of ad with a large image or video. When I try to retrieve this ad, the response looks like this:
{ "CONSTRUCTOR_ID": 3387825543, "SUBCLASS_OF_ID": 2134993376, "className": "messages.SponsoredMessages", "classType": "constructor", "flags": 0, "postsBetween": null, "messages": [], "chats": [], "users": [] }
Why is it returning an empty object? Can anyone help with this issue?
Thank you!
The text was updated successfully, but these errors were encountered: