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.LinkPreviewOptions

Synopsis

LinkPreviewOptions

data LinkPreviewOptions Source #

Constructors

LinkPreviewOptions 

Fields

Instances

Instances details
FromJSON LinkPreviewOptions Source # 
Instance details

Defined in Telegram.Bot.API.Types.LinkPreviewOptions

ToJSON LinkPreviewOptions Source # 
Instance details

Defined in Telegram.Bot.API.Types.LinkPreviewOptions

Generic LinkPreviewOptions Source # 
Instance details

Defined in Telegram.Bot.API.Types.LinkPreviewOptions

Associated Types

type Rep LinkPreviewOptions :: Type -> Type #

Show LinkPreviewOptions Source # 
Instance details

Defined in Telegram.Bot.API.Types.LinkPreviewOptions

type Rep LinkPreviewOptions Source # 
Instance details

Defined in Telegram.Bot.API.Types.LinkPreviewOptions

type Rep LinkPreviewOptions = D1 ('MetaData "LinkPreviewOptions" "Telegram.Bot.API.Types.LinkPreviewOptions" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "LinkPreviewOptions" 'PrefixI 'True) ((S1 ('MetaSel ('Just "linkPreviewOptionsIsDisabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "linkPreviewOptionsUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "linkPreviewOptionsPreferSmallMedia") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "linkPreviewOptionsPreferLargeMedia") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "linkPreviewOptionsShowAboveText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool))))))