Skip to content

ReceivedGifts

Type · TDLib 1.8.67 · d1085f9c

Represents a list of gifts received by a user or a chat

ReceivedGifts(
  total_count: int32,
  gifts: list of ReceivedGift,
  are_notifications_enabled: Bool,
  next_offset: string
) → ReceivedGifts

total_count

int32

The total number of received gifts

gifts

list of ReceivedGift

The list of gifts

are_notifications_enabled

Bool

True, if notifications about new gifts of the owner are enabled

next_offset

string

The offset for the next request. If empty, then there are no more results