ownedGiftId property

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

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

Implementation

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