
    N[i	                         d dl mZ d dlmZ d dlmZ eej                  j                  j                  ej                  j                  j                  f   Z G d d      Zy)    )Union)raw)TLObjectc                       e Zd ZdZdZd Zy)
StickerSeta  Telegram API base type.

    Constructors:
        This base type has 2 constructors available.

        .. currentmodule:: pyrogram.raw.types

        .. autosummary::
            :nosignatures:

            messages.StickerSet
            messages.StickerSetNotModified

    Functions:
        This object can be returned by 8 functions.

        .. currentmodule:: pyrogram.raw.functions

        .. autosummary::
            :nosignatures:

            messages.GetStickerSet
            stickers.CreateStickerSet
            stickers.RemoveStickerFromSet
            stickers.ChangeStickerPosition
            stickers.AddStickerToSet
            stickers.SetStickerSetThumb
            stickers.ChangeSticker
            stickers.RenameStickerSet
    z%pyrogram.raw.base.messages.StickerSetc                     t        d      )NzBase types can only be used for type checking purposes: you tried to use a base type instance as argument, but you need to instantiate one of its constructors instead. More info: https://docs.pyrogram.org/telegram/base/sticker-set)	TypeError)selfs    Y/var/www/files/kim/lib/python3.12/site-packages/pyrogram/raw/base/messages/sticker_set.py__init__zStickerSet.__init__C   s     Y Z 	Z    N)__name__
__module____qualname____doc__QUALNAMEr    r   r   r   r   !   s    > 7HZr   r   N)
typingr   pyrogramr   pyrogram.raw.corer   typesmessagesr   StickerSetNotModifiedr   r   r   <module>r      sK   2   &399%%00#))2D2D2Z2ZZ[
&Z &Zr   