*** # ValidateForVoice * Full name: `\Seven\Api\Resource\ValidateForVoice\ValidateForVoice` ## Properties ### code ```php protected ?int $code ``` *** ### error ```php protected ?string $error ``` *** ### formattedOutput ```php protected ?string $formattedOutput ``` *** ### id ```php protected ?int $id ``` *** ### sender ```php protected string $sender ``` *** ### success ```php protected bool $success ``` *** ### voice ```php protected bool $voice ``` *** ## Methods ### __construct ```php public __construct(object $data): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$data` | **object** | | *** ### getCode ```php public getCode(): ?int ``` *** ### getError ```php public getError(): ?string ``` *** ### getFormattedOutput ```php public getFormattedOutput(): ?string ``` *** ### getId ```php public getId(): ?int ``` *** ### getSender ```php public getSender(): string ``` *** ### isSuccess ```php public isSuccess(): bool ``` *** ### isVoice ```php public isVoice(): bool ``` *** *** > Automatically generated on 2025-02-06