types(ModalMessageModalSubmitInteraction): channelId is not nullable (v13)
#8505
This commit is contained in:
		
							
								
								
									
										1
									
								
								typings/index.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								typings/index.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -2251,6 +2251,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>>;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user