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
Copy file name to clipboardExpand all lines: src/BotApi.php
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2140,6 +2140,24 @@ public function approveChatJoinRequest($chatId, $userId)
2140
2140
]);
2141
2141
}
2142
2142
2143
+
/**
2144
+
* Use this method to decline a chat join request. The bot must be an administrator in the chat for this to work and must have the can_invite_users administrator right. Returns True on success.
2145
+
*
2146
+
* @param integer $chatId Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
* Use this method to edit the name of the 'General' topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have can_manage_topics administrator rights. Returns True on success.
0 commit comments