OBJECT

SendExtensionMessagePayload

Payload returned from the sendExtensionMessage mutation.

link GraphQL Schema definition

1type SendExtensionMessagePayload {
2
3# error, if any.
4error: SendExtensionMessageError
5
6# Information about what rate limits, if any, were applied to this send.
7rateLimitsApplied: [SendExtensionMessageThrottleData!]
8
9}