Module tdlight.api

Class TdApi.TMeUrlTypeSupergroup

Enclosing class:
TdApi

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

    • supergroupId

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

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • TMeUrlTypeSupergroup

      public TMeUrlTypeSupergroup()
      A URL linking to a public supergroup or channel.
    • TMeUrlTypeSupergroup

      public TMeUrlTypeSupergroup(long supergroupId)
      A URL linking to a public supergroup or channel.
      Parameters:
      supergroupId - long Identifier of the supergroup or channel.
    • TMeUrlTypeSupergroup

      public TMeUrlTypeSupergroup(DataInput input) throws IOException
      A URL linking to a public supergroup or channel.
      Throws:
      IOException
  • Method Details