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 by an
anonymous chat administrator on behalf
of the chat.
-
Field Summary
Modifier and TypeFieldDescriptionOriginal message author signature.static final int
long
Identifier of the chat that originally sent the message. -
Constructor Summary
ConstructorDescriptionThe 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.The message was originally sent by an anonymous chat administrator on behalf of the 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
Original message author signature. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
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
The message was originally sent by an anonymous chat administrator on behalf of the 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()
-