was it a mistake ?

This commit is contained in:
Devesh Pal 2022-01-23 10:18:45 +00:00
parent 50b2f0ed56
commit cf6f56d1d1

View File

@ -205,9 +205,9 @@ class Message(ChatGetter, SenderGetter):
grouped_id = _fwd('grouped_id', """ grouped_id = _fwd('grouped_id', """
If this message belongs to a group of messages If this message belongs to a group of messages
(photo albums or video albums), all of them will (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. An optional list of reasons why this message was restricted.
If the list is `None`, this message has not been restricted. If the list is `None`, this message has not been restricted.
""") """)