Class TdApi.SetBio

Enclosing class:
TdApi

public static class TdApi.SetBio
extends TdApi.Function
Changes the bio of the current user.

Returns Ok

  • Field Details

    • bio

      public String bio
      The new value of the user bio; 0-70 characters without line feeds.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • 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-70 characters without line feeds.
    • SetBio

      public SetBio​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details