account.getBusinessChatLinks
List all created business chat deep links ».
func (c *Client) AccountGetBusinessChatLinks(ctx context.Context) (*AccountBusinessChatLinks, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.AccountGetBusinessChatLinks(ctx)
if err != nil {
return err
}
_ = res // *AccountBusinessChatLinks
return nil
})
Parameters
This method takes no parameters.
Returns
References
- Official documentation
- Generated Go reference
- TL definition:
account.getBusinessChatLinks#6f70dde1