Package it.tdlight.jni
Class TdApi.MessageSenderChat
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageSender
it.tdlight.jni.TdApi.MessageSenderChat
- Enclosing class:
- TdApi
public static class TdApi.MessageSenderChat extends TdApi.MessageSender
The message was sent on behalf of a chat.
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Identifier of the chat that sent the message.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description MessageSenderChat()
The message was sent on behalf of a chat.MessageSenderChat(long chatId)
The message was sent on behalf of a chat.MessageSenderChat(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.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdIdentifier of the chat that sent the message. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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
- 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()
-