如何从电报信使频道获取个人资料图片?

时间:2016-08-06 16:25:23

标签: java android telegram

如何在java代码中以编程方式从电报信使频道获取个人资料图片? 我不想在我的应用程序中手动更改图像。

1 个答案:

答案 0 :(得分:1)

channel#a14dca52 flags:# creator:flags.0?true kicked:flags.1?true left:flags.2?true editor:flags.3?true moderator:flags.4?true broadcast:flags.5?true verified:flags.7?true megagroup:flags.8?true restricted:flags.9?true democracy:flags.10?true signatures:flags.11?true min:flags.12?true id:int access_hash:flags.13?long title:string username:flags.6?string photo:ChatPhoto date:int version:int restriction_reason:flags.9?string = Chat;

这是您在channel对象下寻找的字段:photo:ChatPhoto

ChatPhoto 具有以下类型:

chatPhotoEmpty#37c1011c = ChatPhoto;
chatPhoto#6153276a photo_small:FileLocation photo_big:FileLocation = ChatPhoto;

fileLocationUnavailable#7c596b46 volume_id:long local_id:int secret:long = FileLocation;
fileLocation#53d69076 dc_id:int volume_id:long local_id:int secret:long = FileLocation;