channel_send_message
Last edit: Apr 28, 2023
Broadcast to a channel and room
channel_send_message(
channel_name: String!
payload: JSONPayload!
room_id: String!
): String
Arguments
channel_name
(String
)
payload
(JSONPayload
)
room_id
(String
)
Type
String
The String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.