test
This commit is contained in:
parent
0b455aa6f8
commit
99e7a38ad8
2
bot.go
2
bot.go
@ -211,7 +211,7 @@ func botMsgExportAll(m *tb.Message) {
|
|||||||
|
|
||||||
d := tb.Document{File: tb.FromReader(bytes.NewReader(b))}
|
d := tb.Document{File: tb.FromReader(bytes.NewReader(b))}
|
||||||
|
|
||||||
c := TGCommand{
|
c = TGCommand{
|
||||||
Type: commandReplyDocument,
|
Type: commandReplyDocument,
|
||||||
Document: d,
|
Document: d,
|
||||||
FromMsgID64: int64(m.ID),
|
FromMsgID64: int64(m.ID),
|
||||||
|
Loading…
Reference in New Issue
Block a user