Skip to content

Commit 8adc636

Browse files
fix(docs): UpgradedGiftAttribute links
1 parent 7b14a3d commit 8adc636

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

compiler/docs/compiler.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,9 @@ def get_title_list(s: str) -> list:
752752
ChatTheme
753753
GiftedStars
754754
GiftedTon
755-
UpgradedGiftAttributeId
755+
UpgradedGiftAttributeIdModel
756+
UpgradedGiftAttributeIdSymbol
757+
UpgradedGiftAttributeIdBackdrop
756758
InputChatPhoto
757759
InputChatPhotoPrevious
758760
InputChatPhotoStatic

pyrogram/types/messages_and_media/upgraded_gift_attribute_id_symbol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class UpgradedGiftAttributeIdSymbol(UpgradedGiftAttributeId):
2525
2626
Parameters:
2727
sticker_id (``int``):
28-
Identifier of the sticker representing the symnbol.
28+
Identifier of the sticker representing the symbol.
2929
"""
3030
def __init__(
3131
self,

0 commit comments

Comments
 (0)