UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

16 lines 583 B
/** * ```js * import { unbanMembers } from '@amityco/ts-sdk-react-native' * * await unbanMembers('channel-id-1', ['userId1', 'userId2']) * ``` * * @param channelId of {@link Amity.Channel} where the users should be unbanned * @param userIds of the {@link Amity.InternalUser}'s to be unbanned * @returns the updated {@link Amity.Membership}'s object * * @category Channel API * @async * */ export declare const unmuteMembers: (channelId: Amity.Channel['channelId'], userIds: Amity.InternalUser['userId'][]) => Promise<boolean>; //# sourceMappingURL=unmuteMembers.d.ts.map