Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data CanTransferOwnershipResult Source #
Represents result of checking whether the current session can be used to transfer a chat ownership to another user
CanTransferOwnershipResultOk | The session can be used |
CanTransferOwnershipResultPasswordNeeded | The 2-step verification needs to be enabled first |
CanTransferOwnershipResultPasswordTooFresh | The 2-step verification was enabled recently, user needs to wait |
| |
CanTransferOwnershipResultSessionTooFresh | The session was created recently, user needs to wait |
|