Class TdApi.DeleteSupergroup

  • Enclosing class:
    TdApi

    public static class TdApi.DeleteSupergroup
    extends TdApi.Function
    Deletes a supergroup or channel along with all messages in the corresponding chat. This will release the supergroup or channel username and remove all members; requires creator privileges in the supergroup or channel. Chats with more than 1000 members can't be deleted using this method.

    Returns Ok

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int supergroupId
      Identifier of the supergroup or channel.
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteSupergroup()
      Default constructor.
      DeleteSupergroup​(int supergroupId)
      Constructor for initialization of all fields.
    • Field Detail

      • supergroupId

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

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

      • DeleteSupergroup

        public DeleteSupergroup()
        Default constructor.
      • DeleteSupergroup

        public DeleteSupergroup​(int supergroupId)
        Constructor for initialization of all fields.
        Parameters:
        supergroupId - Identifier of the supergroup or channel.