Uses of Class
it.tdlight.jni.TdApi.InputChatPhoto
-
Uses of TdApi.InputChatPhoto in it.tdlight.jni
Subclasses of TdApi.InputChatPhoto in it.tdlight.jniModifier and TypeClassDescriptionstatic final class
An animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 800 and be at most 2MB in size.static final class
A previously used profile photo of the current user.static final class
A static photo in JPEG format.Fields in it.tdlight.jni declared as TdApi.InputChatPhotoModifier and TypeFieldDescriptionTdApi.SetChatPhoto.photo
New chat photo; pass null to delete the chat photo.TdApi.SetProfilePhoto.photo
Profile photo to set.Constructors in it.tdlight.jni with parameters of type TdApi.InputChatPhotoModifierConstructorDescriptionSetChatPhoto
(long chatId, TdApi.InputChatPhoto photo) Changes the photo of a chat.Changes a profile photo for the current user.