UNPKG

chatkitty

Version:
23 lines (15 loc) 773 B
# ChannelMembershipImport ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **idempotency_key** | **string** | Unique value generated by the client which ChatKitty uses to recognize subsequent retries of the same request. Optional but recommended | [optional] [default to undefined] **username** | **string** | Username of the user to be added as a member | [default to undefined] ## Example ```typescript import { ChannelMembershipImport } from 'chatkitty'; const instance: ChannelMembershipImport = { idempotency_key, username, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)