Package-level declarations
Types
Functions
Same as Guild.retrieveAutoModRuleById, but returns null
if the rule does not exist.
Retrieves a Ban of the provided UserSnowflake, or null
if the user is not banned.
Same as Guild.retrieveEmojiById, but returns null
on ErrorResponse.UNKNOWN_EMOJI.
Same as Guild.retrieveEmoji, but returns null
on ErrorResponse.UNKNOWN_EMOJI.
Retrieves an Entitlement from the provided ID, see JDA.retrieveEntitlementById for more details.
Same as Guild.retrieveMemberVoiceStateById, but returns null
on ErrorResponse.UNKNOWN_VOICE_STATE.
Same as Guild.retrieveMemberVoiceState, but returns null
on ErrorResponse.UNKNOWN_VOICE_STATE.
Same as MessageChannel.retrieveMessageById, but returns null
on ErrorResponse.UNKNOWN_MESSAGE.
Same as WebhookClient.retrieveMessageById, but returns null
on ErrorResponse.UNKNOWN_MESSAGE.
Same as InteractionHook.retrieveOriginal, but returns null
on ErrorResponse.UNKNOWN_MESSAGE.
Same as Guild.retrieveOwner, but returns null
on ErrorResponse.UNKNOWN_MEMBER or ErrorResponse.UNKNOWN_USER.
Same as ThreadChannel.retrieveParentMessage, but returns null
on ErrorResponse.UNKNOWN_MESSAGE.
Same as Guild.retrieveScheduledEventById, but returns null
on ErrorResponse.UNKNOWN_SCHEDULED_EVENT.
Same as ThreadChannel.retrieveStartMessage, but returns null
on ErrorResponse.UNKNOWN_MESSAGE.
Retrieves a sticker from the provided ID, see JDA.retrieveSticker for more details.
Same as Guild.retrieveSticker, but returns null
on ErrorResponse.UNKNOWN_STICKER.
Retrieves a thread by ID.
Retrieves a thread by ID.
Retrieves a thread by ID.
Same as ThreadChannel.retrieveThreadMemberById, but returns null
on ErrorResponse.UNKNOWN_MEMBER.
Same as ThreadChannel.retrieveThreadMemberById, but returns null
on ErrorResponse.UNKNOWN_MEMBER.
Same as ShardManager.retrieveUserById, but returns null
on ErrorResponse.UNKNOWN_USER.
Retrieves a User with the provided ID.
Retrieves the Vanity Invite meta-data for this guild, or null
if the vanity code is null
or when a INVITE_CODE_INVALID
error response was caught.
Retrieves a Webhook from the provided ID, see JDA.retrieveWebhookById for more details.
Same as Guild.retrieveWelcomeScreen, but returns null
on ErrorResponse.UNKNOWN_GUILD_WELCOME_SCREEN.