github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/InstantMessageEvent.md (about)

     1  # InstantMessageEvent
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **string** | Internal identifier of an message | [optional] 
     7  **To** | [**[]NotificationRecipientInfo**](NotificationRecipientInfo.md) | Message receiver(s) information | [optional] 
     8  **From** | [**SenderInfo**](SenderInfo.md) |  | [optional] 
     9  **Type** | **string** | Type of a message. The default value is 'SMS' | [optional] 
    10  **CreationTime** | [**time.Time**](time.Time.md) | Message creation datetime in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z | [optional] 
    11  **LastModifiedTime** | [**time.Time**](time.Time.md) | Datetime when the message was modified in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z | [optional] 
    12  **ReadStatus** | **string** | Status of a message. The default value is 'Unread' | [optional] 
    13  **Priority** | **string** | The default value is 'Normal' | [optional] 
    14  **Attachments** | [**[]MessageAttachmentInfo**](MessageAttachmentInfo.md) | Message attachment data | [optional] 
    15  **Direction** | **string** | Message direction. The default value is 'Inbound' | [optional] 
    16  **Availability** | **string** | Message availability status. The default value is 'Alive' | [optional] 
    17  **Subject** | **string** | Message subject. It replicates message text which is also returned as an attachment | [optional] 
    18  **MessageStatus** | **string** | Status of a message. The default value is 'Received' | [optional] 
    19  **ConversationId** | **string** | Identifier of the conversation the message belongs to | [optional] 
    20  
    21  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    22  
    23