Package it.tdlight.jni
Class TdApi.GetWebPagePreview
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetWebPagePreview
- Enclosing class:
- TdApi
public static class TdApi.GetWebPagePreview extends TdApi.Function
Returns a web page preview by the text
of the message. Do not call this
function too often. Returns a 404
error if the web page has no preview.
Returns WebPage
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.FormattedText
text
Message text with formatting. -
Constructor Summary
Constructors Constructor Description GetWebPagePreview()
Returns a web page preview by the text of the message.GetWebPagePreview(TdApi.FormattedText text)
Returns a web page preview by the text of the message.GetWebPagePreview(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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
text
Message text with formatting. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetWebPagePreview
public GetWebPagePreview()Returns a web page preview by the text of the message. Do not call this function too often. Returns a 404 error if the web page has no preview.Returns
WebPage
-
GetWebPagePreview
Returns a web page preview by the text of the message. Do not call this function too often. Returns a 404 error if the web page has no preview.Returns
WebPage
- Parameters:
text
- FormattedText Message text with formatting.
-
GetWebPagePreview
- 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()
-