From 806e0d79ec6459d3b6f649f20cfe221f397d5a13 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 4 Jun 2019 19:11:40 +0200 Subject: [PATCH] Tiny fixup --- docs/source/topics/advanced-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/topics/advanced-usage.rst b/docs/source/topics/advanced-usage.rst index 41eee961..ff1afa5c 100644 --- a/docs/source/topics/advanced-usage.rst +++ b/docs/source/topics/advanced-usage.rst @@ -122,7 +122,7 @@ For example, given the ID *123456789*, here's how Pyrogram can tell entities apa - ``+ID`` User: *123456789* - ``-ID`` Chat: *-123456789* - - ``-100ID`` Channel (and Supergroup): *-100123456789* + - ``-100ID`` Channel or Supergroup: *-100123456789* So, every time you take a raw ID, make sure to translate it into the correct ID when you want to use it with an high-level method.