Constructor: starGiftAttributeOriginalDetails
Info about the sender, receiver and message attached to the original gift », before it was upgraded to a collectible gift ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
sender_id | Peer | Optional | Original sender of the gift, absent if the gift was private. |
recipient_id | Peer | Yes | Original receiver of the gift. |
date | int | Yes | When was the gift sent. |
message | TextWithEntities | Optional | Original message attached to the gift, if present. |
Type: StarGiftAttribute
Example:
$starGiftAttributeOriginalDetails = ['_' => 'starGiftAttributeOriginalDetails', 'sender_id' => Peer, 'recipient_id' => Peer, 'date' => int, 'message' => TextWithEntities];