java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TMeUrlType
it.tdlight.jni.TdApi.TMeUrlTypeSupergroup
- Enclosing class:
- TdApi
A URL linking to a public supergroup or channel.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Identifier of the supergroup or channel. -
Constructor Summary
ConstructorDescriptionA URL linking to a public supergroup or channel.TMeUrlTypeSupergroup
(long supergroupId) A URL linking to a public supergroup or channel.TMeUrlTypeSupergroup
(DataInput input) A URL linking to a public supergroup or channel. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
supergroupId
public long supergroupIdIdentifier 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
A URL linking to a public supergroup or channel.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-