You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
970 B

1 year ago
  1. This Folder contains some examples how to use the Telegram Bot API with the Telegram PHP Bot library
  2. **:exclamation: DO NOT USE THE COMMANDS FOLDER**
  3. As the title says, do not include the Commands folder into your config to use it as it is.
  4. Why? This folder contains some files multiple times which is an issue for the bot software, since every file can only exist once!
  5. For example: GenericmessageCommand.php
  6. This file exist in the following folder:
  7. - Conversation
  8. - Group
  9. - Message
  10. - Payments
  11. Having any Command file more than once will cause conflicts between those file, causing only one file to be executed and the others ignored.
  12. Please copy each file and/or folder that you need into the CustomCommans folder.
  13. If you want to create your own Command file, please do it so in the CustomCommands folder as well.
  14. If you need for example the GenericmessageCommand.php from the Conversation and Group folder, you will need to compara and merge those files.