MessagePayload

public struct MessagePayload

All info about a payload of a message.

  • The content of the payload.

    Declaration

    Swift

    public let text: String
  • The postback of the payload.

    Declaration

    Swift

    public let postback: String?