Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Telegram.Bot.API.Types.ChatFullInfo
Contents
Synopsis
- data ChatFullInfo = ChatFullInfo {
- chatFullInfoId :: ChatId
- chatFullInfoIsBot :: Maybe Bool
- chatFullInfoType :: ChatType
- chatFullInfoTitle :: Maybe Text
- chatFullInfoUsername :: Maybe Text
- chatFullInfoFirstName :: Maybe Text
- chatFullInfoLastName :: Maybe Text
- chatFullInfoIsForum :: Maybe Bool
- chatFullInfoAccentColorId :: Maybe Int
- chatFullInfoMaxReactionCount :: Int
- chatFullInfoPhoto :: Maybe ChatPhoto
- chatFullInfoActiveUsernames :: Maybe Text
- chatFullInfoBirthdate :: Maybe Birthdate
- chatFullInfoBusinessIntro :: Maybe BusinessIntro
- chatFullInfoBusinessLocation :: Maybe BusinessLocation
- chatFullInfoBusinessOpeningHours :: Maybe BusinessOpeningHours
- chatFullInfoPersonalChat :: Maybe Chat
- chatFullInfoAvailableReactions :: Maybe [ReactionType]
- chatFullInfoBackgroundCustomEmojiId :: Maybe Text
- chatFullInfoProfileAccentColorId :: Maybe Int
- chatFullInfoProfileBackgroundCustomEmojiId :: Maybe Text
- chatFullInfoEmojiStatusCustomEmojiId :: Maybe Text
- chatFullInfoEmojiStatusExpirationDate :: Maybe POSIXTime
- chatFullInfoBio :: Maybe Text
- chatFullInfoHasPrivateForwards :: Maybe Bool
- chatFullInfoHasRestrictedVoiceAndVideoMessages :: Maybe Bool
- chatFullInfoJoinToSendMessages :: Maybe Bool
- chatFullInfoJoinByRequest :: Maybe Bool
- chatFullInfoDescription :: Maybe Text
- chatFullInfoInviteLink :: Maybe Text
- chatFullInfoPinnedMessage :: Maybe Message
- chatFullInfoPermissions :: Maybe ChatPermissions
- chatFullInfoSlowModeDelay :: Maybe Int
- chatFullInfoUnrestrictBootCount :: Maybe Int
- chatFullInfoMessageAutoDeleteTime :: Maybe POSIXTime
- chatFullInfoHasAggressiveAntiSpamEnabled :: Maybe Bool
- chatFullInfoHasHiddenMembers :: Maybe Bool
- chatFullInfoHasProtectedContent :: Maybe Bool
- chatFullInfoHasVisibleHistory :: Maybe Bool
- chatFullInfoStickerSetName :: Maybe Text
- chatFullInfoCanSetStickerSet :: Maybe Bool
- chatFullInfoCustomEmojiStickerSet :: Maybe Text
- chatFullInfoLinkedChatId :: Maybe ChatId
- chatFullInfoLocation :: Maybe ChatLocation
Chat
data ChatFullInfo Source #
This object contains full information about a chat.
https://core.telegram.org/bots/api#chatfullinfo
Constructors
ChatFullInfo | |
Fields
|