alik0211 / mtproto-core

Telegram API JS (MTProto) client library for Node.js and browser
https://mtproto-core.js.org
GNU General Public License v3.0
633 stars 118 forks source link

how to get userProfile photo #164

Closed youridol544 closed 3 years ago

youridol544 commented 3 years ago

i want to get userProfile photo and i don’t know how to get it

alik0211 commented 3 years ago

@youridol544 use this method - https://core.telegram.org/method/users.getFullUser

Or wait when I write guide

agsosa commented 3 years ago

163