- Enclosing class:
- TdApi
Returns an HTML code for embedding
the message. Available only for messages
in supergroups and channels with a username.
Returns
Text
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat to which the message belongs.static final int
boolean
Pass true to return an HTML code for embedding of the whole media album.long
Identifier of the message. -
Constructor Summary
ConstructorDescriptionReturns an HTML code for embedding the message.GetMessageEmbeddingCode
(long chatId, long messageId, boolean forAlbum) Returns an HTML code for embedding the message.GetMessageEmbeddingCode
(DataInput input) Returns an HTML code for embedding the message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdIdentifier of the chat to which the message belongs. -
messageId
public long messageIdIdentifier of the message. -
forAlbum
public boolean forAlbumPass true to return an HTML code for embedding of the whole media album. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetMessageEmbeddingCode
public GetMessageEmbeddingCode()Returns an HTML code for embedding the message. Available only for messages in supergroups and channels with a username. ReturnsText
-
GetMessageEmbeddingCode
public GetMessageEmbeddingCode(long chatId, long messageId, boolean forAlbum) Returns an HTML code for embedding the message. Available only for messages in supergroups and channels with a username. ReturnsText
- Parameters:
chatId
- long Identifier of the chat to which the message belongs.messageId
- long Identifier of the message.forAlbum
- boolean Pass true to return an HTML code for embedding of the whole media album.
-
GetMessageEmbeddingCode
Returns an HTML code for embedding the message. Available only for messages in supergroups and channels with a username. ReturnsText
- 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()
-