diff --git a/tgapi/types.go b/tgapi/types.go index 2f4fd17..e400341 100644 --- a/tgapi/types.go +++ b/tgapi/types.go @@ -107,6 +107,11 @@ type Gifts struct { Gifts []Gift `json:"gifts"` } +const ( + OwnedGiftRegularType OwnedGiftType = "regular" + OwnedGiftUniqueType OwnedGiftType = "unique" +) + type OwnedGiftType string type BaseOwnedGift struct { Type OwnedGiftType `json:"type"`