java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageSender
it.tdlight.jni.TdApi.MessageSenderChat
- Enclosing class:
- TdApi
The message was sent on behalf of a chat.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat that sent the message.static final int
-
Constructor Summary
ConstructorDescriptionThe message was sent on behalf of a chat.MessageSenderChat
(long chatId) The message was sent on behalf of a chat.MessageSenderChat
(DataInput input) The message was sent on behalf of a chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdIdentifier of the chat that sent the message. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageSenderChat
public MessageSenderChat()The message was sent on behalf of a chat. -
MessageSenderChat
public MessageSenderChat(long chatId) The message was sent on behalf of a chat.- Parameters:
chatId
- long Identifier of the chat that sent the message.
-
MessageSenderChat
The message was sent on behalf of a chat.- 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()
-