Package it.tdlight.jni
Class TdApi.TMeUrls
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TMeUrls
- Enclosing class:
- TdApi
public static class TdApi.TMeUrls extends TdApi.Object
Contains a list of t.me URLs.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.TMeUrl[]
urls
List of URLs. -
Constructor Summary
Constructors Constructor Description TMeUrls()
Contains a list of t.me URLs.TMeUrls(TdApi.TMeUrl[] urls)
Contains a list of t.me URLs.TMeUrls(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
urls
List of URLs. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
TMeUrls
public TMeUrls()Contains a list of t.me URLs. -
TMeUrls
Contains a list of t.me URLs.- Parameters:
urls
- TMeUrl[] List of URLs.
-
TMeUrls
- 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()
-