Send Message to a Telegram Channel using bot and PHP [Send message to telegram channel from website]

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 76

  • @AjithJojo118
    @AjithJojo118  3 роки тому +4

    codeconia.com/2021/05/07/send-message-to-a-telegram-channel-using-php/

  • @HARSHASAIVANAMAVENKATA
    @HARSHASAIVANAMAVENKATA 2 роки тому +1

    Bhayya You are the best bhayya.... I just subscribed to your channel bro

  • @rodrik5000
    @rodrik5000 2 роки тому +2

    Hi, very good explained video. (I liked also by click)
    I have error message as below:
    {"ok":false,"error_code":400,"description":"Bad Request: chat not found"}
    I followed you step by step. Where I did wrong? The channel name NetFleet (Private Channel) , Thank you

  • @eArminCom
    @eArminCom 10 місяців тому

    Thanks, How to create an auto forwarder Telegram bot, to forward a message (text+image) it receives to multiple channels or groups? Either using Python, PHP, or 3rd party tools. Thanks.

  • @kolarov72
    @kolarov72 3 роки тому +2

    Thanks you...bro...good explanation...easy to understand...ur the best.

  • @Shah_Abutalha
    @Shah_Abutalha 2 роки тому +2

    How to send Message in more than one channels from bot ?

  • @aumsrini
    @aumsrini 3 роки тому +2

    Thanks Bro Great and Simple Tutorial,Keep good

  • @canztrades3449
    @canztrades3449 Рік тому

    nice video mate. how can one add html code to the message to format it properly?

  • @aigooner406
    @aigooner406 2 роки тому +1

    Awesome job, my friend !!! Thank you very much!!! Great !!!

  • @المنوعاتوالترفيه-م2ق

    Thank you from algeria

  • @supamaxwellforex
    @supamaxwellforex Рік тому

    Can it send multiple fields ?

  • @tahirhafeez6156
    @tahirhafeez6156 Рік тому

    amazing bro really helped and explained

  • @inspiringminds5268
    @inspiringminds5268 2 роки тому

    bhai ek baat pta krni thi..jaise hm apne telegram channel se kisi group main kaise msg krein... kisi ka prsnl reply nhi chahiye to kis trh hm hme tele account ki bjay apne channel se kisi group main msg krein

  • @Vamshi2754
    @Vamshi2754 9 місяців тому

    Hello brother, I want to generate random color and send it to telegram channel 24/7,how this will be possible.Do I need to run program 24/8.???

  • @aigooner406
    @aigooner406 2 роки тому +1

    Thank you my friend! That's awesome !!! Спасибо друг

  • @kiranskulkarni152
    @kiranskulkarni152 3 роки тому +1

    The best tutor.

  • @divyajoseph1760
    @divyajoseph1760 3 роки тому +1

    Useful..thanks bro

  • @jilu9183
    @jilu9183 2 роки тому +1

    🥺Thanku so much

  • @mxtechblog
    @mxtechblog 7 місяців тому

    I want every post i publish on my script website to be published on my telegram channel. How do i do that please

  • @gamerracoon6511
    @gamerracoon6511 3 роки тому

    Plz help me, I made also chat Id and api token with post but it doesn't working, plz is there any ways to make it

  • @pugazhenthir150
    @pugazhenthir150 2 роки тому

    Super explanation, could you please post video for send video on telegram using php api?

  • @mohamedazheen1867
    @mohamedazheen1867 3 роки тому

    Hey bro you are so amazing.. I need help
    Please do a tutorial on how to make a bot that will forward anything that anybody send to the bot to the owner

  • @mpriyaah
    @mpriyaah 3 роки тому

    How to send message to individual users using their telegram id or phone number?

  • @pashok1641
    @pashok1641 2 роки тому

    what do I do if I want to send 2 messages from a string

  • @ghifji3295
    @ghifji3295 2 роки тому

    Hello bro i have js file to sending message telegram from login form but i don't know how to edit it can please you help me please reply 😭😭

  • @dimaiofranco1241
    @dimaiofranco1241 2 роки тому +1

    good boy thnx

  • @adx69
    @adx69 Рік тому

    Keep it up bro 💪

  • @turkankaya4117
    @turkankaya4117 3 роки тому

    When I type the username instead of the channel name, it gives 404 dreams. I guess you need a different method for the username. Can you make a video for the username too?

  • @jerinjoseph394
    @jerinjoseph394 3 роки тому +2

    Now that's what i wanted ⚡

    • @AjithJojo118
      @AjithJojo118  3 роки тому +1

      cool

    • @kpsharma2148
      @kpsharma2148 3 роки тому

      @@AjithJojo118 It Can Send It 2 Groups / Channels at Same Time ?

    • @AjithJojo118
      @AjithJojo118  3 роки тому +1

      yes possible

    • @kpsharma2148
      @kpsharma2148 3 роки тому

      @@AjithJojo118 How Sir What Have To Put On Chat ID ?

    • @AjithJojo118
      @AjithJojo118  3 роки тому +1

      @@kpsharma2148 make the same bot as admin in the 2 channels .. and get the chat id individually and copy paste the code once again and change the chat id and it will work

  • @kcconsigo7429
    @kcconsigo7429 3 роки тому +2

    Cool friend 🙂🤙

  • @zimam5402
    @zimam5402 3 роки тому

    Bro, how to send media with telegram bot in php?

  • @hilwanhadi1260
    @hilwanhadi1260 3 роки тому

    Please create tutor How to send from phone number to telegram chanel

  • @sureshn6718
    @sureshn6718 3 роки тому

    how to send two or more input fields information to telegram..

    • @AjithJojo118
      @AjithJojo118  3 роки тому +1

      just complain them into a single variable bro ..
      $a = $_POST['first];
      $b = $_POST['lastline];
      $msgtosend = $a . $b;

    • @sureshn6718
      @sureshn6718 3 роки тому

      @@AjithJojo118 is it possible to send data to individual telegram number

    • @AjithJojo118
      @AjithJojo118  3 роки тому

      that actually possible but using another code

    • @sureshn6718
      @sureshn6718 3 роки тому

      Please can u share that one for me

    • @sureshn6718
      @sureshn6718 3 роки тому

      @@AjithJojo118 input as Phone number... After submission we need to send msg or data to telegram

  • @jxhom
    @jxhom 2 роки тому

    Some kids watching this video and making bots to spam on telegram channel
    Because i am facing this on my telegram channel

    • @AjithJojo118
      @AjithJojo118  2 роки тому

      but people can only send msg if u are authorised

  • @weavekpanko148
    @weavekpanko148 8 місяців тому

    This does not work for me chief

  • @vivekji8154
    @vivekji8154 3 роки тому

    Bro how to send msg using string session

  • @killthesystem6013
    @killthesystem6013 3 роки тому +1

    Bruhh please teach telegram php bot course on channel..... Please

  • @mianmwaqas4429
    @mianmwaqas4429 3 роки тому

    very nice

  • @ManinderSingh-st7ez
    @ManinderSingh-st7ez 3 роки тому

    hello bro where i can create a channel in telegram

    • @AjithJojo118
      @AjithJojo118  3 роки тому

      u have to login telegram from ur phone bro .. i show that in the video

  • @luisitorc
    @luisitorc 3 роки тому

    Excelente, gracias

  • @nssn8866
    @nssn8866 2 роки тому

    {"ok":false,"error_code":404,"description":"Not Found"}

  • @FilipeSilvagtr
    @FilipeSilvagtr 3 роки тому

    shoowwwww muito obrigado

  • @brijkumarbkb
    @brijkumarbkb 2 роки тому

    Kuchh bhi samajh mein nahin aaya

  • @Hx4X0R
    @Hx4X0R 3 роки тому

    FUNKA