Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
TelegramBot
Commits
95867a6e
Unverified
Commit
95867a6e
authored
Sep 02, 2016
by
Armando Lüscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update InlinequeryCommand SystemCommand with new classes.
parent
3791a65b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
InlinequeryCommand.php
src/Commands/SystemCommands/InlinequeryCommand.php
+3
-2
No files found.
src/Commands/SystemCommands/InlinequeryCommand.php
View file @
95867a6e
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
namespace
Longman\TelegramBot\Commands\SystemCommands
;
namespace
Longman\TelegramBot\Commands\SystemCommands
;
use
Longman\TelegramBot\Commands\SystemCommand
;
use
Longman\TelegramBot\Commands\SystemCommand
;
use
Longman\TelegramBot\Entities\InlineQueryResultArticle
;
use
Longman\TelegramBot\Entities\InlineQuery
\InlineQuery
ResultArticle
;
use
Longman\TelegramBot\Entities\InputTextMessageContent
;
use
Longman\TelegramBot\Entities\Input
MessageContent\Input
TextMessageContent
;
use
Longman\TelegramBot\Request
;
use
Longman\TelegramBot\Request
;
/**
/**
...
@@ -39,6 +39,7 @@ class InlinequeryCommand extends SystemCommand
...
@@ -39,6 +39,7 @@ class InlinequeryCommand extends SystemCommand
* Command execute method
* Command execute method
*
*
* @return mixed
* @return mixed
* @throws \Longman\TelegramBot\Exception\TelegramException
*/
*/
public
function
execute
()
public
function
execute
()
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment