Update missing links in the documentation summary

This commit is contained in:
Lonami Exo
2019-09-24 16:19:35 +02:00
parent 40aa46e72a
commit d1ddfd09b6
4 changed files with 21 additions and 0 deletions

View File

@@ -22,6 +22,14 @@ class File:
def id(self):
"""
The bot-API style ``file_id`` representing this file.
.. note::
This file ID may not work under user accounts,
but should still be usable by bot accounts.
You can, however, still use it to identify
a file in for example a database.
"""
return utils.pack_bot_file_id(self.media)