Package org.drinkless.tdlib
Class TdApi.MessageOriginChannel
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageOrigin
org.drinkless.tdlib.TdApi.MessageOriginChannel
- Enclosing class:
- TdApi
The message was originally a post in a channel.
-
Field Summary
FieldsModifier and TypeFieldDescriptionOriginal post author signature.long
Identifier of the channel chat to which the message was originally sent.static final int
Identifier uniquely determining type of the object.long
Message identifier of the original message. -
Constructor Summary
ConstructorsConstructorDescriptionThe message was originally a post in a channel.MessageOriginChannel
(long chatId, long messageId, String authorSignature) The message was originally a post in a channel. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdIdentifier of the channel chat to which the message was originally sent. -
messageId
public long messageIdMessage identifier of the original message. -
authorSignature
Original post author signature. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageOriginChannel
public MessageOriginChannel()The message was originally a post in a channel. -
MessageOriginChannel
The message was originally a post in a channel.- Parameters:
chatId
- Identifier of the channel chat to which the message was originally sent.messageId
- Message identifier of the original message.authorSignature
- Original post author signature.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-