Deep link info, see the here for more details
help.deepLinkInfo#6a4ee832 flags:# update_app:flags.0?true message:string entities:flags.1?Vector<MessageEntity> = help.DeepLinkInfo;
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
update_app | flags.0?true | An update of the app is required to parse this link |
message | string | Message to show to the user |
entities | flags.1?Vector<MessageEntity> | Message entities for styled text |
How to create styled text with message entities
Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.