Package org.drinkless.tdlib
Class TdApi.MessageForwardOriginChannel
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageForwardOrigin
-
- org.drinkless.tdlib.TdApi.MessageForwardOriginChannel
-
- Enclosing class:
- TdApi
public static class TdApi.MessageForwardOriginChannel extends TdApi.MessageForwardOrigin
The message was originally a post in a channel.
-
-
Field Summary
Fields Modifier and Type Field Description StringauthorSignatureOriginal post author signature.longchatIdIdentifier of the chat from which the message was originally forwarded.static intCONSTRUCTORIdentifier uniquely determining type of the object.longmessageIdMessage identifier of the original message.
-
Constructor Summary
Constructors Constructor Description MessageForwardOriginChannel()The message was originally a post in a channel.MessageForwardOriginChannel(long chatId, long messageId, String authorSignature)The message was originally a post in a channel.
-
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
-
chatId
public long chatId
Identifier of the chat from which the message was originally forwarded.
-
messageId
public long messageId
Message identifier of the original message.
-
authorSignature
public String authorSignature
Original post author signature.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageForwardOriginChannel
public MessageForwardOriginChannel()
The message was originally a post in a channel.
-
MessageForwardOriginChannel
public MessageForwardOriginChannel(long chatId, long messageId, String authorSignature)The message was originally a post in a channel.- Parameters:
chatId- Identifier of the chat from which the message was originally forwarded.messageId- Message identifier of the original message.authorSignature- Original post author signature.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-