update
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ func init() {
|
|||||||
b.Send(ct, s)
|
b.Send(ct, s)
|
||||||
}
|
}
|
||||||
b.Handle(tb.OnPhoto, func(m *tb.Message) {
|
b.Handle(tb.OnPhoto, func(m *tb.Message) {
|
||||||
|
b.Send(m.Chat, m.Caption)
|
||||||
b.SendAlbum(m.Chat, tb.Album{&tb.Photo{File: tb.FromReader(m.Photo.FileReader)}})
|
b.SendAlbum(m.Chat, tb.Album{&tb.Photo{File: tb.FromReader(m.Photo.FileReader)}})
|
||||||
|
|
||||||
// b.Download(&m.Photo.File,"")
|
// b.Download(&m.Photo.File,"")
|
||||||
|
|||||||
Reference in New Issue
Block a user