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

missing half of the parameters in MessageContent.MesssagePhoto #3059

Closed cherryymerryy closed 1 month ago

cherryymerryy commented 1 month ago

while working with messages of the Message Photo type, I found the absence of many variables (in particular, the file ID). What could be the problem? image image

levlam commented 1 month ago

You show autocomplete for an object of the class photo instead of messagePhoto, and it is shown correctly.

cherryymerryy commented 1 month ago

{8A427752-3848-46CA-ADD5-E87935D7CA0A} messagePhoto also does not have the necessary parameters needed to download the photo

cherryymerryy commented 1 month ago

Oh, sorry, I figured out my problem.