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
25ec8cf3
Commit
25ec8cf3
authored
Jun 30, 2015
by
LONGMAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix namespace bug
parent
80c5981c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
Chat.php
src/Entities/Chat.php
+2
-2
Message.php
src/Entities/Message.php
+2
-2
Update.php
src/Entities/Update.php
+2
-2
User.php
src/Entities/User.php
+2
-2
No files found.
src/Entities/Chat.php
View file @
25ec8cf3
<?php
<?php
/*
/*
* This file is part of the Telegram
Api
package.
* This file is part of the Telegram
Bot
package.
*
*
* (c) Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
* (c) Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
*
*
* For the full copyright and license information, please view the LICENSE
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
* file that was distributed with this source code.
*/
*/
namespace
Longman\Telegram
Api
\Entities
;
namespace
Longman\Telegram
Bot
\Entities
;
class
Chat
class
Chat
...
...
src/Entities/Message.php
View file @
25ec8cf3
<?php
<?php
/*
/*
* This file is part of the Telegram
Api
package.
* This file is part of the Telegram
Bot
package.
*
*
* (c) Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
* (c) Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
*
*
* For the full copyright and license information, please view the LICENSE
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
* file that was distributed with this source code.
*/
*/
namespace
Longman\Telegram
Api
\Entities
;
namespace
Longman\Telegram
Bot
\Entities
;
...
...
src/Entities/Update.php
View file @
25ec8cf3
<?php
<?php
/*
/*
* This file is part of the Telegram
Api
package.
* This file is part of the Telegram
Bot
package.
*
*
* (c) Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
* (c) Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
*
*
* For the full copyright and license information, please view the LICENSE
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
* file that was distributed with this source code.
*/
*/
namespace
Longman\Telegram
Api
\Entities
;
namespace
Longman\Telegram
Bot
\Entities
;
...
...
src/Entities/User.php
View file @
25ec8cf3
<?php
<?php
/*
/*
* This file is part of the Telegram
Api
package.
* This file is part of the Telegram
Bot
package.
*
*
* (c) Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
* (c) Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
*
*
* For the full copyright and license information, please view the LICENSE
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
* file that was distributed with this source code.
*/
*/
namespace
Longman\Telegram
Api
\Entities
;
namespace
Longman\Telegram
Bot
\Entities
;
class
User
class
User
...
...
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