public static class TdApi.ResendMessages extends TdApi.Function
Returns Messages
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Identifier of the chat to send messages.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
messageIds
Identifiers of the messages to resend.
|
Constructor and Description |
---|
ResendMessages()
Default constructor for a function, which resends messages which failed to send.
|
ResendMessages(long chatId,
long[] messageIds)
Creates a function, which resends messages which failed to send.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public long[] messageIds
public static final int CONSTRUCTOR
public ResendMessages()
Returns Messages
public ResendMessages(long chatId, long[] messageIds)
Returns Messages
chatId
- Identifier of the chat to send messages.messageIds
- Identifiers of the messages to resend. Message identifiers must be in a strictly increasing order.public int getConstructor()
getConstructor
in class TdApi.Function