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
2c8dd083
Commit
2c8dd083
authored
Apr 06, 2017
by
Jack'lul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert versions on these back to 1.0.0 as they do nothing now
parent
2bd97b5f
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
16 additions
and
16 deletions
+16
-16
CallbackqueryCommand.php
src/Commands/SystemCommands/CallbackqueryCommand.php
+1
-1
ChannelchatcreatedCommand.php
src/Commands/SystemCommands/ChannelchatcreatedCommand.php
+1
-1
ChoseninlineresultCommand.php
src/Commands/SystemCommands/ChoseninlineresultCommand.php
+1
-1
DeletechatphotoCommand.php
src/Commands/SystemCommands/DeletechatphotoCommand.php
+1
-1
EditedmessageCommand.php
src/Commands/SystemCommands/EditedmessageCommand.php
+1
-1
GenericCommand.php
src/Commands/SystemCommands/GenericCommand.php
+1
-1
GroupchatcreatedCommand.php
src/Commands/SystemCommands/GroupchatcreatedCommand.php
+1
-1
InlinequeryCommand.php
src/Commands/SystemCommands/InlinequeryCommand.php
+1
-1
LeftchatmemberCommand.php
src/Commands/SystemCommands/LeftchatmemberCommand.php
+1
-1
MigratefromchatidCommand.php
src/Commands/SystemCommands/MigratefromchatidCommand.php
+1
-1
MigratetochatidCommand.php
src/Commands/SystemCommands/MigratetochatidCommand.php
+1
-1
NewchatmemberCommand.php
src/Commands/SystemCommands/NewchatmemberCommand.php
+1
-1
NewchatphotoCommand.php
src/Commands/SystemCommands/NewchatphotoCommand.php
+1
-1
NewchattitleCommand.php
src/Commands/SystemCommands/NewchattitleCommand.php
+1
-1
StartCommand.php
src/Commands/SystemCommands/StartCommand.php
+1
-1
SupergroupchatcreatedCommand.php
src/Commands/SystemCommands/SupergroupchatcreatedCommand.php
+1
-1
No files found.
src/Commands/SystemCommands/CallbackqueryCommand.php
View file @
2c8dd083
...
@@ -31,7 +31,7 @@ class CallbackqueryCommand extends SystemCommand
...
@@ -31,7 +31,7 @@ class CallbackqueryCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/ChannelchatcreatedCommand.php
View file @
2c8dd083
...
@@ -30,7 +30,7 @@ class ChannelchatcreatedCommand extends SystemCommand
...
@@ -30,7 +30,7 @@ class ChannelchatcreatedCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/ChoseninlineresultCommand.php
View file @
2c8dd083
...
@@ -30,7 +30,7 @@ class ChoseninlineresultCommand extends SystemCommand
...
@@ -30,7 +30,7 @@ class ChoseninlineresultCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/DeletechatphotoCommand.php
View file @
2c8dd083
...
@@ -30,7 +30,7 @@ class DeletechatphotoCommand extends SystemCommand
...
@@ -30,7 +30,7 @@ class DeletechatphotoCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/EditedmessageCommand.php
View file @
2c8dd083
...
@@ -30,7 +30,7 @@ class EditedmessageCommand extends SystemCommand
...
@@ -30,7 +30,7 @@ class EditedmessageCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/GenericCommand.php
View file @
2c8dd083
...
@@ -31,7 +31,7 @@ class GenericCommand extends SystemCommand
...
@@ -31,7 +31,7 @@ class GenericCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/GroupchatcreatedCommand.php
View file @
2c8dd083
...
@@ -30,7 +30,7 @@ class GroupchatcreatedCommand extends SystemCommand
...
@@ -30,7 +30,7 @@ class GroupchatcreatedCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/InlinequeryCommand.php
View file @
2c8dd083
...
@@ -33,7 +33,7 @@ class InlinequeryCommand extends SystemCommand
...
@@ -33,7 +33,7 @@ class InlinequeryCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/LeftchatmemberCommand.php
View file @
2c8dd083
...
@@ -30,7 +30,7 @@ class LeftchatmemberCommand extends SystemCommand
...
@@ -30,7 +30,7 @@ class LeftchatmemberCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/MigratefromchatidCommand.php
View file @
2c8dd083
...
@@ -30,7 +30,7 @@ class MigratefromchatidCommand extends SystemCommand
...
@@ -30,7 +30,7 @@ class MigratefromchatidCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/MigratetochatidCommand.php
View file @
2c8dd083
...
@@ -30,7 +30,7 @@ class MigratetochatidCommand extends SystemCommand
...
@@ -30,7 +30,7 @@ class MigratetochatidCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/NewchatmemberCommand.php
View file @
2c8dd083
...
@@ -31,7 +31,7 @@ class NewchatmemberCommand extends SystemCommand
...
@@ -31,7 +31,7 @@ class NewchatmemberCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/NewchatphotoCommand.php
View file @
2c8dd083
...
@@ -30,7 +30,7 @@ class NewchatphotoCommand extends SystemCommand
...
@@ -30,7 +30,7 @@ class NewchatphotoCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/NewchattitleCommand.php
View file @
2c8dd083
...
@@ -30,7 +30,7 @@ class NewchattitleCommand extends SystemCommand
...
@@ -30,7 +30,7 @@ class NewchattitleCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/StartCommand.php
View file @
2c8dd083
...
@@ -36,7 +36,7 @@ class StartCommand extends SystemCommand
...
@@ -36,7 +36,7 @@ class StartCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
src/Commands/SystemCommands/SupergroupchatcreatedCommand.php
View file @
2c8dd083
...
@@ -30,7 +30,7 @@ class SupergroupchatcreatedCommand extends SystemCommand
...
@@ -30,7 +30,7 @@ class SupergroupchatcreatedCommand extends SystemCommand
/**
/**
* @var string
* @var string
*/
*/
protected
$version
=
'1.
1
.0'
;
protected
$version
=
'1.
0
.0'
;
/**
/**
* Command execute method
* Command execute method
...
...
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