- 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
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat to which the message belongs.static final intbooleanPass true to return an HTML code for embedding of the whole media album.longIdentifier of the message. -
Constructor Summary
ConstructorsConstructorDescriptionReturns 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-