StoryAreaTypeUniqueGift¶
- class telegram.StoryAreaTypeUniqueGift(name, *, api_kwargs=None)[source]¶
Bases:
telegram.StoryAreaTypeDescribes a story area pointing to a unique gift. Currently, a story can have at most
1unique gift area.Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
nameis equal.Available In
Added in version 22.1.
- Parameters:
name (
str) – Unique name of the gift.
- type[source]¶
Type of the area, always
'unique_gift'.- Type:
str