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

Synopsis

ForumTopicCreated

data ForumTopicCreated Source #

This object represents a service message about a new forum topic created in the chat.

Constructors

ForumTopicCreated 

Fields

Instances

Instances details
FromJSON ForumTopicCreated Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopicCreated

ToJSON ForumTopicCreated Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopicCreated

Generic ForumTopicCreated Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopicCreated

Associated Types

type Rep ForumTopicCreated :: Type -> Type #

Show ForumTopicCreated Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopicCreated

type Rep ForumTopicCreated Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopicCreated

type Rep ForumTopicCreated = D1 ('MetaData "ForumTopicCreated" "Telegram.Bot.API.Types.ForumTopicCreated" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "ForumTopicCreated" 'PrefixI 'True) (S1 ('MetaSel ('Just "forumTopicCreatedName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "forumTopicCreatedIconColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "forumTopicCreatedIconCustomEmojiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))))