telegram-bot-api-7.0: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Telegram.Bot.API.Types.Audio

Contents

Synopsis

Audio

data Audio Source #

This object represents an audio file to be treated as music by the Telegram clients.

Constructors

Audio 

Fields

Instances

Instances details
FromJSON Audio Source # 
Instance details

Defined in Telegram.Bot.API.Types.Audio

ToJSON Audio Source # 
Instance details

Defined in Telegram.Bot.API.Types.Audio

Generic Audio Source # 
Instance details

Defined in Telegram.Bot.API.Types.Audio

Associated Types

type Rep Audio :: Type -> Type #

Methods

from :: Audio -> Rep Audio x #

to :: Rep Audio x -> Audio #

Show Audio Source # 
Instance details

Defined in Telegram.Bot.API.Types.Audio

Methods

showsPrec :: Int -> Audio -> ShowS #

show :: Audio -> String #

showList :: [Audio] -> ShowS #

type Rep Audio Source # 
Instance details

Defined in Telegram.Bot.API.Types.Audio