Node-telegram-bot-api: How to get bio?

Created on 8 Aug 2017  路  7Comments  路  Source: yagop/node-telegram-bot-api

How Can I Get Bio?
msg.from.bio
Same as This Bot:(https://telegram.me/getidsbot)

question

All 7 comments

bot.onText(/\/bio/, (msg) => {
 console.log(msg)
});

Next you can call properties of msg and send them

I couldn't find anything about bio. Can you make a Screen shot?

What bio info you need?

I mean this bot got my bio, how?

20170811_162047

I do not think the bot is using the official Telegram Bot API to retrieve that information. Could you ping the bot creators? They could divulge that info for us.

Yep, He Said:

Some html scraping magic

.
Maybe he did parsing html!

If you want to get the bio of an user you should use http://github.com/danog/MadelineProto

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lenny76 picture lenny76  路  3Comments

kenanchristian picture kenanchristian  路  4Comments

Rezania815 picture Rezania815  路  3Comments

FerX picture FerX  路  4Comments

Lemmmy picture Lemmmy  路  3Comments