Skip to content

Commit

Permalink
types(ModalMessageModalSubmitInteraction): channelId is not nullable …
Browse files Browse the repository at this point in the history
…(v13) (#8505)

Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com>
  • Loading branch information
Jiralite and ImRodry committed Aug 17, 2022
1 parent b6f48ec commit 526ea74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Expand Up @@ -1934,6 +1934,7 @@ export class ModalSubmitFieldsResolver {
export interface ModalMessageModalSubmitInteraction<Cached extends CacheType = CacheType>
extends ModalSubmitInteraction<Cached> {
message: GuildCacheMessage<Cached>;
channelId: Snowflake;
update(options: InteractionUpdateOptions & { fetchReply: true }): Promise<GuildCacheMessage<Cached>>;
update(options: string | MessagePayload | InteractionUpdateOptions): Promise<void>;
deferUpdate(options: InteractionDeferUpdateOptions & { fetchReply: true }): Promise<GuildCacheMessage<Cached>>;
Expand Down

0 comments on commit 526ea74

Please sign in to comment.