MadelineProtoDocs/docs/PHP/danog/MadelineProto/Ipc/IpcState.md

48 lines
586 B
Markdown
Raw Normal View History

2020-10-15 18:42:54 +02:00
---
title: danog\MadelineProto\Ipc\IpcState: IPC state class.
description:
---
# `danog\MadelineProto\Ipc\IpcState`
[Back to index](../../../index.md)
> Author: Daniil Gentili <daniil@daniil.it>
IPC state class.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it).
## Method list:
* `getStartupTime(): float`
* `getStartupId(): int`
* `getException(): ?\Throwable`
## Methods:
### `getStartupTime(): float`
Get startup time.
### `getStartupId(): int`
Get startup ID.
### `getException(): ?\Throwable`
Get exception.
#### See also:
* `\Throwable`