InputSavedStarGiftUser
- class pyrogram.raw.types.InputSavedStarGiftUser
A gift received in a private chat with another user.
Constructor of
InputSavedStarGift.- Details:
Layer:
223ID:
69279795
- Parameters:
msg_id (
int32-bit) – ID of the messageService with the messageActionStarGift with the gift.
TL Schema
inputSavedStarGiftUser#69279795
msg_id:int
= InputSavedStarGift
Parameter Tree
InputSavedStarGiftUser
└── msg_id →
intExample
InputSavedStarGiftUser(
msg_id=0,
)