A
A
ambal2452020-12-11 08:38:24
PHP
ambal245, 2020-12-11 08:38:24

How to send a message personally to the administrator of a Telegram channel from a bot?

The bot is in a channel with admin rights. How to send a message personally to the administrator of a Telegram channel from a bot?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
robprane, 2020-12-11
@robprane

Use the getChatAdministrators method to get a list of admins and then send messages to them.

Y
Yevgeniy Kisselyov, 2016-12-22
@staffID

List in the query the fields needed for selecting the fields from the tables and add AS
aliases for the ID fields, for example

SELECT
                t1.ID AS ID1, t1.html ..........
                t2.ID AS ID2, t2.page_id
            FROM `page` AS `t1`
            LEFT JOIN `page-setting` AS `t2` ON t1.`ID` = t2.`page_id`
            ORDER BY t1.`ID` ASC;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question