- API ›
- Constructors ›
- Help ›
- DeepLinkInfo
DeepLinkInfo
---types--- help.deepLinkInfo#6a4ee832 update_app:flags.0?true message:string entities:flags.1?Vector<MessageEntity> = help.DeepLinkInfo
Belongs to
| help.DeepLinkInfo |
In Rust this constructor is a variant of the enums::help.DeepLinkInfo enum.
Match on it with: if let enums::help.DeepLinkInfo::DeepLinkInfo(v) = result { ... }
Parameters
| update_app | true | optional |
| message | string | required |
| entities | Vector<MessageEntity> | optional |