Layer 220
AccountGetBusinessChatLinks
List all created business chat deep links.
method
Users
account.getBusinessChatLinks#6f70dde1 = account.BusinessChatLinks;
Returns
account.BusinessChatLinksGogram Example
// AccountGetBusinessChatLinks - positional arguments result, err := client.AccountGetBusinessChatLinks() if err != nil { // handle error } // result is *tg.AccountBusinessChatLinks