Uses of Class
org.drinkless.tdlib.TdApi.InputChatPhoto
-
Packages that use TdApi.InputChatPhoto Package Description org.drinkless.tdlib -
-
Uses of TdApi.InputChatPhoto in org.drinkless.tdlib
Subclasses of TdApi.InputChatPhoto in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.InputChatPhotoAnimationAn 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 classTdApi.InputChatPhotoPreviousA previously used profile photo of the current user.static classTdApi.InputChatPhotoStaticA static photo in JPEG format.Fields in org.drinkless.tdlib declared as TdApi.InputChatPhoto Modifier and Type Field Description TdApi.InputChatPhotoTdApi.SetChatPhoto. photoNew chat photo; pass null to delete the chat photo.TdApi.InputChatPhotoTdApi.SetProfilePhoto. photoProfile photo to set.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputChatPhoto Constructor Description SetChatPhoto(long chatId, TdApi.InputChatPhoto photo)Creates a function, which changes the photo of a chat.SetProfilePhoto(TdApi.InputChatPhoto photo)Creates a function, which changes a profile photo for the current user.
-