Uses of Class
it.tdlight.jni.TdApi.ChatInviteLink
-
Uses of TdApi.ChatInviteLink in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.ChatInviteLinkModifier and TypeFieldDescriptionTdApi.BasicGroupFullInfo.inviteLinkPrimary invite link for this group; may be null.TdApi.ChatEventInviteLinkDeleted.inviteLinkThe invite link.TdApi.ChatEventInviteLinkRevoked.inviteLinkThe invite link.TdApi.ChatEventMemberJoinedByInviteLink.inviteLinkInvite link used to join the chat.TdApi.ChatEventMemberJoinedByRequest.inviteLinkInvite link used to join the chat; may be null.TdApi.SupergroupFullInfo.inviteLinkPrimary invite link for the chat; may be null.TdApi.UpdateChatMember.inviteLinkIf user has joined the chat using an invite link, the invite link; may be null.TdApi.UpdateNewChatJoinRequest.inviteLinkThe invite link, which was used to send join request; may be null.TdApi.ChatInviteLinks.inviteLinksList of invite links.TdApi.ChatEventInviteLinkEdited.newInviteLinkNew information about the invite link.TdApi.ChatEventInviteLinkEdited.oldInviteLinkPrevious information about the invite link.Constructors in it.tdlight.jni with parameters of type TdApi.ChatInviteLinkModifierConstructorDescriptionBasicGroupFullInfo(TdApi.ChatPhoto photo, String description, long creatorUserId, TdApi.ChatMember[] members, boolean canHideMembers, boolean canToggleAggressiveAntiSpam, 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.ChatEventMemberJoinedByInviteLink(TdApi.ChatInviteLink inviteLink, boolean viaChatFolderInviteLink) 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 hasHiddenMembers, boolean canHideMembers, boolean canSetUsername, boolean canSetStickerSet, boolean canSetLocation, boolean canGetStatistics, boolean canToggleAggressiveAntiSpam, boolean isAllHistoryAvailable, boolean hasAggressiveAntiSpamEnabled, 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, boolean viaChatFolderInviteLink, TdApi.ChatMember oldChatMember, TdApi.ChatMember newChatMember) User rights changed in a chat; for bots only.UpdateNewChatJoinRequest(long chatId, TdApi.ChatJoinRequest request, long userChatId, TdApi.ChatInviteLink inviteLink) A user sent a join request to a chat; for bots only.