Skip to main content

NewBulkReplyResponseContent

Type Alias NewBulkReplyResponseContent 

Source
pub type NewBulkReplyResponseContent = BulkReplyDraft;

Aliased Type§

pub struct NewBulkReplyResponseContent {
    pub content: String,
    pub entries: Vec<BulkReplyEntry>,
}

Fields§

§content: String

The prefilled body — the name tag when every thread is on the same account.

§entries: Vec<BulkReplyEntry>