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/Namespace/Account.php
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,9 +76,10 @@ public function resetNotifySettings(?int $floodWaitLimit = null, ?string $queueI
76
76
* @param ?int $floodWaitLimit Can be used to specify a custom flood wait limit: if a FLOOD_WAIT_ rate limiting error is received with a waiting period bigger than this integer, an RPCErrorException will be thrown; otherwise, MadelineProto will simply wait for the specified amount of time. Defaults to the value specified in the settings: https://docs.madelineproto.xyz/PHP/danog/MadelineProto/Settings/RPC.html#setfloodtimeout-int-floodtimeout-self
77
77
* @param ?string $queueId If specified, ensures strict server-side execution order of concurrent calls with the same queue ID.
@@ -745,9 +746,10 @@ public function getGlobalPrivacySettings(?int $floodWaitLimit = null, ?string $q
745
746
* @param ?int $floodWaitLimit Can be used to specify a custom flood wait limit: if a FLOOD_WAIT_ rate limiting error is received with a waiting period bigger than this integer, an RPCErrorException will be thrown; otherwise, MadelineProto will simply wait for the specified amount of time. Defaults to the value specified in the settings: https://docs.madelineproto.xyz/PHP/danog/MadelineProto/Settings/RPC.html#setfloodtimeout-int-floodtimeout-self
746
747
* @param ?string $queueId If specified, ensures strict server-side execution order of concurrent calls with the same queue ID.
Copy file name to clipboardExpand all lines: src/Namespace/Messages.php
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,10 @@ public function search(array $filter, array|int|string|null $peer = null, string
91
91
* @param ?int $floodWaitLimit Can be used to specify a custom flood wait limit: if a FLOOD_WAIT_ rate limiting error is received with a waiting period bigger than this integer, an RPCErrorException will be thrown; otherwise, MadelineProto will simply wait for the specified amount of time. Defaults to the value specified in the settings: https://docs.madelineproto.xyz/PHP/danog/MadelineProto/Settings/RPC.html#setfloodtimeout-int-floodtimeout-self
92
92
* @param ?string $queueId If specified, ensures strict server-side execution order of concurrent calls with the same queue ID.
@@ -119,9 +120,10 @@ public function deleteHistory(bool|null $just_clear = null, bool|null $revoke =
119
120
* @param ?int $floodWaitLimit Can be used to specify a custom flood wait limit: if a FLOOD_WAIT_ rate limiting error is received with a waiting period bigger than this integer, an RPCErrorException will be thrown; otherwise, MadelineProto will simply wait for the specified amount of time. Defaults to the value specified in the settings: https://docs.madelineproto.xyz/PHP/danog/MadelineProto/Settings/RPC.html#setfloodtimeout-int-floodtimeout-self
120
121
* @param ?string $queueId If specified, ensures strict server-side execution order of concurrent calls with the same queue ID.
* Confirms receipt of messages by a client, cancels PUSH-notification sending.
@@ -1253,9 +1255,10 @@ public function clearAllDrafts(?int $floodWaitLimit = null, ?string $queueId = n
1253
1255
* @param ?int $floodWaitLimit Can be used to specify a custom flood wait limit: if a FLOOD_WAIT_ rate limiting error is received with a waiting period bigger than this integer, an RPCErrorException will be thrown; otherwise, MadelineProto will simply wait for the specified amount of time. Defaults to the value specified in the settings: https://docs.madelineproto.xyz/PHP/danog/MadelineProto/Settings/RPC.html#setfloodtimeout-int-floodtimeout-self
1254
1256
* @param ?string $queueId If specified, ensures strict server-side execution order of concurrent calls with the same queue ID.
0 commit comments