Package it.tdlight.jni
Class TdApi.AddLocalMessage
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.AddLocalMessage
- Enclosing class:
- TdApi
public static class TdApi.AddLocalMessage extends TdApi.Function
Adds a local message to a chat. The
message is persistent across application
restarts only if the message database
is used. Returns the added message.
Returns Message
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Target chat.static int
CONSTRUCTOR
boolean
disableNotification
Pass true to disable notification for the message.TdApi.InputMessageContent
inputMessageContent
The content of the message to be added.long
replyToMessageId
Identifier of the message to reply to or 0.TdApi.MessageSender
sender
The sender of the message. -
Constructor Summary
Constructors Constructor Description AddLocalMessage()
Adds a local message to a chat.AddLocalMessage(long chatId, TdApi.MessageSender sender, long replyToMessageId, boolean disableNotification, TdApi.InputMessageContent inputMessageContent)
Adds a local message to a chat.AddLocalMessage(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 chatIdTarget chat. -
sender
The sender of the message. -
replyToMessageId
public long replyToMessageIdIdentifier of the message to reply to or 0. -
disableNotification
public boolean disableNotificationPass true to disable notification for the message. -
inputMessageContent
The content of the message to be added. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
AddLocalMessage
public AddLocalMessage()Adds a local message to a chat. The message is persistent across application restarts only if the message database is used. Returns the added message.Returns
Message
-
AddLocalMessage
public AddLocalMessage(long chatId, TdApi.MessageSender sender, long replyToMessageId, boolean disableNotification, TdApi.InputMessageContent inputMessageContent)Adds a local message to a chat. The message is persistent across application restarts only if the message database is used. Returns the added message.Returns
Message
- Parameters:
chatId
- long Target chat.sender
- MessageSender The sender of the message.replyToMessageId
- long Identifier of the message to reply to or 0.disableNotification
- boolean Pass true to disable notification for the message.inputMessageContent
- InputMessageContent The content of the message to be added.
-
AddLocalMessage
- 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()
-