# Send Lobby Chat

{% hint style="success" %}

#### Like what you're seeing?

Support us as a [GitHub Sponsor](https://kb.heathen.group/old-kb/where-to-buy/become-a-sponsor) and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.\
\
These articles are made possible by our [GitHub Sponsors](https://kb.heathen.group/old-kb/where-to-buy/become-a-sponsor) ... become a sponsor today!
{% endhint %}

## Introduction

Broadcasts a chat (text or binary data) message to the all of the users in the lobby.\
\
All users in the lobby (including the local user) will receive a [Lobby Chat Msg](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/events/lobby-chat-msg) callback with the message.\
\
If you're sending binary data, you should prefix a header to the message so that you know to treat it as your custom data rather than a plain old text message.\
\
For communication that needs to be arbitrated (for example having a user pick from a set of characters, and making sure only one user has picked a character), you can use the lobby owner as the decision maker. [Get Lobby Owner](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/functions/get-lobby-owner) to return the current lobby owner. There is guaranteed to always be one and only one lobby member who is the owner. So for the choose-a-character scenario, the user who is picking a character would send the binary message 'I want to be Zoe', the lobby owner would see that message, see if it was OK, and broadcast the appropriate result (user X is Zoe).\
\
These messages are sent via the Steam back-end, and so the bandwidth available is limited. For higher-volume traffic like voice or game data, you'll want to use the [Steam Networking API](https://partner.steamgames.com/doc/features/multiplayer/networking).

### Lobby Id

The Steam ID of the lobby to send the chat message to.

### Data / Message

Up to 4 kilobytes of text or byte data

## Nodes

<figure><img src="https://4053370152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZWu8yFOWhCYCMkJFmR%2Fuploads%2FJvMWNWvCAonUs1ryUAka%2Fimage.png?alt=media&#x26;token=d1569bd7-cf82-41f9-9d2d-72871e74cdf6" alt=""><figcaption></figcaption></figure>

<figure><img src="https://4053370152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZWu8yFOWhCYCMkJFmR%2Fuploads%2FdIkLgaNvXKXcWhgXork2%2Fimage.png?alt=media&#x26;token=b189a014-ab8e-47b2-b9b3-c07e21952567" alt=""><figcaption></figcaption></figure>
