module Slack::RealTime::Api::MessageId

def next_id

def next_id
  @next_id ||= 0
  @next_id += 1
end