TD.Data.Passkey
data Passkey Source #
Constructors
Describes a passkey
Fields
Unique identifier of the passkey
Name of the passkey
Point in time (Unix timestamp) when the passkey was added
Point in time (Unix timestamp) when the passkey was used last time; 0 if never
Identifier of the custom emoji that is used as the icon of the software, which created the passkey; 0 if unknown
Defined in TD.Data.Passkey
Methods
parseJSON :: Value -> Parser Passkey #
parseJSONList :: Value -> Parser [Passkey] #
showsPrec :: Int -> Passkey -> ShowS #
show :: Passkey -> String #
showList :: [Passkey] -> ShowS #
(==) :: Passkey -> Passkey -> Bool #
(/=) :: Passkey -> Passkey -> Bool #
shortShow :: Passkey -> String Source #