Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
GeneralForumTopicHidden
newtype GeneralForumTopicHidden Source #
This object represents a service message about General forum topic hidden in the chat. Currently holds no information.
Instances
FromJSON GeneralForumTopicHidden Source # | |
ToJSON GeneralForumTopicHidden Source # | |
Generic GeneralForumTopicHidden Source # | |
Defined in Telegram.Bot.API.Types.GeneralForumTopicHidden type Rep GeneralForumTopicHidden :: Type -> Type # | |
Show GeneralForumTopicHidden Source # | |
Defined in Telegram.Bot.API.Types.GeneralForumTopicHidden showsPrec :: Int -> GeneralForumTopicHidden -> ShowS # show :: GeneralForumTopicHidden -> String # showList :: [GeneralForumTopicHidden] -> ShowS # | |
type Rep GeneralForumTopicHidden Source # | |
Defined in Telegram.Bot.API.Types.GeneralForumTopicHidden type Rep GeneralForumTopicHidden = D1 ('MetaData "GeneralForumTopicHidden" "Telegram.Bot.API.Types.GeneralForumTopicHidden" "telegram-bot-api-6.5-3pY7XQZ5v9zCuyh8HdDMyB" 'True) (C1 ('MetaCons "GeneralForumTopicHidden" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Object))) |