peyk.platforms.telegram.types.input_file

Classes

InputFile([file_id])

Input file (placeholder).

class peyk.platforms.telegram.types.input_file.InputFile(file_id: str = '')[source]

Bases: object

Input file (placeholder).

file_id: str = ''
classmethod from_dict(data: dict | None) InputFile | None[source]

Provides the from dict operation for the Telegram integration.

Parameters:

data – Value used by this operation.

Returns:

Result produced by the operation.