Class SetBusinessAccountProfilePhoto
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<SetBusinessAccountProfilePhoto, Boolean>
io.github.natanimn.telebof.requests.set.SetBusinessAccountProfilePhoto
public class SetBusinessAccountProfilePhoto
extends AbstractBaseRequest<SetBusinessAccountProfilePhoto, Boolean>
SetBusinessAccountProfilePhoto class. Returns True on success.
- Since:
- 19 August 2025
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSetBusinessAccountProfilePhoto(String business_connection_id, InputProfilePhoto photo, Api api) Required
- 
Method SummaryMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequestexec
- 
Constructor Details- 
SetBusinessAccountProfilePhotopublic SetBusinessAccountProfilePhoto(String business_connection_id, InputProfilePhoto photo, Api api) Required- Parameters:
- business_connection_id- business connection id
- photo- photo
- api- api
 
 
- 
- 
Method Details- 
isPublicOptional- Parameters:
- is_public- Pass True to set the public photo, which will be visible even if the main photo is hidden by the business account's privacy settings. An account can have only one public photo.
- Returns:
- SetBusinessAccountProfilePhoto
 
 
-