get telegram user id and forward data to web app - telegram

i starting creating new function from telegram web app. I trying create web app shop, about to create web app interaction it success. but how to forward data from telegram to web app?
example: a buyer click my product in my telegram bot and add to cart, so when that buyer click web app to modified product and shipping address, how can this bot forward that current cart data also telegram id to my web app server? trying find this documentation in telegram documentation bot api but not found maybe i missed it.

Related

Stripe firebase extension

I have a expo android app and react web app. Both the app uses phone authentication from firebase. When creating a new user, stripe extension creates a new user in stripe simultaneously. The issue is my customer logs primarily in android app and not in web app. Now I need to create a subscription for new user with a trial period. After the trail period I can ask my customer to pay the subscription from web app. How can I create new subscription with trial period from firebase function when a new user is created? Or is it possible to create subscription automatically for all new users with a particular subscription product and trial period without payment information?
Here is how to create Subscription with trial period. No payment method is required for the customer, but until the trail ends you will need to collect their payment info. Stripe has a Doc explains this scenario.

Send message to Telegram contact or list of contacts using API

I have a Telegram account and Now I wants to import list of contacts into my Account using Telegram API.
Is This possible to send Message to my imported contacts using Telegram API, just like normal user can send message to other user in his contacts list?
I tried Telegram bots but Telegram bot can't send message to other users, unless they started any chat with Bot. So this is not that useful.
You can act as a normal user by using the Telegram MTProto API. There are many libraries that interact with that, like Python telethon or PHP MadelineProto.

Why is my Oracle Bot only visible to my account?

I have setup a Skill bot on Oracle Cloud and configured the Facebook app to the Messenger channel on Oracle. Now, I can chat with the bot but only through my account. Trying to access the page on a different account brings a normal page and worse, isn't available when I log out.
I figured it out. It was something with the app's user roles.

How to integrate endpoints with Instagram Graph API?

I want to set up a webhook using the Instagram Graph API. I've made my application in Spring ready. My application successfully validates requests in Verification Requests. After that I subscribed to mention objects in the App dashboard.
I have created two Instagram accounts for testing, one Instagram business account and the other representing people who following the first account. My test scenario uses the second account to send dummy posts that also mention the first account. I expect my application to receive a notification but after some testing, nothing happens.
How to integrate my Spring application with the Instagram Graph API application. Thank you.

How to implement Firebase Invites in my Android application?

I want to implement the Firebase Invite Feature, where a user can send a link which is unique to his/her friends and whenever the other receiver installs the app using this link my application recognize it and act accordingly.
Now I have searched quite a while about Firebase invite and I came to know that you can send the link only via email and android messages. However, I want the user to send via any other social networking app.
What approach should be followed while implementing this?
Firebase Invites is a UI layer to send dynamic links to other users through email. If you want to send the links with another service, you can create them directly using Firebase Dynamic Links.

Resources