80 characters

This commit is contained in:
Lonami Exo 2018-02-22 14:05:11 +01:00
parent aade36dbd7
commit 7fea4e265f

View File

@ -67,11 +67,11 @@ Entities vs. Input Entities
On top of the normal types, the API also make use of what they call their On top of the normal types, the API also make use of what they call their
``Input*`` versions of objects. ``Input*`` versions of objects. The input version of an entity (e.g.
The input version of an entity (e.g. ``InputPeerUser``, ``InputChat``, ``InputPeerUser``, ``InputChat``, etc.) only contains the minimum
etc.) only contains the minimum information that's required from Telegram information that's required from Telegram to be able to identify
to be able to identify who you're referring to: who you're referring to: a ``Peer``'s **ID** and **hash**.
a Peer's **ID** and **hash**.
This ID/hash pair is unique per user, so if you use the pair given by another This ID/hash pair is unique per user, so if you use the pair given by another
user **or bot** it will **not** work. user **or bot** it will **not** work.