Uses of Class
org.drinkless.tdlib.TdApi.InputChatPhoto
Packages that use TdApi.InputChatPhoto
-
Uses of TdApi.InputChatPhoto in org.drinkless.tdlib
Subclasses of TdApi.InputChatPhoto in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classAn animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 1280 and be at most 2MB in size.static classA previously used profile photo of the current user.static classA static photo in JPEG format.static classA sticker on a custom background.Fields in org.drinkless.tdlib declared as TdApi.InputChatPhotoModifier and TypeFieldDescriptionTdApi.SetBotProfilePhoto.photoProfile photo to set; pass null to delete the chat photo.TdApi.SetBusinessAccountProfilePhoto.photoProfile photo to set; pass null to remove the photo.TdApi.SetChatPhoto.photoNew chat photo; pass null to delete the chat photo.TdApi.SetProfilePhoto.photoProfile photo to set.TdApi.SetUserPersonalProfilePhoto.photoProfile photo to set; pass null to delete the photo; inputChatPhotoPrevious isn't supported in this function.TdApi.SuggestUserProfilePhoto.photoProfile photo to suggest; inputChatPhotoPrevious isn't supported in this function.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputChatPhotoModifierConstructorDescriptionSetBotProfilePhoto(long botUserId, TdApi.InputChatPhoto photo) Creates a function, which changes a profile photo for a bot.SetBusinessAccountProfilePhoto(String businessConnectionId, TdApi.InputChatPhoto photo, boolean isPublic) Creates a function, which changes a profile photo of a business account; for bots only.SetChatPhoto(long chatId, TdApi.InputChatPhoto photo) Creates a function, which changes the photo of a chat.SetProfilePhoto(TdApi.InputChatPhoto photo, boolean isPublic) Creates a function, which changes a profile photo for the current user.SetUserPersonalProfilePhoto(long userId, TdApi.InputChatPhoto photo) Creates a function, which changes a personal profile photo of a contact user.SuggestUserProfilePhoto(long userId, TdApi.InputChatPhoto photo) Creates a function, which suggests a profile photo to another regular user with common messages and allowing non-paid messages.