test
This commit is contained in:
parent
0e7ba94f8b
commit
5725b86d20
2
bot.go
2
bot.go
@ -184,7 +184,7 @@ func botMsgDump(m *tb.Message) {
|
|||||||
} else if objTypeId != objTypeMessage {
|
} else if objTypeId != objTypeMessage {
|
||||||
res = `This is not a message reference`
|
res = `This is not a message reference`
|
||||||
} else {
|
} else {
|
||||||
cwm, err := getMsg(objId)
|
cwm, _ := getMsg(objId)
|
||||||
b, _ := json.Marshal(cwm)
|
b, _ := json.Marshal(cwm)
|
||||||
res = string(b)
|
res = string(b)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user