use reply
This commit is contained in:
		| @@ -115,9 +115,9 @@ export class tg extends EventEmitter { | ||||
|       message: tmp.text, | ||||
|       time: tmp.date, | ||||
|       raw: tmp, | ||||
|       reply: msg => this.send(tmp.chat.id, this.format(msg)), | ||||
|       replyAction: msg => this.send(tmp.chat.id, this.format(`Uwe ${msg}`)), | ||||
|       replyNotice: msg => this.send(tmp.chat.id, this.format(msg)), | ||||
|       reply: msg => this.send(tmp.chat.id, this.format(msg), tmp.message_id), | ||||
|       replyAction: msg => this.send(tmp.chat.id, this.format(`Uwe ${msg}`), tmp.message_id), | ||||
|       replyNotice: msg => this.send(tmp.chat.id, this.format(msg), tmp.message_id), | ||||
|       _user: this.server.user | ||||
|     }; | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user