haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.SetName

Synopsis

Documentation

data SetName Source #

Changes the first and last name of the current user. Returns Ok

Constructors

SetName 

Fields

  • first_name :: Maybe Text

    The new value of the first name for the current user; 1-64 characters

  • last_name :: Maybe Text

    The new value of the optional last name for the current user; 0-64 characters

Instances

Instances details
ToJSON SetName Source # 
Instance details

Defined in TD.Query.SetName

Show SetName Source # 
Instance details

Defined in TD.Query.SetName

Eq SetName Source # 
Instance details

Defined in TD.Query.SetName

Methods

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

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

ShortShow SetName Source # 
Instance details

Defined in TD.Query.SetName