struct Mailjet::Messagehistory::ListResponse

Overview

Fetches the history of a message

response = Mailjet::Messagehistory.all(params: {id: 576460754655154659})
response.data.first.event_type
# => "opened"

Included Modules

Defined in:

mailjet/resources/messagehistory.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def count : Int32 #

def data : ResponseData #

def total : Int32 #

Macro Detail

macro method_missing(call) #