Hulaaki v0.0.4
Hulaaki.Message.Unsubscribe
Struct for Hulaaki Unsubscribe
Fields
packet_id
: An integer of value upto 65536 (2 bytes) representing packet identifier
topics
: A list of string(binary) representing various topics.
Types
t :: %Hulaaki.Message.Unsubscribe{id: non_neg_integer, topics: [String.t], type: atom}