DraftType
No description
enum DraftType {
NOTE
REPLY
REPLY_ALL
}
Values
DraftType.NOTE
A draft of a note on a conversation.
DraftType.REPLY
A draft of a reply to a conversation.
DraftType.REPLY_ALL
A draft of a reply to all participants in a conversation.
Member of
ConversationFilter input ● Draft interface ● DraftFilter input ● DraftUpsertInput input ● FacebookDraft object ● NoteDraft object ● ReplyDraft object ● TwitterDraft object