RFS-ADRENO / zca-js

Unofficial Zalo API for JavaScript
https://zca.tdung.co
MIT License
45 stars 27 forks source link

feat(api): add fetchAccountInfo, soon... #8

Closed JustKemForFun closed 1 week ago

JustKemForFun commented 1 week ago

add new feat(api): fetchAccountInfo, soon...

Usage (maybe): const accountInfo = (await this.fetchAccountInfo()); this.uid = accountInfo.profile?.userId;