Safe Haskell | None |
---|---|
Language | Haskell2010 |
All user facing types
Synopsis
- module Calamity.Types.Model
- module Calamity.Types.Partial
- module Calamity.Types.Snowflake
- module Calamity.Types.Token
- module Calamity.Types.Tellable
- module Calamity.Types.Upgradeable
Documentation
module Calamity.Types.Model
module Calamity.Types.Partial
module Calamity.Types.Snowflake
module Calamity.Types.Token
module Calamity.Types.Tellable
module Calamity.Types.Upgradeable
Types
This module collects all discord models, and other useful types together.
The Tellable
class allows you to construct and send
messages to things to you can send messages to in a neat way.
The Upgradeable
class allows you to upgrade a snowflake to the full value
it refers to.