considering
This commit is contained in:
1
typings/rawDataTypes.d.ts
vendored
1
typings/rawDataTypes.d.ts
vendored
@@ -389,6 +389,7 @@ export interface APISectionComponent extends APIBaseComponent<MessageComponentTy
|
|||||||
accessory: APIThumbnailComponent | APIMessageButtonInteractionData
|
accessory: APIThumbnailComponent | APIMessageButtonInteractionData
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// APIActionRowComponent<APIActionRowComponentTypes> ???
|
||||||
export type APIContainerComponents = APIActionRowComponent<APIActionRowComponentTypes> | APITextDisplayComponent | APISectionComponent | APIMediaGalleryComponent | APISeparatorComponent | APIFileComponent;
|
export type APIContainerComponents = APIActionRowComponent<APIActionRowComponentTypes> | APITextDisplayComponent | APISectionComponent | APIMediaGalleryComponent | APISeparatorComponent | APIFileComponent;
|
||||||
export interface APIContainerComponent extends APIBaseComponent<MessageComponentTypes.CONTAINER> {
|
export interface APIContainerComponent extends APIBaseComponent<MessageComponentTypes.CONTAINER> {
|
||||||
components: APIContainerComponents[];
|
components: APIContainerComponents[];
|
||||||
|
|||||||
Reference in New Issue
Block a user