Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data PaidMedia
- = PaidMediaPreview { }
- | PaidMediaPhoto { }
- | PaidMediaVideo { }
- | PaidMediaUnsupported
Documentation
Describes a paid media
PaidMediaPreview | The media is hidden until the invoice is paid |
PaidMediaPhoto | The media is a photo |
PaidMediaVideo | The media is a video |
PaidMediaUnsupported | The media is unsupported |