Skip to content

Commit b253ad8

Browse files
committed
Fix kickChatMember doc
1 parent a367f73 commit b253ad8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Telegram.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,6 @@ public function getFile($file_id)
867867
* Use this method to kick a user from a group or a supergroup. In the case of supergroups, the user will not be able to return to the group on their own using invite links, etc., unless <a href="https://core.telegram.org/bots/api#unbanchatmember">unbanned</a> first. The bot must be an administrator in the group for this to work. Returns <em>True</em> on success.<br>
868868
* Note: This will method only work if the ‘All Members Are Admins’ setting is off in the target group. Otherwise members may only be removed by the group&#39;s creator or by the member that added them.<br/>Values inside $content:<br/>
869869
* <table>
870-
* <tbody>
871870
* <tr>
872871
* <td><strong>Parameters</strong></td>
873872
* <td><strong>Type</strong></td>
@@ -878,7 +877,7 @@ public function getFile($file_id)
878877
* <td>chat_id</td>
879878
* <td>Integer or String</td>
880879
* <td>Yes</td>
881-
* <td>Unique identifier for the target group or username of the target supergroup (in the format <code>@supergroupusername</code>)</td>
880+
* <td>Unique identifier for the target group or username of the target supergroup (in the format \c @supergroupusername)</td>
882881
* </tr>
883882
* <tr>
884883
* <td>user_id</td>

0 commit comments

Comments
 (0)