Link
Link component display a link.
API
func Link(c *tgframe.Container, text, url string)
func LinkWithID(c *tgframe.Container, text, url, id string)
cis Parent container.textis the link text.urlis the link url.idis a user specific element id.
Example
tgcomp.Link(p.Main, "Link", "https://www.example.com/")
