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
c9efa152
Commit
c9efa152
authored
Jun 30, 2015
by
LONGMAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bugs
parent
25ec8cf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Telegram.php
src/Telegram.php
+2
-2
.gitkeep
test/.gitkeep
+0
-0
No files found.
src/Telegram.php
View file @
c9efa152
...
...
@@ -16,7 +16,7 @@ ini_set('memory_limit', -1);
date_default_timezone_set
(
'UTC'
);
define
(
'VERSION'
,
'0.0.
1
'
);
define
(
'VERSION'
,
'0.0.
2
'
);
use
Longman\TelegramBot\Entities\Update
;
...
...
@@ -26,7 +26,7 @@ use Longman\TelegramBot\Entities\Update;
* @author Avtandil Kikabidze <akalongman@gmail.com>
* @copyright Avtandil Kikabidze <akalongman@gmail.com>
* @license http://opensource.org/licenses/mit-license.php The MIT License (MIT)
* @link http://www.github.com/akalongman/telegram-
api
* @link http://www.github.com/akalongman/telegram-
bot
*/
class
Telegram
{
...
...
test/.gitkeep
0 → 100644
View file @
c9efa152
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