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

Contents

Synopsis

Story

data Story Source #

This object represents a message about a forwarded story in the chat. Currently holds no information.

Constructors

Story 

Instances

Instances details
FromJSON Story Source # 
Instance details

Defined in Telegram.Bot.API.Types.Story

ToJSON Story Source # 
Instance details

Defined in Telegram.Bot.API.Types.Story

Generic Story Source # 
Instance details

Defined in Telegram.Bot.API.Types.Story

Associated Types

type Rep Story :: Type -> Type #

Methods

from :: Story -> Rep Story x #

to :: Rep Story x -> Story #

Show Story Source # 
Instance details

Defined in Telegram.Bot.API.Types.Story

Methods

showsPrec :: Int -> Story -> ShowS #

show :: Story -> String #

showList :: [Story] -> ShowS #

type Rep Story Source # 
Instance details

Defined in Telegram.Bot.API.Types.Story

type Rep Story = D1 ('MetaData "Story" "Telegram.Bot.API.Types.Story" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "Story" 'PrefixI 'False) (U1 :: Type -> Type))