---
title: "chatBubble(tailLocation:tailAngle:)"
framework: paperkit
role: symbol
role_heading: Type Method
path: "paperkit/shapemarkup/shape-swift.enum/chatbubble(taillocation:tailangle:)"
---

# chatBubble(tailLocation:tailAngle:)

A speech bubble with a tail pointing to a specific location.

## Declaration

```swift
static func chatBubble(tailLocation: CGPoint, tailAngle: CGFloat) -> ShapeMarkup.Shape
```

## Parameters

- `tailLocation`: The position of the tail tip in unit coordinate space.
- `tailAngle`: The angle of the tail in radians.
