OBJECT

WhisperSpamInfo

Spam classification data for a message.

link GraphQL Schema definition

1type WhisperSpamInfo {
2
3# Time user last marked the thread as not spam.
4lastMarkedNotSpamAt: Time
5
6# Spam classification score.
7likelihood: WhisperSpamLikelihood
8
9}