OBJECT

AddTagsPayload

link GraphQL Schema definition

1type AddTagsPayload {
2
3# Indication for successful tag addition to the target channel.
4success: Boolean!
5
6}