nodegin / tglib

TDLib (Telegram Database library) bindings for Node.js
114 stars 16 forks source link

Multiple accounts support #19

Closed irudoy closed 6 years ago

irudoy commented 6 years ago

fixes #16

irudoy commented 6 years ago
├── app.js
└── .td
    ├── PHONE_NUMBER_FIRST
    │   ├── _td_database
    │   └── _td_files
    ├── PHONE_NUMBER_SECOND
    │   ├── _td_database
    │   └── _td_files
    └── log
        ├── PHONE_NUMBER_FIRST.log
        └── PHONE_NUMBER_SECOND.log
nodegin commented 6 years ago

Many thanks for the PR!

I am currently working on the multi-account support in my local branch, I will push it very soon. 🙏🏻

irudoy commented 6 years ago

Oh, sounds good! I will wait for it. It would be nice if you push WIP local branches, so everyone else knew what's going on and could take a part 😉 Also, I think, we need the roadmap for project.