[FREE] TelegramTools : Tools To Work With Telegram

What does LoginWithOTP do?

4 Likes

I guess it authenticates a user to use the features

3 Likes

Amazing expansion :wink::+1:

3 Likes

LoginWithOTP is a block for authenticating an user when the user is logging / signing-up
in the Telegram app for the first time. The user can login into the Telegram app directly without entering any OTP with the help of this block.

Not really. All the blocks work fine & perfectly even if the LoginWithOTP block is not used

1 Like

So your extension just uses intents?

5 Likes

Yes and no at the same time

3 Likes

Add audio calling system between two user without open app

3 Likes

Wow, you are extraordinary @Nisarga_Adhikary :star_struck:

4 Likes

Could you show some examples with this extension because it turns out to me that I made some mistakes and I probably do not fully understand it :blush::roll_eyes::smirk:

4 Likes

Hai, i wanna ask, is this extension can send text to a bot. and catch the reply from the bot?

i think for that you need a separate extension - https://community.kodular.io/t/free-telegram-bot-api-extension/95706

Which block we can use?

It's pretty easy to do it without an extension:

https://api.telegram.org/bot<BOT_TOKEN>/sendMessage?chat_id=<YOU'RE_GROUP>&text=<MESSAGE>

Just do a request using the web component.

You can find other methods using Telegram API Guide.

2 Likes

oh can it?can you give me the screenshot sample for send text and receive the reply?

I don't think that is yet possible with this extension

That is nice but the MIT appybuilder is not working for me for Android.

appybuilder? or appinventor?

1 Like

@B_C appybuilder has shutted down a long time ago, this is MIT APPINVENTOR (Sorry for caps)

2 Likes

Awesome extension but :sweat_smile: I can't understand what is the difference between component_method and

I think the first step to creating a telegram bot with PHP is to know to this programming language
and then after creating your telegram bot with Botfather, you have to know how to send requests to telegram bot API with PHP There are a lot of libraries that can help you in this progress and this site: eshloon helped me to know to use telegram better .

1 Like