# MemberJoinedEvent
## Properties
**r#type** | **String** | Type of the event |
**source** | Option<[**models::Source**](Source.md)> | | [optional]
**timestamp** | **i64** | Time of the event in milliseconds. |
**mode** | [**models::EventMode**](EventMode.md) | |
**webhook_event_id** | **String** | Webhook Event ID. An ID that uniquely identifies a webhook event. This is a string in ULID format. |
**delivery_context** | [**models::DeliveryContext**](DeliveryContext.md) | |
**reply_token** | **String** | Reply token used to send reply message to this event |
**joined** | [**models::JoinedMembers**](JoinedMembers.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)