Class TdApi.SetSupergroupDescription

  • Enclosing class:
    TdApi

    public static class TdApi.SetSupergroupDescription
    extends TdApi.Function
    Changes information about a supergroup or channel; requires appropriate administrator rights.

    Returns Ok

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String description
      New supergroup or channel description; 0-255 characters.
      int supergroupId
      Identifier of the supergroup or channel.
    • Field Detail

      • supergroupId

        public int supergroupId
        Identifier of the supergroup or channel.
      • description

        public java.lang.String description
        New supergroup or channel description; 0-255 characters.
      • CONSTRUCTOR

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

      • SetSupergroupDescription

        public SetSupergroupDescription()
        Default constructor.
      • SetSupergroupDescription

        public SetSupergroupDescription​(int supergroupId,
                                        java.lang.String description)
        Constructor for initialization of all fields.
        Parameters:
        supergroupId - Identifier of the supergroup or channel.
        description - New supergroup or channel description; 0-255 characters.