Skip to content

Commit 88a63c4

Browse files
committed
2 parents 53920aa + c2ef965 commit 88a63c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telebot/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ class Message(JsonDeserializable):
982982
983983
:param pinned_message: Optional. Specified message was pinned. Note that the Message object in this field will not
984984
contain further reply_to_message fields even if it is itself a reply.
985-
:type message: :class:`telebot.types.Message` or :class:`telebot.types.InaccessibleMessage`
985+
:type pinned_message: :class:`telebot.types.Message` or :class:`telebot.types.InaccessibleMessage`
986986
987987
:param invoice: Optional. Message is an invoice for a payment, information about the invoice. More about payments »
988988
:type invoice: :class:`telebot.types.Invoice`

0 commit comments

Comments
 (0)