Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetUserProfilePhotos #16

Closed
n0ise9914 opened this issue Aug 9, 2015 · 1 comment
Closed

GetUserProfilePhotos #16

n0ise9914 opened this issue Aug 9, 2015 · 1 comment

Comments

@n0ise9914
Copy link

how to use GetUserProfilePhotos method to recive profile pics ?

@MrRoundRobin
Copy link
Member

You can't download Photos with the Bot API, you can only receive the file id (and size etc.):

var photos = await Bot.GetUserProfilePhotos(me.Id);
var x = photos.Photos[0][0].FileId;

tuscen added a commit that referenced this issue Feb 18, 2022
Fix artifacts path in release pipeline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants