Uses of Class
it.tdlight.jni.TdApi.InputChatPhoto
-
Uses of TdApi.InputChatPhoto in it.tdlight.jni
Modifier 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.Modifier and TypeFieldDescriptionTdApi.SetChatPhoto.photo
New chat photo; pass null to delete the chat photo.TdApi.SetProfilePhoto.photo
Profile photo to set.ModifierConstructorDescriptionSetChatPhoto
(long chatId, TdApi.InputChatPhoto photo) Changes the photo of a chat.Changes a profile photo for the current user.