Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Story
Unique identifier for the story in the chat
This object represents a message about a story.
Instances
FromJSON Story Source # | |
Defined in Telegram.Bot.API.Types.Story | |
ToJSON Story Source # | |
Generic Story Source # | |
Show Story Source # | |
type Rep Story Source # | |
Defined in Telegram.Bot.API.Types.Story type Rep Story = D1 ('MetaData "Story" "Telegram.Bot.API.Types.Story" "telegram-bot-api-7.4.3-38UQu7GyDDHHZ1He0cP5zf" 'False) (C1 ('MetaCons "Story" 'PrefixI 'True) (S1 ('MetaSel ('Just "storyChat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Chat) :*: S1 ('MetaSel ('Just "storyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 StoryId))) |