diff --git a/docs/PHP/danog/MadelineProto/RPCError/TimeoutError.md b/docs/PHP/danog/MadelineProto/RPCError/TimeoutError.md index a7f8969191..83d0ec285f 100644 --- a/docs/PHP/danog/MadelineProto/RPCError/TimeoutError.md +++ b/docs/PHP/danog/MadelineProto/RPCError/TimeoutError.md @@ -1,5 +1,5 @@ --- -title: "danog\\MadelineProto\\RPCError\\TimeoutError: Represents a request timeout RPC error returned by telegram." +title: "danog\\MadelineProto\\RPCError\\TimeoutError: Represents a request timeout RPC error returned by telegram (as opposed to one returned by MadelineProto, which will be an \\Amp\\TimeoutException)." description: "" image: "https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png" parent: "MadelineProto API" @@ -11,7 +11,7 @@ parent: "MadelineProto API" > Author: Daniil Gentili -Represents a request timeout RPC error returned by telegram. +Represents a request timeout RPC error returned by telegram (as opposed to one returned by MadelineProto, which will be an \Amp\TimeoutException). diff --git a/docs/PHP/index.md b/docs/PHP/index.md index 5b50b5272d..e651343bdc 100644 --- a/docs/PHP/index.md +++ b/docs/PHP/index.md @@ -388,7 +388,7 @@ Async PHP client API for the telegram MTProto protocol. * [\danog\MadelineProto\RPCError\ScheduleStatusPrivateError: Can't schedule until user is online, if the user's last seen timestamp is hidden by their privacy settings.](/PHP/danog/MadelineProto/RPCError/ScheduleStatusPrivateError.html) * [\danog\MadelineProto\RPCError\ScheduleTooMuchError: There are too many scheduled messages.](/PHP/danog/MadelineProto/RPCError/ScheduleTooMuchError.html) * [\danog\MadelineProto\RPCError\SessionPasswordNeededError: 2FA is enabled, use a password to login.](/PHP/danog/MadelineProto/RPCError/SessionPasswordNeededError.html) -* [\danog\MadelineProto\RPCError\TimeoutError: Represents a request timeout RPC error returned by telegram.](/PHP/danog/MadelineProto/RPCError/TimeoutError.html) +* [\danog\MadelineProto\RPCError\TimeoutError: Represents a request timeout RPC error returned by telegram (as opposed to one returned by MadelineProto, which will be an \Amp\TimeoutException).](/PHP/danog/MadelineProto/RPCError/TimeoutError.html) * [\danog\MadelineProto\RPCError\TopicClosedError: This topic was closed, you can't send messages to it anymore.](/PHP/danog/MadelineProto/RPCError/TopicClosedError.html) * [\danog\MadelineProto\RPCError\TopicDeletedError: The specified topic was deleted.](/PHP/danog/MadelineProto/RPCError/TopicDeletedError.html) * [\danog\MadelineProto\RPCError\UserBannedInChannelError: You're banned from sending messages in supergroups/channels.](/PHP/danog/MadelineProto/RPCError/UserBannedInChannelError.html)