Commit 5d877029 authored by Armando Lüscher's avatar Armando Lüscher

Ad basic class DocBlocks.

parent 8ac91bbd
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* Channel chat created command
*/
class ChannelchatcreatedCommand extends Command class ChannelchatcreatedCommand extends Command
{ {
/** /**
......
...@@ -16,6 +16,9 @@ use Longman\TelegramBot\Entities\InlineQueryResultArticle; ...@@ -16,6 +16,9 @@ use Longman\TelegramBot\Entities\InlineQueryResultArticle;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* Chosen inline result command
*/
class ChoseninlineresultCommand extends Command class ChoseninlineresultCommand extends Command
{ {
/** /**
......
...@@ -15,6 +15,9 @@ use Longman\TelegramBot\Entities\Update; ...@@ -15,6 +15,9 @@ use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Exception\TelegramException; use Longman\TelegramBot\Exception\TelegramException;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* User "/date" command
*/
class DateCommand extends Command class DateCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* Delete chat photo command
*/
class DeletechatphotoCommand extends Command class DeletechatphotoCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* User "/echo" command
*/
class EchoCommand extends Command class EchoCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* Generic command
*/
class GenericCommand extends Command class GenericCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* Generic message command
*/
class GenericmessageCommand extends Command class GenericmessageCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* Group chat created command
*/
class GroupchatcreatedCommand extends Command class GroupchatcreatedCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* User "/help" command
*/
class HelpCommand extends Command class HelpCommand extends Command
{ {
/** /**
......
...@@ -16,6 +16,9 @@ use Longman\TelegramBot\Entities\InlineQueryResultArticle; ...@@ -16,6 +16,9 @@ use Longman\TelegramBot\Entities\InlineQueryResultArticle;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* Inline query command
*/
class InlinequeryCommand extends Command class InlinequeryCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* Left chat participant command
*/
class LeftchatparticipantCommand extends Command class LeftchatparticipantCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* New chat participant command
*/
class NewchatparticipantCommand extends Command class NewchatparticipantCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* New chat title command
*/
class NewchattitleCommand extends Command class NewchattitleCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* User "/slap" command
*/
class SlapCommand extends Command class SlapCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* Start command
*/
class StartCommand extends Command class StartCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* Super group chat created command
*/
class SupergroupchatcreatedCommand extends Command class SupergroupchatcreatedCommand extends Command
{ {
/** /**
......
...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command; ...@@ -14,6 +14,9 @@ use Longman\TelegramBot\Command;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* User "/weather" command
*/
class WeatherCommand extends Command class WeatherCommand extends Command
{ {
/** /**
......
...@@ -17,6 +17,9 @@ use Longman\TelegramBot\Entities\File; ...@@ -17,6 +17,9 @@ use Longman\TelegramBot\Entities\File;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
use Longman\TelegramBot\Request; use Longman\TelegramBot\Request;
/**
* User "/whoami" command
*/
class WhoamiCommand extends Command class WhoamiCommand extends Command
{ {
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment