Skip to content

Commit

Permalink
Merge pull request #98 from Eleirbag89/analysis-zYM55o
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Eleirbag89 committed Jul 20, 2017
2 parents cb31ee3 + bdddf0f commit d05de06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Telegram.php
Original file line number Diff line number Diff line change
Expand Up @@ -2224,7 +2224,7 @@ public function deleteChatPhoto(array $content)
{
return $this->endpoint('deleteChatPhoto', $content);
}

// Set Chat Title

/**
Expand Down Expand Up @@ -2260,7 +2260,7 @@ public function setChatTitle(array $content)
// Set Chat Description

/**
* Use this method to change the description of a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns True on success.
* Use this method to change the description of a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns True on success.
* <table>
* <tr>
* <td><strong>Parameters</strong></td>
Expand Down Expand Up @@ -2292,7 +2292,7 @@ public function setChatDescription(array $content)
// Pin Chat Message

/**
* Use this method to pin a message in a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns True on success.
* Use this method to pin a message in a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns True on success.
* <table>
* <tr>
* <td><strong>Parameters</strong></td>
Expand Down Expand Up @@ -2326,11 +2326,11 @@ public function pinChatMessage(array $content)
{
return $this->endpoint('pinChatMessage', $content);
}

// Unpin Chat Message

/**
* Use this method to unpin a message in a supergroup chat. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns True on success.
* Use this method to unpin a message in a supergroup chat. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns True on success.
* <table>
* <tr>
* <td><strong>Parameters</strong></td>
Expand All @@ -2352,7 +2352,7 @@ public function unpinChatMessage(array $content)
{
return $this->endpoint('unpinChatMessage', $content);
}

/// Delete a message

/**
Expand Down

0 comments on commit d05de06

Please sign in to comment.