1
0
Fork 0

📝 Added some docs

This commit is contained in:
Maxim Lebedev 2020-05-08 21:30:36 +05:00
parent 5ff57fd1ce
commit 88dd802c2c
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F
2 changed files with 4 additions and 1 deletions

View File

@ -136,6 +136,7 @@ const (
ParseModeMarkdownV2 string = "MarkdownV2"
)
// Point represent a type of point on face
const (
PointForehead string = "forehead"
PointEyes string = "eyes"
@ -211,11 +212,13 @@ const (
UpdateShippingQuery string = "shipping_query"
)
// Default represents a default values for some helpers
const (
DefaultAudioSeparator = " "
DefaultAudioTitle = "[untitled]"
)
// Poll represents a poll types
const (
PollQuiz string = "quiz"
PollRegular string = "regular"

2
doc.go
View File

@ -1,2 +1,2 @@
// Package telegram contains bindings for the Telegram API
// Package telegram contains bindings for the Telegram Bot API
package telegram // import "gitlab.com/toby3d/telegram"