Class TdApi.SetBio

  • Enclosing class:
    TdApi

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

    Returns Ok

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String bio
      The new value of the user bio; 0-70 characters without line feeds.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
    • Constructor Summary

      Constructors 
      Constructor Description
      SetBio()
      Default constructor.
      SetBio​(java.lang.String bio)
      Constructor for initialization of all fields.
    • Field Detail

      • bio

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SetBio

        public SetBio()
        Default constructor.
      • SetBio

        public SetBio​(java.lang.String bio)
        Constructor for initialization of all fields.
        Parameters:
        bio - The new value of the user bio; 0-70 characters without line feeds.