get messages that the Telegram bot sent using PHP [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 days ago.
Improve this question
get all messages from the telegram bot; Even the messages that the bot sent.
I tried to use getUpdate Method but it only returns user messages!
This is what is returned:
{"ok":true,"result":[{"update_id":983142196,
"message":{"message_id":1,"from":{"id":912616744,"is_bot":false,"first_name":"\u064e","language_code":"en"},"chat":{"id":912616744,"first_name":"\u064e","type":"private"},"date":1676101988,"text":"/start","entities":[{"offset":0,"length":6,"type":"bot_command"}]}},{"update_id":983142197,
"message":{"message_id":4,"from":{"id":912616744,"is_bot":false,"first_name":"\u064e","language_code":"en"},"chat":{"id":912616744,"first_name":"\u064e","type":"private"},"date":1676105261,"text":"السلام عليكم"}}]}

Related

How do i make API using PHP [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 days ago.
Improve this question
How do I make API using PHP. I know PHP and HTML. but I don't know how to make API Using PHP.
I want make Api using PHP. that can insert and fetch data.

how can i find out that a user is joined to a telegram channel? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
i want when a user is joined to my channel , receive a
notification or a text message from my bot .how can i do that?i cannot find
something in telegram API. best wishes... .
You can't get notification when user joined your channel, but you can use getChatMembersCount to know someone joined.

How to read posts of a telegram channel by PHP and bot? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
How we can read the posts of public telegram channels by PHP and save in database?
Please read Telegram Bots API Documentation. If the bot is admin of the channel it can receive channel_post or edited_channel_post updates (type: Message).

How to monitor oracle DB updates? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to notify website visitors about oracle table updates in current time. How to do this?
Let the database do its work (i.e. hold and manage the data) and have the notification done by the application, that handles the incoming call.

PHP ajax chat without database at backend [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Does anyone know where messages accesses without using database on php-ajax chat?
example can be found on
www.phpfreechat.net/
In files:
By default, you don't need a Mysql
database. The chat uses files to store
messages and nicknames.
Source: http://www.phpfreechat.net/required-config

Categories