# Show Replies List

This API can be used to display the replies page which contains the chat history of the user.

{% tabs fullWidth="true" %}
{% tab title="iOS - Swift" %}

```swift
Replies.show()
```

{% endtab %}

{% tab title="iOS - ObjC" %}

```objectivec
[LCQReplies show];
```

{% endtab %}

{% tab title="And - Java" %}

```java
Replies.show();
```

{% endtab %}

{% tab title="And - Kotlin" %}

```kotlin
Replies.show()
```

{% endtab %}

{% tab title="RN" %}

```javascript
Replies.show();
```

{% endtab %}

{% tab title="Flutter" %}

```dart
Replies.show();
```

{% endtab %}
{% endtabs %}
