Package it.tdlight.jni
Class TdApi.PageBlockAnchor
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlock
it.tdlight.jni.TdApi.PageBlockAnchor
- Enclosing class:
- TdApi
public static class TdApi.PageBlockAnchor extends TdApi.PageBlock
An invisible anchor on a page, which
can be used in a URL to open the page
from the specified anchor.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
name
Name of the anchor. -
Constructor Summary
Constructors Constructor Description PageBlockAnchor()
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.PageBlockAnchor(DataInput input)
PageBlockAnchor(String name)
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor. -
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
-
name
Name of the anchor. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
PageBlockAnchor
public PageBlockAnchor()An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor. -
PageBlockAnchor
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.- Parameters:
name
- String Name of the anchor.
-
PageBlockAnchor
- 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()
-