@slack/web-api / ViewsPublishArguments
Defined in: src/types/request/views.ts:40
BaseViewsArguments.TokenOverridable.ViewHash
optional hash: string;Defined in: src/types/request/views.ts:36
A string that represents view state to protect against possible race conditions.
Avoiding race conditions when using views.
ViewHash.hashoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.tokenuser_id: string;Defined in: src/types/request/views.ts:42
ID of the user you want publish a view to.
view: View;Defined in: src/types/request/views.ts:7
A view payload.
BaseViewsArguments.view