Telegram.Bot.API.Types.GeneralForumTopicUnhidden
Contents
GeneralForumTopicUnhidden
newtype GeneralForumTopicUnhidden Source #
This object represents a service message about General forum topic unhidden in the chat. Currently holds no information.
Constructors
Defined in Telegram.Bot.API.Types.GeneralForumTopicUnhidden
Methods
parseJSON :: Value -> Parser GeneralForumTopicUnhidden #
parseJSONList :: Value -> Parser [GeneralForumTopicUnhidden] #
toJSON :: GeneralForumTopicUnhidden -> Value #
toEncoding :: GeneralForumTopicUnhidden -> Encoding #
toJSONList :: [GeneralForumTopicUnhidden] -> Value #
toEncodingList :: [GeneralForumTopicUnhidden] -> Encoding #
Associated Types
type Rep GeneralForumTopicUnhidden :: Type -> Type #
from :: GeneralForumTopicUnhidden -> Rep GeneralForumTopicUnhidden x #
to :: Rep GeneralForumTopicUnhidden x -> GeneralForumTopicUnhidden #
showsPrec :: Int -> GeneralForumTopicUnhidden -> ShowS #
show :: GeneralForumTopicUnhidden -> String #
showList :: [GeneralForumTopicUnhidden] -> ShowS #