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
12e0c846
Unverified
Commit
12e0c846
authored
Dec 20, 2018
by
Armando Lüscher
Committed by
GitHub
Dec 20, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into bot_api_4.0_passport
parents
32afb850
f76bee44
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
.travis.yml
.travis.yml
+1
-0
composer.lock
composer.lock
+1
-1
Game.php
src/Entities/Games/Game.php
+4
-2
GameHighScore.php
src/Entities/Games/GameHighScore.php
+1
-0
No files found.
.travis.yml
View file @
12e0c846
...
...
@@ -15,6 +15,7 @@ php:
-
7.0
-
7.1
-
7.2
-
7.3
-
nightly
-
hhvm
...
...
composer.lock
View file @
12e0c846
...
...
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "
5de2cba6be3a7bf64809f63e550c0e29
",
"content-hash": "
b480d20ffb4afc92ada1cf9b85d77e83
",
"packages": [
{
"name": "guzzlehttp/guzzle",
...
...
src/Entities/Games/Game.php
View file @
12e0c846
...
...
@@ -10,8 +10,10 @@
namespace
Longman\TelegramBot\Entities\Games
;
use
Longman\TelegramBot\Entities\Animation
;
use
Longman\TelegramBot\Entities\Entity
;
use
Longman\TelegramBot\Entities\MessageEntity
;
use
Longman\TelegramBot\Entities\PhotoSize
;
/**
* Class Game
...
...
@@ -45,7 +47,7 @@ class Game extends Entity
* This method overrides the default getPhoto method
* and returns a nice array of PhotoSize objects.
*
* @return null|PhotoSize[]
* @return null|
\Longman\TelegramBot\Entities\
PhotoSize[]
*/
public
function
getPhoto
()
{
...
...
@@ -60,7 +62,7 @@ class Game extends Entity
* This method overrides the default getTextEntities method
* and returns a nice array of MessageEntity objects.
*
* @return null|MessageEntity[]
* @return null|
\Longman\TelegramBot\Entities\
MessageEntity[]
*/
public
function
getTextEntities
()
{
...
...
src/Entities/Games/GameHighScore.php
View file @
12e0c846
...
...
@@ -11,6 +11,7 @@
namespace
Longman\TelegramBot\Entities\Games
;
use
Longman\TelegramBot\Entities\Entity
;
use
Longman\TelegramBot\Entities\User
;
/**
* Class GameHighScore
...
...
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