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 class
An 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 class
A previously used profile photo of the current user.static class
A static photo in JPEG format.static class
A sticker on a custom background.Fields in org.drinkless.tdlib declared as TdApi.InputChatPhotoModifier and TypeFieldDescriptionTdApi.SetBotProfilePhoto.photo
Profile photo to set; pass null to delete the chat photo.TdApi.SetBusinessAccountProfilePhoto.photo
Profile photo to set; pass null to remove the photo.TdApi.SetChatPhoto.photo
New chat photo; pass null to delete the chat photo.TdApi.SetProfilePhoto.photo
Profile photo to set.TdApi.SetUserPersonalProfilePhoto.photo
Profile photo to set; pass null to delete the photo; inputChatPhotoPrevious isn't supported in this function.TdApi.SuggestUserProfilePhoto.photo
Profile 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.