You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2260,7 +2260,7 @@ public function setChatTitle(array $content)
2260
2260
// Set Chat Description
2261
2261
2262
2262
/**
2263
-
* 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.
2263
+
* 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.
2264
2264
* <table>
2265
2265
* <tr>
2266
2266
* <td><strong>Parameters</strong></td>
@@ -2292,7 +2292,7 @@ public function setChatDescription(array $content)
2292
2292
// Pin Chat Message
2293
2293
2294
2294
/**
2295
-
* 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.
2295
+
* 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.
2296
2296
* <table>
2297
2297
* <tr>
2298
2298
* <td><strong>Parameters</strong></td>
@@ -2326,11 +2326,11 @@ public function pinChatMessage(array $content)
* 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.
2333
+
* 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.
2334
2334
* <table>
2335
2335
* <tr>
2336
2336
* <td><strong>Parameters</strong></td>
@@ -2352,7 +2352,7 @@ public function unpinChatMessage(array $content)
0 commit comments