View Source Glific.Tags.MessageTags (Glific v5.1.6)

Simple container to hold all the message tags we associate with one message

Link to this section Summary

Functions

Creates and/or deletes a list of message tags, each tag attached to the same message

Link to this section Types

@type t() :: %Glific.Tags.MessageTags{
  message_tags: [Glific.Tags.MessageTag.t()],
  number_deleted: non_neg_integer()
}

Link to this section Functions

Link to this function

update_message_tags(attrs)

View Source
@spec update_message_tags(map()) :: t()

Creates and/or deletes a list of message tags, each tag attached to the same message