@ -184,7 +184,7 @@ func botMsgDump(m *tb.Message) {
} else if objTypeId != objTypeMessage {
res = `This is not a message reference`
} else {
cwm, err := getMsg(objId)
cwm, _ := getMsg(objId)
b, _ := json.Marshal(cwm)
res = string(b)
}
The note is not visible to the blocked user.