How to create a telegram bot using PHP Telegram Bot library

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 11

  • @KulikovSerhii
    @KulikovSerhii 5 месяцев назад

    Longman TelegramBot ?

  • @aiktinuvei8715
    @aiktinuvei8715 3 года назад

    i am having problems with education
    while true; do php getUpdatesCLI.php; done
    the VSC terminal gives me this error
    In row: 1 car: 6
    + while true; do php getUpdatesCLI.php; done
    + ~
    Missing opening '(' after keyword 'while'.
    In row: 1 car: 15
    + while true; do php getUpdatesCLI.php; done
    + ~
    Body of instruction missing in the do loop.
    + CategoryInfo: ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId: MissingOpenParenthesisAfterKeyword
    how can i loop getUpdatesCLI.php file?

  • @Lwx7832
    @Lwx7832 3 года назад

    What should a Webhook do? Can I get rid of MySQL?

    • @Lwx7832
      @Lwx7832 3 года назад

      Can you do a tutorial on setting up a webhook if you can

  • @modipratik53
    @modipratik53 3 года назад +1

    I want to ask one question.
    I have created a bot, now there are many users in the bot like 500-600, now I want the details of their username, Twitter I'd, etc. in a excel or pdf, so that it is easy for me to look into it.
    My question is how to get details about the users with such full information in excel? Becoz while scrolling I miss out certain individuals.
    Please reply and help me.
    Thanks in advance. If u can make a video on it, it would be helpful for me

    • @krivart
      @krivart  3 года назад

      You will have to use a library for that, like PhpSpreadsheet
      phpspreadsheet.readthedocs.io/

    • @Redmix-vc1xz
      @Redmix-vc1xz 3 года назад

      @@krivart Here is the php code Please

  • @thefreshweb
    @thefreshweb 3 года назад

    🖤❤️

  • @dokterhewan8656
    @dokterhewan8656 3 года назад

    can i get other bot message from my bot use these code ?

    • @krivart
      @krivart  3 года назад

      No. That is not possible

  • @naz-art8839
    @naz-art8839 3 года назад

    thanks