Class RemoveBusinessAccountProfilePhoto
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<RemoveBusinessAccountProfilePhoto, Boolean>
io.github.natanimn.telebof.requests.service.RemoveBusinessAccountProfilePhoto
public class RemoveBusinessAccountProfilePhoto
extends AbstractBaseRequest<RemoveBusinessAccountProfilePhoto, Boolean>
RemoveBusinessAccountProfilePhoto class. Returns True on success.
- Since:
- 19 August 2025
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRemoveBusinessAccountProfilePhoto(String business_connection_id, Api api) Required
- 
Method SummaryMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequestexec
- 
Constructor Details- 
RemoveBusinessAccountProfilePhoto
 
- 
- 
Method Details- 
isPublicOptional- Parameters:
- is_public- Pass True to remove the public photo, which is visible even if the main photo is hidden by the business account's privacy settings. After the main photo is removed, the previous profile photo (if present) becomes the main photo.
- Returns:
- RemoveBusinessAccountProfilePhoto
 
 
-