Skip to content
Snippets Groups Projects
Commit 2ce88b8e authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

funkalicious message

parent 850c51d3
Branches
No related tags found
No related merge requests found
......@@ -84,6 +84,8 @@ func sendFile(file multipart.File, fileheader *multipart.FileHeader) {
}
doc := tgbotapi.NewDocumentUpload(chanId, fb)
doc.DisableNotification = true
doc.Caption = "Frissen ropogósan a kemencéből 🍞"
_, e = DefaultBot.Send(doc)
if e != nil {
fmt.Println(e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment