java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageLink
- Enclosing class:
- TdApi
Contains an HTTPS link to a message
in a supergroup or channel, or a forum topic.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the link will work for non-members of the chat.The link. -
Constructor Summary
ConstructorDescriptionContains an HTTPS link to a message in a supergroup or channel, or a forum topic.MessageLink
(DataInput input) Contains an HTTPS link to a message in a supergroup or channel, or a forum topic.MessageLink
(String link, boolean isPublic) Contains an HTTPS link to a message in a supergroup or channel, or a forum topic. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
link
The link. -
isPublic
public boolean isPublicTrue, if the link will work for non-members of the chat. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageLink
public MessageLink()Contains an HTTPS link to a message in a supergroup or channel, or a forum topic. -
MessageLink
Contains an HTTPS link to a message in a supergroup or channel, or a forum topic.- Parameters:
link
- String The link.isPublic
- boolean True, if the link will work for non-members of the chat.
-
MessageLink
Contains an HTTPS link to a message in a supergroup or channel, or a forum topic.- 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()
-