Package it.tdlight.jni
Class TdApi.MessageForwardOriginChat
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageForwardOrigin
it.tdlight.jni.TdApi.MessageForwardOriginChat
- Enclosing class:
- TdApi
public static class TdApi.MessageForwardOriginChat extends TdApi.MessageForwardOrigin
The message was originally sent by an
anonymous chat administrator on behalf
of the chat.
-
Field Summary
Fields Modifier and Type Field Description String
authorSignature
Original message author signature.static int
CONSTRUCTOR
long
senderChatId
Identifier of the chat that originally sent the message. -
Constructor Summary
Constructors Constructor Description MessageForwardOriginChat()
The message was originally sent by an anonymous chat administrator on behalf of the chat.MessageForwardOriginChat(long senderChatId, String authorSignature)
The message was originally sent by an anonymous chat administrator on behalf of the chat.MessageForwardOriginChat(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
-
senderChatId
public long senderChatIdIdentifier of the chat that originally sent the message. -
authorSignature
Original message author signature. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageForwardOriginChat
public MessageForwardOriginChat()The message was originally sent by an anonymous chat administrator on behalf of the chat. -
MessageForwardOriginChat
The message was originally sent by an anonymous chat administrator on behalf of the chat.- Parameters:
senderChatId
- long Identifier of the chat that originally sent the message.authorSignature
- String Original message author signature.
-
MessageForwardOriginChat
- 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()
-