@ -269,7 +269,7 @@ func botMsgLoad(m *tb.Message) {
r := m.ReplyTo
if r.Document != nil {
d := r.Document
if d.File.FilePath != nil {
if len(d.File.FilePath) > 0 {
txt := fmt.Sprintf("Document found at %s\n", d.File.FilePath)
c := TGCommand{
Type: commandReplyMsg,
The note is not visible to the blocked user.