UNPKG

392 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type ConversationsAcceptSharedInviteResponse = WebAPICallResult & {
3 can_open_scdm?: boolean;
4 channel_id?: string;
5 error?: string;
6 implicit_approval?: boolean;
7 invite_id?: string;
8 needed?: string;
9 ok?: boolean;
10 provided?: string;
11};
12//# sourceMappingURL=ConversationsAcceptSharedInviteResponse.d.ts.map
\No newline at end of file