Discord::Client::CompressMode
Inherits Enum < Comparable < Value < Object
Available gateway compression modes that can be requested
Constants
None = 0
Discord won't send any compressed data
Large = 1
Large payloads (typically GUILD_CREATE) will be received compressed
Stream = 2
All data will be received in a compressed stream