Documentation
¶
Index ¶
Constants ¶
View Source
const ( URLPattern = `<a.*?href="(.+?)".*?>(.*?)</a>` ImgPattern = `<img.*?alt="(.+?)".*?>` TagPattern = `<.+?>(.+?)</.+?>` UnclosedTagPattern = `<.+?>` )
View Source
const DocsURL = "https://core.telegram.org/bots/api"
View Source
const MaxLineLen = 110
View Source
const PackageName = "telego"
Variables ¶
View Source
var ( URLPatternReg = regexp.MustCompile(URLPattern) ImgPatternReg = regexp.MustCompile(ImgPattern) TagPatternReg = regexp.MustCompile(TagPattern) UnclosedTagPatternReg = regexp.MustCompile(UnclosedTagPattern) )
Functions ¶
func CleanDescription ¶
func ConvertType ¶
func RemoveNewline ¶
func RemoveTags ¶
func SnakeToCamelCase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.