- API ›
- Constructors ›
- Account ›
- ResolvedBusinessChatLinks
ResolvedBusinessChatLinks
---types--- account.resolvedBusinessChatLinks#9a23af21 peer:Peer message:string entities:flags.0?Vector<MessageEntity> chats:Vector<Chat> users:Vector<User> = account.ResolvedBusinessChatLinks
Belongs to
| account.ResolvedBusinessChatLinks |
In Rust this constructor is a variant of the enums::account.ResolvedBusinessChatLinks enum.
Match on it with: if let enums::account.ResolvedBusinessChatLinks::ResolvedBusinessChatLinks(v) = result { ... }