GramIO API Reference / gramio/dist / TelegramInputProfilePhotoStatic
Interface: TelegramInputProfilePhotoStatic
Defined in: @gramio/types/out/objects.d.ts:5983
A static profile photo in the .JPG format.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
photo | string | Blob | The static profile photo. Profile photos can't be reused and can only be uploaded as a new file, so you can pass “attach://<file_attach_name>” if the photo was uploaded using multipart/form-data under <file_attach_name>. More information on Sending Files » | @gramio/types/out/objects.d.ts:5991 |
type | "static" | Type of the profile photo, must be static | @gramio/types/out/objects.d.ts:5987 |