Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get bio? #396

Closed
saeedhei opened this issue Aug 8, 2017 · 7 comments
Closed

How to get bio? #396

saeedhei opened this issue Aug 8, 2017 · 7 comments
Labels

Comments

@saeedhei
Copy link
Contributor

saeedhei commented Aug 8, 2017

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

@0leg53
Copy link

0leg53 commented Aug 9, 2017

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

Next you can call properties of msg and send them

@saeedhei
Copy link
Contributor Author

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

@0leg53
Copy link

0leg53 commented Aug 11, 2017

What bio info you need?

@saeedhei
Copy link
Contributor Author

I mean this bot got my bio, how?

20170811_162047

@GochoMugo
Copy link
Collaborator

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.

@saeedhei
Copy link
Contributor Author

Yep, He Said:

Some html scraping magic

.
Maybe he did parsing html!

@neneone
Copy link

neneone commented Oct 4, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants