Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 989 Bytes

deletechannelresponsebody.md

File metadata and controls

50 lines (36 loc) · 989 Bytes

DeleteChannelResponseBody

200 response for delete_channel

Example Usage

import { DeleteChannelResponseBody } from "@speakeasy-sdks/discord/models/operations";

let value: DeleteChannelResponseBody = {
    id: "<value>",
    flags: 83112,
    recipients: [
        {
            id: "<value>",
            username: "Tobin0",
            discriminator: "<value>",
            publicFlags: 667411,
            flags: 842342,
        },
    ],
};

Supported Types

components.GuildChannelResponse

const value: components.GuildChannelResponse = /* values here */

components.PrivateChannelResponse

const value: components.PrivateChannelResponse = /* values here */

components.PrivateGroupChannelResponse

const value: components.PrivateGroupChannelResponse = /* values here */

components.ThreadResponse

const value: components.ThreadResponse = /* values here */