ownedGiftId property

  1. @JsonKey(name: 'owned_gift_id')
String? get ownedGiftId
inherited

Optional. Unique identifier of the received gift for the bot; only present for gifts received on behalf of business accounts

Implementation

@JsonKey(name: 'owned_gift_id')
String? get ownedGiftId;