Layer 227
AccountBusinessChatLinksObj
Contains info about business chat deep links created by the current account.
constructor
account.businessChatLinks#ec43a2d1 links:Vector<BusinessChatLink> chats:Vector<Chat> users:Vector<User> = account.BusinessChatLinks;
Parameters
| Name | Type | Description |
|---|---|---|
| Links | Vector < BusinessChatLink > | Links |
| Chats | Vector < Chat > | Mentioned chats |
| Users | Vector < User > | Mentioned users |
Returns
account.BusinessChatLinksGogram Example
// Creating AccountBusinessChatLinksObj constructor obj := &tg.AccountBusinessChatLinksObj{ Links: &tg.VectorBusinessChatLink{}, Chats: &tg.VectorChat{}, Users: &tg.VectorUser{}, }