telegram-bot-api-6.5: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellNone
LanguageHaskell2010

Telegram.Bot.API.Types.GeneralForumTopicUnhidden

Synopsis

GeneralForumTopicUnhidden

newtype GeneralForumTopicUnhidden Source #

This object represents a service message about General forum topic unhidden in the chat. Currently holds no information.

Constructors

GeneralForumTopicUnhidden Object 

Instances

Instances details
Show GeneralForumTopicUnhidden Source # 
Instance details

Defined in Telegram.Bot.API.Types.GeneralForumTopicUnhidden

Generic GeneralForumTopicUnhidden Source # 
Instance details

Defined in Telegram.Bot.API.Types.GeneralForumTopicUnhidden

Associated Types

type Rep GeneralForumTopicUnhidden :: Type -> Type #

FromJSON GeneralForumTopicUnhidden Source # 
Instance details

Defined in Telegram.Bot.API.Types.GeneralForumTopicUnhidden

Methods

parseJSON :: Value -> Parser GeneralForumTopicUnhidden

parseJSONList :: Value -> Parser [GeneralForumTopicUnhidden]

ToJSON GeneralForumTopicUnhidden Source # 
Instance details

Defined in Telegram.Bot.API.Types.GeneralForumTopicUnhidden

type Rep GeneralForumTopicUnhidden Source # 
Instance details

Defined in Telegram.Bot.API.Types.GeneralForumTopicUnhidden

type Rep GeneralForumTopicUnhidden = D1 ('MetaData "GeneralForumTopicUnhidden" "Telegram.Bot.API.Types.GeneralForumTopicUnhidden" "telegram-bot-api-6.5-inplace" 'True) (C1 ('MetaCons "GeneralForumTopicUnhidden" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Object)))