Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Telegram.Bot.API.Types.TextQuote
Contents
TextQuote
This object contains information about the quoted part of a message that is replied to by the given message.
Constructors
TextQuote | |
Fields
|
Instances
FromJSON TextQuote Source # | |
Defined in Telegram.Bot.API.Types.TextQuote | |
ToJSON TextQuote Source # | |
Generic TextQuote Source # | |
Show TextQuote Source # | |
type Rep TextQuote Source # | |
Defined in Telegram.Bot.API.Types.TextQuote type Rep TextQuote = D1 ('MetaData "TextQuote" "Telegram.Bot.API.Types.TextQuote" "telegram-bot-api-7.4.4-fdOK3VCUfTCfzXncfzYz7" 'False) (C1 ('MetaCons "TextQuote" 'PrefixI 'True) ((S1 ('MetaSel ('Just "textQuoteText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "textQuoteEntities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [MessageEntity]))) :*: (S1 ('MetaSel ('Just "textQuotePosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "textQuoteIsManual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool))))) |