# LibTmux.DisplayMessageRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/DisplayMessageRequest.cs#L4
- **Page:** https://libtmux.org/reference/dotnet/libtmux-displaymessagerequest/

Describes one <c>display-message</c> invocation.

## Members

- `DisplayMessageRequest` (method) — Initializes a display-message request.
- `Message` (property) — Gets the message, which tmux expands as a format.
- `ReturnText` (property) — Gets whether the message is printed rather than shown.
- `Format` (property) — Gets the format string used in place of the message.
- `AllFormats` (property) — Gets whether every format variable is listed.
- `Verbose` (property) — Gets whether format expansion is reported.
- `NoExpand` (property) — Gets whether the message is sent without format expansion.
- `TargetClient` (property) — Gets the client to show the message on.
- `Delay` (property) — Gets how long the message stays up.
- `Notify` (property) — Gets whether the message is delivered as a notification.
- `UpdatePane` (property) — Gets whether the pane is redrawn while the message is shown.
