Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data MessageSelfDestructType Source #
Describes when a message will be self-destructed
MessageSelfDestructTypeTimer | The message will be self-destructed in the specified time after its content was opened |
| |
MessageSelfDestructTypeImmediately | The message can be opened only once and will be self-destructed once closed |
Instances
FromJSON MessageSelfDestructType Source # | |
Defined in TD.Data.MessageSelfDestructType | |
ToJSON MessageSelfDestructType Source # | |
Defined in TD.Data.MessageSelfDestructType | |
Show MessageSelfDestructType Source # | |
Defined in TD.Data.MessageSelfDestructType showsPrec :: Int -> MessageSelfDestructType -> ShowS # show :: MessageSelfDestructType -> String # showList :: [MessageSelfDestructType] -> ShowS # | |
Eq MessageSelfDestructType Source # | |
Defined in TD.Data.MessageSelfDestructType | |
ShortShow MessageSelfDestructType Source # | |
Defined in TD.Data.MessageSelfDestructType |