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

Contents

Synopsis

ForumTopic

data ForumTopic Source #

This object represents a forum topic.

Constructors

ForumTopic 

Fields

Instances

Instances details
FromJSON ForumTopic Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopic

ToJSON ForumTopic Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopic

Generic ForumTopic Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopic

Associated Types

type Rep ForumTopic :: Type -> Type #

Show ForumTopic Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopic

type Rep ForumTopic Source # 
Instance details

Defined in Telegram.Bot.API.Types.ForumTopic

type Rep ForumTopic = D1 ('MetaData "ForumTopic" "Telegram.Bot.API.Types.ForumTopic" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "ForumTopic" 'PrefixI 'True) ((S1 ('MetaSel ('Just "forumTopicMessageThreadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 MessageThreadId) :*: S1 ('MetaSel ('Just "forumTopicName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "forumTopicIconColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "forumTopicIconCustomEmojiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))))