java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageForwardOrigin
it.tdlight.jni.TdApi.MessageForwardOriginChat
- Enclosing class:
- TdApi
The message was originally sent on
behalf of a chat.
-
Field Summary
Modifier and TypeFieldDescriptionFor messages originally sent by an anonymous chat administrator, original message author signature.static final int
long
Identifier of the chat that originally sent the message. -
Constructor Summary
ConstructorDescriptionThe message was originally sent on behalf of a chat.MessageForwardOriginChat
(long senderChatId, String authorSignature) The message was originally sent on behalf of a chat.The message was originally sent on behalf of a chat. -
Method Summary
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
For messages originally sent by an anonymous chat administrator, original message author signature. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageForwardOriginChat
public MessageForwardOriginChat()The message was originally sent on behalf of a chat. -
MessageForwardOriginChat
The message was originally sent on behalf of a chat.- Parameters:
senderChatId
- long Identifier of the chat that originally sent the message.authorSignature
- String For messages originally sent by an anonymous chat administrator, original message author signature.
-
MessageForwardOriginChat
The message was originally 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()
-