# LibTmux.PasteBufferRequest.RawBytes

- **Module:** LibTmux.PasteBufferRequest
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/PasteBufferRequest.cs#L49
- **Page:** https://libtmux.org/reference/dotnet/libtmux-pastebufferrequest-rawbytes/

Gets whether the bytes are pasted without translation.

tmux gained the flag in 3.7. Older servers already paste raw bytes, so
omitting it there asks for what they already do.
