Hermann Zheboldov

Results 2 comments of Hermann Zheboldov

Hello, This is the code I use for reaqding pictures from chat: `var tLMessageMediaPhoto = (TLMessageMediaPhoto)message.media; var photo = (TLPhoto)tLMessageMediaPhoto.photo; var photoSize = photo.sizes.lists.OfType().Last(); TLFileLocation tf = (TLFileLocation)photoSize.location; var resFile...

No, never чт, 3 авг. 2017 г., 11:04 Evgeny Savkin : > Hvzh, did you try to read chat/user avatar, not pictures from chat? > > — > You are...