Link Search Menu Expand Document

danog\MadelineProto\BotApiFileId

Back to index

Author: Daniil Gentili daniil@daniil.it

Indicates a bot API file ID to upload using sendDocument, sendPhoto etc…

Properties

  • $fileId: string
  • $size: int
  • $fileName: string
  • $protected: bool

Method list:

Methods:

__construct(string $fileId, integer $size, string $fileName, bool $protected)

Parameters:

  • $fileId: string The file ID
  • $size: integer The file size
  • $fileName: string The original file name
  • $protected: bool Whether the original file is protected

Generated by danog/phpdoc