haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.SetBio

Synopsis

Documentation

data SetBio Source #

Changes the bio of the current user. Returns Ok

Constructors

SetBio 

Fields

  • bio :: Maybe Text

    The new value of the user bio; 0-getOption("bio_length_max") characters without line feeds

Instances

Instances details
ToJSON SetBio Source # 
Instance details

Defined in TD.Query.SetBio

Show SetBio Source # 
Instance details

Defined in TD.Query.SetBio

Eq SetBio Source # 
Instance details

Defined in TD.Query.SetBio

Methods

(==) :: SetBio -> SetBio -> Bool #

(/=) :: SetBio -> SetBio -> Bool #

ShortShow SetBio Source # 
Instance details

Defined in TD.Query.SetBio