danog\MadelineProto\RPCError\FloodWaitError
Author: Daniil Gentili daniil@daniil.it
Represents a FLOODWAIT RPC error returned by telegram.
Method list:
getWaitTime()
wait()
getLocalization()
setLocalization()
updateTLTrace()
getTLTrace()
setTLTrace(string $tlTrace)
prettifyTL(string $init, array $trace)
Methods:
getWaitTime()
Returns the required waiting period in seconds before repeating the RPC call.
wait()
Waits for the required waiting period.
getLocalization()
Get localized error name.
setLocalization()
Set localized error name.
updateTLTrace()
Update TL trace.
getTLTrace()
Get TL trace.
setTLTrace(string $tlTrace)
Set TL trace.
Parameters:
$tlTrace
:string
TL trace
prettifyTL(string $init, array $trace)
Generate async trace.
Parameters:
$init
:string
Method name$trace
:array
Async trace
Generated by danog/phpdoc