| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.InputVideoNote
Documentation
data InputVideoNote Source #
Constructors
| InputVideoNote | A video note to be sent |
Fields
| |
Instances
| FromJSON InputVideoNote Source # | |
Defined in TD.Data.InputVideoNote Methods parseJSON :: Value -> Parser InputVideoNote # parseJSONList :: Value -> Parser [InputVideoNote] # | |
| ToJSON InputVideoNote Source # | |
Defined in TD.Data.InputVideoNote Methods toJSON :: InputVideoNote -> Value # toEncoding :: InputVideoNote -> Encoding # toJSONList :: [InputVideoNote] -> Value # toEncodingList :: [InputVideoNote] -> Encoding # | |
| Show InputVideoNote Source # | |
Defined in TD.Data.InputVideoNote Methods showsPrec :: Int -> InputVideoNote -> ShowS # show :: InputVideoNote -> String # showList :: [InputVideoNote] -> ShowS # | |
| Eq InputVideoNote Source # | |
Defined in TD.Data.InputVideoNote Methods (==) :: InputVideoNote -> InputVideoNote -> Bool # (/=) :: InputVideoNote -> InputVideoNote -> Bool # | |
| ShortShow InputVideoNote Source # | |
Defined in TD.Data.InputVideoNote Methods shortShow :: InputVideoNote -> String Source # | |