InputSavedStarGift

class pyrogram.raw.base.InputSavedStarGift

Points to a gift ».

Constructors:

This base type has 3 constructors available.

InputSavedStarGiftChat

A gift received by a channel we own.

InputSavedStarGiftSlug

Points to a collectible gift obtained from a collectible gift link ».

InputSavedStarGiftUser

A gift received in a private chat with another user.

TL Schema


Parameter Tree

InputSavedStarGift
│ └── msg_idint
│ ├── peerInputPeer
│ │ ├── InputPeerEmpty
│ │ ├── InputPeerSelf
│ │ ├── InputPeerChat
│ │ ├── InputPeerUser
│ │ ├── InputPeerChannel
│ │ ├── InputPeerUserFromMessage
│ │ └── InputPeerChannelFromMessage
│ └── saved_idlong
└── slugstring

Example