| 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
| Show Message Source # | |
| FromJSON Message Source # | |
| Identifiable Message Source # | |
Defined in Network.API.Telegram.Bot.Object.Update.Message Associated Types type Identificator Message :: * Source # | |
| Accessible Content Message Source # | |
| Accessible Origin Message Source # | |
| Persistable (Delete Message) Source # | |
| Persistable (Forward Message) Source # | |
| type Identificator Message Source # | |
| type Payload (Delete Message) Source # | |
| type Payload (Forward Message) Source # | |
Instances
| Persistable (Send Text) Source # | |
| Persistable (Send Audio) Source # | |
| Persistable (Send Document) Source # | |
| Persistable (Send Video) Source # | |
| Persistable (Send Voice) Source # | |
| Persistable (Send (Text :&: Keyboard)) Source # | |
| Persistable (Send obj) => Persistable (Silently Send obj :: *) Source # | |
| type Payload (Send Text) Source # | |
| type Payload (Send Audio) Source # | |
| type Payload (Send Document) Source # | |
| type Payload (Send Video) Source # | |
| type Payload (Send Voice) Source # | |
| type Payload (Send (Text :&: Keyboard)) Source # | |
| type Payload (Silently Send obj :: *) Source # | |
data Silently (todo :: * -> *) a Source #
Constructors
| Silently a |
Instances
| Persistable (Reply obj) => Persistable (Silently Reply obj :: *) Source # | |
| Persistable (Send obj) => Persistable (Silently Send obj :: *) Source # | |
| Persistable (Forward obj) => Persistable (Silently (Forward :: * -> *) obj :: *) Source # | |
| type Payload (Silently Reply obj :: *) Source # | |
| type Payload (Silently Send obj :: *) Source # | |
| type Payload (Silently (Forward :: * -> *) obj :: *) Source # | |