GramIO API Reference / @gramio/contexts/dist / PaidMediaLivePhoto
Class: PaidMediaLivePhoto
Defined in: contexts/index.d.ts:2182
The paid media is a live photo.
Constructors
Constructor
new PaidMediaLivePhoto(
payload):PaidMediaLivePhoto
Defined in: contexts/index.d.ts:2184
Parameters
| Parameter | Type |
|---|---|
payload | TelegramPaidMediaLivePhoto |
Returns
PaidMediaLivePhoto
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramPaidMediaLivePhoto | contexts/index.d.ts:2183 |
Accessors
[toStringTag]
Get Signature
get [toStringTag]():
string
Defined in: contexts/index.d.ts:2185
Returns
string
livePhoto
Get Signature
get livePhoto():
LivePhotoAttachment
Defined in: contexts/index.d.ts:2189
The live photo
Returns
type
Get Signature
get type():
"live_photo"
Defined in: contexts/index.d.ts:2187
Type of the paid media, always “live_photo”
Returns
"live_photo"