Download OpenAPI specification:Download
Delete the settings for Husqy tempchannels module for a guild.
| guild_id required | integer (Guild Id) |
{- "guild_id": 0
}{- "data": {
- "creation_channels": [
- {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "create_voice_channel": false,
- "voice_channel_name": "string",
- "create_text_channel": false,
- "text_channel_name": "string",
- "tempchannel_create_category_id": "string",
- "voice_channel_category_id": "string",
- "text_channel_category_id": "string"
}
], - "tempchannels": [
- {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "owner_id": "string",
- "voice_channel_id": "string",
- "text_channel_id": "string",
- "tempchannel_id": "string",
- "last_text_activity": "2019-08-24T14:15:22Z"
}
]
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
{- "guild_id": 0
}{- "data": {
- "creation_channels": [
- {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "create_voice_channel": false,
- "voice_channel_name": "string",
- "create_text_channel": false,
- "text_channel_name": "string",
- "tempchannel_create_category_id": "string",
- "voice_channel_category_id": "string",
- "text_channel_category_id": "string"
}
], - "tempchannels": [
- {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "owner_id": "string",
- "voice_channel_id": "string",
- "text_channel_id": "string",
- "tempchannel_id": "string",
- "last_text_activity": "2019-08-24T14:15:22Z"
}
]
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
{- "guild_id": 0
}{- "data": {
- "creation_channels": [
- {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "create_voice_channel": false,
- "voice_channel_name": "string",
- "create_text_channel": false,
- "text_channel_name": "string",
- "tempchannel_create_category_id": "string",
- "voice_channel_category_id": "string",
- "text_channel_category_id": "string"
}
], - "tempchannels": [
- {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "owner_id": "string",
- "voice_channel_id": "string",
- "text_channel_id": "string",
- "tempchannel_id": "string",
- "last_text_activity": "2019-08-24T14:15:22Z"
}
]
}
}Get the creation channels for Husqy tempchannels module for a guild.
| guild_id required | integer (Guild Id) |
{- "data": {
- "creation_channels": [
- {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "create_voice_channel": false,
- "voice_channel_name": "string",
- "create_text_channel": false,
- "text_channel_name": "string",
- "tempchannel_create_category_id": "string",
- "voice_channel_category_id": "string",
- "text_channel_category_id": "string"
}
]
}
}Create a creation channel for Husqy tempchannels module for a guild.
| guild_id required | integer (Guild Id) |
| creation_channel_name required | string (Creation Channel Name) |
| create_voice_channel required | boolean (Create Voice Channel) |
Voice Channel Name (string) or Voice Channel Name (null) (Voice Channel Name) | |
Voice Channel Category Id (string) or Voice Channel Category Id (null) (Voice Channel Category Id) | |
| create_text_channel required | boolean (Create Text Channel) |
Text Channel Name (string) or Text Channel Name (null) (Text Channel Name) | |
Text Channel Category Id (string) or Text Channel Category Id (null) (Text Channel Category Id) | |
| tempchannel_create_category_id required | string (Tempchannel Create Category Id) |
{- "guild_id": 0,
- "creation_channel_name": "string",
- "create_voice_channel": true,
- "voice_channel_name": "string",
- "voice_channel_category_id": "string",
- "create_text_channel": true,
- "text_channel_name": "string",
- "text_channel_category_id": "string",
- "tempchannel_create_category_id": "string"
}{- "data": {
- "creation_channel": {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "create_voice_channel": false,
- "voice_channel_name": "string",
- "create_text_channel": false,
- "text_channel_name": "string",
- "tempchannel_create_category_id": "string",
- "voice_channel_category_id": "string",
- "text_channel_category_id": "string"
}
}
}Get the response for Husqy tempchannels module for a guild.
| creation_channel_id required | integer (Creation Channel Id) |
| guild_id required | integer (Guild Id) |
{- "data": {
- "creation_channel": {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "create_voice_channel": false,
- "voice_channel_name": "string",
- "create_text_channel": false,
- "text_channel_name": "string",
- "tempchannel_create_category_id": "string",
- "voice_channel_category_id": "string",
- "text_channel_category_id": "string"
}
}
}Delete the creation channel for Husqy tempchannels module for a guild.
| creation_channel_id required | integer (Creation Channel Id) |
| guild_id required | integer (Guild Id) |
{- "guild_id": 0
}{- "data": {
- "creation_channel": {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "create_voice_channel": false,
- "voice_channel_name": "string",
- "create_text_channel": false,
- "text_channel_name": "string",
- "tempchannel_create_category_id": "string",
- "voice_channel_category_id": "string",
- "text_channel_category_id": "string"
}
}
}Edit the creation channel for Husqy tempchannels module for a guild.
| creation_channel_id required | integer (Creation Channel Id) |
| guild_id required | integer (Guild Id) |
Creation Channel Name (string) or Creation Channel Name (null) (Creation Channel Name) | |
Create Voice Channel (boolean) or Create Voice Channel (null) (Create Voice Channel) | |
Voice Channel Name (string) or Voice Channel Name (null) (Voice Channel Name) | |
Voice Channel Category Id (string) or Voice Channel Category Id (null) (Voice Channel Category Id) | |
Create Text Channel (boolean) or Create Text Channel (null) (Create Text Channel) | |
Text Channel Name (string) or Text Channel Name (null) (Text Channel Name) | |
Text Channel Category Id (string) or Text Channel Category Id (null) (Text Channel Category Id) |
{- "guild_id": 0,
- "creation_channel_name": "string",
- "create_voice_channel": true,
- "voice_channel_name": "string",
- "voice_channel_category_id": "string",
- "create_text_channel": true,
- "text_channel_name": "string",
- "text_channel_category_id": "string"
}{- "data": {
- "creation_channel": {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "create_voice_channel": false,
- "voice_channel_name": "string",
- "create_text_channel": false,
- "text_channel_name": "string",
- "tempchannel_create_category_id": "string",
- "voice_channel_category_id": "string",
- "text_channel_category_id": "string"
}
}
}Create a creation channel for Husqy tempchannels module for a guild.
| guild_id required | integer (Guild Id) |
| deleted_channel_id required | integer (Deleted Channel Id) |
{- "guild_id": 0,
- "deleted_channel_id": 0
}{- "data": {
- "message": "string"
}
}Check if a tempchannel has to be created for a guild.
| guild_id required | integer (Guild Id) |
| creation_channel_id required | integer (Creation Channel Id) |
{- "guild_id": 0,
- "creation_channel_id": 0
}{- "data": {
- "message": "string"
}
}Check if a tempchannel has to be created for a guild.
| guild_id required | integer (Guild Id) |
| target_tempchannel_id required | integer (Target Tempchannel Id) |
{- "guild_id": 0,
- "target_tempchannel_id": 0
}{- "data": {
- "message": "string"
}
}Check if a tempchannel is manually deleted from a guild.
| guild_id required | integer (Guild Id) |
| deleted_channel_id required | integer (Deleted Channel Id) |
{- "guild_id": 0,
- "deleted_channel_id": 0
}{- "data": {
- "message": "string"
}
}Check if a tempchannel is manually deleted from a guild.
| guild_id required | integer (Guild Id) |
| temptext_channel_id required | integer (Temptext Channel Id) |
{- "guild_id": 0,
- "temptext_channel_id": 0
}{- "data": {
- "message": "string"
}
}Get the tempchannels for Husqy tempchannels module for a guild.
| guild_id required | integer (Guild Id) |
{- "data": {
- "tempchannels": [
- {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "owner_id": "string",
- "voice_channel_id": "string",
- "text_channel_id": "string",
- "tempchannel_id": "string",
- "last_text_activity": "2019-08-24T14:15:22Z"
}
]
}
}Get the tempchannel for Husqy tempchannels module for a guild.
| tempchannel_id required | string (Tempchannel Id) |
| guild_id required | integer (Guild Id) |
{- "data": {
- "tempchannel": {
- "id": 0,
- "guild_id": "string",
- "creation_channel_id": "string",
- "owner_id": "string",
- "voice_channel_id": "string",
- "text_channel_id": "string",
- "tempchannel_id": "string",
- "last_text_activity": "2019-08-24T14:15:22Z"
}
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| target_is_role required | boolean (Target Is Role) |
| target_id required | integer (Target Id) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "target_is_role": true,
- "target_id": 0,
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| target_is_role required | boolean (Target Is Role) |
| target_id required | integer (Target Id) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "target_is_role": true,
- "target_id": 0,
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| target_is_role required | boolean (Target Is Role) |
| target_id required | integer (Target Id) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "target_is_role": true,
- "target_id": 0,
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| target_is_role required | boolean (Target Is Role) |
| target_id required | integer (Target Id) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "target_is_role": true,
- "target_id": 0,
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| age_restricted required | boolean (Age Restricted) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "age_restricted": true,
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| bitrate required | integer (Bitrate) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "bitrate": 0,
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| name required | string (Name) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "name": "string",
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| region required | string (Region) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "region": "string",
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| timeout required | integer (Timeout) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "timeout": 0,
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| user_limit required | integer (User Limit) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "user_limit": 0,
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Enable the tempchannels module for a server.
| guild_id required | integer (Guild Id) |
| tempchannel_id_to_edit required | integer (Tempchannel Id To Edit) |
| new_owner required | integer (New Owner) |
| channel_id required | integer (Channel Id) |
| application_id required | integer (Application Id) |
| token required | string (Token) |
{- "guild_id": 0,
- "tempchannel_id_to_edit": 0,
- "new_owner": 0,
- "channel_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "message": "string"
}
}Get user entries.
| guild_id required | integer (Guild Id) |
| privacy_member_id required | integer (Privacy Member Id) |
{- "data": {
- "username": 0,
- "display_name": 0,
- "global_name": 0,
- "nickname": 0,
- "id": 0
}
}Delete user entries.
| guild_id required | integer (Guild Id) |
| privacy_member_id required | integer (Privacy Member Id) |
{- "data": {
- "message": "string"
}
}