| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.API.Telegram.Bot.Object.Update.Message
Documentation
Constructors
| Direct Int Origin Content | |
| Forwarded Int Origin Content | |
| Replied Int Origin Content Message |
Instances
Instances
Instances
| Persistable (Send a) => Persistable (Reply a) Source # | |
| Persistable (Reply obj) => Persistable (Silently Reply obj) Source # | |
Defined in Network.API.Telegram.Bot.Object.Update.Message Methods payload :: Payload (Silently Reply obj) -> Object Source # endpoint :: Payload (Silently Reply obj) -> String Source # persist :: FromJSON (Returning (Silently Reply obj)) => Payload (Silently Reply obj) -> Telegram e (Returning (Silently Reply obj)) Source # persist_ :: Payload (Silently Reply obj) -> Telegram e () Source # | |
| type Payload (Reply a) Source # | |
| type Returning (Reply a) Source # | |
| type Payload (Silently Reply obj) Source # | |
| type Returning (Silently Reply obj) Source # | |
Instances
Instances
Instances
| Persistable (Delete Message) Source # | |
Defined in Network.API.Telegram.Bot.Object.Update.Message Methods payload :: Payload (Delete Message) -> Object Source # endpoint :: Payload (Delete Message) -> String Source # persist :: FromJSON (Returning (Delete Message)) => Payload (Delete Message) -> Telegram e (Returning (Delete Message)) Source # persist_ :: Payload (Delete Message) -> Telegram e () Source # | |
| type Payload (Delete Message) Source # | |
| type Returning (Delete Message) Source # | |
data Silently (todo :: * -> *) a Source #
Constructors
| Silently a |