Uses of Class
it.tdlight.jni.TdApi.ChatInviteLink
-
Uses of TdApi.ChatInviteLink in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.BasicGroupFullInfo.inviteLink
Primary invite link for this group; may be null.TdApi.ChatEventInviteLinkDeleted.inviteLink
The invite link.TdApi.ChatEventInviteLinkRevoked.inviteLink
The invite link.TdApi.ChatEventMemberJoinedByInviteLink.inviteLink
Invite link used to join the chat.TdApi.ChatEventMemberJoinedByRequest.inviteLink
Invite link used to join the chat; may be null.TdApi.SupergroupFullInfo.inviteLink
Primary invite link for the chat; may be null.TdApi.UpdateChatMember.inviteLink
If user has joined the chat using an invite link, the invite link; may be null.TdApi.UpdateNewChatJoinRequest.inviteLink
The invite link, which was used to send join request; may be null.TdApi.ChatInviteLinks.inviteLinks
List of invite links.TdApi.ChatEventInviteLinkEdited.newInviteLink
New information about the invite link.TdApi.ChatEventInviteLinkEdited.oldInviteLink
Previous information about the invite link.ModifierConstructorDescriptionBasicGroupFullInfo
(TdApi.ChatPhoto photo, String description, long creatorUserId, TdApi.ChatMember[] members, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands) Contains full information about a basic group.ChatEventInviteLinkDeleted
(TdApi.ChatInviteLink inviteLink) A revoked chat invite link was deleted.ChatEventInviteLinkEdited
(TdApi.ChatInviteLink oldInviteLink, TdApi.ChatInviteLink newInviteLink) A chat invite link was edited.ChatEventInviteLinkRevoked
(TdApi.ChatInviteLink inviteLink) A chat invite link was revoked.A new member joined the chat via an invite link.ChatEventMemberJoinedByRequest
(long approverUserId, TdApi.ChatInviteLink inviteLink) A new member was accepted to the chat by an administrator.ChatInviteLinks
(int totalCount, TdApi.ChatInviteLink[] inviteLinks) Contains a list of chat invite links.SupergroupFullInfo
(TdApi.ChatPhoto photo, String description, int memberCount, int administratorCount, int restrictedCount, int bannedCount, long linkedChatId, int slowModeDelay, double slowModeDelayExpiresIn, boolean canGetMembers, boolean canSetUsername, boolean canSetStickerSet, boolean canSetLocation, boolean canGetStatistics, boolean isAllHistoryAvailable, long stickerSetId, TdApi.ChatLocation location, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands, long upgradedFromBasicGroupId, long upgradedFromMaxMessageId) Contains full information about a supergroup or channel.UpdateChatMember
(long chatId, long actorUserId, int date, TdApi.ChatInviteLink inviteLink, TdApi.ChatMember oldChatMember, TdApi.ChatMember newChatMember) User rights changed in a chat; for bots only.UpdateNewChatJoinRequest
(long chatId, TdApi.ChatJoinRequest request, TdApi.ChatInviteLink inviteLink) A user sent a join request to a chat; for bots only.