Skip to content

Latest commit

 

History

History
69 lines (32 loc) · 1.07 KB

File metadata and controls

69 lines (32 loc) · 1.07 KB
title danog\Decoder\UniqueFileIdType: Represents decoded unique bot API file ID type.
description

danog\Decoder\UniqueFileIdType

Back to index

Author: Daniil Gentili daniil@daniil.it

Represents decoded unique bot API file ID type.

Constants

  • danog\Decoder\UniqueFileIdType::WEB:

  • danog\Decoder\UniqueFileIdType::PHOTO:

  • danog\Decoder\UniqueFileIdType::DOCUMENT:

  • danog\Decoder\UniqueFileIdType::SECURE:

  • danog\Decoder\UniqueFileIdType::ENCRYPTED:

  • danog\Decoder\UniqueFileIdType::TEMP:

Properties

  • $name: string
  • $value: int

Method list:

Methods:

cases(): array

from(string|int $value): static

Parameters:

  • $value: string|int

tryFrom(string|int $value): ?static

Parameters:

  • $value: string|int

Generated by danog/phpdoc