Module tdlight.api

Class TdApi.SetBio

Enclosing class:
TdApi

public static final class TdApi.SetBio extends TdApi.Function<TdApi.Ok>
Changes the bio of the current user. Returns Ok
  • Field Details

    • bio

      public String bio
      The new value of the user bio; 0-getOption("bio_length_max") characters without line feeds.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • SetBio

      public SetBio()
      Changes the bio of the current user. Returns Ok
    • SetBio

      public SetBio(String bio)
      Changes the bio of the current user. Returns Ok
      Parameters:
      bio - String The new value of the user bio; 0-getOption("bio_length_max") characters without line feeds.
    • SetBio

      public SetBio(DataInput input) throws IOException
      Changes the bio of the current user. Returns Ok
      Throws:
      IOException
  • Method Details