# LibTmux.Server.BuildDisplayMessageArguments

- **Module:** LibTmux.Server
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Server.Display.cs#L17
- **Page:** https://libtmux.org/reference/dotnet/libtmux-server-builddisplaymessagearguments/

```
LibTmux.Server.BuildDisplayMessageArguments(request: DisplayMessageRequest) -> List<string>
```

Builds the arguments a message request sends.

This stays on the server because two of the flags depend on which tmux
is answering: literal expansion arrived in 3.4, and 3.2a refuses the
target-client flag outright. A chained message has to be built the same
way a direct one is.
