Type Alias GuildMessageButtonInclude<ExtArgs>

GuildMessageButtonInclude<ExtArgs>: {
    guildCustomMessage?: boolean | GuildMessageButton$guildCustomMessageArgs<ExtArgs>;
}

Type Parameters