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

Synopsis

ForumTopicClosed

newtype ForumTopicClosed Source #

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

Constructors

ForumTopicClosed Object 

Instances

Instances details
FromJSON ForumTopicClosed Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopicClosed

ToJSON ForumTopicClosed Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopicClosed

Generic ForumTopicClosed Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopicClosed

Associated Types

type Rep ForumTopicClosed :: Type -> Type #

Show ForumTopicClosed Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopicClosed

type Rep ForumTopicClosed Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopicClosed

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