Subtitle
Subtitle component display a subtitle.
API
func Subtitle(c *tgframe.Container, text string)
func SubtitleWithID(c *tgframe.Container, text string, id string)
cis Parent container.textis the subtitle text.idis a user specific element id.
Example
tgcomp.Subtitle(p.Main, "Subtitle")
