mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
Add docs warning to file.id about it not being maintained
This commit is contained in:
parent
6bc7245106
commit
b68c1f4f03
|
@ -21,7 +21,12 @@ class File:
|
||||||
@property
|
@property
|
||||||
def id(self):
|
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::
|
.. note::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user