OBJECT

ConversationSnoozedSystemAttachment

Conversation snoozed event

link GraphQL Schema definition

  • type ConversationSnoozedSystemAttachment {
  • # Participant who snoozed the conversation
  • byUser: User
  • # Conversation snoozed until
  • until: DateTime!
  • }