@slack/web-api / ConversationsRequestSharedInviteDenyResponse
Type Alias: ConversationsRequestSharedInviteDenyResponse
type ConversationsRequestSharedInviteDenyResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/ConversationsRequestSharedInviteDenyResponse.ts:11
Type Declaration
error?
optional error?: string;
invite_id?
optional invite_id?: string;
needed?
optional needed?: string;
ok?
optional ok?: boolean;
provided?
optional provided?: string;