DeepLinkType
: string
in package
Telegram deep-link types.
Deviation from upstream: upstream deep_linking.py accepts an arbitrary
link_type: str parameter. This port uses a backed enum to make the
parameter type-safe at the call site and to document the supported values.
Table of Contents
Cases
- Start = 'start'
- StartApp = 'startapp'
- StartGroup = 'startgroup'