OBJECT

SendStructuredMessagePayload

link GraphQL Schema definition

1type SendStructuredMessagePayload {
2
3# Indication for successful sending of structured message
4success: Boolean!
5
6}