Package org.drinkless.tdlib
Class TdApi.InputMessageReplyToExternalMessage
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputMessageReplyTo
org.drinkless.tdlib.TdApi.InputMessageReplyToExternalMessage
- Enclosing class:
- TdApi
Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.InputMessageReplyTo
TdApi.InputMessageReplyTo.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe identifier of the chat to which the message to be replied belongs.static final intIdentifier uniquely determining type of the object.longThe identifier of the message to be replied in the specified chat.Quote from the message to be replied; pass null if none. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.InputMessageReplyToExternalMessage(long chatId, long messageId, TdApi.InputTextQuote quote) Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdThe identifier of the chat to which the message to be replied belongs. -
messageId
public long messageIdThe identifier of the message to be replied in the specified chat. A message can be replied in another chat or topic only if message.canBeRepliedInAnotherChat. -
quote
Quote from the message to be replied; pass null if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageReplyToExternalMessage
public InputMessageReplyToExternalMessage()Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats. -
InputMessageReplyToExternalMessage
Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.- Parameters:
chatId- The identifier of the chat to which the message to be replied belongs.messageId- The identifier of the message to be replied in the specified chat. A message can be replied in another chat or topic only if message.canBeRepliedInAnotherChat.quote- Quote from the message to be replied; pass null if none.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.InputMessageReplyTo- Returns:
- this.CONSTRUCTOR
-