Package it.tdlight.jni
Class TdApi.GetMessageEmbeddingCode
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetMessageEmbeddingCode
- Enclosing class:
- TdApi
public static class TdApi.GetMessageEmbeddingCode extends TdApi.Function
Returns an HTML code for embedding
the message. Available only for messages
in supergroups and channels with a username.
Returns Text
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Identifier of the chat to which the message belongs.static int
CONSTRUCTOR
boolean
forAlbum
Pass true to return an HTML code for embedding of the whole media album.long
messageId
Identifier of the message. -
Constructor Summary
Constructors Constructor Description GetMessageEmbeddingCode()
Returns 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)
-
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
-
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:
- Constant Field Values
-
-
Constructor Details
-
GetMessageEmbeddingCode
public GetMessageEmbeddingCode()Returns an HTML code for embedding the message. Available only for messages in supergroups and channels with a username.Returns
Text
-
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.Returns
Text
- 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
- 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()
-