Skip to main content

Discord

Manage your Discord server.

Discord Logo

Authentication

This connector uses OAuth 2.0 authentication.

info

Set up your connection in the Abstra Console before using it in your workflows.

How to use

Using the Smart Chat

Execute the action "CHOOSE_ONE_ACTION_BELOW" from my connector "YOUR_CONNECTOR_NAME" using the params "PARAMS_HERE".

Using the Web Editor

from abstra.connectors import run_connection_action

result = run_connection_action(
connection_name="your_connection_name",
action_name="your_action_name",
params={
"param1": "value1",
"param2": "value2"
})

Available Actions

This connector provides 223 actions:

ActionPurposeParameters
get_applications_@meNo description availableNo parameters
patch_applications_@meNo description availabledata: {
. description (object,null)
. icon (string,null)
. cover_image (string,null)
. team_id
. flags (integer,null)
. interactions_endpoint_url (string,null)
. explicit_content_filter
. max_participants (integer,null)
. type
. tags (array,null)
. custom_install_url (string,null)
. install_params
. role_connections_verification_url (string,null)
. integration_types_config (object,null)
} (object) required
get_applications_by_application_idNo description availableapplication_id (string)
patch_applications_by_application_idNo description availableapplication_id (string)
data: {
. description (object,null)
. icon (string,null)
. cover_image (string,null)
. team_id
. flags (integer,null)
. interactions_endpoint_url (string,null)
. explicit_content_filter
. max_participants (integer,null)
. type
. tags (array,null)
. custom_install_url (string,null)
. install_params
. role_connections_verification_url (string,null)
. integration_types_config (object,null)
} (object) required
get_applications_by_application_id_activity_instances_by_instance_idNo description availableapplication_id (string)
instance_id (string)
post_applications_by_application_id_attachmentNo description availableapplication_id (string)
get_applications_by_application_id_commandsNo description availableapplication_id (string)
with_localizations (boolean)
put_applications_by_application_id_commandsNo description availableapplication_id (string)
data (array,null) required
post_applications_by_application_id_commandsNo description availableapplication_id (string)
data: {
. name (string)
. name_localizations (object,null)
. description (string,null)
. description_localizations (object,null)
. options (array,null)
. default_member_permissions (integer,null)
. dm_permission (boolean,null)
. contexts (array,null)
. integration_types (array,null)
. handler
. type
} (object) required
get_applications_by_application_id_commands_by_command_idNo description availableapplication_id (string)
command_id (string)
delete_applications_by_application_id_commands_by_command_idNo description availableapplication_id (string)
command_id (string)
patch_applications_by_application_id_commands_by_command_idNo description availableapplication_id (string)
command_id (string)
data: {
. name (string)
. name_localizations (object,null)
. description (string,null)
. description_localizations (object,null)
. options (array,null)
. default_member_permissions (integer,null)
. dm_permission (boolean,null)
. contexts (array,null)
. integration_types (array,null)
. handler
} (object) required
get_applications_by_application_id_emojisNo description availableapplication_id (string)
post_applications_by_application_id_emojisNo description availableapplication_id (string)
data: {
. name (string)
. image (string)
} (object) required
get_applications_by_application_id_emojis_by_emoji_idNo description availableapplication_id (string)
emoji_id (string)
delete_applications_by_application_id_emojis_by_emoji_idNo description availableapplication_id (string)
emoji_id (string)
patch_applications_by_application_id_emojis_by_emoji_idNo description availableapplication_id (string)
emoji_id (string)
data: {
. name (string)
} (object) required
get_applications_by_application_id_entitlementsNo description availableapplication_id (string)
user_id (string)
sku_ids (undefined) required
guild_id (string)
before (string)
after (string)
limit (integer)
exclude_ended (boolean)
exclude_deleted (boolean)
only_active (boolean)
post_applications_by_application_id_entitlementsNo description availableapplication_id (string)
data: {
. sku_id
. owner_id
. owner_type
} (object) required
get_applications_by_application_id_entitlements_by_entitlement_idNo description availableapplication_id (string)
entitlement_id (string)
delete_applications_by_application_id_entitlements_by_entitlement_idNo description availableapplication_id (string)
entitlement_id (string)
post_applications_by_application_id_entitlements_by_entitlement_id_consumeNo description availableapplication_id (string)
entitlement_id (string)
get_applications_by_application_id_guilds_by_guild_id_commandsNo description availableapplication_id (string)
guild_id (string)
with_localizations (boolean)
put_applications_by_application_id_guilds_by_guild_id_commandsNo description availableapplication_id (string)
guild_id (string)
data (array,null) required
post_applications_by_application_id_guilds_by_guild_id_commandsNo description availableapplication_id (string)
guild_id (string)
data: {
. name (string)
. name_localizations (object,null)
. description (string,null)
. description_localizations (object,null)
. options (array,null)
. default_member_permissions (integer,null)
. dm_permission (boolean,null)
. contexts (array,null)
. integration_types (array,null)
. handler
. type
} (object) required
get_applications_by_application_id_guilds_by_guild_id_commands_permissionsNo description availableapplication_id (string)
guild_id (string)
get_applications_by_application_id_guilds_by_guild_id_commands_by_command_idNo description availableapplication_id (string)
guild_id (string)
command_id (string)
delete_applications_by_application_id_guilds_by_guild_id_commands_by_command_idNo description availableapplication_id (string)
guild_id (string)
command_id (string)
patch_applications_by_application_id_guilds_by_guild_id_commands_by_command_idNo description availableapplication_id (string)
guild_id (string)
command_id (string)
data: {
. name (string)
. name_localizations (object,null)
. description (string,null)
. description_localizations (object,null)
. options (array,null)
. default_member_permissions (integer,null)
. dm_permission (boolean,null)
. contexts (array,null)
. integration_types (array,null)
. handler
} (object) required
get_applications_by_application_id_guilds_by_guild_id_commands_by_command_id_permissionsNo description availableapplication_id (string)
guild_id (string)
command_id (string)
put_applications_by_application_id_guilds_by_guild_id_commands_by_command_id_permissionsNo description availableapplication_id (string)
guild_id (string)
command_id (string)
data: {
. permissions (array,null)
} (object) required
get_applications_by_application_id_role_connections_metadataNo description availableapplication_id (string)
put_applications_by_application_id_role_connections_metadataNo description availableapplication_id (string)
data (array,null) required
get_channels_by_channel_idNo description availablechannel_id (string)
delete_channels_by_channel_idNo description availablechannel_id (string)
patch_channels_by_channel_idNo description availablechannel_id (string)
data (undefined) required
post_channels_by_channel_id_followersNo description availablechannel_id (string)
data: {
. webhook_channel_id (string)
} (object) required
get_channels_by_channel_id_invitesNo description availablechannel_id (string)
post_channels_by_channel_id_invitesNo description availablechannel_id (string)
data (undefined) required
get_channels_by_channel_id_messagesNo description availablechannel_id (string)
around (string)
before (string)
after (string)
limit (integer)
post_channels_by_channel_id_messagesNo description availablechannel_id (string)
data: {
. content (string,null)
. embeds (array,null)
. allowed_mentions
. sticker_ids (array,null)
. components (array,null)
. flags (integer,null)
. attachments (array,null)
. poll
. shared_client_theme
. confetti_potion
. message_reference
. nonce
. enforce_nonce (boolean,null)
. tts (boolean,null)
} (object) required
post_channels_by_channel_id_messages_bulk_deleteNo description availablechannel_id (string)
data: {
. messages (array)
} (object) required
get_channels_by_channel_id_messages_pinsNo description availablechannel_id (string)
before (string)
limit (integer)
put_channels_by_channel_id_messages_pins_by_message_idNo description availablechannel_id (string)
message_id (string)
delete_channels_by_channel_id_messages_pins_by_message_idNo description availablechannel_id (string)
message_id (string)
get_channels_by_channel_id_messages_by_message_idNo description availablechannel_id (string)
message_id (string)
delete_channels_by_channel_id_messages_by_message_idNo description availablechannel_id (string)
message_id (string)
patch_channels_by_channel_id_messages_by_message_idNo description availablechannel_id (string)
message_id (string)
data: {
. content (string,null)
. embeds (array,null)
. flags (integer,null)
. allowed_mentions
. sticker_ids (array,null)
. components (array,null)
. attachments (array,null)
} (object) required
post_channels_by_channel_id_messages_by_message_id_crosspostNo description availablechannel_id (string)
message_id (string)
delete_channels_by_channel_id_messages_by_message_id_reactionsNo description availablechannel_id (string)
message_id (string)
get_channels_by_channel_id_messages_by_message_id_reactions_by_emoji_nameNo description availablechannel_id (string)
message_id (string)
emoji_name (string)
after (string)
limit (integer)
type (integer)
delete_channels_by_channel_id_messages_by_message_id_reactions_by_emoji_nameNo description availablechannel_id (string)
message_id (string)
emoji_name (string)
put_channels_by_channel_id_messages_by_message_id_reactions_by_emoji_name_@meNo description availablechannel_id (string)
message_id (string)
emoji_name (string)
delete_channels_by_channel_id_messages_by_message_id_reactions_by_emoji_name_@meNo description availablechannel_id (string)
message_id (string)
emoji_name (string)
delete_channels_by_channel_id_messages_by_message_id_reactions_by_emoji_name_by_user_idNo description availablechannel_id (string)
message_id (string)
emoji_name (string)
user_id (string)
post_channels_by_channel_id_messages_by_message_id_threadsNo description availablechannel_id (string)
message_id (string)
data: {
. name (string)
. auto_archive_duration
. rate_limit_per_user (integer,null)
} (object) required
put_channels_by_channel_id_permissions_by_overwrite_idNo description availablechannel_id (string)
overwrite_id (string)
data: {
. type
. allow (integer,null)
. deny (integer,null)
} (object) required
delete_channels_by_channel_id_permissions_by_overwrite_idNo description availablechannel_id (string)
overwrite_id (string)
get_channels_by_channel_id_pinsNo description availablechannel_id (string)
put_channels_by_channel_id_pins_by_message_idNo description availablechannel_id (string)
message_id (string)
delete_channels_by_channel_id_pins_by_message_idNo description availablechannel_id (string)
message_id (string)
get_channels_by_channel_id_polls_by_message_id_answers_by_answer_idNo description availablechannel_id (string)
message_id (string)
answer_id (string)
after (string)
limit (integer)
post_channels_by_channel_id_polls_by_message_id_expireNo description availablechannel_id (string)
message_id (string)
put_channels_by_channel_id_recipients_by_user_idNo description availablechannel_id (string)
user_id (string)
data: {
. access_token (string,null)
. nick (string,null)
} (object) required
delete_channels_by_channel_id_recipients_by_user_idNo description availablechannel_id (string)
user_id (string)
post_channels_by_channel_id_send_soundboard_soundNo description availablechannel_id (string)
data: {
. sound_id
. source_guild_id
} (object) required
get_channels_by_channel_id_thread_membersNo description availablechannel_id (string)
with_member (boolean)
limit (integer)
after (string)
put_channels_by_channel_id_thread_members_@meNo description availablechannel_id (string)
delete_channels_by_channel_id_thread_members_@meNo description availablechannel_id (string)
get_channels_by_channel_id_thread_members_by_user_idNo description availablechannel_id (string)
user_id (string)
with_member (boolean)
put_channels_by_channel_id_thread_members_by_user_idNo description availablechannel_id (string)
user_id (string)
delete_channels_by_channel_id_thread_members_by_user_idNo description availablechannel_id (string)
user_id (string)
post_channels_by_channel_id_threadsNo description availablechannel_id (string)
data (undefined) required
get_channels_by_channel_id_threads_archived_privateNo description availablechannel_id (string)
before (string)
limit (integer)
get_channels_by_channel_id_threads_archived_publicNo description availablechannel_id (string)
before (string)
limit (integer)
get_channels_by_channel_id_threads_searchNo description availablechannel_id (string)
name (string)
slop (integer)
min_id (string)
max_id (string)
tag (undefined)
tag_setting (string)
archived (boolean)
sort_by (string)
sort_order (string)
limit (integer)
offset (integer)
post_channels_by_channel_id_typingNo description availablechannel_id (string)
get_channels_by_channel_id_users_@me_threads_archived_privateNo description availablechannel_id (string)
before (string)
limit (integer)
get_channels_by_channel_id_webhooksNo description availablechannel_id (string)
post_channels_by_channel_id_webhooksNo description availablechannel_id (string)
data: {
. name (string)
. avatar (string,null)
} (object) required
get_gatewayNo description availableNo parameters
get_gateway_botNo description availableNo parameters
get_guilds_templates_by_codeNo description availablecode (string)
get_guilds_by_guild_idNo description availableguild_id (string)
with_counts (boolean)
delete_guilds_by_guild_idNo description availableguild_id (string)
patch_guilds_by_guild_idNo description availableguild_id (string)
data: {
. name (string)
. description (string,null)
. region (string,null)
. icon (string,null)
. verification_level
. default_message_notifications
. explicit_content_filter
. preferred_locale
. afk_timeout
. afk_channel_id
. system_channel_id
. owner_id
. splash (string,null)
. banner (string,null)
. system_channel_flags (integer,null)
. features (array,null)
. discovery_splash (string,null)
. home_header (string,null)
. rules_channel_id
. safety_alerts_channel_id
. public_updates_channel_id
. premium_progress_bar_enabled (boolean,null)
} (object) required
get_guilds_by_guild_id_audit_logsNo description availableguild_id (string)
user_id (string)
target_id (string)
action_type (integer)
before (string)
after (string)
limit (integer)
get_guilds_by_guild_id_auto_moderation_rulesNo description availableguild_id (string)
post_guilds_by_guild_id_auto_moderation_rulesNo description availableguild_id (string)
data (undefined) required
get_guilds_by_guild_id_auto_moderation_rules_by_rule_idNo description availableguild_id (string)
rule_id (string)
delete_guilds_by_guild_id_auto_moderation_rules_by_rule_idNo description availableguild_id (string)
rule_id (string)
patch_guilds_by_guild_id_auto_moderation_rules_by_rule_idNo description availableguild_id (string)
rule_id (string)
data (undefined) required
get_guilds_by_guild_id_bansNo description availableguild_id (string)
limit (integer)
before (string)
after (string)
get_guilds_by_guild_id_bans_by_user_idNo description availableguild_id (string)
user_id (string)
put_guilds_by_guild_id_bans_by_user_idNo description availableguild_id (string)
user_id (string)
data: {
. delete_message_seconds (integer,null)
. delete_message_days (integer,null)
} (object) required
delete_guilds_by_guild_id_bans_by_user_idNo description availableguild_id (string)
user_id (string)
data: {

} (object) required
post_guilds_by_guild_id_bulk_banNo description availableguild_id (string)
data: {
. user_ids (array)
. delete_message_seconds (integer,null)
} (object) required
get_guilds_by_guild_id_channelsNo description availableguild_id (string)
post_guilds_by_guild_id_channelsNo description availableguild_id (string)
data: {
. type
. name (string)
. position (integer,null)
. topic (string,null)
. bitrate (integer,null)
. user_limit (integer,null)
. nsfw (boolean,null)
. rate_limit_per_user (integer,null)
. parent_id
. permission_overwrites (array,null)
. rtc_region (string,null)
. video_quality_mode
. default_auto_archive_duration
. default_reaction_emoji
. default_thread_rate_limit_per_user (integer,null)
. default_sort_order
. default_forum_layout
. default_tag_setting
. available_tags (array,null)
} (object) required
patch_guilds_by_guild_id_channelsNo description availableguild_id (string)
data (array) required
get_guilds_by_guild_id_emojisNo description availableguild_id (string)
post_guilds_by_guild_id_emojisNo description availableguild_id (string)
data: {
. name (string)
. image (string)
. roles (array,null)
} (object) required
get_guilds_by_guild_id_emojis_by_emoji_idNo description availableguild_id (string)
emoji_id (string)
delete_guilds_by_guild_id_emojis_by_emoji_idNo description availableguild_id (string)
emoji_id (string)
patch_guilds_by_guild_id_emojis_by_emoji_idNo description availableguild_id (string)
emoji_id (string)
data: {
. name (string)
. roles (array,null)
} (object) required
get_guilds_by_guild_id_integrationsNo description availableguild_id (string)
delete_guilds_by_guild_id_integrations_by_integration_idNo description availableguild_id (string)
integration_id (string)
get_guilds_by_guild_id_invitesNo description availableguild_id (string)
get_guilds_by_guild_id_membersNo description availableguild_id (string)
limit (integer)
after (integer)
patch_guilds_by_guild_id_members_@meNo description availableguild_id (string)
data: {
. nick (string,null)
} (object) required
get_guilds_by_guild_id_members_searchNo description availableguild_id (string)
limit (integer) required
query (string) required
get_guilds_by_guild_id_members_by_user_idNo description availableguild_id (string)
user_id (string)
put_guilds_by_guild_id_members_by_user_idNo description availableguild_id (string)
user_id (string)
data: {
. nick (string,null)
. roles (array,null)
. mute (boolean,null)
. deaf (boolean,null)
. access_token (string)
. flags (integer,null)
} (object) required
delete_guilds_by_guild_id_members_by_user_idNo description availableguild_id (string)
user_id (string)
patch_guilds_by_guild_id_members_by_user_idNo description availableguild_id (string)
user_id (string)
data: {
. nick (string,null)
. roles (array,null)
. mute (boolean,null)
. deaf (boolean,null)
. channel_id
. communication_disabled_until (string,null)
. flags (integer,null)
} (object) required
put_guilds_by_guild_id_members_by_user_id_roles_by_role_idNo description availableguild_id (string)
user_id (string)
role_id (string)
delete_guilds_by_guild_id_members_by_user_id_roles_by_role_idNo description availableguild_id (string)
user_id (string)
role_id (string)
post_guilds_by_guild_id_mfaNo description availableguild_id (string)
data: {
. level
} (object) required
get_guilds_by_guild_id_new_member_welcomeNo description availableguild_id (string)
get_guilds_by_guild_id_onboardingNo description availableguild_id (string)
put_guilds_by_guild_id_onboardingNo description availableguild_id (string)
data: {
. prompts (array,null)
. enabled (boolean,null)
. default_channel_ids (array,null)
. mode
} (object) required
get_guilds_by_guild_id_previewNo description availableguild_id (string)
get_guilds_by_guild_id_pruneNo description availableguild_id (string)
days (integer)
include_roles (undefined)
post_guilds_by_guild_id_pruneNo description availableguild_id (string)
data: {
. days (integer,null)
. compute_prune_count (boolean,null)
. include_roles
} (object) required
get_guilds_by_guild_id_regionsNo description availableguild_id (string)
get_guilds_by_guild_id_rolesNo description availableguild_id (string)
post_guilds_by_guild_id_rolesNo description availableguild_id (string)
data: {
. name (string,null)
. permissions (integer,null)
. color (integer,null)
. hoist (boolean,null)
. mentionable (boolean,null)
. icon (string,null)
. unicode_emoji (string,null)
} (object) required
patch_guilds_by_guild_id_rolesNo description availableguild_id (string)
data (array) required
get_guilds_by_guild_id_roles_by_role_idNo description availableguild_id (string)
role_id (string)
delete_guilds_by_guild_id_roles_by_role_idNo description availableguild_id (string)
role_id (string)
patch_guilds_by_guild_id_roles_by_role_idNo description availableguild_id (string)
role_id (string)
data: {
. name (string,null)
. permissions (integer,null)
. color (integer,null)
. hoist (boolean,null)
. mentionable (boolean,null)
. icon (string,null)
. unicode_emoji (string,null)
} (object) required
get_guilds_by_guild_id_scheduled_eventsNo description availableguild_id (string)
with_user_count (boolean)
post_guilds_by_guild_id_scheduled_eventsNo description availableguild_id (string)
data (undefined) required
get_guilds_by_guild_id_scheduled_events_by_guild_scheduled_event_idNo description availableguild_id (string)
guild_scheduled_event_id (string)
with_user_count (boolean)
delete_guilds_by_guild_id_scheduled_events_by_guild_scheduled_event_idNo description availableguild_id (string)
guild_scheduled_event_id (string)
patch_guilds_by_guild_id_scheduled_events_by_guild_scheduled_event_idNo description availableguild_id (string)
guild_scheduled_event_id (string)
data (undefined) required
get_guilds_by_guild_id_scheduled_events_by_guild_scheduled_event_id_usersNo description availableguild_id (string)
guild_scheduled_event_id (string)
with_member (boolean)
limit (integer)
before (string)
after (string)
get_guilds_by_guild_id_soundboard_soundsNo description availableguild_id (string)
post_guilds_by_guild_id_soundboard_soundsNo description availableguild_id (string)
data: {
. name (string)
. volume (number,null)
. emoji_id
. emoji_name (string,null)
. sound (string)
} (object) required
get_guilds_by_guild_id_soundboard_sounds_by_sound_idNo description availableguild_id (string)
sound_id (string)
delete_guilds_by_guild_id_soundboard_sounds_by_sound_idNo description availableguild_id (string)
sound_id (string)
patch_guilds_by_guild_id_soundboard_sounds_by_sound_idNo description availableguild_id (string)
sound_id (string)
data: {
. name (string)
. volume (number,null)
. emoji_id
. emoji_name (string,null)
} (object) required
get_guilds_by_guild_id_stickersNo description availableguild_id (string)
post_guilds_by_guild_id_stickersNo description availableguild_id (string)
get_guilds_by_guild_id_stickers_by_sticker_idNo description availableguild_id (string)
sticker_id (string)
delete_guilds_by_guild_id_stickers_by_sticker_idNo description availableguild_id (string)
sticker_id (string)
patch_guilds_by_guild_id_stickers_by_sticker_idNo description availableguild_id (string)
sticker_id (string)
data: {
. name (string)
. tags (string)
. description (string,null)
} (object) required
get_guilds_by_guild_id_templatesNo description availableguild_id (string)
post_guilds_by_guild_id_templatesNo description availableguild_id (string)
data: {
. name (string)
. description (string,null)
} (object) required
put_guilds_by_guild_id_templates_by_codeNo description availableguild_id (string)
code (string)
delete_guilds_by_guild_id_templates_by_codeNo description availableguild_id (string)
code (string)
patch_guilds_by_guild_id_templates_by_codeNo description availableguild_id (string)
code (string)
data: {
. name (string)
. description (string,null)
} (object) required
get_guilds_by_guild_id_threads_activeNo description availableguild_id (string)
get_guilds_by_guild_id_vanity_urlNo description availableguild_id (string)
get_guilds_by_guild_id_voice_states_@meNo description availableguild_id (string)
patch_guilds_by_guild_id_voice_states_@meNo description availableguild_id (string)
data: {
. request_to_speak_timestamp (string,null)
. suppress (boolean,null)
. channel_id
} (object) required
get_guilds_by_guild_id_voice_states_by_user_idNo description availableguild_id (string)
user_id (string)
patch_guilds_by_guild_id_voice_states_by_user_idNo description availableguild_id (string)
user_id (string)
data: {
. suppress (boolean,null)
. channel_id
} (object) required
get_guilds_by_guild_id_webhooksNo description availableguild_id (string)
get_guilds_by_guild_id_welcome_screenNo description availableguild_id (string)
patch_guilds_by_guild_id_welcome_screenNo description availableguild_id (string)
data: {
. description (string,null)
. welcome_channels (array,null)
. enabled (boolean,null)
} (object) required
get_guilds_by_guild_id_widgetNo description availableguild_id (string)
patch_guilds_by_guild_id_widgetNo description availableguild_id (string)
data: {
. channel_id
. enabled (boolean,null)
} (object) required
get_guilds_by_guild_id_widget_jsonNo description availableguild_id (string)
get_guilds_by_guild_id_widget_pngNo description availableguild_id (string)
style (string)
post_interactions_by_interaction_id_by_interaction_token_callbackNo description availableinteraction_id (string)
interaction_token (string)
with_response (boolean)
data (undefined) required
get_invites_by_codeNo description availablecode (string)
with_counts (boolean)
guild_scheduled_event_id (string)
delete_invites_by_codeNo description availablecode (string)
put_lobbiesNo description availabledata: {
. idle_timeout_seconds (integer,null)
. lobby_metadata (object,null)
. member_metadata (object,null)
. secret (string)
. flags
} (object) required
post_lobbiesNo description availabledata: {
. idle_timeout_seconds (integer,null)
. members (array,null)
. metadata (object,null)
. flags
} (object) required
get_lobbies_by_lobby_idNo description availablelobby_id (string)
patch_lobbies_by_lobby_idNo description availablelobby_id (string)
data: {
. idle_timeout_seconds (integer,null)
. metadata (object,null)
. members (array,null)
. flags
} (object) required
patch_lobbies_by_lobby_id_channel_linkingNo description availablelobby_id (string)
data: {
. channel_id
} (object) required
delete_lobbies_by_lobby_id_members_@meNo description availablelobby_id (string)
post_lobbies_by_lobby_id_members_@me_invitesNo description availablelobby_id (string)
post_lobbies_by_lobby_id_members_bulkNo description availablelobby_id (string)
data (array,null) required
put_lobbies_by_lobby_id_members_by_user_idNo description availablelobby_id (string)
user_id (string)
data: {
. metadata (object,null)
. flags
} (object) required
delete_lobbies_by_lobby_id_members_by_user_idNo description availablelobby_id (string)
user_id (string)
post_lobbies_by_lobby_id_members_by_user_id_invitesNo description availablelobby_id (string)
user_id (string)
get_lobbies_by_lobby_id_messagesNo description availablelobby_id (string)
limit (integer)
post_lobbies_by_lobby_id_messagesNo description availablelobby_id (string)
data: {
. content (string,null)
. embeds (array,null)
. allowed_mentions
. sticker_ids (array,null)
. components (array,null)
. flags (integer,null)
. attachments (array,null)
. poll
. shared_client_theme
. confetti_potion
. message_reference
. nonce
. enforce_nonce (boolean,null)
. tts (boolean,null)
} (object) required
get_oauth2_@meNo description availableNo parameters
get_oauth2_applications_@meNo description availableNo parameters
get_oauth2_keysNo description availableNo parameters
get_oauth2_userinfoNo description availableNo parameters
post_partner_sdk_provisional_accounts_unmergeNo description availabledata: {
. client_id (string)
. client_secret (string,null)
. external_auth_token (string)
. external_auth_type (string)
} (object) required
post_partner_sdk_tokenNo description availabledata: {
. client_id (string)
. client_secret (string,null)
. external_auth_token (string)
. external_auth_type (string)
} (object) required
post_partner_sdk_token_botNo description availabledata: {
. external_user_id (string)
. preferred_global_name (string,null)
} (object) required
get_soundboard_default_soundsNo description availableNo parameters
post_stage_instancesNo description availabledata: {
. topic (string)
. channel_id (string)
. privacy_level
. guild_scheduled_event_id
. send_start_notification (boolean,null)
} (object) required
get_stage_instances_by_channel_idNo description availablechannel_id (string)
delete_stage_instances_by_channel_idNo description availablechannel_id (string)
patch_stage_instances_by_channel_idNo description availablechannel_id (string)
data: {
. topic (string)
. privacy_level (integer)
} (object) required
get_sticker_packsNo description availableNo parameters
get_sticker_packs_by_pack_idNo description availablepack_id (string)
get_stickers_by_sticker_idNo description availablesticker_id (string)
get_users_@meNo description availableNo parameters
patch_users_@meNo description availabledata: {
. username (string)
. avatar (string,null)
. banner (string,null)
} (object) required
get_users_@me_applications_by_application_id_role_connectionNo description availableapplication_id (string)
put_users_@me_applications_by_application_id_role_connectionNo description availableapplication_id (string)
data: {
. platform_name (string,null)
. platform_username (string,null)
. metadata (object,null)
} (object) required
delete_users_@me_applications_by_application_id_role_connectionNo description availableapplication_id (string)
post_users_@me_channelsNo description availabledata: {
. recipient_id
. access_tokens (array,null)
. nicks (object,null)
} (object) required
get_users_@me_connectionsNo description availableNo parameters
get_users_@me_guildsNo description availablebefore (string)
after (string)
limit (integer)
with_counts (boolean)
delete_users_@me_guilds_by_guild_idNo description availableguild_id (string)
get_users_@me_guilds_by_guild_id_memberNo description availableguild_id (string)
get_users_by_user_idNo description availableuser_id (string)
get_voice_regionsNo description availableNo parameters
get_webhooks_by_webhook_idNo description availablewebhook_id (string)
delete_webhooks_by_webhook_idNo description availablewebhook_id (string)
patch_webhooks_by_webhook_idNo description availablewebhook_id (string)
data: {
. name (string)
. avatar (string,null)
. channel_id
} (object) required
get_webhooks_by_webhook_id_by_webhook_tokenNo description availablewebhook_id (string)
webhook_token (string)
post_webhooks_by_webhook_id_by_webhook_tokenNo description availablewebhook_id (string)
webhook_token (string)
wait (boolean)
thread_id (string)
with_components (boolean)
data (undefined) required
delete_webhooks_by_webhook_id_by_webhook_tokenNo description availablewebhook_id (string)
webhook_token (string)
patch_webhooks_by_webhook_id_by_webhook_tokenNo description availablewebhook_id (string)
webhook_token (string)
data: {
. name (string)
. avatar (string,null)
} (object) required
post_webhooks_by_webhook_id_by_webhook_token_githubNo description availablewebhook_id (string)
webhook_token (string)
wait (boolean)
thread_id (string)
data: {
. action (string,null)
. ref (string,null)
. ref_type (string,null)
. comment
. issue
. pull_request
. repository
. forkee
. sender
. member
. release
. head_commit
. commits (array,null)
. forced (boolean,null)
. compare (string,null)
. review
. check_run
. check_suite
. discussion
. answer
} (object) required
get_webhooks_by_webhook_id_by_webhook_token_messages_@originalNo description availablewebhook_id (string)
webhook_token (string)
thread_id (string)
delete_webhooks_by_webhook_id_by_webhook_token_messages_@originalNo description availablewebhook_id (string)
webhook_token (string)
thread_id (string)
patch_webhooks_by_webhook_id_by_webhook_token_messages_@originalNo description availablewebhook_id (string)
webhook_token (string)
thread_id (string)
with_components (boolean)
data: {
. content (string,null)
. embeds (array,null)
. allowed_mentions
. components (array,null)
. attachments (array,null)
. poll
. flags (integer,null)
} (object) required
get_webhooks_by_webhook_id_by_webhook_token_messages_by_message_idNo description availablewebhook_id (string)
webhook_token (string)
message_id (string)
thread_id (string)
delete_webhooks_by_webhook_id_by_webhook_token_messages_by_message_idNo description availablewebhook_id (string)
webhook_token (string)
message_id (string)
thread_id (string)
patch_webhooks_by_webhook_id_by_webhook_token_messages_by_message_idNo description availablewebhook_id (string)
webhook_token (string)
message_id (string)
thread_id (string)
with_components (boolean)
data: {
. content (string,null)
. embeds (array,null)
. allowed_mentions
. components (array,null)
. attachments (array,null)
. poll
. flags (integer,null)
} (object) required
post_webhooks_by_webhook_id_by_webhook_token_slackNo description availablewebhook_id (string)
webhook_token (string)
wait (boolean)
thread_id (string)
data: {
. text (string,null)
. username (string,null)
. icon_url (string,null)
. attachments (array,null)
} (object) required