# Announcement


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | The type of the announcement. | [default to undefined]
**message** | **string** | The message contained within the announcement. | [default to undefined]
**delivery_time** | **string** | The time the announcement was delivered. | [default to undefined]
**status** | **string** | The current status of this announcement. | [default to undefined]

## Example

```typescript
import { Announcement } from 'kalshi-typescript';

const instance: Announcement = {
    type,
    message,
    delivery_time,
    status,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
