Skip to main content

InformationMessageWithReadReceiptInfoMediationTemplate

A InformationMessageWithReadReceiptInfoMediationTemplate allows a provider to send information to a consumer. This message will be shown to the consumer and the provider will receive a read confirmation if the consumer has read it.

type InformationMessageWithReadReceiptInfoMediationTemplate implements InfoMediationTemplate {
id: String!
type: InfoMediationTemplateType!
name: String!
}

Fields

InformationMessageWithReadReceiptInfoMediationTemplate.id ● String! non-null scalar

InformationMessageWithReadReceiptInfoMediationTemplate.type ● InfoMediationTemplateType! non-null enum

InformationMessageWithReadReceiptInfoMediationTemplate.name ● String! non-null scalar

Interfaces

InfoMediationTemplate interface