This commit is contained in:
Flummi 2017-11-09 17:04:46 +01:00
parent df5f5cb767
commit 4c6401fd54

View File

@ -19,6 +19,9 @@ class tg {
} }
send(id, msg) { send(id, msg) {
this.client.sendMessage(id, msg); this.client.sendMessage(id, msg);
/*this.client.getChatAdministrators(id).then(tmp => {
console.log(tmp);
})*/
} }
reply(tmp) { reply(tmp) {
return { return {