Class TdApi.TMeUrlTypeSupergroup

  • Enclosing class:
    TdApi

    public static class TdApi.TMeUrlTypeSupergroup
    extends TdApi.TMeUrlType
    A URL linking to a public supergroup or channel.
    • Field Summary

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

      • supergroupId

        public long 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

      • TMeUrlTypeSupergroup

        public TMeUrlTypeSupergroup()
        Default constructor.
      • TMeUrlTypeSupergroup

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