- Enclosing class:
- TdApi
Sends 2-10 messages grouped together into an album. Currently, only
audio, document, photo and video messages can be grouped into an
album. Documents and audio files can be only grouped in an album with
messages of the same type. Returns sent messages.
Returns Messages
-
Field Summary
Modifier and TypeFieldDescriptionlong
Target chat.static final int
Identifier uniquely determining type of the object.Contents of messages to be sent.long
If not 0, a message thread identifier in which the messages will be sent.boolean
Pass true to get fake messages instead of actually sending them.Options to be used to send the messages; pass null to use default options.Identifier of the replied message or story; pass null if none. -
Constructor Summary
ConstructorDescriptionSends 2-10 messages grouped together into an album.SendMessageAlbum
(long chatId, long messageThreadId, TdApi.MessageReplyTo replyTo, TdApi.MessageSendOptions options, TdApi.InputMessageContent[] inputMessageContents, boolean onlyPreview) Sends 2-10 messages grouped together into an album.SendMessageAlbum
(DataInput input) Sends 2-10 messages grouped together into an album. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdTarget chat. -
messageThreadId
public long messageThreadIdIf not 0, a message thread identifier in which the messages will be sent. -
replyTo
Identifier of the replied message or story; pass null if none. -
options
Options to be used to send the messages; pass null to use default options. -
inputMessageContents
Contents of messages to be sent. At most 10 messages can be added to an album. -
onlyPreview
public boolean onlyPreviewPass true to get fake messages instead of actually sending them. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SendMessageAlbum
public SendMessageAlbum()Sends 2-10 messages grouped together into an album. Currently, only audio, document, photo and video messages can be grouped into an album. Documents and audio files can be only grouped in an album with messages of the same type. Returns sent messages.Returns
Messages
-
SendMessageAlbum
public SendMessageAlbum(long chatId, long messageThreadId, TdApi.MessageReplyTo replyTo, TdApi.MessageSendOptions options, TdApi.InputMessageContent[] inputMessageContents, boolean onlyPreview) Sends 2-10 messages grouped together into an album. Currently, only audio, document, photo and video messages can be grouped into an album. Documents and audio files can be only grouped in an album with messages of the same type. Returns sent messages.Returns
Messages
- Parameters:
chatId
- Target chat.messageThreadId
- If not 0, a message thread identifier in which the messages will be sent.replyTo
- Identifier of the replied message or story; pass null if none.options
- Options to be used to send the messages; pass null to use default options.inputMessageContents
- Contents of messages to be sent. At most 10 messages can be added to an album.onlyPreview
- Pass true to get fake messages instead of actually sending them.Returns
Messages
-
SendMessageAlbum
Sends 2-10 messages grouped together into an album. Currently, only audio, document, photo and video messages can be grouped into an album. Documents and audio files can be only grouped in an album with messages of the same type. Returns sent messages.Returns
Messages
- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-