haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.BlockList

Synopsis

Documentation

data BlockList Source #

Describes type of block list

Constructors

BlockListMain

The main block list that disallows writing messages to the current user, receiving their status and photo, viewing of stories, and some other actions

BlockListStories

The block list that disallows viewing of stories of the current user

Instances

Instances details
FromJSON BlockList Source # 
Instance details

Defined in TD.Data.BlockList

ToJSON BlockList Source # 
Instance details

Defined in TD.Data.BlockList

Show BlockList Source # 
Instance details

Defined in TD.Data.BlockList

Eq BlockList Source # 
Instance details

Defined in TD.Data.BlockList

ShortShow BlockList Source # 
Instance details

Defined in TD.Data.BlockList