test
This commit is contained in:
parent
9fe6e33e12
commit
6feb809c7e
2
bot.go
2
bot.go
@ -47,7 +47,7 @@ func botPhoto(m *tb.Message) {
|
||||
}
|
||||
|
||||
func botDocument(m *tb.Message) {
|
||||
fmt.Printf("botDocument : %s (%d bytes)", m.Document.FileName, m.Document.File.FileSize)
|
||||
fmt.Printf("botDocument : %s (%d bytes)\n", m.Document.FileName, m.Document.File.FileSize)
|
||||
// documents only
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user