Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Voice
This object represents a voice note.
Voice | |
|
Instances
FromJSON Voice Source # | |
ToJSON Voice Source # | |
Defined in Telegram.Bot.API.Types.Voice | |
Generic Voice Source # | |
Show Voice Source # | |
type Rep Voice Source # | |
Defined in Telegram.Bot.API.Types.Voice type Rep Voice = D1 ('MetaData "Voice" "Telegram.Bot.API.Types.Voice" "telegram-bot-api-6.5-3pY7XQZ5v9zCuyh8HdDMyB" 'False) (C1 ('MetaCons "Voice" 'PrefixI 'True) ((S1 ('MetaSel ('Just "voiceFileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FileId) :*: S1 ('MetaSel ('Just "voiceFileUniqueId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FileId)) :*: (S1 ('MetaSel ('Just "voiceDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Seconds) :*: (S1 ('MetaSel ('Just "voiceMimeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "voiceFileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Integer)))))) |