Package it.tdlight.jni
Class TdApi.GetChatInviteLink
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetChatInviteLink
- Enclosing class:
- TdApi
public static class TdApi.GetChatInviteLink extends TdApi.Function
Returns information about an invite
link. Requires administrator privileges
and canInviteUsers right in the chat
to get own links and owner privileges
to get other links.
Returns ChatInviteLink
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
String
inviteLink
Invite link to get. -
Constructor Summary
Constructors Constructor Description GetChatInviteLink()
Returns information about an invite link.GetChatInviteLink(long chatId, String inviteLink)
Returns information about an invite link.GetChatInviteLink(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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 chatIdChat identifier. -
inviteLink
Invite link to get. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetChatInviteLink
public GetChatInviteLink()Returns information about an invite link. Requires administrator privileges and canInviteUsers right in the chat to get own links and owner privileges to get other links.Returns
ChatInviteLink
-
GetChatInviteLink
Returns information about an invite link. Requires administrator privileges and canInviteUsers right in the chat to get own links and owner privileges to get other links.Returns
ChatInviteLink
- Parameters:
chatId
- long Chat identifier.inviteLink
- String Invite link to get.
-
GetChatInviteLink
- 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()
-