luckydonald / pytg

Python package that wraps around Telegram messenger CLI. Send and receive messages, and more.
MIT License
369 stars 76 forks source link

is it possible to send bold text using this API? #87

Open tomerb15 opened 8 years ago

tomerb15 commented 8 years ago

I'm trying to have text formatting with no success and i know that there is an inline bot called @bold which allows you to transform and text to italic, bold etc...

However, it doesn't work on Non-English chars such as Hebrew letters, and i don't really know how to use it through this API.

Any help will be great.

luckydonald commented 8 years ago

As far as I know normal user accounts can't send bold text, only bot accounts can do that.

tomerb15 commented 8 years ago

@luckydonald Is it possible to use inline bots such as @bold bot with this API?

luckydonald commented 8 years ago

Not that I am aware of. The last version (https://github.com/vysheng/tg/commit/6547c0b21b977b327b3c5e8142963f4bc246187a) is 23th Mar 2016, just having basic super group support.

magicxor commented 7 years ago

@luckydonald you can successfully send markdown from http://web.telegram.org/ or Android client.

luckydonald commented 7 years ago

Yes.