The translation was generated automatically and may contain mistakes
User's Gift
The object contains information about the received gift of the user.
Base fields
id
( integer )
ID of the gift received.
from_id
( integer )
the identity of the user who sent the gift, or 0 if the sender is hidden.
message
( string )
Text of the message attached to the gift.
date
( integer )
Time to send gift in format unixtime .
gift
object
Information about the gift. An object containing the following fields:
- •
id(integer(b) the gift identifier; - •
thumb_256(string) — URL of gift image size 256x256px; - •
thumb_48(stringURL of the gift image size 48x48px; - •
thumb_96(stringURL of a 96x96px gift image.
privacy
( integer )
The value of the gift’s privacy (for the current user only).
Possible values:
- •
0The sender’s name and message are visible to everyone.. - •
1the sender’s name and message are visible to the recipient and sender; - •
2— the sender’s name is hidden, the message is visible only to the recipient.