xtrime-ru / TelegramApiServer

Fast, simple, async php telegram api server: MadelineProto + Amp HTTP Server
https://tg.i-c-a.su
MIT License
561 stars 124 forks source link

user photo #127

Closed litasskuris closed 1 year ago

litasskuris commented 1 year ago

hi. How can I download user profile photo or channel?

xtrime-ru commented 1 year ago

https://docs.madelineproto.xyz/docs/FILES.html#downloading-profile-pictures

xtrime-ru commented 1 year ago

You need to call getPropicInfo, then send its results to downloadToResponse method.