Difference between revisions of "PHP/Available Actions"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:SmartBots PHP API}} == Available Actions == If you're familiar with Object-Orientated PHP, you've most likely already worked this out, however you can actually...")
 
Line 2: Line 2:
 
== Available Actions ==
 
== Available Actions ==
  
If you're familiar with Object-Orientated PHP, you've most likely already worked this out, however you can actually have multiple bots interacting with each other at once, in one single script! The below code demonstrates how two bots will IM each other, and then echo their responses to the screen!
+
This section shows all of the available actions which you can use with this API. Currently, all API actions available from SmartBots can be used with this API.
 +
 
 +
indicates a required parameter, the command will not work if this parameter is left empty.
  
  

Revision as of 10:50, 20 August 2016

Available Actions

This section shows all of the available actions which you can use with this API. Currently, all API actions available from SmartBots can be used with this API.

indicates a required parameter, the command will not work if this parameter is left empty.


Prev Section (Performing Actions)