StoryAreaTypeLink¶
- class telegram.StoryAreaTypeLink(url, *, api_kwargs=None)[source]¶
Bases:
telegram.StoryAreaTypeDescribes a story area pointing to an
HTTPortg://link. Currently, a story can have up to3link areas.Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
urlis equal.Available In
Added in version 22.1.
- Parameters:
url (
str) –HTTPortg://URL to be opened when the area is clicked.