GramIO API Reference / gramio/dist / SetBusinessAccountProfilePhotoParams
Interface: SetBusinessAccountProfilePhotoParams
Defined in: @gramio/types/out/params.d.ts:2871
Params object for setBusinessAccountProfilePhoto method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
business_connection_id | string | Unique identifier of the business connection | @gramio/types/out/params.d.ts:2875 |
is_public? | boolean | 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. | @gramio/types/out/params.d.ts:2883 |
photo | TelegramInputProfilePhoto | The new profile photo to set | @gramio/types/out/params.d.ts:2879 |