InputSavedStarGiftUser

class pyrogram.raw.types.InputSavedStarGiftUser

A gift received in a private chat with another user.

Constructor of InputSavedStarGift.

Details:
  • Layer: 223

  • ID: 69279795

Parameters:

msg_id (int 32-bit) – ID of the messageService with the messageActionStarGift with the gift.

TL Schema

inputSavedStarGiftUser#69279795
msg_id:int

= InputSavedStarGift

Parameter Tree

InputSavedStarGiftUser
└── msg_idint

Example

InputSavedStarGiftUser(
    msg_id=0,
)