Sha256: a452822d7e22e8afb78b7a94cd2d8243e5166d77f48c1421d1b3536f87fa9d17
Contents?: true
Size: 227 Bytes
Versions: 4
Compression:
Stored size: 227 Bytes
Contents
# typed: strict # frozen_string_literal: true require_relative "generic_error_response" module WhatsappSdk module Api module Responses class MessageErrorResponse < GenericErrorResponse end end end end
Version data entries
4 entries across 4 versions & 1 rubygems