Package org.drinkless.tdlib
Class TdApi.MessageForwardOriginChat
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageForwardOrigin
-
- org.drinkless.tdlib.TdApi.MessageForwardOriginChat
-
- Enclosing class:
- TdApi
public static class TdApi.MessageForwardOriginChat extends TdApi.MessageForwardOrigin
The message was originally sent on behalf of a chat.
-
-
Field Summary
Fields Modifier and Type Field Description StringauthorSignatureFor messages originally sent by an anonymous chat administrator, original message author signature.static intCONSTRUCTORIdentifier uniquely determining type of the object.longsenderChatIdIdentifier of the chat that originally sent the message.
-
Constructor Summary
Constructors Constructor Description MessageForwardOriginChat()The message was originally sent on behalf of a chat.MessageForwardOriginChat(long senderChatId, String authorSignature)The message was originally sent on behalf of a chat.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
senderChatId
public long senderChatId
Identifier of the chat that originally sent the message.
-
authorSignature
public String authorSignature
For messages originally sent by an anonymous chat administrator, original message author signature.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageForwardOriginChat
public MessageForwardOriginChat()
The message was originally sent on behalf of a chat.
-
MessageForwardOriginChat
public MessageForwardOriginChat(long senderChatId, String authorSignature)The message was originally sent on behalf of a chat.- Parameters:
senderChatId- Identifier of the chat that originally sent the message.authorSignature- For messages originally sent by an anonymous chat administrator, original message author signature.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-