PaidMediaLivePhoto¶
- class telegram.PaidMediaLivePhoto(live_photo, *, api_kwargs=None)[source]¶
Bases:
telegram.PaidMediaThe paid media is a live photo.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
live_photoare equal.Added in version 22.8.
- Parameters:
type (
str) – Type of the paid media, always'live_photo'live_photo (
telegram.LivePhoto) – The photo.
- type[source]¶
Type of the paid media, always
'live_photo'- Type: