UNPKG

chatkitty

Version:
28 lines (20 loc) 965 B
# MessageMentionProperties Mentions in this message ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **string** | The type of this message mention | [default to undefined] **end_position** | **number** | The ending position of this mention reference inside its message | [default to undefined] **start_position** | **number** | The starting position of this mention reference inside its message | [default to undefined] **tag** | **string** | The literal text referencing the mentioned entity inside the message | [default to undefined] ## Example ```typescript import { MessageMentionProperties } from 'chatkitty'; const instance: MessageMentionProperties = { type, end_position, start_position, tag, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)