1
0
forked from keinBot/cuffeo

photo support. don't ask

This commit is contained in:
Flummi
2021-05-11 07:32:08 +00:00
parent 7f6cb345b5
commit 6d66f2a5e1
3 changed files with 9 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ export default class tg extends EventEmitter {
message: tmp.text,
time: tmp.date,
raw: tmp,
photo: tmp.photo || null,
reply: msg => this.send(tmp.chat.id, msg, tmp.message_id),
replyAction: msg => this.send(tmp.chat.id, `Uwe ${msg}`, tmp.message_id),
replyNotice: msg => this.send(tmp.chat.id, msg, tmp.message_id),