Add docs warning to file.id about it not being maintained

This commit is contained in:
Lonami Exo 2023-03-11 11:56:43 +01:00
parent 6bc7245106
commit b68c1f4f03

View File

@ -21,7 +21,12 @@ class File:
@property
def id(self):
"""
The bot-API style ``file_id`` representing this file.
The old bot-API style ``file_id`` representing this file.
.. warning::
This feature has not been maintained for a long time and
may not work. It will be removed in future versions.
.. note::