This commit is contained in:
Flummi 2023-04-23 17:57:08 +02:00
parent 1b77a21274
commit eaa81f2480

View File

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