public static class TdApi.GetMessageImportConfirmationText extends TdApi.Function
Returns Text
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Identifier of a chat to which the messages will be imported.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
GetMessageImportConfirmationText()
Default constructor for a function, which returns a confirmation text to be shown to the user before starting message import.
|
GetMessageImportConfirmationText(long chatId)
Creates a function, which returns a confirmation text to be shown to the user before starting message import.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public static final int CONSTRUCTOR
public GetMessageImportConfirmationText()
Returns Text
public GetMessageImportConfirmationText(long chatId)
Returns Text
chatId
- 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.public int getConstructor()
getConstructor
in class TdApi.Function