Package org.drinkless.tdlib
Class TdApi.TMeUrls
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.TMeUrl[]urlsList 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
urls
public TdApi.TMeUrl[] urls
List of URLs.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TMeUrls
public TMeUrls()
Contains a list of t.me URLs.
-
TMeUrls
public TMeUrls(TdApi.TMeUrl[] urls)
Contains a list of t.me URLs.- Parameters:
urls- List of URLs.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-