- Enclosing class:
- TdApi
Returns a confirmation text to be
shown to the user before starting message import.
Returns
Text
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of a chat to which the messages will be imported.static final int
-
Constructor Summary
ConstructorDescriptionReturns a confirmation text to be shown to the user before starting message import.GetMessageImportConfirmationText
(long chatId) Returns a confirmation text to be shown to the user before starting message import.Returns a confirmation text to be shown to the user before starting message import. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdIdentifier of a chat to which the messages will be imported. It must be an identifier of a private chat with a mutual contact or an identifier of a supergroup chat with canChangeInfo administrator right. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetMessageImportConfirmationText
public GetMessageImportConfirmationText()Returns a confirmation text to be shown to the user before starting message import. ReturnsText
-
GetMessageImportConfirmationText
public GetMessageImportConfirmationText(long chatId) Returns a confirmation text to be shown to the user before starting message import. ReturnsText
- Parameters:
chatId
- long Identifier of a chat to which the messages will be imported. It must be an identifier of a private chat with a mutual contact or an identifier of a supergroup chat with canChangeInfo administrator right.
-
GetMessageImportConfirmationText
Returns a confirmation text to be shown to the user before starting message import. ReturnsText
- 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()
-