help.DeepLinkInfo
- class pyrogram.raw.base.help.DeepLinkInfo
Contains information about an unsupported deep link »
- Constructors:
This base type has 2 constructors available.
Deep link info, see the here for more details
Deep link info empty
- Functions:
This object can be returned by 1 function.
Get info about an unsupported deep link, see here for more info ».
TL Schema
help.deepLinkInfo#6a4ee832
flags:#
update_app:flags.0?true
message:string
entities:flags.1?Vector<MessageEntity>
= help.DeepLinkInfo
Parameter Tree
DeepLinkInfo
├── update_app →
true (optional)├── message →
string└── entities →
Vector < MessageEntity > (optional)│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ └── length →
int├──
MessageEntityUrl│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ └── length →
int├──
MessageEntityPre│ ├── offset →
int│ ├── length →
int│ └── language →
string│ ├── offset →
int│ ├── length →
int│ └── url →
string│ ├── offset →
int│ ├── length →
int│ └── user_id →
long│ ├── offset →
int│ ├── length →
int│ └── user_id →
InputUser│ ├──
InputUserEmpty│ ├──
InputUserSelf│ ├──
InputUser│ └──
InputUserFromMessage│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ └── length →
int│ ├── offset →
int│ ├── length →
int│ └── document_id →
long│ ├── collapsed →
true (optional)│ ├── offset →
int│ └── length →
int├── relative →
true (optional)├── short_time →
true (optional)├── long_time →
true (optional)├── short_date →
true (optional)├── long_date →
true (optional)├── day_of_week →
true (optional)├── offset →
int├── length →
int└── date →
intExample
DeepLinkInfo(
update_app=None,
message="Hello",
entities=[
MessageEntityUnknown(
offset=0,
length=0
)
],
)