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.
LIERLIER 197a7949bd base 1 year ago
..
Config base 1 year ago
Conversation base 1 year ago
Group base 1 year ago
InlineMode base 1 year ago
Keyboard base 1 year ago
Message base 1 year ago
Other base 1 year ago
Payments base 1 year ago
ServiceMessages base 1 year ago
GenericCommand.php base 1 year ago
README.MD base 1 year ago
StartCommand.php base 1 year ago

README.MD

This Folder contains some examples how to use the Telegram Bot API with the Telegram PHP Bot library

DO NOT USE THE COMMANDS FOLDER

As the title says, do not include the Commands folder into your config to use it as it is.

Why? This folder contains some files multiple times which is an issue for the bot software, since every file can only exist once!

For example: GenericmessageCommand.php This file exist in the following folder:

  • Conversation
  • Group
  • Message
  • Payments

Having any Command file more than once will cause conflicts between those file, causing only one file to be executed and the others ignored.

Please copy each file and/or folder that you need into the CustomCommans folder.

If you want to create your own Command file, please do it so in the CustomCommands folder as well.

If you need for example the GenericmessageCommand.php from the Conversation and Group folder, you will need to compara and merge those files.