public static class TdApi.AddChatFolderByInviteLink extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long[] |
chatIds
Identifiers of the chats added to the chat folder.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inviteLink
Invite link for the chat folder.
|
| Constructor and Description |
|---|
AddChatFolderByInviteLink()
Default constructor for a function, which adds a chat folder by an invite link.
|
AddChatFolderByInviteLink(java.lang.String inviteLink,
long[] chatIds)
Creates a function, which adds a chat folder by an invite link.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String inviteLink
public long[] chatIds
public static final int CONSTRUCTOR
public AddChatFolderByInviteLink()
Returns Ok
public AddChatFolderByInviteLink(java.lang.String inviteLink,
long[] chatIds)
Returns Ok
inviteLink - Invite link for the chat folder.chatIds - Identifiers of the chats added to the chat folder. The chats are automatically joined if they aren't joined yet.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object