Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 991 Bytes

updatechannelresponsebody.md

File metadata and controls

50 lines (36 loc) · 991 Bytes

UpdateChannelResponseBody

200 response for update_channel

Example Usage

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

let value: UpdateChannelResponseBody = {
    id: "<value>",
    flags: 841386,
    recipients: [
        {
            id: "<value>",
            username: "Edyth39",
            discriminator: "<value>",
            publicFlags: 586513,
            flags: 552822,
        },
    ],
};

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 */