Uses of Class
org.drinkless.tdlib.TdApi.ChatInviteLink
Packages that use TdApi.ChatInviteLink
-
Uses of TdApi.ChatInviteLink in org.drinkless.tdlib
Fields in org.drinkless.tdlib 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 org.drinkless.tdlib 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, long directMessagesChatId, int slowModeDelay, double slowModeDelayExpiresIn, boolean canEnablePaidMessages, boolean canEnablePaidReaction, boolean canGetMembers, boolean hasHiddenMembers, boolean canHideMembers, boolean canSetStickerSet, boolean canSetLocation, boolean canGetStatistics, boolean canGetRevenueStatistics, boolean canGetStarRevenueStatistics, boolean canSendGift, boolean canToggleAggressiveAntiSpam, boolean isAllHistoryAvailable, boolean canHaveSponsoredMessages, boolean hasAggressiveAntiSpamEnabled, boolean hasPaidMediaAllowed, boolean hasPinnedStories, int giftCount, int myBoostCount, int unrestrictBoostCount, long outgoingPaidMessageStarCount, long stickerSetId, long customEmojiStickerSetId, TdApi.ChatLocation location, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands, TdApi.BotVerification botVerification, long upgradedFromBasicGroupId, long upgradedFromMaxMessageId) Contains full information about a supergroup or channel.UpdateChatMember(long chatId, long actorUserId, int date, TdApi.ChatInviteLink inviteLink, boolean viaJoinRequest, 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.