package sway
// GetSeats returns all sway seats
func (c *Client) GetSeats() ([]Seat, error) {
return sendMessage[[]Seat](c, 101, "")
}