From cf6f56d1d13f999ce50d586c192b3249210376d9 Mon Sep 17 00:00:00 2001 From: Devesh Pal Date: Sun, 23 Jan 2022 10:18:45 +0000 Subject: [PATCH] was it a mistake ? --- telethon/types/_custom/message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telethon/types/_custom/message.py b/telethon/types/_custom/message.py index c1e213aa..2b2e5c06 100644 --- a/telethon/types/_custom/message.py +++ b/telethon/types/_custom/message.py @@ -205,9 +205,9 @@ class Message(ChatGetter, SenderGetter): grouped_id = _fwd('grouped_id', """ If this message belongs to a group of messages (photo albums or video albums), all of them will - have the same value here. + have the same value here.""" - restriction_reason (List[:tl:`RestrictionReason`]) + restriction_reason = _fwd('restriction_reason', """ An optional list of reasons why this message was restricted. If the list is `None`, this message has not been restricted. """)